html {
	font-family:'Lucida Grande',Arial,Helvetica,Verdana,sans-serif;
	font-size: 11px;
	background-color: #333;
	background: url('/img/back.jpg');
}

body {
	width: 760px;
	margin: 20px auto;
	position: relative;
}

a {
	color: #3c5961;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #3c5961;
}

p {
	margin-bottom: 10px;
	line-height: 18px;
}

#header {
	height: 143px;
}

#header h1 #title {
	position: relative;
}

#headertop {
	margin: 0 auto;
}

#headertop img { display: block; position: auto; }

#nav {
	color: white;
	background-color: black;
	height: 23px;
	padding-left: 6px;
}

#nav li {
	float: left;
	padding: 4px 12px 4px 12px;
	font-size: 12px;
}

#nav li a {
	color: white;
}

#nav li.active {
	background-color: white;
	color: #3c5961;
}

#nav li.active a {
	color: #3c5961;
}

#content {
	border-left: 2px solid black;
	border-right: 2px solid black;
	padding: 20px;
	padding-top: 40px;
	min-height: 500px;
}

#body {
	background: white;
}

#maincontent {
	text-align: justify;
	width: 510px;
	margin-right: 30px;
}

.post .meta {
	background: url('/img/sep.png') no-repeat 50px 30px;
	padding-bottom: 40px;
}

.post h3 {
	font-size: 20px;
	margin-bottom: 30px;
}

.post img {
	display: block;
	margin: 20px auto;
	margin-bottom: 20px;
	border: 1px solid #3c5961;
	padding: 4px;
}

#sidebar {
	width: 190px;
	float: right;
}


#sidebar h4 {
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}

#sidebar ul li {
	margin-bottom: 6px;
}

#footer {
	padding-bottom: 1px;
	color: white;
	font-weight: normal;
	font-size: 9px;
}

#footer p { text-align: center; }

#footer img.rss { position: relative; top: 3px; }

#footerbottom img {
	_margin-left: 2px;
}

#clearfix {
	clear: both;
}

#comments h3 {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}

.comment .made_by {
	color: #3c5961;
}

.comment .head { color: #333 ;}

.separator {
	display: block;
	margin: 0 auto 15px auto;
}

#about h2 {
	color: #3c5961;
	font-size: 18px;
	margin-bottom: 15px;
}

#about h3 {
	color: #333;
	font-weight: bold;
}

a.comment_count {
	color: #ccc;
	text-decoration: none;
	font-size: 40px;
	float: right;
	margin-top: -20px;
	text-align: right;
	border: 0px;
}

a.comment_count:hover {
	color: #3c5961;
}

a.comment_count span {
	font-size: 11px;
	display: block;
	margin: 5px 0;
	padding: 0;
	bottom: 6px;
	position: relative;
}

#about ul li {
	list-style-type: disc;
	margin-left: 30px;
}

#about img {
	display: block;
	margin: 0 auto;
}

#map_canvas {
	width: 100%;
	height: 400px;
}

#comment_form textarea {
	width: 360px;
	height: 140px;
}

#photos img {
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}


.clearfix {
	clear: both;
}

#photostream {
	font-size: 16px;
	font-weight: bold;
}
