/*
Theme Name: Now In Color
Theme URI: 
Description: Now In Color!
Version: 0.1
Author: Andy Whitlock & Mike Towber
Author URI: 
Tags: 

	Now In Color v1.0

*/



/* reset me */
@import "reset.css";

/* basic styles */
body {
  background-color: #121414;
  color: #b6b6b6;
  font-family: "georgia", "helvetica", "arial", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  width: 640px;
  margin: 0 auto;
}

a { text-decoration: none; }

/* headers */
h1, h2, h3, h4, h5 {
/**/
}

#header
{
	margin: 60px 0 0 0;
}

/* header */
#headerimg {
/*  padding-top: 40px;*/
}

/* navigation */
#navigation {
	width: 640px;
	margin: 20px 0 60px 0;
/*	padding: 0 0 60px;*/
/*	border-bottom: 1px solid #848484;*/
}

#navigation ul {  
/**/
}

hr {
	height: 1px; background:#444444; border: 0;
	margin: 40px 0 20px 0;
}

#navigation ul li {
  display: inline;
/*  font-family: "century gothic", helvetica, arial, sans-serif;*/
  font-size: 20px;
  line-height: 1.4;
  padding-right: 40px;
}

#navigation ul li.last { padding-right: 0px; }

/*#navigation ul li.primary {
  padding-right: 126px;
}
#navigation ul li.last {
  padding-right: 0px!important;
}*/

li#popular a { color: #fff; }
li#about a { color: #3d6fdf; }
li#contact a { color: #02a842; }
li#portfolio a { color: #e83654; }

/* a post */
.post {
	margin-bottom: 60px;
}

.post .entry
{
	margin: 0 0 40px 0;
}

.single-post
{
	margin-bottom: 0;
}

a.post-edit-link {
  font-size: 14px;
  float: right;
  color: #08bb45!important;
  padding-top: 25px;
  
}
.post small {
/*  font-family: "century gothic", helvetica, arial, sans-serif;*/
  color: #08bb45;
  font-size: 14px;
  line-height: 1.8;
	margin: 0 0 5px;
}

.post h2 {
  margin: 0 0 20px 0;
  font-size: 42px;
  letter-spacing: -0.5;
  color: #fff;
}

.post h2 a {
  color: #fff;
}

.post h3 {
  margin: 20px 0 20px 0;
  font-size: 26px;
  letter-spacing: -0.5px;
  color: #fff;
}

.post h3 a {
  color: #fff;
}

.post h4 {
/*  font-family: "century gothic", helvetica, arial, sans-serif;*/
  color: #02a842;
  font-size: 14px;
  line-height: 1.8;
/*  margin: 0 0 -30px 0;*/
}

.post h4 a {
  color: #02a842;
}

.post h5 {
  margin: 0 0 20px 0;
/*  padding-top: 1px;*/
  font-size: 40px;
  letter-spacing: -0.5;
  color: #fff;
}

.post h5 a {
  color: #fff;
}
  
.post a {
  color: #4179f4;
}

.post p {
	line-height: 1.4;
	margin: 0 0 20px 0;
}

.post p.postmetadata {
	margin: 0;
}

.post img {
/*  margin-bottom: 10px;*/
margin: 0 0 20px 0;
  border: 1px solid #ffffff;
}

/*.post p img
{
	margin: 0;
	border: 1px solid #ffffff;
}*/

.post img.alignleft {
	float: left;
	margin: 0 20px 0 0;
}

.post blockquote {
  padding: 10px 0 0 0;
  margin: 0;
  background-color: #3f3d3d;
  font-style: italic;
  font-size: 20px;
}

.post blockquote p {
  padding: 0px 20px 10px;
  color: #000;
  line-height: 1.3;
  margin: 0 0 20px 0;
}

.post .meta {
	padding: 0 0 6px 0;
	border-bottom: #444444 1px solid;
}

.postmetadata {
  float: left;
  width: 640px;
  display: block;
  margin: 0;
/*	padding: 0 0 40px;*/
/*  border-bottom: 1px solid #848484;*/
/*  font-family: "century gothic", helvetica, arial, sans-serif;*/
  line-height: 1.4;
}

