/*

Theme Name: Rebirth Clean
Theme URI: http://www.danielhardy.com	
Description: Simple and clean with a touch of bling!
Version: 0.05
Author: <a href="http://www.danielhardy.com/">Daniel Hardy</a>
Please tweak this and make it your own. :)

Change Log:
-Made H* tags black
-Shurnk logo by 10px & adjusted header to match
-Added depth for sidebar
 */
*{
	margin:0px;
	padding:0px;
}
body{
	background:#fff;
	color:#777;
	font:14px Helvetica, Arial, sans-serif;
}
header, article, section{
	display:block;
}
.left{
	float:left;
}
.right{
	float:right;
}

/*
 * HEADER
 */
header{
	color:#fff;
	height:45px;
	margin-top:20px;
	margin-bottom:20px;
}
.logo{
	background:url('images/logo.png') top left no-repeat;
	display:block;
	height:45px;
	outline:none;
	text-indent:-9000px;
	width:45px;
}
nav{
	float:right;
}
nav li{
	float:left;
	list-style:none;
	padding-right:20px;
}
nav li a{
	color:#222;
	font-size:1.25em;
	text-decoration:none;
	/*text-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);*/
}
nav li a:hover{
	text-decoration:underline;
}
.navList{
	margin-top:15px;
	margin-right:20px;
}

/*
 * ARTICLE
 */
article{
	margin:1.5em 0;
}
.content{
	margin-bottom:20px;
}
h2.title{	
	border-bottom:1px solid #ddd;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:-.5px;
	margin-bottom:20px;
	margin-top:0px !important;
        padding-bottom:10px;
}
.content .title a{
	color:#000;
	font-size:1.5em;
	text-decoration:none;
}
.content p{
	line-height:1.5em;
	margin-bottom:20px;
}
.content a img{
	border-width:0px;
	box-shadow:0px 0px 5px #555;
	-moz-box-shadow:0px 0px 5px #555;
	-webkit-box-shadow:0px 0px 5px #555;
}
.content h2, .content h3, .content h4{
        color:black;
        font-weight:normal;
        margin-bottom:10px;
        margin-top:40px;
}
/*
 * ARTICLE COMMENTS
 */
#comments{
	margin-bottom:10px;
}
.leavecomment{
	float:right;
	margin-top:-5px;
}
.leavecomment a{
	padding:5px;
	font-size:.5em;
	font-weight:normal;
	text-decoration:none;
	color:#000;
	background:#eee;
	border:1px solid #ddd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.leavecomment a:hover{
	background:#222;
	border:1px solid #222;
	color:#fff;
}
.comment{
	background:#eee;
	border:1px solid #ddd;
	border-color:rgba(0,0,0,0.1);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	display:block;
	padding:10px;
	margin-bottom:20px;
}
.avatar{
	border:5px solid #ccc;
	border-color:rgba(0,0,0,0.2);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
}
.says{
	display:none;
}
.commentmetadata, .fn{
	display:block;
	margin-left:60px;
}
.fn{
	font-size:22px;
	font-style:normal;s	
}
.fn a{
	text-decoration:none;
}
.commentmetadata a{
	color:#777;
	display:block;
	font-size:14px;
	margin-bottom:15px;
	text-decoration:none;
}
.reply a{
	background:#ddd;
	background:rgba(0,0,0,0.1);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	display:block;
}
#respond{
	margin-top:20px;
}
#respond header{
	background:inherit;
	color:inherit;
	height:auto;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}
#respond header h3{
	float:left;
}
.children{
	margin-top:10px;
}
.children li{
	background:#bbb;
	background:rgba(0, 0, 0, 0.1);
	color:rgba(0,0,0,0.5);
}
#respond input[type=text], #respond input[type=email], #respond input[type=url], #respond textarea{
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family:inherit;
	font-size:14px;		
	margin-right:10px;
	padding:5px;
}
.cancel-comment-reply{
	float:right;
}
/*
 * ARTICLE ASIDE
 */
aside{
	font-size:14px;
}
aside h2{
	color:#000;
	font-weight:normal;
	letter-spacing:-.5px;
}
aside p{
	line-height:1.5em;
}
time.postTime{
	background:#ddd;
	background:-moz-linear-gradient(center top , #f7f7f7, #ccc);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(1, #f7f7f7) );
	border: 1px solid #bbb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
        box-shadow:0px 0px 3px #ccc;
	-moz-box-shadow:0px 0px 3px #ccc;
	-webkit-box-shadow:0px 0px 3px #ccc;		
	color:#000;
	display:block;
	font-weight:bold;
	margin-bottom:20px;
	padding:5px 10px 3px 10px;
	text-shadow:1px 1px 1px #fff;
}
.commentCount{
	margin-bottom:20px;
}
.lable{
	display:block;
	margin-bottom:10px;
}
.tag{
	list-style:none;
	margin-bottom:15px;
}
.tag a{
	background:#ddd;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	color:inherit;
	text-decoration:none;	
	padding:5px 10px 3px 10px;

	/*depth*/
	background: -moz-linear-gradient(center top , #f7f7f7, #ccc);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(1, #f7f7f7) );
	border: 1px solid #bbb;
	text-shadow:1px 1px 1px #fff;
}
.tag a:hover{
	background:#222;
	color:#eee;

	/*depth*/
	background: -moz-linear-gradient(center top , #444444, #111111);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #444444) );
	border: 1px solid #000000;
	text-shadow:1px 1px 1px #000000;
	box-shadow:0px 0px 3px #aaa;
	-moz-box-shadow:0px 0px 3px #aaa;
	-webkit-box-shadow:0px 0px 3px #aaa;	
}

/*
 * FOOTER
 */
footer{
	color:#999;
	font-size:.85em;
	text-align:center;
}
footer p{
	margin-top:20px;
	background:#eee;
	padding:20px 0px;
}

/*
 * HOME SPECIFIC
 */
#promo{
	background:url('images/promo.jpg') top left no-repeat;
	height:318px;
	margin-bottom:20px;
	text-indent:-9000px;
	width:880px;
}
#recent h2{
	color:#000;
	font-size:20px;
	line-height:30px;
}


/*
 * ARCHIVE SPECIFIC
 */
.archive_container{
	text-align:left;
	display:block;
}
.archive_year{
	clear:both;
	color:#000;
}
.archives_list{
	border-color:#888;
	border-left:4px solid rgba(0,0,0,0.3);
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:10px;
	margin-left:10px;	
	text-align:left;
	float:left;
}
.archives_list li{
	background: url(assets/marker.png) no-repeat center left;
	clear:left;
	line-height:.75em;
	margin-left:0px;
	padding-left:16px;
}
.archive ol.archives_list li .date{
	display:block;
	float:left;
	width:150px;	
	margin-left:20px;
}
.archive ol.archives_list li a{
	display:block;
	float:left;
	padding-top:8px;
}

/*
 * PLUGINS
 */
.codecolorer-container{
	width:578px;
	margin-bottom:20px;
}
.codecolorer-container, .codecolorer{
	border-width:0px !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
