body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-family:'lucida grande',arial,helvetica,sans-serif}
li,ul,ol,blockquote{margin-left: 0.5em;}
a {color: #275777}
a:hover {text-decoration:none;}


body {
	font-family: georgia,'times new roman',times,serif;
	color: #333;
	text-align: center;
	line-height: 1.7em;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	border-top: none;
	text-align: left;
	min-width: 750px;
	width: 72em;
	margin: auto;
	}

#header {
	padding: 2px 0 10px 0;
	}

#headerimg {
	padding: 0 1em;
	margin: 1.5em 0;
}
#headerimg a {
	text-decoration: none;
}

#nav {
	height: 2.9em;
	padding: 0;
	margin: 0;
	font-weight: bold;
	position: relative;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E0E0E0;
	background: #F4F4F4 none repeat scroll 0 0;
}

#nav li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#nav a:link, #nav a:visited {display:block; padding: 0.6em 1em; color:#666; text-decoration:none;}
#nav a:hover {background-color:#444; color:#fff;}

#searchform {
	padding: 0.6em;
	float: right;
}

#content {
	font-size: 1.1em;
	margin: 0.4em 2em;
}

#content h2 {
	padding: 1em 0
}
#content small {
	margin-left: 0.4em;
	margin-bottom: 0.6em;
	color: #aaa;
}
#content p {
	margin: 1em 0;
}
#content .post {
	padding-left: 0.2em;
	margin-top: 0.5em;
}
#content .entry {
	margin: 1.5em 0;
}
#content ul, #content ol {
	margin-left: 3em;
}
#content .postmetadata {
	padding-left: 0.2em;
	font-size: 0.8em;
}
#content .alignnone {
	float:left;
	margin: 1px 1.5em 1.5em 1px;
	border: none;
}

#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 50em;
	width: 20em;
}

#sidebar h2 {
	padding: 0.5em 0;
}

.narrowcolumn {
	float: left;
	padding: 0 0 1em 1em;
	margin: 0px 0 0;
	width: 40em;
}
.widecolumn {
	padding: 0 0 1em 0;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 1em 0;
	text-align: center;
	background: #444;
	color: #ddd;
}
#footer a {color: #ddd}

#commentform input[type="text"], #commentform input[type="password"] {
	width: 24em;
}
