/* YUI CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
        border: 0;
}


/* Basic elements definition */
body {
       background: #fff url("../images/background-gradient.png") repeat-x scroll 0px -12px;
       font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
       font-size: 16px;
       color: #3c3d3e;
       line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
}
h1 {
    font-size: 48px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    line-height: 48px;
    color: #0c7492;
}
h2 {
    font-size: 32px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    line-height: 48px;

}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
a, a:visited {
    color: #0c7492;
    text-decoration: none;
}
a:hover {
    border-bottom: 1px solid  #0c7492;
}
a.no-border:hover {
    border-bottom: none;
 }
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
small {
    line-height: 0px;
}
hr {
    height: 1px;
    background-color: #c5c6c7;  /* Grey */
    border: none;
    margin: 12px 0;
 }


/* Container */
#container {
    margin: 0px auto 0px auto;
    width: 850px;
}

/* Header */
#header .logo {
    background: transparent url("../images/logo.png") left top no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 35px 80px 0px 80px;
    width: 258px;
    padding: 18px 0;
 }
#header .logo:hover {
    background: transparent url("../images/logo-h.png") left top no-repeat;
 }
#nav {
    margin: 24px 80px 72px 80px;
    width: 90%;
 }
#nav ul li {
    display: block;
    float: left;
}
#nav ul li + li {
    margin-left: 60px;
}
#nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding-bottom: 2px;
    /* letter-spacing: -1px; */
    text-transform: uppercase;
}
#nav ul li a:hover,
#nav ul li a.active {
    /* border-bottom: 3px solid #837609; */ /* Gold */
    border-bottom: 4px solid #f0f0f0; /* Light White */
}

/* Aside */
#aside {
    float: right;
    font-size: 12px;
    line-height: 48px;
    text-transform: uppercase;
    margin-right: 48px;
    width: 160px;
}
#aside ul li {
    list-style-type: square;
    color: #0c7492;
    letter-spacing: 1px;
}

/* Pager */
#pager {
    float: left;
    margin: 64px 0 0 -36px;
 }
#pager .button,
#pager .button.inactive:hover {
    height: 25px;
    margin-right: 8px;
    overflow: hidden;
    width: 28px;
    float: left;
    background: transparent url("../images/circle.png") center center no-repeat;
    color: #fff;
    text-align: center;
 }
#pager .button.inactive {
    opacity: 0.4;
 }
#pager .button:hover {
    border: none;
    background: transparent url("../images/circle-h.png") center center no-repeat;
 }
#pager .previous,
#pager .previous.inactive:hover {
    background: transparent url("../images/previous.png") center center no-repeat;
 }
#pager .next,
#pager .next.inactive:hover {
    background: transparent url("../images/next.png") center center no-repeat;
 }
#pager .previous:hover {
    background: transparent url("../images/previous-h.png") center center no-repeat;
 }
#pager .next:hover {
    background: transparent url("../images/next-h.png") center center no-repeat;
 }

/* Content */
#content {
    margin: 0px 80px 0px 80px;
}
.page #content,
.article #content {
   width: 510px;
 }
#introduction div.content,
#content p,
#article-content,
#content .meta,
#resources {
    font-family: Palatino, Georgia, Times, serif;
}
#content p, #content ul {
    margin: 12px 0 0 0;
}
#content ul li {
    list-style-type: square;
}
#introduction {
   margin:  0px 0 24px 0;
   width: 50%;
}
#introduction .hgroup {
   float: left;
}
#introduction h1 {
 }
#promotion {
   margin-left: 360px;
   height: 316px;
 }
a.donate-button {
   color: #fff;
   font-size: 32px;
   background: transparent url("../images/button.png") center bottom no-repeat;
   padding: 18px 25px;
   position: relative;
   top: -30px;
   left: -8px;
   z-index: 100;
 }
a.donate-button:hover {
   border: none;
   background: transparent url("../images/button-hover.png") center bottom no-repeat;
 }
#content #article h2 {
    color: #0c7492; /* Blue */
}
#content #article .meta {
    color: #959697;  /* Grey */
    font-size: 14px;
    font-style: italic;
}
#content-object-list h2 {
    margin-top: 48px;
 }
