/*reset.css*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

ol,ul {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym {border:0;}


/*fonts.css*/

h1
{
	margin-top:0px;
	font-size:1.4em;
	line-height:1.5em;
	font-weight:bold;
	font-style:italic;
	text-align:right;
	color:#394142;
	text-decoration:none;
}

h2
{
	font-size:1.4em;
	font-weight:bold;
}

h4
{
	margin-top:10px;
	font-size:1.2em;
	line-height:1.5em;
	font-weight:bold;
	font-style:italic;
}

body
{
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size:small;
	*font:x-small;*/
}

table 
{
	font-size:inherit;
}

select, input, textarea 
{
	font:1.2em arial,helvetica,sans-serif;
}

pre, code 
{
	/*font:115% monospace;*/
	font-size:100%;
}
/*
body * 
{
	line-height:1.22em;
}
*/


/*standard theme stuff*/
.post img
{
	float:left;
	border:1px solid #CCCCCC;
	margin:5px;
}


#s, textarea, input
{
	border:1px solid #394142;
	padding:4px;
	margin:10px 3px 10px 3px;
}


blockquote
{
	font-style:italic;
	color:#666666;
}

blockquote blockquote
{
	margin-left:20px;
	color:black;
}

.navigation
{
	display:block;
	clear:both;
	margin:20px 0px 20px 0px;
	overflow:auto;
}

.navigation a
{
border:1px solid #cccccc;
	/*background-color:white;*/
	
	padding:10px;
	float:left;
	display:inline;
	margin-right:10px;
}

 #submit
{
	
	/*border:1px solid #cccccc;*/
	/*background-color:white;*/
	color:#999999;
	padding:4px;
	
	
}

.post ol, .commentlist ol
{
list-style:decimal;
padding:5px 0px 5px 0px;
list-style-position:inside;
}

.post ul, .commentlist ul
{
list-style:disc;
list-style-position:inherit;
padding:10px 20px 5px 20px;
}

.post li, .commentlist li
{
	padding-left:5px;
}

.post strong, .post b
{
	font-weight:bold;
}

.post em, .post i
{
	font-style:italic;
}

.page_item .page_item, #sidebar ul.children
{
	margin-left:20px;
}

#calendar_wrap td, #calendar_wrap thead tr th
{
	padding:3px;
}

#calendar_wrap thead
{
	background-color:#666666;
	/*	color:white;*/
	
}

#calendar_wrap caption
{
	text-align:center;
	
}



a
{
	color:#666666;
}

a:hover
{
	color:#333333;
	text-decoration:none;
}

h3#comments,h3#respond,.pagetitle, h2.center
{
	font-size:1.2em;
	color:#6b7163;
	padding-top:20px;
	font-style: italic;
}

p
{	
	margin-top:20px;
}


#searchsubmit
{
	border:0px;
	position:relative;
	top:0px;
	font-weight:bold;
	font-size: 1.2em;
	color:#6b7163;
	background-image: url(images/searchbox.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}

#searchsubmit2
{
	border:0px;
	position:relative;
	top:0px;
	font-weight:bold;
	font-size: 1.2em;
	color:#efffde;
	background-image: url(images/searchbox2.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}


/**********************/



div.clear
{
clear:both;
height:0px;
width:0px;
overflow:hidden;
}


body
{
	background-color:#3083AC;
	/*margin:10px;*/
	margin-top:0px;
	margin-bottom:15px;
	background-image:url(images/wholeBG.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#page
{
	width:796px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/page.gif);
	background-repeat:repeat-y;
	
}

#header
{
	width:796px;
	height:116px;
	padding-top:9px;
	background-image:url(images/head_top.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

#header form
{
	margin-left:580px;
	margin-top:55px;
}

#header form input
{
	float:left;
	display:inline;
}

#header #headerimg
{
	background-image:url(images/head.gif);
	background-repeat:no-repeat;
	display:block;
	width:796px;
	height:116px;
}

#header #headerimg h1
{
	clear:both;
}

#header #headerimg h1 a
{
	
	font-size:36px;
	/*color:white;*/
	text-decoration:none;
	position:relative;
	top:0px;
	left:100px;
	
}

#header #headerimg .description
{
	position:relative;
	top:5px;
	left:110px;
}

#themenu
{
	position:relative;
	left:215px;
	width:580px;
}

#themenu li
{
	font-size: 1.2em;
	float:left;
	display:inline;	
	
}

#themenu li a
{
	display:block;
	padding:13px 5px 10px 5px;
	color: #394142;
	text-decoration:none;
	border-right:1px solid #394142;
	
}

#themenu li a:hover
{
	color:#000000;
	text-decoration:underline;
}


/***The sidebar**/

#sidebar
{
	float:left;
	display:inline;
	width:200px;
	background-image:url(images/side_header.jpg);
	background-repeat:no-repeat;
	background-color:#6b7163;
	position:relative;
	left:4px;
	top:-16px;
	padding-top:0px;
	text-align:right;
}

	#sidebar ul
	{
		padding:10px;
	}
	
	#sidebar #side-footer
	{
		background-image:url(images/side_footer.gif);
		background-repeat:no-repeat;
		height:13px;
		position:relative;
		top:5px;
	}
	
	#sidebar h2
	{
		font-size:1.2em;
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
	}
	
	#sidebar a
	{
		font-size:1.2em;
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration:none;
	}
	
	#sidebar a:hover
	{
		font-size:1.2em;
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration:underline;
	}
	
	#sidebar #picture
	{
	background-image:url(../../../images/EducationByNumbers_s.jpg);
	width:200px;
	}

/***The content**/
#content
{
	float:right;
	margin-right:4px;
	display:inline;
	width:583px;
	background-color:#efffde;
	font-size:1.2em;
	
}

#content .post
{
	margin-top:4px;
	background-image:url(images/post.gif);
}

#content .post .header
{
	background-image:url(images/post_header.gif);
	background-repeat:no-repeat;
	height:0px;
	padding:7px 10px 3px 10px;	
}

#content .post span.date
{
	margin-left:10px;
	font-size:0.9em;
	padding:3px 0px 3px 0px;	
	
}

#content .post .comments a
{
	margin-left:0px;
	font-size:10px;
	/**background-image:url(images/comments.jpg);**/
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding:3px 0px 3px 3px;
	
	
}

#content .post .footer
{
	background-image:url(images/post_footer.gif);
	background-repeat:no-repeat;
	height:8px;	
}

#content .post .entry
{
	color:#333333;
	padding:20px 20px 20px 20px;
}


#content .post p.postmetadata
{
	position:relative;
	left:30px;
}

#content li
{
	left:30px;
}

.post h2 a
{
	/*margin-left: 40px;*/
	text-decoration:none;
	
	font-weight: bold;
	
}


#footer
{
	clear:both;
}

.dateandcomment
{
	text-align:right;
	padding:0px 10px 0px 0px;
	font-size:0.8em;
	color:#efffde;
}


.dateandcommentblog
{
	text-align:right;
	padding:0px 10px 0px 0px;
	font-size:0.8em;
}

