/* 
 *	general.css - main styles used through the website
 *
 *	Developed by E for Education (www.eforeducation.co.uk)
 */

/* import additional style sheets */
@import "news.css";
@import "calendar.css";
@import "contentblock.css";
@import "comments.css";

body {
	margin: 0px 0px 0px 0px;
}

hr.clearer {
	visibility: hidden;
	clear: both;
}


/* ------------------ ^^ end menu classes for standard menus ^^ ----------------- */

ul.fileAttachmentList {
	min-height: 40px;
	padding: 0 0 20px 0;
	margin: 0;
}

ul.fileAttachmentList li {
	list-style-type: none;
	height: 35px;
	padding-left: 40px;
	padding-top: 20px;
	margin-bottom: -10px;
	background-position: left;
	background-repeat: no-repeat;
}

ul.podcastList li {
	height: auto !important;
}

ul.podcastList li.attachmentDownload_mp3 {
	background-position: top left;
}

/* ------- ^^ start file specific images ^^ ------- */
ul.fileAttachmentList li.attachmentDownload_doc {
	background-image: url(../images/icons/doc.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_mp3 {
	background-image: url(../images/icons/mp3.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_pdf {
	background-image: url(../images/icons/pdf.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_pub {
	background-image: url(../images/icons/pub.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_zip {
	background-image: url(../images/icons/zip.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_jpg {
	background-image: url(../images/icons/jpg.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_jpeg {
	background-image: url(../images/icons/jpeg.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_gif {
	background-image: url(../images/icons/gif.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_xls {
	background-image: url(../images/icons/xls.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_ppt {
	background-image: url(../images/icons/ppt.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_rar {
	background-image: url(../images/icons/rar.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_rtf {
	background-image: url(../images/icons/rtf.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_txt {
	background-image: url(../images/icons/txt.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_csv{
	background-image: url(../images/icons/csv.gif)  !important;
}

ul.fileAttachmentList li.attachmentDownload_png{
	background-image: url(../images/icons/png.gif)  !important;
}

/* ------- ^^ end file specific images ^^ ------- */


#container {
	width: 740px;
	margin-right: auto;
	margin-left: auto;

}

#container #header {
	background-image: url(../../_includes/images/design/header-red-blue.jpg);
}

#container #header #logo {
	text-align: right;
	
	background-repeat: repeat-x;
	height: 77px;
	background-position: top;
}

#container #header #rightHeaderContent #logo img {
	padding-top: 15px;
}

#container #header #rightHeaderContent #navigation {
		height: 18px;
		background-color: #164096;
}

#container #header #rightHeaderContent #navigation li {
	float: left;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 16px;
	background-color: #164096;
	display: inline;
}

#container #navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

#container #subnav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

#container #subnav li {
	display: inline;
	padding-right: 10px;
	}
	


#container #mainBody #mainBodyLeft {
	float: left;
	width: 156px;
	background-color: #D1DFF9;
}

#container #mainBody #mainBodyRight {
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	margin: 0 0 0 156px;
	font-size: 0.8em;
	background: url(../../_includes/images/design/school_bg.jpg) middle no-repeat;
}

#container #mainBody {
	clear: both;
	background: url(../../_includes/images/design/bluewhite-bg.gif) 0px 0% repeat-y;
}

/* Hides from IE-mac \*/
* html .wrapper {height: 1%;}
/* End hide from IE-mac */

.wrapper: after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#container #header #headerRight {background: url(/_includes/images/design/top-left.jpg); height: 273px; width: 518px;}


hr.clearer {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
visibility: hidden;
}

#container #header #rightHeaderContent #navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	background-color: #164096;
	height: 18px;
	font-weight: bold;
}

#container #header #crest {
	float: left;
}

#container #header #rightHeaderContent #navigation a:link    { color: #FFFFFF; text-decoration: none;}    
#container #header #rightHeaderContent #navigation a:visited { color: #FFFFFF; text-decoration: none;}   
#container #header #rightHeaderContent #navigation a:hover   { color: #FFFFFF; text-decoration: underline;}
#container #header #rightHeaderContent #navigation a:active  { color: #FFFFFF ;text-decoration: none;}  

#container #footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #154095;
}

#container #footer #footerLeft {
	float: left;
	width: 156px;
	background-color: #D1DFF9;
}

#container #footer #footerRight {
	float: left;
	width: 524px;
	text-align: center;
}

#container #footer #footerLeft p {
	padding-left: 10px;
	padding-bottom: 10px;
}
	
#container #mainBody #mainBodyLeft ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #154095;
}

#container #mainBody #mainBodyLeft li {
	list-style-image: url(../../_includes/images/design/listitem.gif);
} 

#container #mainBody #mainBodyLeft li a { margin-left: -3px; }

#container #mainBody #mainBodyLeft a:link    	{ color: #154095; text-decoration: none;}    
#container #mainBody #mainBodyLeft a:visited 	{ color: #154095; text-decoration: none;}   
#container #mainBody #mainBodyLeft a:hover  	{ color: #FF0000; text-decoration: underline;}
#container #mainBody #mainBodyLeft a:active  	{ color: #154095 ;text-decoration: none;}  

#container #mainBody #mainBodyLeft ul.level2Nav {
	font-size: 1.0em;
	margin-left: 5px;
	padding-left: 5px;
}

#container #mainBody #mainBodyLeft .navheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 20px;
	padding-top: 20px;
}

#container #mainBody #mainBodyRight h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #22299A;
}


#editor {width: 495px; text-align: left; background-image: none; background-color: #fff; border: 5px solid #898989; margin: 0px; padding: 0px; min-height: 400px;}