/* 
 *	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";



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;
}


/* ------- ^^ 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 ^^ ------- */

/* ------------------ default styling ----------------- */

body	{
	background-image: url(../images/design/background.jpg);
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 80%;
	line-height: 170%;
	color: #000;
	}
	
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	}

a:link 		{color: #000; font-weight: bold; text-decoration: none;}
a:visited	{color: #000; font-weight: bold; text-decoration: none;}
a:hover	 	{color: #000; font-weight: bold; text-decoration: underline;}
a:active	{color: #000; font-weight: bold; text-decoration: none;}

.whitetext	{color: #FFF;}
.redtext	{color: #C00;}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0px 0px 0px;
	padding: 0px;
	border: none;
	visibility: hidden;
	}

/* ------------------ layout ----------------- */

#container	{
	width: 750px;  
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}

#header		{
	background-image: url(../images/design/header.jpg);
	width: 750px;
	height: 210px;
	margin: 0px; padding: 0px;
	color: #FFF;
	}

#header h1, #header h2	{display: none;}
 
#main	{ 
	width: 750px;
	margin: 0px; padding: 0px; 
	background-image: url(../images/design/content.jpg);
	background-repeat: no-repeat;
	}

#contentwrapper	{
	float: right;
	width: 500px;
	margin: 0px; 
	padding-right: 20px;
	}

#subnav {
	width: 485px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	float: left;
	}


#subnav ul {
	width: 470px;
	margin: 0px; padding: 0px;
	}
	
#subnav li {
	float:  left;
	list-style: none;
	margin: 0px; padding: 0px;
	}


#subnav a		{
	background: url(../images/design/subnav.gif) left no-repeat;
	margin: 0px; padding: 0px 15px 0px 15px;
	text-decoration: none;
	white-space: nowrap;
	float: left;
	}

#subnav a:link		{
	text-decoration: none;
	float: left;
	}

#subnav a:hover		{
	text-decoration: underline;
	}

#breadcrumbs {
	float: left;
	width: 510px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
	font-weight: bold;
	font-size: 90%;
	}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	}
	
#breadcrumbs li {
	display: inline;
	padding: 0px 6px 0px 12px;
	background: url(../images/subnav_bullet.gif) left  no-repeat;
	}

#breadcrumbs a:link		{text-decoration: none;}
#breadcrumbs a:visited	{text-decoration: none;}
#breadcrumbs a:hover	{text-decoration: underline;}
#breadcrumbs a:active	{text-decoration: none;}

#datetime	{
	float: right;
	width: 180px;
	font-size: 90%;
	text-align: right;
	padding: 3px;
	margin-bottom: -30px;
	}

#content	{
	clear: both;
	margin: 0px;
	padding: 5px;
	}

#forcer	{
	float: left;
	width: 0px;
	height: 250px;
	}
	
#footeraddress	{
	background-image: url(../images/design/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 715px;
	height: 175px;
	margin: 0px;
	padding: 0px 0px 0px 35px;
	color: #666;
	text-align: left;
	font-size: 90%;
	line-height: 120%;
	clear: both;
	}
	
#footer	{
	clear: both;
	width: 720px;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	text-align: right;
	color: #666;
	}

#footer a	{color: #666}

ul.calendar_eventList {
    width: 98px !important;
}

div#calendar_weekContainer {
    width: 300px !important; /* (ul.calendar_eventList width + 2) * 3 */
}


/* ------------------ start menu classes for standard menus ----------------- */

				#menu	{
					float: left; 
					margin: 0px; 
					padding: 0px;
					width: 210px;
					
					}
					
				#menu ul	{
					margin: 0px; padding: 0px; 
					width: 210px;
					}
					
				#menu li 	{
					list-style: none;
					text-align: right;
					font-size: 110%;
					line-height: 120%;
					}
					
				#menu li a	{
					display: block;
					margin: 0px;
					padding: 5px;
					color: #666;
					}
					
				#menu li a:hover	{
					display: block; 
					margin: 0px;
					padding: 5px; 
					}
					
/* ------------------ ^^ end menu classes for standard menus ^^ ----------------- */

.newsItem, .newsItemOdd {
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #c0c0c0;
		}

.imageFooterMiddle	{
	padding-bottom: 20px; /* Enough room for 4 lines of text */
	padding-top: 5px;
	line-height: 120%;
	font-size: 90% !important; 
	}