/*

CSS for Hereward House School

*/


/*

CSS Content Index

-----Body Styling, *Universal Selectors and Headings Style

-----Specific Class Style

-----Head Style

-----Navigation Style

-----Content Style

-----Foot Style


*/




/*
---------------This section deals with the styling of the Body, *Universal Selectors and Headings----------
*/

* { behavior: url(../../new-build/css/iepngfix.htc) }

* {
	margin: 0;
	padding: 0;
}

body {
	background: #11213b url(../images/new-background-gradient.jpg) repeat-x;
	font: lighter 62.5%/1.4em "Calibri", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #e1e1e1;
	text-align: left;
	margin: 0pt auto;
	line-height: 1.7em;
}

h1 {
	font-size: x-large;
}

h2 {
	font-size: large;
}

h3 {
	font-size: small;
}

h4 {
	font-size: x-small;
}

strong, em, b, i {
    font-family: "Calibri", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Calibri", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#map {
color:#000000;
font-size:120%;
}


/*
---------------This section deals with the styling of Specific Classes and Styles----------
*/

.inner {
	width: 960px;
	margin: 0pt auto;
}

.img {
	border: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.green {
	color: #b7d23b;
}

#dateWrap .month {
	color: #f15a2a;
}

#middle-stack table {
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 20px;
	
}

#middle-stack table h1 {font-size:1.1em; font-weight:bold; color:#4f6b72; margin:0; padding:0;line-height:5%; padding-top:5px;}
#middle-stack table p {font-size:1.1em;}
#middle-stack table .current {color:#FF0000;}





/*
---------------This section deals with the styling of the Head Section----------
*/

#head .inner {
	padding-top: 20px;
}

#head .address {
	float: right;
	font-size: 1.5em;
	padding-top: 15px;
	line-height: 1.2em;
}


#head h1 {
	background-image: url(../images/school-logo.png);
	background-repeat: no-repeat;
	float: left;
	padding: 0 0 0 70px;
	font-size: 4.2em;
	font-weight: lighter;
	line-height: 1.6em;
}

/*
---------------This section deals with the styling of the Advert Section----------
*/

#home #advert {
	clear: both;
	padding-top: 10px;
	min-height: 340px;
}

#body #advert {
	clear: both;
	padding-top: 10px;
	min-height: 150px;
}


/*---------------------MAIN CALENDAR--------------------*/

.main {
width:181px;
}
 
.month {
font-family: "Calibri", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
color: #f15a2a;
font-size: 18px;
text-transform:uppercase;
}
 
.daysofweek {
font-family: "Calibri", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
color: white;
font-weight: bold;
font-size: 12px;
padding-top: 5px;
padding-bottom: 5px;
}
 
.days {
font-size: 12px;
font-family: "Calibri", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
color: white;
padding: 2px;
}
 
.days #today{
font-weight: bold;
background: transparent url(../images/calendar_today_bg.gif) no-repeat scroll center center;
}
 
#calendar {
	float: left;
    width: 50%;
	margin-left: 22px;
}

#calendar p {
	font-size: 1.4em;
	padding: 5px 0 5px 0;
}

#calendar a {
	color: #b7d23b;
	text-decoration: none;
}

#calendar a:hover {
	text-decoration: underline;
}



