* { margin:0; padding: 0; outline: none; border: 0;}

body {
	color: #ccc;
	background: #7497f9;
	font: normal 0.9em Verdana, sans-serif;
}

div {
/*	border: 1px dotted red;*/
}

/*
	layout, quick and dirty
*/

.clearfix {
	clear: both;
}

#container {
	position: absolute;
	width:800px;
	margin:-315px 0px 0px -400px;
	top: 50%;
	left: 50%;
	background: #7497f9;
}

#header {
	background: #7497f9 url(images/header.jpg) top left no-repeat;
	height: 201px;
	position: relative;
}

#header h1 {
	text-align: right;
	padding-right: 250px;
	padding-top: 136px;
	font: bold 2em Verdana, sans-serif;
}

#header h3 {
	padding-left: 400px;
	font: italic 1em Verdana, sans-serif;
}

#header h1, #header h3 {
	color: #333;
	border: 0;
}

/*navbar*/

#navbar	{
	background: #7497f9 url(images/navbar.jpg) top left no-repeat;
	height: 35px;
	padding-top: 15px;
}
#navbar ul {
	padding: 0;
	display: inline;
	margin-left: 30px;
}
#navbar ul li {
	margin: 0;
	padding: 10px;
	display: inline;
	list-style: none;
}
#navbar a, #navbar a:visited {color: #42744E; text-decoration: none; font-weight: bold;}
#navbar a:hover, #navbar a:focus {color: #fff; text-decoration: none;}

#navbar #search {
	margin-top: -5px;
	width:15em;
	float: right;
}
input, textarea {
	padding: 2px;
	border: 1px solid #999;
}

/*quick links bar*/
#quickbar	{
	background: #7497f9 url(images/page.jpg) top left repeat-y;
	height: 199px;
}

#quickbar ul {list-style: none; margin-top: 10px;}
#quickbar li {padding: 4px 4px 2px 4px; border-bottom: 1px solid #999; text-align: right;}

#quickbar #quickbar-left {
	height: 148px;
	margin-left: 28px;
	float: left;
	width: 380px;
	padding: 10px;
}

#quickbar #quickbar-right {
	border-left: 3px solid #444;
	float: right;
	height: 148px;
	width: 310px;
	margin-right: 28px;
	padding: 10px;
	overflow: auto;
}

#quickbar ul.taglist, #quickbar ul.taglist li {
	list-style: none; display: inline;
	padding: 0; margin: 1px;
}

/*page*/
#page	{
	background: #7497f9 url(images/page.jpg) top left repeat-y;
	overflow: auto;
	padding: 30px;
}

#page div.datebox {
	position: relative;
	font: normal 0.7em Verdanda, sans-serif;
	float: left;
	text-align: center;
	background: #333;
	color: #ddd;
	padding: 2px;
	border: 1px solid #555;
	margin-right: 10px;
}

#page div.title {
	margin-top: 20px;
	padding-bottom: 20px;
}

#page div.meta {
	font: normal 0.7em Verdana, sans-serif;
}

#page div.entry {
	margin: 30px;
}

div.entry ul {
	margin: 10px 10px 10px 28px;
	list-style-image: url(images/bullet.gif);
}

div.entry ol {
	margin: 10px 10px 10px 30px;
}

div.entry li {
	padding: 2px;
}

div.entry cite:before {
	content: "\"";
}
div.entry cite:after {
	content: "\"";
}

div.entry blockquote {
	background: #eee;
	margin: 20px;
	padding: .5em;
	margin-top: 0px;
	border: 1px dotted #999;
}

div.entry img {
	margin: 10px;
	padding: 5px;
	background: #eee;
	border: 2px solid #888;
}

#page a.command-button {
	font: normal 0.8em Verdana, sans-serif;
	background: #aaa;
	border: 1px solid #999;
	padding: 3px;
}

#page #post-comments {
	margin-top: 30px;
	padding: 2px;
	font: normal 0.8em Verdana, sans-serif;
}

#post-comments div.post-comment-body {
	margin: 5px 5px 5px 20px;
	padding: 5px;
	border-left: 3px solid #ccc;
}

#page #comment-form {
	margin-top: 20px;
}

/* post navigation */
#pagenav {
	margin-top: 10px;
	padding: 5px;
	border-top: 1px solid #888;
	font: normal 0.8em Verdana, sans-serif;
}
#pagenav a.current-page{
	font-weight: bold;
	border: 1px solid #aaa;
	padding: 2px;
}

#session-messages {
	margin: 30px 5px 5px 5px;
	padding: 10px;
	background: #ccc url(images/message.png) top left no-repeat;
}
#session-messages ul { list-style: none;}
#session-messages li {
	font: normal 0.8em Verdana, sans-serif;
}

/*footer*/
#footer	{
	background: #7497f9 url(images/footer.jpg) top left no-repeat;
	height: 97px;
	padding: 30px;
	color: #000;
	text-align: center;
	font: normal 0.8em Verdana, sans-serif;
	color: #333;
}
#footer a, #footer a:visited {
	color: #42744E;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

#footer a:hover {
	
}

/*other defaults*/
body {
	color: #333;
	font: normal 0.8em Verdana, sans-serif;
}

/* only for content - other styles are defined pertaining to specific #divs*/
h1 {
	color: #42744E;
	padding-left: 50px;
	font: normal 1.8em Georgia, serif;
}

a, a:visited {
	text-decoration: none;
	color: #42744E;
}

p {
	margin: 4px;
	margin-bottom: 0.9em;
	color: #333;
	font: normal 0.9em Verdana, sans-serif;
}
p.first {
	margin-top: 1em;
}

div.entry ul, div.entry ol, div.entry blockquote, div.entry cite {
	font: normal 0.8em Verdana, sans-serif;
}