span.error {
	color: red;
	height: 1em;
}

div.clear {
	clear: both;
}

div#header {
	background: none none repeat scroll 0 0;
	margin: -1px auto;
	padding: 1px 0;
}

div#header-title {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 104px;
	text-align: center;
}

div#header-title img {
	border-width: 0px;
	border-style: none;
}

div#navbar {
	background: #57575B none repeat scroll 0 0;
	clear: both;
	width: 100%;
}

div#navbar-content {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: center;
}

body {
	font-family: arial, helvetica, sans-serif;
	background: #13568a;
	margin: 0 auto;
}

div#header-title a { border: none; }

a:link { color: #04a; font-weight: bold; text-decoration: none; border-bottom: none; }
a:visited { color: #04a; font-weight: bold; text-decoration: none; border-bottom: 1px dotted gray;}
a:hover { color: orange; font-weight: bold; text-decoration: none; border-bottom: 1px solid blue;}

a.comment:link { color: #ccc; text-decoration: none; }
a.comment:visited { color: #ccc; text-decoration: none; }
a.comment:hover { color: orange; text-decoration: underline; }

a.title:link { color: black; text-decoration: none; border: none; }
a.title:visited { color: black; text-decoration: none; border: none; }
a.title:hover { color: orange; text-decoration: underline; border: none; }

#logo { text-align:center; width:860px; height:108px;}
#logo h1 { text-indent:-9999px; margin-top:0px; margin-bottom:0px; padding:0px; }
#logo h1 a { display:block; background:url(logo.png) no-repeat; height:108px; width:850px; }

form {
  margin: 0;
  padding: 0;
}

form textarea, input {
	color: #222;
}

div#main {
	width: 960px;
	margin: 30px auto 30px auto;
}

div#content {
	margin: 0px 10px 100px 0px;
	padding: 0px 0px 0px 0px;
	width: 580px;
	float: left;
}

div#sidebar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 165px;
	float: left;
}

	div#sidebar ul {
		margin: 0;
		padding: 0;
	}
	
	div#sidebar ul li {
		text-align: right;
		vertical-align: middle;
		list-style-type: none;
		padding: none;
		line-height: 3em;
	}
	
	div#sidebar ul li a img	{
		vertical-align: middle;
		border: none;
	}
	
	div#sidebar ul li a.active {color: white;}
	div#sidebar ul li a {color: orange; font-weight: bold;}
	div#sidebar ul li a:hover {color: white;}

div.entry-top {
	background-image: url(entry-top.png);
	width: 580px;
	height: 17px;
}

div.entry {
	margin: 0;
	padding: 0px 10px 0px 10px;
	width: 560px;
	float: left;
	font-size: 75%;
	background-image: url(entry-sides.png);
	background-repeat: repeat-y;
}

div.entry-bottom {
	background-image: url(entry-bottom.png);
	width: 580px;
	height: 18px;
	margin-bottom: 15px;
	clear: both;
}

	div.post {
		margin: 0px 0px 0px 0px;
		padding: 0px 20px 10px 20px;
		width: 538px;
		float: left;
	}
		
		h3 {
			margin: -5px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			font-size: 1.25em;
		}
	
	div.commentary {
		margin: -10px 0px 0px 50px;
		padding: 20px 0px 0px 20px;
		width: 410px;
		float:left;
		background: url(arrow.gif) 20px 0 no-repeat;
		display: none;
	}
		
		div.commentary div {
			margin: -10px 10px 12px 0px;
			padding: 0px 0px 10px 5px;
			background-color: #ddd;
			border: medium double #ccc;
		}
		
		div.commentary div span {
			font-weight: bold;
		}