.postmetadata a { 
  float: left;
  color: #fff; 
  margin-bottom: 2px;
}

.postmetadata a.permalink { 
  color: #5a5b5b; 
  margin-left: 40px;
  float: right;
} 

img.tweet {
  position: absolute;
  margin: 0 0 0 20px;
  border: none;
}

span.comments_count {
  color: #fff;
  float:left;
  margin-bottom:2px;
}

/* comments */
ol.commentlist {
/*	margin-top: -50px!important;*/
	margin-top: -60px;
}
ol.commentlist li {
  list-style-type: none;
  padding: 20px;
  margin: 0;
  border-bottom: 1px solid #444444;
}

ol.commentlist li img {
  display: none;
}

cite.fn {
/*  font-family: "century gothic", helvetica, arial, sans-serif;*/
  font-size: 22px;
  color: #fff;
}

cite.fn a { 
/*font-family: "century gothic", helvetica, arial, sans-serif;*/
  font-size: 22px;
  color: #fff;
}

cite.fn a:visited { 
/*font-family: "century gothic", helvetica, arial, sans-serif;*/
  font-size: 22px;
  color: #6f6f6f;
}

.comment-meta a {
/*  font-family: "century gothic", helvetica, arial, sans-serif;*/
  font-size: 14px;
  line-height: 1.6;
  color: #02a842;
}

ol.commentlist p {
  margin: 10px 0 0 0;
  line-height: 1.4;
}

li.comment-author-admin {
	background-color: #0d0e0e;
/*	padding: 0 0 20px 0;*/
/*	margin: 0!important;*/
}

/* post a comment */
#respond {
  margin: 20px 0 40px 0;
  padding: 20px;
  border: 1px solid #fff;
  background-color: #000;
  overflow: auto;
  width: 600px;
}

#respond h3 {
/*  font-family: "century gothic", helvetica, arial, sans-serif;*/
  font-size: 22px;
  color: #fff;
  margin: 0 0 10px 0;
}

#respond h4 {
/*  font-family: "century gothic", helvetica, arial, sans-serif;*/
  font-size: 14px;
  line-height: 2.0;
/*  margin-top: -10px;*/
  margin-bottom: 20px;
}

#respond small {
/*  font-family: "century gothic", helvetica, arial, sans-serif;*/
  font-size: 14px;
  color: #e83654;
  line-height: 1.6;
}

form#commentform p {
  float: left;
  margin: 10px 20px 0 0;
}

form#commentform p.no-marg-right {
  float: left;
  margin: 10px 0 0 0;
}

form#commentform input {
  background-color: #333;
  color: #fff;
  border: 0;
  width: 266px;
/*  font-family: arial, helvetica, sans-serif;*/
  font-size: 18px;
  padding: 5px;
}

form#commentform input#url {
}

form#commentform textarea {
  width: 590px;
  height: 140px;
  background-color: #333;
  color: #fff;
  border: 0;
  font-family: "arial", "helvetica", "sans-serif";
  font-size: 18px;
  padding: 5px;
}

p.submit {
  float: right!important;
}
form#commentform input#submit {
  width: auto;
  background: default;
}

/* footer */
#footer {
	position: relative;
	display: block;
	padding-bottom: 40px;
}

a#search { 
	position: absolute;
	color: #4179f4; 
/*	font-family: "century gothic";*/
	font-size: 18px;
	left: 36%;
}

.prev a {
	position: absolute;
	color: #02a842; 
/*	font-family: "century gothic";*/
	font-size: 18px;
}

.next a {
	position: absolute;
	color: #e83654; 
/*	font-family: "century gothic";*/
	font-size: 18px;
	right: 0;
	
}


/* backroom */
#backroom h2 {
  padding: 0;
/*  margin-top: -60px;*/
}

#backroom h4 {
  margin-top: 0;
  padding: 0;
	margin: 0 0 10px 0;
}

#backroom h5 {
  padding: 0;
}

#backroom img {
  margin: 30px 0 -30 0;
}

#backroom hr
{
	margin: 60px 0 60px 0;
}


br.clearer { clear: both; }
