/*
BASE STYLES
*/

body, h1.headline, h2.headline, h3.headline, h4.headline {
	font-family: Georgia, serif;
	line-height: 1.231;
}
h1, h2, h3, h4, strong {
	font-weight: bold;
}
h1, h2, h3, h4, .sans-serif, .byline, .pagination {
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 138.5%;
}
h2 {
	font-size: 123.1%;
}
h3 {
	font-size: 108%;
}
p {
	font-size: 93%;
}
em {
	font-style: italic;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover, a:focus {
	text-decoration: underline;
}
.clearboth {
	clear: both;
}

/*
LAYOUT STYLES
*/

body, html {
	background-color: #E8E8E8;
}
#content {
	width: 985px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#hd #header-logo, #hd #header-nav, #bd {
	padding: 0 2em;
}
#bd {
	padding-top: 2em;
	padding-bottom: 2em;
}
#bd #main {
	width: 640px;
	float: left;
	padding-right: 15px;
	border-right: 1px dashed #999999;
}
#bd #side {
	width: 250px;
	float: right;
}

/*
HEADER STYLES
*/

#hd #header-stripe {
	padding: 0.7em 0.9em 0.5em;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 85%;
}
#hd #header-stripe .date {
	width: 45%;
	float: left;
}
#hd #header-stripe .user {
	width: 45%;
	float: right;
	text-align: right;
}
#hd #header-stripe .user strong {
	font-weight: normal;
}
#hd #header-stripe .user a {
	color: #FFFFFF;
}
#hd #header-logo {
	padding-top: 1em;
	padding-bottom: 1em;
}
#hd #header-logo .logo {
	float: left;
}
#hd #header-logo .logo a {
	margin-left: -16.5px;
}
#hd #header-logo .preview {
	width: 12em;
	float: right;
}
#hd #header-logo .preview img {
	float: left;
	margin-right: 0.5em;
}
#hd #header-logo .preview a {
	color: #000000;
	text-decoration: none;
	font-size: 85%;
}
#hd #header-logo .preview strong {
	text-transform: uppercase;
	display: block;
	margin-bottom: 0.7em;
}

/*
TOP NAV STYLES
*/

#hd #header-nav > ul > li {
	float: left;
}
#hd #header-nav > ul > li a {
	margin: 0.3em 0.50em;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#hd #header-nav > ul > li.first a {
	margin-left: 0;
}
#hd #header-nav > ul > li a:hover, #hd #header-nav > ul > li a:focus {
	border-bottom-size: 3px;
	border-bottom-style: solid;
}
#hd #header-nav > ul > li.active a {
	color: #FF0002;
	border-bottom: 3px solid #FF0002;
}

/*
FOOTER STYLES
*/

#ft {
	padding: 0.5em 0.9em;
	background-color: #000000;
	color: #FFFFFF;
}
#ft a {
	color: #FFFFFF;
}
#ft #footer-nav {
	font-size: 85%;
	float: left;
}
#ft #footer-nav > ul > li {
	display: inline;
}
#ft #powered-by {
	color: #999999;
	font-size: 77%;
	float: right;
	line-height: 1.8;
}
#ft #powered-by a {
	color: #999999;
}

/*
SEARCH BOX STYLES
*/

