/*  
Theme Name: Blue Grunge
Theme URI: http://www.joshkasuboski.com/blog
Description: A dark blue grungy theme
Version: 1.0
Author: Jak
Author URI: http://www.joshkasuboski.com/

*/
body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #333333;
	color: #000000;
	margin-top: 2px;
}
h1 {
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}
a:link, a:visited {
	text-decoration: underline;
	color: #336699;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 10px 0 0 0;
}
#wrapper {
	margin: 0 auto 0 auto;
	width: 750px;
	text-align:left;
}
#header {
	float: left;
	width: 750px;
        height: 200px;
        background-image: url(images/header.jpg)
}
#navigation {
	float: left;
        width: 750px;
        background: #666666 url(images/nav.jpg) repeat scroll 0 0;
        margin-top: 5px;
        height: 45px;
}
#navigation li {
	list-style-type: none;
        display: inline;
}
#navigation li a {
	background: #333333;
        text-decoration: none;
        font-size: 18px;
        padding: 5px 10px 5px 10px;
        margin-right: 5px;
}
#navigation li a:hover {
	background: #000066;
        font-color: #ffffff;
}
#container {
	float: left;
	width: 495px;
        background: #EEEEEE url(images/container.jpg) no-repeat ;     
        padding-left: 5px;
        margin-top: 5px;
}
.post {
	padding: 10px 0 10px 0;
}
.post h2 {
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}
.entry {
	line-height: 18px;
}
p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}
.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.sidebar {
	float: left;
	width: 240px;
        background: #666666 url(images/side.jpg) no-repeat;
        margin: 5px 0 0 10px;
	display: inline;
        color: #ffffff;
}
.sidebar a {
	color: #ffffff;
}
.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
.sidebar ul li {
	padding: 10px 0 10px 0;
}
.sidebar ul li h2 {
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}
.sidebar ul ul li {
	padding: 0;
	line-height: 24px;
}
table#wp-calendar {
	width: 100%;
}
#footer {
	clear: both;
	float: left;
	width: 750px;
	padding-top: 10px;
}
#footer p {
	line-height: 18px;
}
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
.hidetext {
	display:none;
}
 