/* GRAPHIC TABULAR EVENTS CALENDAR */
	#calendar .eventsCalendar table { /* entire table */
		font-family: "Calibri", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		font-size:small;
		border: 1px solid #F2F2F2;
		width: 100%;
		border-collapse: collapse;
	}		
		#calendar .calendarDay, .calendarToday, .calendarDayHeader, .calendarTitle td, .calendarWeekendDay, .calendarOtherMonthDay   {
			padding: 2px;
			border: 1px solid #CCCCCC;
			text-align: left;
			vertical-align: top;
		}
		
		#calendar .calendarTitle td { /* top bar with current month and next/previous buttons */
			text-align: center;
			background: #172b4e !important;
			color: #F15A2A;
			padding: 5px 4px !important;	
			text-transform:none !important;
			font-weight:normal !important;
			font-size:15px;	
		}	
			#calendar .calendarNextPrevious {
				color: #0D70A1 !important;
				font-weight: normal;
				text-decoration:none;
				font-size:12px;
			}	
				#calendar .calendarNextPrevious a {
					color: #0D70A1 !important;
					font-weight: normal;
					text-decoration:none;
					font-size:12px;
				}	
				
		#calendar .calendarDayHeader { /* m-f bar */
			color: #F2F2F2;
			background: #172b4e;
			font-weight: normal;
			height: 1px;
			text-align: center;
			padding: 4px 2px;
			text-transform: none !important;
			font-size: .9em;
		}	
			
		
		#calendar .calendarToday { /* current day */
			color: #F2F2F2 !important;
			background: #F15A2A;
			font-weight: bold;
		}
			
		#calendar .calendarToday a { /* current day */
			color: #F2F2F2 !important;
			background: #172b4e;
			font-weight: bold;
		}	
		#calendar .calendarWeekendDay { /* weekends */
			background: #172b4e;
			color: #F2F2F2 !important;
		}	
		#calendar .calendarDay { 
			background: #172b4e;
			color: #F2F2F2 !important;
		}	
			#calendar .calendarDay a { 
				font-weight: bold;
				color: #F2F2F2 !important;
			}		
		#calendar .calendarOtherMonthDay { /* previous or next months days on current months calendar */
			color: #F2F2F2;
			background: #585858;
		}
				
				
				
	.eventsList {
		padding: 0;		
	}
		.eventsList ul {
			margin: 0 !important;
			padding: 0 !important;
			list-style: none;
		}
			.eventsList ul li {
				list-style: none;
				padding: 0 0 5px 0;
				margin-bottom: 5px;
			}
			
			.eventsList ul li a {
				font-size: 1.1em;
				line-height: 1;
				font-weight: bold;
			}
				
			.eventsList ul li .eventDate {
				margin: 0 0 5px 0;
				color: #999;
			}		
				
				
	/* calendar detail page */
		#secPage .event .eventDate {
			margin: 0 0 15px 0;
			color: #999;
		}
		#secPage .event .eventBack {
			margin: 10px 0;
			font-weight: bold;
			border-top: 2px solid #e8d14f;
			padding-top: 5px;
		}

/*
---------------This section deals with the styling of the Navigation Section----------
*/

#navigation .inner {
	background: url(../images/nav-background-green.jpg) repeat-x;

}

.nav  {
	margin:0; 
	padding:0; 
	list-style-type:none; 
	display:inline;
	float: left;
	width: 100%;
	background: url(../images/nav-background-green.jpg) repeat-x;
	border-bottom: 1px solid #1a345a;
}

.nav li {
	float: left;
	padding: 0 0 0 0;
	list-style-type: none;	
	border-right: #96cc26 solid 1px;
}

.nav a {
	display: block;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	font-size: 1.6em;
	color: #e1e1e1;
}

.nav a:hover {
	text-decoration: underline;
}


/*
---------------This section deals with the styling of the Content Section----------
*/

#content {
	clear: both;
	padding-top: 20px;	
}

#content h2 {
	font-size: 1.6em;
	color: #f15a2a;
	font-weight: lighter;
	padding-bottom: 5px;
}

/*
---------------This section deals with the styling of the Left Stack Section----------
*/

#left-stack {
	float: left;
    width: 18%;
}

#left-stack h2 {
	padding-bottom: 10px;
	border-bottom: #e1e1e1 solid 1px;
}

.sub-nav {
	margin:0; 
	padding:0; 
	list-style-type:none; 
}


.sub-nav li {
	list-style-type: none;
	border-bottom: #e1e1e1 solid 1px;
}

.sub-nav a {
	display: block;
	padding: 6px 0 6px 0;
	text-decoration: none;
	font-size: 1.4em;
	color: #e1e1e1;
}

.sub-nav a:hover  {
	text-decoration: underline;
}

/*
---------------This section deals with the styling of the Middle Stack----------
*/

#middle-stack {
	float: left;
    width: 50%;
	margin-left: 22px;
}

#middle-stack h1 {font-size:20px; font-weight:lighter;color:#e1e1e1; padding-bottom:15px;}

#middle-stack-detail {
	float: left;
    width: 70%;
}

#middle-stack li {
	margin-left: 15px;font-size:14px;}

#middle-stack-detail tr {font-size:14px;}

