/*
 * BASE Settings
 */
	body {
		margin: 20px;
		padding: 0;
		
		/* background: #D4D4D4 url(images/img1.gif); */
		/* background: #FFFEE6; */
		background: #FFFAF0;
		
		font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
		font-size: 10pt;
	/* 	font-size: small; */
	/*	color: #00409F; */
		color: #303060;
	}
	
	h2 {
		font-size: 16pt;
	}
	
	h1, h2, h3, h4, h5, h6, form {
		margin: 0;
		padding: 0;
	}
	ul {
		margin: 0px 0px 0px 20px;
		padding: 0px;
	}
	ul li {
	    list-style-image: url(../images/lidot.gif);
	    padding: 0px 0px 0px 10px;
		margin: 0px;
	}
	
	
/*
	div.hr {
	  height: 30px;
	  background: url(../images/swipe.png) no-repeat scroll left;
	}
	div.hr hr {
	  display: none;
	}
*/
	
	a {
	/*	background: url(images/img10.gif) repeat-x left bottom; */
	/*    background: url(../images/underline.png) repeat-x left bottom; */
	
	/*	text-decoration: none; */
	/*	color: #6157E4; */
		color: #0A00CC;
	}
	
	a:hover {
		background-image: none;
		text-decoration: underline;
	}
	

/*
 * NOTES
 */
	
	/* Yellow Notes */
	
	.yellownotes {
		margin-bottom: 20px;
	/*	background: #FFF846 url(images/img2.gif) no-repeat left bottom; */
		background: #F4E9A2 url(../images/yellowcurl.png) no-repeat left bottom;
	
	}
	
	.yellownotes .heading {
	/*	height: 50px; */
		padding: 10px;
	/*	background: #F4E051 */
	/*	background: url(images/img3.gif) repeat-x left center; */
	}
	
	.yellownotes .content {
		padding: 10px 20px 60px 20px;
	}
	
	/* Orange Notes */
	
	.orangenotes {
		margin-bottom: 20px;
		background: #FF8C46 url(../images/img6.gif) no-repeat left bottom;
	}
	
	.orangenotes .heading {
		height: 50px;
		padding: 10px;
		background: url(../images/img7.gif) repeat-x left center;
	}
	
	.orangenotes .content {
		padding: 0 20px 60px 20px;
	}
	
	/* Red Notes */
	
	.rednotes {
	    margin-bottom: 20px;
		background: #FFA8BD url(../images/redcurlRight.png) no-repeat left bottom;
	}
	
	.rednotes .heading {
	/* 	height: 50px; */
		padding: 10px;
	/*	background: url(images/ScienceIcon.png) no-repeat right top; */
	}
	
	.rednotes .content {
		padding: 10px 20px 60px 20px;
	}
	
	/* Green Notes */
	
	.greennotes {
		margin-bottom: 20px;
		background: #AEE68A url(../images/greencurl.png) no-repeat left bottom;
	}
	
	.greennotes .heading {
	/* 	height: 50px; */
		padding: 10px;
	/*	background: url(images/ScienceIcon.png) no-repeat right top; */
	}
	
	.greennotes .content {
		padding: 10px 20px 60px 20px;
	}
	
	.ScienceHeading {
		padding: 10px 35px 0px 10px;
		background: url(../images/ScienceIcon.gif) no-repeat right top;
	}
	.MathsHeading {
		padding: 10px 35px 0px 10px;
		background: url(../images/MathsIcon.gif) no-repeat right top;
	}
	.DownloadHeading {
		padding: 10px 35px 0px 10px;
		background: url(../images/DownloadIcon.gif) no-repeat right top;
	}
	.InfoHeading {
		padding: 10px 35px 0px 10px;
		background: url(../images/InfoIcon.gif) no-repeat right top;
	}
	
	
/* Header */
#printLogo {
	display: none;
}

#shareLinks {
	float: right;
	padding: 5px 5px 5px 5px;
}

#header {
	width: 720px;
	height: 120px;
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
	background: #F4E051 url(../images/yellowcurlRight.png) no-repeat right bottom;
	/* background: #FFF846 url(images/img2.gif) no-repeat left bottom; */
	/* background: #5BCE9E url(images/img8.gif) no-repeat left bottom; */
}

#header h1 {
	float: left;
	margin-top: -20px;
	padding: 0px;

}

