/*
Theme Name: Chromatic
Description: Based on another kickass theme from Jetpacked.
Author: Billy, after Jason Sanzone
Author URI: http://www.jetpacked.com
Version: release 0.1
*/

/* ============= all elements style ============= */
*{
margin:0;
padding:0;
}

a{
outline:none;
}

img{
border:none;
}

.clearfix:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* ============= other ============= */
.floatleft{
float:left;
}

.floatright{
float:right;
}

/* ============= body ============= */
body{
	margin:0;
	padding:0;
	background:url(../../../images/logoname4.gif) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#669966;
}

/* ============= wrapper ============= */
#wrapper{
width:950px;
margin:0 auto;
}

/* ============= header ============= */
#header{
width:950px;
height:30px;
margin-bottom:30px;
margin-top:90px;
}

/* ============= logo ============= */
#header h1{
width:800px;
height:30px;
float:left;
display:inline;
}

#header h1 a{
	display:block;
	width:900px;
	height:3px;
	margin-top: 0px;
	text-indent: 0em;
	text-decoration: none;
	padding-left:3px;
	color: #669966;
	size: 24em;
	background:url() no-repeat;
}

/* ============= content ============= */
#content{
width:700px;
float:right;
}

/* ============= post header ============= */
.post{
margin-bottom:30px;
}

.post a{
color:#3689DD;
text-decoration:underline;
}

.post a:hover{
color:#fff;
}

.ph{
width:700px;
float:right;
}

.post-header img{
float:left;
margin-right:0px;
background:#000;
padding:0px;
border:0px solid #242424;
}

.post-header h1, #content h1{
color:#0080E4;
font-size:20px;
float:left;
}

.post-header h1 a, #content h1 a{
color:#fff;
text-decoration:none;
}

.post-header h1 a:hover, #content h1 a:hover{
text-decoration:underline;
}

.post p{
font-size:12px;
color:#eee;
line-height:18px;
text-align:justify;
margin-bottom:10px;
}

.post ul li, .post ol li{
list-style-position:inside;
font-size:12px;
color:#eee;
line-height:15px;
}

.post ul, .post ol{
margin-bottom:15px;
}

.post-meta{
clear:both;
font-weight:bold;
font-size:11px !important;
line-height:16px !important;
}

.author{
color:#0080E4 !important;
}

.post-meta a{
color:#0080E4;
text-decoration:none;
}

.post-meta a:hover{
color:#fff;
text-decoration:none;
}

/* ============= sidebar ============= */
#sidebar{
list-style:none;
width:180px;
float:left;
}

#sidebar li{
list-style:none;
margin-bottom:20px;
}

#sidebar li h2{
font-size:10px;
width:180px;
height:38px;
display:block;
color:#aaa;
margin-bottom:5px;
text-indent:10px;
line-height:38px;
}

#sidebar li ul li{
line-height:29px;
height:29px;
margin-bottom:0 !important;
text-indent:10px;
}

#sidebar li ul li a{
	color:#660033;
	text-decoration:none;
	font-size:22px;
	display:block;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif
}

#sidebar li ul li a:hover{
text-decoration:none;
background-position:left bottom;
color:#ffffff;
}

/* ============= prev/next navigation ============= */
.prevnextnav{
padding:10px;
height:20px;
text-align:center;
}

.prevnextnav a{
color:#ddd;
text-decoration:underline;
font-weight:bold;
padding:5px;
}

.prevnextnav a:hover{
text-decoration:none;
background:#f8f8f8;
}

/* ============= comments ============= */

.comtext{
padding:10px;
margin-bottom:10px;
color: fff;
}

.comtext h3{
font-size:13px;
color:#fff;
}

.comtext h3 a{
color:#fff;
text-decoration:none;
}

.comtext h3 a:hover{
text-decoration:underline;
}

.nobold{
color:#fff;
font-size:11px;
font-weight:normal;
}

.comtext-inside{
border-left:4px solid #a1a1a1;
padding-left:10px;
margin-top:10px;
}

.comtext p{
	text-align:justify;
	font-size:14px;
	color:#fff;
	margin-bottom:15px;
	line-height:15px;
}

.comment-form{
margin-top:10px;
margin-bottom:20px;
}

.comment-form h3{
background:#000;
border-bottom:1px solid #b3b3b3;
padding:10px;
margin-bottom:10px;
color:#fff;
font-size:15px;
}

.comment-form input{
width:200px;
margin-bottom:5px;
padding:2px;
}

.comment-form textarea{
width:98%;
margin-bottom:10px;
}

#commentform a{
color:#fff;
font-weight:bold;
font-size:11px;
text-decoration:underline;
}

#commentform a:hover{
text-decoration:none;
}

.bighead{
display:block;
margin-bottom:10px;
border-bottom:1px solid #dddddd;
float:none !important;
}

