/* 
 *	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 "comments.css";

*{
	padding: 0;
	margin:0;
}

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: #016296 url(../images/design/page_bg.jpg) repeat-x top left;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, 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;
	color:#024062;
	}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color:#024062;
	margin-bottom: .5em;
	}
	
h3, h4, h5{
	color:#024062; 
	margin-bottom: .5em;
}

p{
	margin-bottom: 1.5em;
}

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: 760px;  
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}

#header		{
	width: 760px;
	height: 215px;
	margin: 0px; padding: 0px;
	color: #FFF;
	}

#header h1 a{
	position:relative;
	float: left;
	width: 230px;
	height: 215px;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/design/baston_logo.gif);
	background-repeat:no-repeat;
}

#header h2	{display: none;}
 
#main	{ 
	clear: both;
	width: 760px;
	margin: 0px; padding: 0px; 
	background: url(../images/design/page_repeater.gif) repeat-y;
	}

#contentwrapper	{
	width: 760px;
	margin: 0px; padding: 0px;
	
	}

#subnav {
	float: left;
	width: 206px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	}

#subnav ul {
	margin: 0px; padding: 0px;
	}
	
#subnav li {
	display: inline;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	text-align: right;
	}

#subnav a{
	display: block;
	padding-right: 35px;
	height: auto!important;
	text-align: right;
	height: 30px;
	min-height: 30px;
	background: url(../images/parents_info/subnav_standard.gif) no-repeat right;
	margin-bottom: 0px!important;
	margin-bottom: 20px;
	}

#subnav a:link		{color: #fff; text-decoration: none;}
#subnav a:visited	{color: #fff; text-decoration: none;}
#subnav a:hover		{color: #fff; background: url(../images/parents_info/subnav_over.gif) no-repeat right; text-decoration: underline;}
#subnav a:active	{color: #fff; text-decoration: none;}

#breadcrumbs {
	float: left;
	width: 500px;
	margin: 0px;
	padding: 5px 50px 0px 210px;
	font-weight: bold;
	font-size: 90%;
	background:url(../images/design/content_header.gif) no-repeat top left;
	}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #024062;
	}
	
#breadcrumbs li {
	display: inline;
	padding: 0px 6px 0px 12px;
	background: url(../images/design/breadcrumb_bullet.gif) left  no-repeat;
	}
	
#breadcrumbs li:first-child{
	padding-left: 0px;
	background: none;
}

#breadcrumbs a:link		{color:#024062; text-decoration: none;}
#breadcrumbs a:visited	{color:#024062; text-decoration: none;}
#breadcrumbs a:hover	{color:#024062; text-decoration: underline;}
#breadcrumbs a:active	{color:#024062; text-decoration: none;}

#content	{
	display: inline;
	margin-right: 40px;
	padding: 5px;
	width: 500px;
	float: right;
	min-height: 168px;
	background: #fff url(../images/design/content_bg.gif) no-repeat top right;
	}
	
#content ul{
	list-style: inside;
}

#forcer	{
	float: left;
	width: 0px;
	height: 250px;
	}
	
#forcerfix{
	float: left;
	width: auto;
}

#footer	{
	clear: both;
	text-align: center;
	width: 610px;
	margin: 0px;
	padding: 40px 5px 0px 145px;
	font-size: 80%;
	color: #FFF;
	background: url(../images/design/footer_bg.gif) no-repeat top right;
	}

#footer a	{color: #FFF}


/* ------------------ start menu classes for standard menus ----------------- */

				#menu	{
					float: right; 
					margin: 0px; padding: 0px;
					width: 480px;
					height: 220px;
					min-height: 220px;
					}
					
				#menu ul	{
					margin: 0px; padding: 0px; 
					width: 480px;
					}
					
				#menu li 	{
					list-style: none;
					height: 30px;
					min-height: 30px;
					text-align: right;
					}
					
				#menu li a	{
					display: block;
					margin: 0px;
					padding: 5px;
					color: #fff;
					text-align: right;
					padding-right: 40px;	
					}
					
				#menu li a:hover	{
					display: block; 
					margin: 0px;
					padding: 5px;
					color: #FFF;
					padding-right: 40px;	 				
					}
					
/* ------------------ ^^ end menu classes for standard menus ^^ ----------------- */
#menu1{
	margin-right: 291px;
}
	#menu1 a{
		background: url(../images/design/news_button_standard.gif) no-repeat right;
	}
		#menu1 a:hover{
			background: url(../images/design/news_button_over.gif) no-repeat right;
		}

#menu2{
	margin-right: 280px!important;
	margin-right: 279px;
}
	#menu2 a{
		background: url(../images/design/parents_button_standard.gif) no-repeat right;
	}
		#menu2 a:hover{
			background: url(../images/design/parents_button_over.gif) no-repeat right;
		}

#menu3{
	margin-right: 265px!important;
	margin-right: 264px;
}
	#menu3 a{
		background: url(../images/design/who_button_standard.gif) no-repeat right;
	}
		#menu3 a:hover{
			background: url(../images/design/who_button_over.gif) no-repeat right;
		}
		
#menu4{
	margin-right: 245px!important;
	margin-right: 244px;
}
	#menu4 a{
		background: url(../images/design/learning_button_standard.gif) no-repeat right;
	}
		#menu4 a:hover{
			background: url(../images/design/learning_button_over.gif) no-repeat right;
		}
		
#menu5{
	margin-right: 220px;
}
	#menu5 a{
		background: url(../images/design/pupils_button_standard.gif) no-repeat right;
	}
		#menu5 a:hover{
			background: url(../images/design/pupils_button_over.gif) no-repeat right;
		}
		
#menu6{
	margin-right: 188px!important;
	margin-right: 182px;
}
	#menu6 a{
		background: url(../images/design/friends_button_standard.gif) no-repeat right;
	}
		#menu6 a:hover{
			background: url(../images/design/friends_button_over.gif) no-repeat right;
		}

 .imageFooterMiddle	{
	padding-bottom: 20px; /* Enough room for 4 lines of text */
	padding-top: 5px;
	line-height: 120%;
	font-size: 90% !important; 
	}
	
/* header images */

#header1 #menu{
	background: url(../images/design/header1.jpg) no-repeat top right;
	}
	
#header2 #menu{
	background: url(../images/design/header2.jpg) no-repeat top right;
	}
	
#header3 #menu{
	background: url(../images/design/header3.jpg) no-repeat top right;
	}
	
#header4 #menu{
	background: url(../images/design/header4.jpg) no-repeat top right;
	}


/* for sitemap */	
ul li ul{
	margin-left: 2em;
}
ul li ul li{
	list-style-type: disc;
}

ul li ul li ul li{
	list-style-type: square;
}