/* Remove these */
.header .blue,
.header .grey,
.breadcrumbs,
.login,
.left-column,
.right-column,
ul.tabs.primary,
.submitted,
.footer,
.copyright,
.footer-links,
.header.grey,
.arrowlink
{
    display: none;
}

/* Automatic content width */
.container,
#footer-blue .container,
#subnav,
#content,
.six-col
{
    padding: 0;
    width: auto;
}

.one-col,
.two-col,
.three-col,
.four-col,
.five-col,
.six-col,
.one-col-4,
.two-col-4,
.three-col-4,
.four-col-4
{
    float: none;
    margin: 0;
}

/* Reduce the site title to fit a little better */
.header .titlebar .site-title
{
    font-size: 55px;
}

/* Force headings under floated images, and try to keep with the following text */
h1, h2, h3, h4, h5, h6
{
    clear: both;
    page-break-after: avoid;
}
  /*Except when they're in a view! */
  .views-row h1,
  .views-row h2,
  .views-row h3,
  .views-row h4,
  .views-row h5,
  .views-row h6
  {
      clear: none;
  }

/*span.inline-left span.inline-right, span.inline{float:none;}
span.inline-left .image-half {float:left;}
span.inline-right .image-half {float:right;}
*/

/* Display collapsed content */
div.collapsed
{
    display: block;
}

/* Reset collapsed content headings to blue and remove "click to expand" */
.collapse h3
{
    color: #002147;
}

.collapse h3.collapsed,
.collapse h3.expanded
{
    background: none;
    padding-right: 0;
}

/* Invert footer colour */
#footer-blue,
#footer-blue p,
#footer-blue a
{
    background: #fff;
    color: #666;
}


#profile-tabs ul.profile-title-list{display:none;}
.ui-tabs-hide{display:block;}
.no-print{display:none;}