#search {
	background-color: #E8E8E8;
	border: 5px solid #E8E8E8;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	margin-bottom: 1.5em;
}
#search #site-search-terms {
	float: left;
	width: 15em;
}
#search #site-search-button {
	float: right;
	margin-top: 1px;
}
span.search-field input {
	font-size: 85%;
	border: 1px solid #666666;
	padding: 0.2em 0.4em 0.1em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/*
SIDEBAR STYLES
*/

.sidebar-module {
	margin: 1.8em 0;
}
.sidebar-module > ul > li {
	margin-bottom: 0.8em;
}
.sidebar-module.thumbs img {
	float: left;
	margin-right: 0.5em;
	border: 6px solid #CCCCCC;
}
.sidebar-module.thumbs h3 {
	font-size: 85%;
}
.sidebar-module.thumbs p {
	font-size: 77%;
}
.sidebar-module.list ul {
	margin-bottom: 1em;
}
.sidebar-module.list ul > li {
	font-size: 85%;
}
#side h2 {
	color: #FF0002;
	text-transform: uppercase;
	font-size: 108%;
	margin-bottom: 0.8em;
}
#side h2 a {
	color: #FF0002;
	text-decoration: none;
}
.more {
	font-size: 77%;
	text-align: right;
	margin: 0 1em 0 0;
}
/* Sidebar video module styles */
.sidebar-module.video > ul > li img {
	border: 1px solid #999999;
}
.sidebar-module.video > ul > li h3 {
	font-size: 85%;
}
.sidebar-module.video > ul > li h3 span {
	color: #666666;
}
/* Sidebar events module styles */
.sidebar-module.events > ul > li h3 .event-date {
	font-size: 85%;
	text-transform: uppercase;
}
.sidebar-module.events > ul > li h3 .event-time {
	font-size: 77%;
	color: #666666;
	margin-left: 0.1em;
	font-weight: normal;
	font-style: italic;
}
/* Sidebar calendar module styles */
table.month {
    width: 15em;
    text-align: center;
}
table.month col {
    width: 2.14em;
}
table.month caption {
    text-align: center;
    background-color: #CCCCCC;
    padding: 0.2em 0 0.1em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.2em;
}
table.month th {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 77%;
    text-align: center;
    color: #666666;
    padding-bottom: 0.3em;
}
table.month td {
    font-size: 85%;
}
table.month td a {
    display: block;
    width: 100%;
    padding: 0.1em 0;
}
table.month td a:hover {
    background-color: #E8E8E8;
}
table.month td.has-events {
    font-weight: bold;
}
table.month td.other-month {
    color: #999999;
}
table.month {
    margin-bottom: 1em;
}
/* More-info sidebar */
.sidebar-module.more-info > * { /* This is lazy formatting -- we should be more specific later but no time now */
    margin-bottom: 0.5em;
    font-size: 85%;
}

/*
BREADCRUMB AND TITLE STYLES
*/

#header {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 1em;
}
#header #breadcrumbs {
	margin-bottom: 0.2em;
}
#header #breadcrumbs > li {
	display: inline;
	font-size: 93%;
	color: #666666;
}
#header h1 {
	font-size: 300%;
}
#header h1.headline {
    font-size: 190%;
    text-transform: none;
}
#header p.subhead {
    font-size: 120%;
    text-transform: none;
    font-weight: normal;
    margin-top: 0.3em;
}
#header p.metadata {
    text-transform: none;
    font-size: 77%;
    color: #666666;
    margin-top: 0.8em;
}

/*
PAGINATION STYLES
*/

.pagination {
    font-size: 85%;
    text-align: right;
    margin-top: 1em;
    padding: 0.3em 0.8em;
    border-top: 1px solid #CCCCCC;
}
.pagination .prev {
    margin-right: 0.5em;
}
.pagination .next {
    margin-left: 0.5em;
}
.pagination .page {
    margin: 0 0.15em;
    font-weight: bold;
}
.pagination .disabled {
    color: #666666;
}
.pagination .current {
    color: #FF0002;
}

/*
FLAT PAGES STYLES
*/

#flat-content, #current-staff {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px dashed #999999;
}
#flat-content p {
    margin-top: 1em;
    line-height: 1.35;
}
#flat-content h2 {
    margin-top: 1em;
}
#flat-content :first-child {
    margin-top: 0;
}
#current-staff h2 {
    margin-bottom: 1em;
}
#current-staff > ul > li img {
    float: left;
    border: 6px solid #CCCCCC;
    margin-right: 0.5em;
}
#current-staff > ul > li {
    margin-bottom: 1em;
}