#middle-stack-detail ul {
	padding-left:20px; font-size:13px;}


#middle-stack-detail p {
	font-size: 1.4em;
	padding: 5px 0 5px 0;
}

#middle-stack-detail h1 {font-size:20px; font-weight:lighter;color:#e1e1e1; padding-bottom:15px;}

#middle-stack-detail a {
	color: #b7d23b;
	text-decoration: none;
}

#middle-stack-detail a:hover {
	text-decoration: underline;
}

#middle-stack a {
	color: #b7d23b;
	text-decoration: none;
}

#middle-stack a:hover {
	text-decoration: underline;
}

#middle-stack p {
	font-size: 1.4em;
	padding: 5px 0 5px 0;
}

#middle-stack h3 {
	color: #FFFFFF;
	font-size: 1.4em;
	text-decoration: none;
	padding: 10px 0 10px 0;
}

#middle-stack th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

#middle-stack th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#middle-stack td {
	border: 1px solid #F2F2F2;
	background-color: none;
	padding: 6px 6px 6px 12px;
	color: #E1E1E1;
	font-size: 1.4em;
}


#middle-stack td.alt {
	background: #F5FAFA;
	color: #797268;
}

#middle-stack th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#middle-stack th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}


.middle-left-text {
	padding-top: 10px;
	float: left;
	width: 45%;
}

.middle-right-text {
	padding-top: 10px;
	float: right;
	width: 45%;
}


#middle-stack-detail table {font-size:1.1em;}
#middle-stack-detail table td {padding:5px;}

/*
---------------This section deals with the styling of the Table----------
*/

#middle-stack-this-week {
	float: left;
    width: 760px;
	margin-left: 22px;
}


#mytable {
	width: 760px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	font-size: 1.4em;
}


#mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}




/*
---------------This section deals with the styling of the Right Stack----------
*/

#right-stack {
	float: right;
	padding-bottom: 50px;
	width:180px;
}

#right-stack img {
	float: right;
	margin-bottom: 30px;
}


#right-stack h2 {
	padding-bottom: 10px;
}

#right-stack h4 {
	font-size: 1.6em;
	color: #f15a2a;
	font-weight: lighter;
	padding-bottom: 5px;
}

/*
---------------This section deals with the styling of the Calendar----------
*/



#dateWrap {
margin: 20px 0 15px 0;
}



p.month {
color:#FFFFFF;
font-family: "Calibri", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 1.6em;
margin-bottom:5px;
text-transform:uppercase;
}
table#calendar_tbl {
border:0 none;
font-family: "Calibri", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
margin:0 0 4px;
padding:0;
text-align:center;
}
table#calendar_tbl tr#day_headings th {
color:#FFFFFF;
font-size:9px;
text-transform:uppercase;
}
table#calendar_tbl tr td {
color:#FFFFFF;
font-size:11px;
font-weight:bold;
height:18px;
text-align:center;
width:22px;
}
table#calendar_tbl tr td.today {
background:transparent url(/images/calendar_today_bg.gif) no-repeat scroll center center;
}
table#calendar_tbl tr td.notThisMonth {
color:#3399CC;
font-size:11px;
}
table#calendar_tbl tr td a {
color:#970040;
text-decoration:underline;
}

p.nextMonthEvents a {
background:transparent url(/images/topLvl_arrow.gif) no-repeat scroll right center;
border-bottom:1px dotted #0D70A1;
border-top:1px dotted #0D70A1;
color:#006699;
display:block;
font-family: "Calibri", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin:6px 0;
padding:6px 0;
text-decoration:none;
}

#calendarwrapper {background-color: #223d72; width:180px; height:92px; position:relative; padding-bottom:5px;}

	#dayimage {width:35px; height:92px; position:absolute; top: 0; left:0; }
	#dateimage {background-color: #223d72; width:130px; height:92px; position:absolute; top: 0; right:0; padding-right: 10px; }

.news {
	margin-top:25px;
	float: left;
}

.news ul {
	margin: 0;
	padding: 0;
}

.news li {
	list-style-type: none;
	padding: 5px 0 5px 0;
}

.news .date {
	font-size: 1.2em
}

.news .event {
	font-size: 1.3em;
	color: #f15a2a;
}



