/* 
 *	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";

#embed { width: 533px; height: 700px; background-color: transparent; border: 0px none; }

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 ----------------- */
ul.podcastList li {
	height: auto !important;
}

ul.podcastList li.attachmentDownload_mp3 {
	background-position: top left;
}

#editor {width: 520px; text-align: left; background-image: none; background-color: #fff; border: 5px solid #898989; margin: 0px; padding: 0px; min-height: 400px;}


body	{
	background-image: url(../images/design/body_bg.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: 150%;
	color: #000;
	}
	
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 165%;
	font-weight: bold;

	color: #003399;
	margin-top: 20px;
	}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	padding: 0px;
	color: #003399;
	}

h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 5px;
	}

h4 {
	font-size: 105%;
	margin: 0px 0px;
	padding: 0px;
	}

a:link 		{font-weight: bold; text-decoration: none;}
a:visited	{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: 770px;  
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	border: 1px solid #ccc;
	}

#top_links {
	padding-top: 10px;
	height: 50px;
	width: 100px;
	float: right;
	padding-left: 20px;
	color: #1758B9;
}

.home, .contact, .sitemap {
	width: 30px;
	height: 10px;
	float: left;
	padding-top: 5px;
	font-size: 70%;
	text-align: center;
	}

.home {
	background-image: url(../images/design/home_icon.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}

.contact {
	background-image: url(../images/design/contact_us_icon.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
.sitemap {
	background-image: url(../images/design/sitemap_icon.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}

#sitemap a, #home a, #contact a {
	color: #1758B9;
	font-weight: normal;
	}

#header		{
	background: #006;
	width: 770px;
	height: 106px;
	background-image: url(../images/design/header.gif);
	background-repeat: no-repeat;
	margin: 0px; padding: 0px;
	color: #FFF;
	}

#header h1, #header h2	{display: none;}

#image {
	background-image: url(../images/design/header_image.jpg);
	height: 230px;
	width: 770px;
	float: left;
	border-bottom: 2px solid #FFFFFF;
	}

#main	{ 
	width: 770px;
	float: left;
	margin: 0px; padding: 0px;
	background-image: url(../images/design/main_repeat.jpg);
	background-repeat: repeat-y;
	}

#contentwrapper	{
	float: right;
	width: 549px;
	margin: 0px; padding: 0px;
	}

#breadcrumbs {
	float: left;
	width: 537px;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	font-size: 80%;
	background-image: url(../images/design/h1_bg.jpg);
	background-repeat: repeat-y;
	text-align:left;
	}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	float:left;
	text-align:left;
	}
	
#breadcrumbs li {
	display: inline;
	color: #FFFFFF;
	}

#breadcrumbs li a {
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px 6px 0px 6px;
	}

#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;
	border-bottom: 1px dotted #CCC;
	font-size: 90%;
	text-align: right;
	}

#content	{
	margin: 0px;
	padding: 0px 10px;
}


/* ------------------ start menu classes for standard menus ----------------- */
.currentArea, .currentArea a, .currentArea a:visited, .currentArea a:active, .currentArea a:hover {
	color:#FFF;
	text-decoration:none;
	padding-left:2px;
	}

#menu {
	background: url(../images/design/menu.gif) no-repeat;
	clear: both;
	display: block;
	width: 770px;
	height: 39px;
	margin-bottom: 2px;
	padding: 0;
	font-weight: bold;
	float: left;
	text-align: center;
	}

#menu ul {
	margin: 0px; padding: 0px;
	list-style-type: none;
	}

#menu li {
	display: inline;
	text-align: center;
	}

#menu li a {
	color: #fff;
	padding: 10px 20px;
	float: left;
	}		
				
/* ------------------ ^^ end menu classes for standard menus ^^ ----------------- */


	#subnav	{
		float: left; 
		margin: 0px; padding-top: 10px;
		width: 220px;
		margin-top: -1px;
		color: #FFFFFF;
		text-align: left;
		}
	
	#subnav p {
		padding: 5px;
		}
		
	#subnav ul	{
		margin: 0px; padding: 0px 0px 20px 0px; 
		width: 220px;
		}
		
	#subnav li 	{
		list-style-type: none;		
		}
		
	#subnav li a	{
		display: block;
		width: 195px;					
		padding: 5px;
		padding-left: 20px;
		color: #FFFFFF;
		font-weight: normal;	
		text-align: left;				
		}
		
	#subnav li a:hover	{
		display: block;
		padding: 4px 5px 4px 20px;
		color: #fff;
		background-image: url(../images/design/subnav_bg.jpg);
		background-repeat: repeat-y;
		border-top: 1px solid  #FFFFFF;
		border-bottom: 1px solid  #FFFFFF;
		text-decoration: none;		
		}
	
	#subnav h1 {
		background-image: none;
		margin-bottom: 5px;
		text-align: left;
		margin-left: 10px;
		padding-top: 5px;
		font-size: 130%;
		border-bottom: 2px solid  #FFFFFF;
		width: auto;
		color: #FFFFFF;
		}
	
#contactinfo {
	text-align: left;
	}

#contactinfo p {
	font-size: 85%;
	color: #CCCCCC;
	line-height: 120%;
	margin: 0px 5px 0px 15px;
	}

#contactinfo a {
	color: #CCCCCC;
	}

.logos {
	background: url(/_includes/images/design/curriculum_logos.gif);
	margin: 20px 5px;
	width: 210px;
	height: 220px;
	text-indent: -5000px;
	}

#forcer_fix {
	width: 98%;
	float: left;
	}

#forcer	{
	float: left;
	width: 0px;
	height: 250px;
	}

#footer	{
	clear: both;
	width: 530px;
	margin-top: 20px;
	padding: 10px;
	font-size: 80%;
	color: #003A93;
	text-align: center;
	
	border-top: 1px solid #CCC;
	}

#footer a	{color: #003A93}
