
html, body {
	margin:0;
	padding:0;
}

html {
	background:url(/media/images/wp.png);
}

body {
	margin:0 auto;
	width:800px;
	padding:10px;
	text-align:left;
	background-color:#FFF8DC; */
	/*background-color: #8b0000;*/
	border:1px #EAEAEA solid;
	border-width:0 1px;
	font:11px Arial,Helvetica,sans-serif;
	color:#333;
}

#left {
	display:inline;
}

h1 {
	font-size:45px;
	font-weight:bold;
	margin:0;
	padding-right:5px;
	display:inline;
}

h1 a {
	color:#333;
}
h1 a:hover {
	text-decoration:none;
}

h2 {
	margin:0;
	display:inline;
	font-size:11px;
	font-weight:normal;
}

h3 {
	margin:0;
	float:left;
}

h4 {
	margin:10px 0 0;
	font-size:12px;
}

p {
	line-height:1.5em;
	text-align:justify;
}

a {
	text-decoration:none;
	color:#4B6095;
}

a:hover {
	text-decoration:underline;
}
	
#banner {
	width:800px;
	height:173px;
	background:#FFF url(/media/images/wide-picture.jpg) no-repeat;
	margin-bottom:10px;
}

#IEspacer {
	height:145px;
	width:800px;
}

#nav {
	list-style:none;
	text-align:right;
	font-weight:bold;
	margin:0;
	padding:0;
}


#nav li {
	float:right;
	text-align:center;
}

#nav li a {
	font-size:11px;
	display:block;
	text-decoration:none;
	color:#333;
	padding:8px 10px;
	background-color:#FFF8DC;
	border-left:5px #FFF8DC solid;
	}	

#nav li a:hover {
	/*background:url(/media/images/navlink2.png) repeat-x;*/
	text-decoration:none;
	color:#4B6095;
	background-colour:#F5FFE6;
}

#content {
	/*float:left;*/
}

#content h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
#content h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
#content h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}

#content h4 {
	font-size:101%;	
}

#content h1,h2,h3, {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
#content h1,#content h2,#content h3,#content h4,#content h5,#content h6,#content strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
	display: block;
	margin: 0.5em 0;
	float:none;
}

.entry {
	border:3px solid #333333;
	/*border:5px solid #8b0000;*/
	padding:10px;
	margin-bottom:10px;
}

.date {
	display:block;
	text-align:right;
}

.comments {
	display:block;
	text-align:right;
}

#sidebar {
	float:left;
	width:200px;
}

#sidebarBot {
	margin-top:10px;
}

#footer, #footer a {
	clear:both;
	text-align:center;
	color:#333;
	font-size:10px;
}

ul.errorlist {
margin:.2em 0 0;
padding-left: 0;
}

ul.errorlist li {
color:red;
list-style-type:none;
}

ul.errorlist li:hover {
list-style-image:None;
}