#header h2 {
    text-align: right;
    font-size: small;
    font-style: italic;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 300px;
}

#header img {
	padding: 0px;
	border: 0px;
}

.quietlink {
	background: none;
	text-decoration: none;
	border: 0px;
	padding: 0px;
}

.inactive {
	text-decoration: none;
}

.active {
/*    background: url(../images/underline_2.png) repeat-x left bottom; */
	font-weight: bold;
 	text-decoration: underline; 
/* 	border-bottom: thin solid black; */
}

.sitenav {
    float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: x-small;

}

.sitenav li {
	display: inline;
	padding: 0px;
}

.navbar {
/*    float: right; 
    text-align: right;
		width: 495px;
			

*/
    float: left;
	width: 495px;
	margin: 0px 0px;
	padding: 0px 150px 0px 0px; 
	list-style: none;

}

.navbar a {
	text-decoration: none;	
	
}
.navbar a:hover {
	text-decoration: underline;
}
	

.navbar .active {
	font-weight: bold;
 	text-decoration: underline; 
}

.navbar li {
	display: inline;
	padding: 0px;
}


/* Content */

#content {
	width: 760px;
	margin: 20px auto;
}

.tc {
	height: 200px;
	background-color: #fff;
	color: #303030;
	padding: 10px 10px 10px 10px;
	border: solid thin gray;
	overflow:auto;	
}
/* Posts */

#posts {
	float: left;
	width: 490px;
}

.post {
	margin-bottom: 20px;
/*	background: #CED8EA url(../images/newsArrow.png) no-repeat left top; */
	background: #CED8EA url(../images/storyDot.png) no-repeat left top;
/*	background: #8CCC5E; GREEN */
/*	background: #dddddd; */
/*	background: #5BCE9E url(images/  img9.gif) repeat-x left top; */
}

.postnoimage {
	margin-top: 10px;
	margin-bottom: 20px;
/*	background: #CED8EA url(../images/newsArrow.png) no-repeat left top; */
/*	background: #CED8EA url(../images/storyDot.png) no-repeat left top; */
	background: #CED8EA;
/*	background: #8CCC5E; GREEN */
/*	background: #dddddd; */
/*	background: #5BCE9E url(images/  img9.gif) repeat-x left top; */
}

.post h2 {
    margin-left: 35px;
}

.title {
	padding: 5px 20px;
}

.posted {
	padding: 0 0 0 20px;
	font-size: small;
	text-align: right;
	margin-right: 20px;
}

.story {
/*	height: 820px; */
	padding: 0px 20px 0px 20px;
}

.story hr  {
	background-color: #2B4A77;
	height: 1px;
	border: 0px;
		
}

.story .sitemap li {
	list-style-image: none;
	list-style: none;
}

.purchase {
	border: 1px solid #2B4A77;
	margin-top: 20px;
	padding: 5px;
	background-color: #E4E9F2;
	/* background-color: #B3C5DD; */
		
}
.purchase h3 {
	text-align: center;
}
.purchase form {
	display: inline;
}

.purchasePage {
	/* border: 1px solid #2B4A77; */
	padding: 5px;
	/* background-color: #E4E9F2; */
	/* background-color: #B3C5DD; */
		
}
.purchasePage h3 {
	text-align: center;
}
.purchasePage form {
	display: inline;
}


.meta {
    height: 35px;
	padding: 35px 0 0 0; 
/*	background: url(images/img8.gif) no-repeat left bottom; */
	background: url(../images/lightbluecurl.png) no-repeat left bottom;

}

.meta p {
	margin: 0;
	padding: 0 20px 0 0;
	text-align: right;
}

.readmore {
    font-style: italic;   
}

/* Search */

#search {
	float: right;
	width: 250px;
}

#search .content {
	padding-bottom: 75px;
}

#section1 {
	clear: right;
	float: right;
	width: 250px;
}

#section2 {
	clear: right;
	float: right;
	width: 250px;
}

#section3 {
	clear: right;
	float: right;
	width: 250px;
}

.tailsection {
	margin: -40px 0px 15px 15px;	
}

/* Footer */

#footer {
	clear: both;
	font-size: x-small;
	text-align: center;
}

#printFooter {
	display: none;
}

.float-right { 
  float: right; 
  margin-left: 10px;
}
.float-left { 
  float: left; 
  margin-right: 10px;
}