span.image-caption {
    display: block;
    position: relative;
    margin-top: -55px;
    background-color: #000;
    opacity: .8;
    font-size: 14px;
    color: #eee;
    width: 690px;
    height: 47px;
    overflow: hidden;
}

/* Staff */
.staff #article ul {
    font-family: Palatino, Georgia, Times, serif;
}
.staff #article h2 {
    margin-top: 48px;
}


/* Resources */
#resources {
    color: #fff;;
    background-color: #2c2d2e;
    margin-top: 48px;
    border-top: 1px solid #666;
    font-size: 14px;
}
#resources h1 {
    margin: 0px;
 }
#resources .hgroup {
    margin-bottom: 12px;
 }
#resources a {
   color: #fff;
 }
#resources a:hover {
   border-bottom: 1px solid #fff;
 }
#resources ul li {
    list-style-type: square;
    color: #fff;
    margin-bottom: 6px;
 }
#resources-container {
   padding: 24px 0 30px /*To compensate*/ 0px;
   margin-left: auto;
   margin-right: auto;
   width: 690px;
}
#articles-list,
#events-list,
#current-events-list,
#previous-events-list {
    margin-right: 45px;
 }
#articles-list,
#events-list,
#projects-list,
#current-events-list,
#previous-events-list,
#next-events-list {
    width: 200px;
    float: left;
 }
#photos-list {
    clear: both;
    padding-top: 24px;
 }
#photos-list ul li {
    display: inline;
}
#photos-list ul li + li {
    margin-left: 9px;
}
#photos-list ul li a {
}
#photos-list ul li a:hover {
    border: none;
}
#photos-list ul li img {
   border: 1px solid #666;
}
#photos-list ul li img:hover {
   border: 1px solid #999;
}

/* Calendar */
#current-events-list table,
#previous-events-list table,
#next-events-list table {
    width: 100%;
}
#current-events-list td,
#previous-events-list td,
#next-events-list td {
    background-color: transparent;
    text-align: center;
}
.today {
    background: transparent url(../images/circle.png) no-repeat scroll center center;
    color: #2C2D2E;
}
.busy {
    background: transparent url(../images/circle-h.png) no-repeat scroll center center;
    color: #2C2D2E;
}
body #tooltip {
    border: none;
    font-size: 12px;
    background-color: #000;
    opacity: 0.85;
    border: none;
    color: #fff;
    max-width: 300px;

}
body #tooltip h3{
    font-size: 14px;
}
body #tooltip .body{
    font-family: Palatino, Georgia, Times, serif;
    line-height: 16px;
    margin-top: 5px;
}
body #tooltip.image {
    max-width: 600px;
}
body #tooltip.image h3{
    font-family: Palatino, Georgia, Times, serif;
    line-height: 16px;
    font-size: 12px;
}
.daysofweek{
    color: #999;
}

/* Footer */
#footer {
    color: #fff;
    background: #0e4859 url("../images/background-shadow-rev.png") 0px -30px repeat-x;
    border-top: 1px solid #2c2d2e;
    font-size: 12px;
    line-height: 20px
}
#footer-container {
   width: 690px;
   padding: 40px 0 40px 0;
   margin-left: auto;
   margin-right: auto;
}
#footer-container .logo img {
   width: 125px;
}
#footer-container .copyright {

}
#footer-container .vcard {
   float: left;
   margin-top: 10px;
 }
#footer-container ul {
    text-align: right;
    margin-top: 80px;
 }
#footer-container ul li {
    display: inline;
 }
#footer-container  a {
    color: #fff;
 }
#footer-container a:hover {
   border-bottom: 1px solid #fff;
 }
#search {
    text-align: right;
    margin-top: 10px;
 }
#search input {
    border: 1px solid #999;
    padding: 2px;
    width: 190px;
 }
#search input.placeholder {
    color: #999;
 }
#search button {
    background: transparent url(../images/search-icon.png) no-repeat scroll center center;
    height: 20px;
    border: medium none;
    overflow: hidden;
    text-indent: -9999px;
    width: 24px;
 }

/* Thickbox override */

#TB_overlay {
    background-color: #000;
    opacity: 0.7;
}