/*
---------------This section deals with the styling of the FORM Section----------
*/

#left-stack-form {
	float: left;
    width: 18%;
	margin-bottom:20px;
}

#left-stack-form h2 {
	font-size: 1.6em;
	color: #f15a2a;
	font-weight: lighter;
	padding-bottom: 5px;
}

.pupil-list {
	margin-top: 11px;
}

.pupil-list li {
	font-size: 1.4em;
	padding: 0 0 5px 0;
	list-style-type: none;
}

#middle-stack-form {
	float: left;
    width: 50%;
	margin-left: 22px;
}

#middle-stack-form a {
	color: #b7d23b;
	text-decoration: none;
}

#middle-stack-form a:hover {
	text-decoration: underline;
}

#middle-stack-form p {
	font-size: 1.4em;
	padding: 10px 10px 10px 10px;
}

#middle-stack-form a:hover {
	text-decoration: underline;
}

#middle-stack-form h1 {font-size:20px; font-weight:lighter;color:#e1e1e1; padding-bottom:15px;}

#middle-stack-form h3 {
	color: #FFFFFF;
	font-size: 1.4em;
	text-decoration: none;
	padding: 10px 0 10px 0;
}

#middle-stack-form .homework-h2 {
	font-size: 1.1em;
}

#middle-stack-form table {
	margin: 15px 0 0 5px;
	padding: 0;
}

.messages {
	margin: 10px 0 0 0;
}

.messages-h2 {
	margin-top:0px;
}






#right-stack-form {
	float: right;
    width: 23%;
	padding-bottom: 50px;
}

#right-stack-form img {
	float: left;
	margin: 10px 0 10px 0;
	border: 1px solid #b7d23b;
}

#right-stack-form h2 {
	font-size: 1.6em;
	color: #f15a2a;
	font-weight: lighter;
	padding-bottom: 5px;
}

#right-stack-form p {
	float: left;
	font-size: 1.4em;
	padding: 5px 0 5px 0;
}

.homework {
	margin-top: 12px;
	background-color: #2c4c7b;
	margin-bottom: 30px;
}


#right-stack .blogList {padding: 0;}
#right-stack .blogList ul {margin: 0 !important; padding: 15px 15px 15px 0 !important; list-style: none;}
#right-stack .blogList ul li {list-style: none;}
			
#right-stack .blogList ul li h2.postTitle {color: #ffffff !important; font-size: 1.5em; border-bottom:none; text-decoration:none;}
#right-stack .blogList ul li h2.postTitle a {color: #f3f3f3 !important; text-decoration:none;} 
#right-stack .blogList ul li h2.postTitle a:hover {text-decoration: underline;}
				
#right-stack .blogList ul li .postBody {font-size: 1.1em;}	
#right-stack .blogList ul li .postDate {margin: 0 0 2px 0; font-size: 1.1em; color: #b3b3b3;}
#right-stack .blogList ul li .postInfo a {color: #493d35 !important;}

/* rss icon */
.rss img {border: none; margin-left:0; padding-bottom:3px; display: none;}				
				
/* post detail page */
#secPage .post .postDate {margin: 0 0 15px 0; color: #999;}
#secPage .post .blogBack {
	margin: 40px 0 0 0;
	font-weight: bold;
	border-top: 2px solid #000;
	text-align: right;
	display: block;
	width: 100%;
	padding-top: 5px;}


/*
---------------This section deals with the styling of the Footer Section----------
*/

#footer {
	clear: both;
	height: 80px;
	margin-top: 20px;
}

#footer .inner p {
	font-size: 1.1em;
}

.sitemap {
	float: right;
	padding: 5px 0 0 0;
}

.sitemap a {
	text-decoration: none;
	color: #e1e1e1;
}

.sitemap a:hover {
	text-decoration: underline;
}

.copyright {
	float: left;
	padding: 5px 0 0 0;
	color: #e1e1e1;
	text-decoration: none;
}

.copyright a {
	color: #e1e1e1;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

.linksModule li {
	margin-left:20px;
	font-size:1.3em;
}

.linksModule li a, .linksModule li a:visited {
	color:#B7D23B;
	text-decoration:none;
}

.rss_icon {
padding-right:210px;
border:0 !important;
}
