/*  
Theme Name: aCoJ
Theme URI: http://www.wpdesigner.com
Description: Blue Concrete
Version: 1.0
Author: aCoJ Designs
Author URI: http://www.acojdesigns.com/

*/

body,h1,h2,h3,h4,h5,h6,blockquote,p{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #000;
	color: #FFF;
}

h1{
	font-family: Arial, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #2a88ae;
}

a:hover{
	text-decoration: underline;
	color: #FFF;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
}

#header{
	float: left;
	width: 800px;
}

#container{
	float: left;
	width: 525px;
}

.entry h3{
	padding: 8px 0 0 0;
}

.post{
padding: 10px 0 10px 0;
}

.post h2{
	font-family: Arial, Sans-serif;
	font-size: 22px;
	color: #2a88ae;
	border-bottom: 4px double #2a88ae;
	margin: 10px 0 0 0;
}

.post h3{
	font-family: Arial, Sans-serif;
	font-size: 16px;
	color: #2a88ae;
}

.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: 265px;
	background:#000;
	margin: 0 0 0 10px;
	display: inline;
}

#footer{
	clear: both;
	float: left;
	width: 800px;
	padding: 10px 0 0 0;
}

#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;
	color: #00fdbd;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	
}