/* Components

   These are blocks that are used throughout 
   the site independent of section.
--------------------------------------------------- */
 .home {
         background: #e81d25;
      }
 .editLink a {
        color: #444444 !important;
      }
      
.container {
    padding: 0 20px;
    }
.inner {
    padding: 10px;
    }

#hide_banner {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 20px;
    display: block;
    background: transparent url("/media/media,39,en.png") center right no-repeat;
    }

/* general masthead styling */
#logo, 
#logo a {
    margin: 0;
    width: 180px;
    height: 65px;
    display: block;
    }
#logo img {
    display: block;
    }

#masthead {
    padding-top: 20px;
    background: transparent url("/media/media,48,en.png") top left repeat-x;
    }
#masthead .header {
    position: relative;
    }
#masthead a, 
#masthead label {
    color: #666666;
    font-weight: normal;
    }
#masthead .bannernav {
    position: absolute;
    top: 2.5em;
    right: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
#masthead .bannernav li {
    float: left;
    margin-right: 10px;
    padding-right: 12px;
    background: transparent url("/media/media,62,en.png") center right no-repeat;
    }
#masthead .bannernav li, 
#masthead .bannernav label {
    line-height: 2;
    }
#masthead .bannernav li.form {
    margin-right: 0;
    padding-right: 0;
    background: transparent;
    }

/* main abnner styling */
#banner {
    height: 200px;    
    padding: 0;
    width: 980px;
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    }
#banner img {
    display: block;
    }
/* adjust the height of the home and alumni banners */
#home #banner {
    height: 300px;
    }
#alumni #banner {
    height: 300px;
    }

/* add a bottom margin between the main body of the page and the footer */
#main {
    margin-bottom: 20px;
    }

#body {
    
    }

.feed_links {
    border-top: 6px solid #f9f9f9;
    padding-top: 5px;
    font-weight: bold;
    }
.feed_links a {
    line-height: 21px;
    }
.feed_links .add_feed {
    float: left;
    padding-left: 25px;
    background: transparent url("/media/media,54,en.png") left center no-repeat;
    }
.feed_links .view_all {
    float: right;
    }

/* microformat styling for the abbr element */
abbr.dtstart, 
abbr.dtend, 
abbr.published, 
abbr.entry-published {
    border-bottom: 0;
    }

/* hatom mircoformat styling */
.hentry .author {
    display: inline;
    font-style: normal;
    }
.hentry .published_details {
    color: #999999;
    font-weight: bold;
    margin-bottom: 10px;
    }
.hentry .intro {
    margin-bottom: 10px;
    }
.hentry .intro div {
    float: left;
    }
.hentry .intro .image {
    margin-right: 5px;
    width: 225px;
    }
.hentry .intro .image img {
    display: block;
    }
.hentry .intro .quote {
    background: #e81d25;
    font-weight: bold;
    font-style: italic;
    width: 210px;
    padding: 20px 10px;
    color: #fff;
    font-size: 1.2em;
    }
    
/* calendar styling */
.calendar td {
    vertical-align: top;
    }
.calendar .date, 
.calendar .title {
    font-weight: bold;
    }
.calendar .date, 
.calendar .type {
    width: 80px;
    }
.calendar .title, 
.calendar .summary {
    width: 150px;
    }
.calendar a {
    color: #ed1c24;
    }
.calendar th.date {
    background: #cecece;
    }
.calendar th.type {
    background: #e0e0e0;
    }
.calendar th.title {
    background: #cecece;
    }
.calendar th.summary {
    background: #e0e0e0;
    }

.calendar .row-1 td.date {
    background: #dadada;
    }
.calendar .row-1 td.type {
    background: #f3f3f3;
    }
.calendar .row-1 td.title {
    background: #dadada;
    }
.calendar .row-1 td.summary {
    background: #f3f3f3;
    }
.calendar .row-2 td.date {
    background: #e2e2e2;
    }
.calendar .row-2 td.type {
    background: #ffffff;
    }
.calendar .row-2 td.title {
    background: #e2e2e2;
    }
.calendar .row-2 td.summary {
    background: #ffffff;
    }

/* body tabs as used on the homepage content tabber etc */
#tablinks {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: 1px solid #d6d6d6;
    }
#tablinks li {
    float: left;
    margin-right: 10px;
    font-size: 2em;
    }
#tablinks li.last {
    margin-right: 0;
    }
#tablinks li a {
    font-size: 1em;
    line-height: 1;
    }
#tablinks li a:hover, 
#tablinks li a.active {
    color: #000000;
    }

/* plain content page tabs as used on the course info page */
#content_tabs {
    background: #f5f5f5;
    }
#content_tabs .tabbed {
    padding: 10px;
    }

#course_content #tablinks {
    margin: 0;
    padding: 0;
    border: 0;
    }
#course_content #tablinks li {
    float: left;
    margin: 0;
    padding: 0;
    border-right: 1px solid #fff;
    font-size: 1em;
    font-weight: bold;
    }
#course_content #tablinks li.last {
    border: 0;
    }
#course_content #tablinks li a {
    padding: 5px 10px;
    background: #d5d5d5;
    float: left;
    font-size: 1em;
    }
#course_content #tablinks li a.active, 
#course_content #tablinks li a:hover {
    background: #f5f5f5;
    color: #e81d25;
    text-decoration: none;
    }

/* Footer */
#footer {
    background: #333333;
    color: #fff;
    padding: 20px;
    }
#footer a {
    color: #fff;
    }
#footer a.email, 
#footer a.url {
    color: #ed1c24;
    }
#footer a.url {
    margin-right: 10px;
    }
#footer .contact .details {
    font-size: 1.8em;
    margin-bottom: 0.5em;
    }
#footer .contact {
    width: 470px;
    float: left;
    }
#footer .navigation {
    width: 340px;
    float: left;
    }
#footer .navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 50%;
    }
#footer .logo {
    width: 110px;
    float: left;
    }
#footer .logo a {
    width: 110px;
    height: 55px;
    display: block;
    text-indent: -4999em;
    overflow: hidden;
    background: #333 url("/media/media,56,en.png") top left no-repeat;
    }
#footer .prospects_logo {
    margin-top: 20px;
    width: 110px;
    float: left;
    }
#footer .prospects_logo a {
    width: 110px;
    height: 36px;
    display: block;
    text-indent: -4999em;
    overflow: hidden;
    background: #333 url("/media/media,57,en.png") top left no-repeat;
    }

/* cross browser inline-block support */
.inline-block {
    display: -moz-inline-stack;
    display: inline-block;
    }
    
