html {
	font-family: Georgia;
	font-size: 12px;
}

#header {
	height: 70px;
	background-color: #303030;	
}

body {
}

a {
	color: #3fa3d2;
	border-bottom: 1px dotted;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid;
}

#photos a {
	border: 0;
}

#nav a:visited, #nav a {
	color: white;
}


h1 a, h2 a, h3 a, h4 a, h5 a, #nav a {
	border: 0;
}

p {
	margin-bottom: 20px;
	line-height: 18px;
	text-align: justify;
	font-size: 12px;
}

h1 {
	color: white;
	font-size: 36px;
	padding-left: 30px;
	top: 18px;
	position: relative;
}

h1 a {
	color: white;
	text-decoration: none;
}

h1 span {
	color: #a5dcff;
}

#nav {
	float: left;
	margin-left: 570px;
	top: 2px;
	position: relative;
}

#header #nav ul {
	list-style-type: non;
}

#header #nav li {
	display: inline;
	color: white;
	font-size: 17px;
	background-color: #555;
	padding: 6px 8px 5px 8px;
	margin-right: 3px;
}

#header #nav li.active {
	background-color: white;
	color: #3386ad;
}

#header #nav a {
	text-decoration: none;
}

#header #nav a:hover {
	color: #3fa3d2;
}

#header #nav li.active a {
	color: #3386ad;
}

#content {
}

.topdrop { 	padding-top: 25px; }

#maincontent {
	background-color: white;
	padding-left: 30px;
	width: 500px;
	float: left;
	margin-right: 40px;	
}

.dark { color: #3386ad; }
.light { color: #3fa3d2; }

h2 {
	font-size: 26px;
	border-bottom: 1px solid #333;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

h2 a {
	color: #3386ad;
	text-decoration: none;
}

h2.post_title {
	margin-bottom: 20px;
}

.post {
	margin-bottom: 30px;
	border-bottom: 1px dotted gray;
	padding-bottom: 30px;
}

h3 {
	font-style: italic;
	font-size: 16px;
	color: #222;
	margin-bottom: 6px;
}

h3 a {
	color: #444;
	text-decoration: none;
	font-weight: normal;
	font-size: 28px;
	font-style: normal;
}

h3 a:hover {
	color: #3fa3d2;
}

.post .date {
	color: #666;
	margin-top: 4px;
}

.post .body {
	margin-top: 20px;
	clear: both;	
}

#sidebar {
	width: 310px;
	float: left;
	margin-bottom: 30px;
}

#sidebar h4 {
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 10px;
}

#sidebar ul {
	margin-left: 30px;
	margin-top: 10px;
}

#sidebar img {
	border: 0;
}

li {
	list-style-type: square;
	line-height: 24px;
}

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

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

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

.post .tags span {
	margin-right: 5px;
	text-transform: uppercase;
} 

#comments {
	
}

#comments h3 {
	font-size: 28px;
	border-bottom: 1px solid gray;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #222;
}

.comment {
	clear: both;
}

.comment .meta {
	width: 100px;
	float: left;
}

.comment .meta .made_by {
	font-weight: bold;
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
}

.comment .meta .date {
	font-size: 12px;
	color: #777;
}

.comment .body {
	float: left;
	width: 380px;
	top: -50px;
	position: relative;
	color: #333;
	font-size: 12px;
	margin-left: 120px;
}

.form textarea {
	width: 300px;
	height: 100px;
}

.form div span {
	width: 100px;
	float: left;
}

.form div {
	margin-bottom: 20px;
}

#about p {
	margin-top: 20px;
}

#about ul {
	margin-left: 60px;
	margin-bottom: 15px;
}

#photos {
	margin-bottom: 30px;
}

#photos img {
	padding: 1px;
	border: 1px solid transparent;
}

.post h4 {
	font-weight: bold;
}

#footer {
	clear: both;
	background-color: #222;
	height: 70px;
	color: white;
	padding-top: 10px;
	text-align: center;	
	font-size: 11px;
}

#footer p {
	text-align: center;
	margin:0;
}

#footer h4 {
	font-weight: bold;
	margin-top: 6px;
}

#footer p .rss {
	position: relative;
	left:5px;
	top: 2px;
}

.post img {
	border: 1px solid;
	display: block;
	margin: 0px auto;
}

#next_photos {
	
}

#next_photos .next {
	float: right;
	margin-right: 12px;
}

#next_photos .prev {
	float: left;
}

#comment_form {
	clear: both;
	border-top: 1px solid #222;
	padding-top: 30px;
}

strong {
	font-weight: bold;
}

#content .post ul li {
	list-style-type: disc;
	margin: 0;
	padding: 0;
	margin-left:30px;
}

#content .post ul {
	margin-bottom: 20px;
}

#nextpage {
	margin-bottom: 10px;
}

pre {
	background-color: black;
	color: #00ff1e;
	padding: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 10px;
	overflow-x: scroll;
}

#articles {
	min-height: 300px;
}

#articles li {
	list-style-type: none;
	font-size: 18px;
}

#articles li span.date {
	font-size: 12px;
	color: #888;
	float: right;
}

#article h2 {
	border: 0;
	margin: 0;
}

#article #date {
	color: #888;
	margin-bottom: 20px;
}

#article h2 a {
	font-size: 22px;
	font-style: normal;
}

#article h3 {
	font-style: normal;
	font-size: 18px;
}

#article ul {
	margin-left: 40px;
	margin-bottom: 20px;
}

#article span {
	background-color: black;
	color: #00ff1e;
	font-size: 10px;
	font-family: courier;
	padding: 2px;
}
