/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "/media/css/lib/reset.css";
@import "/media/css/lib/typography.css";
@import "/media/css/lib/forms.css";
@import "/media/css/lib/plugins/tabs.css";
@import "/media/css/lib/glam/branding.css"; /* HEADER, SECTION & FOOTER CSS */
@import "/media/css/lib/glam/tabs.css"; 	/* ORANGE TABS */
@import "/media/css/lib/glam/nav.css"; 		/* CSS FOR VERTICAL SECTION NAV */
@import "/media/css/lib/glam/promos.css"; 		/* CSS for Subject page promos */
@import "/media/css/lib/glam/related.css"; 		/* related right box styles */

/* Site
-------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #082951;
	}
	
a {
	color: #0e4790;
}

a:hover {
	color: #c00;
}

#container724 {
	text-align: left;
	margin: 0 auto;
	width: 62em;
	*width: 62.2em;
	min-width: 724px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 1px;
	background-color: #FFF;
	padding-top: 5px;
	}


/* @group basic 2 col layout */

#content {
	border-bottom: 1px solid #fFf;
	padding-top: 10px;
	margin: 0 10px;
	}

.content_second {
	width: 73%;
	float: right;
	}

.content_third {
	width: 14em;
	}

/* @end */

/* @group specific to section homepage */

body.home #content .news,
body.home #content .events {
	width: 50%;
	float: left;
/*	border-right: 1px solid #ccc; */
/*	border-left: 1px solid #ccc; */
	padding: 10px 10px 10px 0px;
}

body.home #content .events {
	width: 42%;
	float: right;
/*	border-right: 1px solid #ccc; */
/*	border-left: 0px solid #ccc; */
	padding: 10px;
}


body.home #content .promo1 {
	width: 47%;
	float: left;
	padding: 0 10px 10px 0px;
	margin: 0;
}

body.home #content .promo2 {
	width: 47%;
	float: right;
	padding: 0 10px 10px 10px;
}

body.home #content .promo1 h3 a,
body.home #content .promo2 h3 a{
	margin: 0;
	padding: 0;
}






#content .block {
	border-bottom: 1px solid #CCC;
	background-color: #ededed;
	padding-left: 5px;
	
}



body.home #content h3 a {
	padding: 10px 5px;
	margin: 0 10px 0 0;
	font-family: Georgia, serif;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #1c3a77;
	font-size: .8em;
}



body.home #content h3 a:hover {
	color: #c00;
}


/* @end */

/* @group generic content styles */

#content h3 {
	clear: both;
	color: #933100; 
	margin-top: 0em;
	font-family: Georgia, serif;
	line-height: 1.2em;
}



#content h3 a {
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#content h3 img {
	width: 60px;
	float: left;
	padding-right: 10px;
}

#content h4 {
	color: #933100; 
	margin-top: 1em;
}


p.feed {
	padding-top: 1em;
	clear: left;
}

#content p.feed a {
	text-decoration: none;
	color: #666;
	font-size: 11px;
}

#content p.feed a img.feedicon {
	margin-right: 5px;
	text-decoration: none;
}

#content  a {
	text-decoration: underline;
}

#content p {
	margin: 8px 0;
	color: #545454;
}

#content img.left {
	float: left;
	margin-right: 15px;
}

#content img.right {
	float: right;
	margin-left: 15px;
}

img.border {
	border: 1px solid #CCC;
	padding: 4px;
}

#content .aggy {
	float: left;
}

#content .aggy cite {
	color: #666;
	font-size: 1em;
	}

#content a.byline {
	color: #666;
}

#content a:hover.byline {
	color: #c00;
}


#content h2 {
	border-bottom: 1px dotted #996; 
	font-size: 1.7em;
	border-top: 0;
	margin-bottom: 1.1em; 
	margin-top: .2em; 
	clear: left;
	color: #933100; 
	font-family:Georgia, serif;
	font-weight: normal;
	}
	

#content ul.archive {
	padding: 0;
	margin: 0;
}
#content ul.archive li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content ul.archive li a {
	padding: 0;
	float: left;
	margin-right: 13px;
}


.the-post {
	border-bottom: 1px solid #CCC;
	padding: 10px 0;
}

.the-post h3 {
	margin-bottom: 0;
}

#content p.date {
	color: #666;
	
}



#content .news p.tagged, 
#content .events p.tagged {
	color: #666;
	font-size: .8em;
}

#content p.centre {
	text-align: center;
}

body.list #content .news,
body.list #content .events {
	padding-bottom: 10px;
}

#content ul {
	color: #545454;
}

#content ul li {
	list-style-type: disc;
	margin-left: 10px;
}

#content ol li {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 10px;
}



p.profile {
	clear: left;
	border-top: 1px solid #CCC;
	padding-top: 15px;
}

img.mugshot {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}


p.profile a strong {
	font-size: 1.4em;
}


#content a abbr {
	border-bottom: 0;
}



body#news.home #content h2 {
	border-bottom: none;
	font-size: 2em;
	margin: 0;
}
body#news.home #content h2 a {
	text-decoration: none;
}

body#news.home #content .news p {
	font-size: 1.1em;
	line-height: 1.3em;
}

body#news.home #content p.date {
	margin-top: 0;
	padding-top: 0;
	line-height: 1em;
	font-size: 1em;
	margin-bottom: 1.7em;
}

.press-footer {
	clear: both;
	color: #666;
	border-top: 1px solid #CCC;
	margin-bottom: 2em;
}


/* @end */


a.searchmore {color:green;}





/* This is the css for the rotating galleries on home pages. */
ul#gallery {margin: 0 10px; padding: 0;}
ul#gallery li {list-style:none; margin: 0; padding: 0;}
ul#gallery li img {border: 0; margin: 0; padding: 0; width: 724px;}



/**** noscript ****/

div#att {
	background-color: #fffeb8;
	border-bottom: 1px solid;
	height: 2.5em;
	line-height: 2.5em;
	position: absolute;
	top:0;
	width: 100%;
}

div#att p{
	background: transparent url(../images/att.png) no-repeat 0 46%;
	margin: 0;
	display: inline;
	padding: 6px 0 6px 26px;
}





dl.docs dt {
	padding: 0px;
	margin: 0;
}

dl.docs dd {
	padding-left: 20px;
}

dl.docs dd.summary {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

dl.docs dt a {
	padding-left: 20px;
}

dl.docs dt a[href$=".doc"] {
	background: url(/media/images/doc.gif) no-repeat 50% left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 20px;
}

dl.docs dt a[href$=".jpg"] {
	background: url(/media/images/jpg.gif) no-repeat 50% left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 20px;
}

dl.docs dt a[href$=".pdf"] {
	background: url(/media/images/pdf.gif) no-repeat 50% left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 20px;
}

dl.docs dt a[href$=".ppt"] {
	background: url(/media/images/ppt.gif) no-repeat 50% left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 20px;
}

dl.docs dt a[href$=".xls"] {
	background: url(/media/images/xls.gif) no-repeat 50% left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 20px;
}

dl.docs dt a[href$=".zip"] {
	background: url(/media/images/zip.gif) no-repeat 50% left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 20px;
}

dl.docs dt a[href$=".txt"] {
	background: url(/media/images/txt.gif) no-repeat 50% left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 20px;
}

ul.publist {
	padding: 1px;
	margin: 1px;
}
li.publist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


#content .left {
	float: left;
}

#content h3.left {
	float: left;
	vertical-align: middle;
}

#content .right {
	float: right;
}

#content .clearb {
	clear: both;
}


