/*   
Theme Name: Nerdgasmic 2.1
Author: Josh Roth
Version: 2.1
*/

body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	background-color: white;
	color: black;
	font-size: 1em;
	font-family: helvetica, sans-serif;
}

div.contain {
	font-family: helvetica, sans-serif;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}

div.header {
	height: 124px;
	width: 100%;
	background-repeat: repeat;
	background-image: url(images/header.png);
}

div.nav {
	margin-bottom: 15px;
	display: block;
	background-image: url(images/nav.png);
	height: 40px;
	width: 100%;
}
a.logo {
	display: block;
	height: 124px;
	width: 335px;
	background-repeat: no-repeat;
	background-image: url(images/nerdgasmic.png);
}

div.content {
	line-height: 1.1em;
	display: block;
	height: auto;
	float: left;
	width: 520px;
}

div.sidebar {
	height: auto;
	font-size: 0.8em;
	display: block;
	float: right;
	width: 215px;
}

div.postsidebar {
	font-size: 0.8em;
	display: block;
	float: right;
	width: 150px;
}

div.nav ul {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

div.nav ul li {
	font-weight: bold;
	font-size: 0.9em;
	line-height: 3em;
	text-shadow: 2px 2px 2px #cbcbcb;
	text-align: center;
	color: #4e7f1c;
	height: 40px;
	float: left;
	width: 105px;
}

div.nav ul li.current-cat {
	background-image: url(images/nav-highlight.png);
}

div.nav ul a {
	text-decoration: none;
	color: #4f801d;
}

div.nav ul a:hover {
	color: black;
}

ul.posts {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	color: black;
}

ul.posts li {
	font-size: 0.85em;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 0px;
	border-bottom-color: #50811e;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	margin-left: 0px;
	margin-bottom: 25px;
	margin-right: 0px;
	margin-top: 0px;
	clear: both;
}

h1 {
	line-height: 1.3em;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	font-size: 1.5em;
	color: black;
}

h1 a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

h1 a:hover {
	text-decoration: none;
	color: #50811e;
}

h2 {
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	color: #676767;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
}

h2 a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

h2 a:hover {
	color: #50811e;
}

ul.posts li img {
	max-height: 200px;
	border-color: #cacaca;
	padding: 5px;
	margin-bottom: 5px;
	display: inline-block;
	width: auto;
	border-style: solid;
	border-width: 1px;
}

ul.posts li img.alignleft {
	float: left;
	max-height: 200px;
	border-color: #cacaca;
	padding: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 0px;
	display: block;
	width: auto;
	border-style: solid;
	border-width: 1px;
}

ul.posts li img.aligncenter {
	clear: both;
	text-align: center;
	margin-right: 5px;
}

ul.posts li div.aligncenter {
	width: 100%;
	text-align: center;
	clear: both;
	float: none;
}

div.post-single {
	font-size: 0.85em;
}

div.post-single img {
	margin-right: 15px;
	max-height: 200px;
	border-color: #cacaca;
	padding: 5px;
	width: auto;
	border-width: 1px;
}

div.post-single img.alignleft {
	display: block;
	float: left;
}

div.post-single img.alignright {
	margin-left: 5px;
	float: right;
}

div.post-single img.aligncenter {
	text-align: center;
}

div.meta {
	padding-top: 0px;
	display: block;
	clear: both;
	height: 16px;
	width: 100%;
}

a.comments {
	padding-left: 20px;
	color: #000101;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(images/comments.png);
	width: auto;
}

a.comments:hover {
	color: #50811e;
}

a.more {
	padding-right: 20px;
	background-position: right;
	color: #000101;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: right;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(images/resultset_next.png);
	width: auto;
}

a.more:hover {
	color: #50811e;
}

a {
	color: #50811e;
	text-decoration: underline;
}

a:hover {
	color: #000101;
	text-decoration: none;
}

a.rss {
	font-size: 1.2em;
	line-height: 1.2em;
	display: block;
	margin-bottom: 10px;
	padding-left: 25px;
	color: #50811e;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/feed.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 100%;
}

a.rss:hover {
	color: black;
}

a.twitter {
	font-size: 1.2em;
	line-height: 1.2em;
	display: block;
	margin-bottom: 10px;
	padding-left: 25px;
	color: #50811e;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	height: 16px;
	width: auto;
}

a.twitter:hover {
	color: black;
}

a.contactus {
	font-size: 1.2em;
	line-height: 1.2em;
	display: block;
	margin-bottom: 5px;
	padding-left: 25px;
	color: #50811e;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/email.png);
	background-repeat: no-repeat;
	height: 16px;
	width: auto;
}

a.contactus:hover {
	color: black;
}

h3 {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 15px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 0px;
	border-bottom-color: #50811e;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	height: auto;
	width: 100%;
	font-weight: bold;
	font-size: 1.2em;
	color: black;
}

ul.categories {
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

ul.categories li {
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-image: url(images/categories-list.png);
}

ul.categories li a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

ul.categories li a:hover {
	color: #50811e;
}

div.footer {
	margin-right: auto;
	clear: both;
	margin-left: auto;
	bottom: 0px;
	margin-top: auto;
	border-top-color: #dadada;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	height: auto;
	width: 750px;
	color: #989898;
	font-style: normal;
	font-weight: normal;
	font-size: .8em;
}

ul.tags {
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

ul.tags li {
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-image: url(images/categories-list.png);
}

ul.tags li a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

ul.tags li a:hover {
	color: #50811e;
}

div.meta {
	display: block;
	clear: both;
	height: 16px;
	width: 100%;
}

div.post-single div.meta {
	margin-left: 0px;
	margin-bottom: 25px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	clear: both;
	display: block;
	border-bottom-color: #4f801d;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	height: auto;
	width: 100%;
}

span.comments {
	padding-bottom: 10px;
	border-bottom-style: none;
	padding-left: 20px;
	color: #000101;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(images/comments.png);
	width: auto;
}

ol.commentlist {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ol.commentlist li {
	float: left;
	display: block;
	margin-bottom: 20px;
	clear: both;
	height: auto;
	width: 100%;
}

ol.commentlist li div.user {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #f2f2f2;
	color: #676767;
	width: 100%;
}

ol.commentlist li a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

ol.commentlist li a:hover {
	color: #50811e;
}

ol.commentlist li div.avatar {
	display: block;
	margin-right: 5px;
	width: 50px;
	float: left;
}

ol.commentlist li div.comment {
	display: block;
	height: auto;
	width: 465px;
	float: right;
}

span.tags {
	color: #767676;
	font-style: normal;
	font-weight: normal;
}

span.categories {
	color: #767676;
	font-style: normal;
	font-weight: normal;
}

span.meta {
	display: block;
	color: #767676;
	font-style: normal;
	font-weight: normal;
}

ul.archive {
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

ul.archive li {
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-image: url(images/categories-list.png);
}

ul.archive li a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

ul.archive li a:hover {
	color: #50811e;
}

ul.wp-tag-cloud {
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

ul.wp-tag-cloud li {
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-image: url(images/categories-list.png);
}

ul.wp-tag-cloud li a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

ul.wp-tag-cloud li a:hover {
	color: #50811e;
}

span.sharethis {
	float: right;
	color: #767676;
	font-style: normal;
	font-weight: normal;
}

span.sharethis a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

span.sharethis a:hover {
	color: #4f801d;
}

span.sharethis2 {
	float: right;
	color: #767676;
	font-style: normal;
	font-weight: normal;
}

span.sharethis2 a {
	text-decoration: underline;
	font-size: 1em;
	color: #767676;
}

span.sharethis2 a:hover {
	text-decoration: none;
	color: #4f801d;
}

div.flash {
	margin-bottom: 25px;
	font-size: 0.75em;
	font-weight: bold;
	background-color: #d2d2d2;
	color: white;
	padding: 10px;
	height: auto;
	width: 100%;
}

div.flash a {
	text-decoration: underline;
	font-weight: bold;
	color: white;
}

div.flash a:hover {
	text-decoration: underline;
}

