/*
Theme Name: Code Blog
Theme URI: http://codecan.org/
Description: 
Version: 1.0
Author: 76design
Author URI: http://www.76design.com
*/

/*
BODY.blog{ }


/* -- navigation (<< old post | new post >>) */

#left-column {
	margin:0 14px 0 0 !important;
	}

.navigation{
	height: 2em;
	font-size: 8pt;  }
.navigation .alignleft{
	float: left; }
.navigation .alignright{
	float: right; }
.blog .navigation a{
	color: #666; }

	
/* -- entry */
.blog H3{
	margin-bottom: none; }
.blog H3 A{
	text-decoration: none; }
	
.blog P.date{
	margin: -5px 0 10px 0;
	color: #666;
	font-size: 8pt; }
	
	
.postmetadata{
	padding: 8px;
	margin: 0 0 35px 0;
	font-size: 8pt; 
	background: #fff6ea;
	border-bottom: solid 1px #EBA146 }	
.postmetadata P{
	margin: 0; }
	
	
/* -- sidebar */
.blog #content UL#sidemenu li{
	/*margin: 0 0 15px 0;*/ }
.blog #content UL#sidemenu UL li{
	margin: inherit; }
	
.blog UL#sidemenu H2.widgettitle{
	font-size: 9pt;
	font-weight: bold;
	padding: 5px 0;
	margin: 0; }
	
	
/* -- sidebar tag cloud */
.blog Ul#sidemenu LI#tag_cloud A{
	padding-bottom: 0;
	border: none; 
	display: inline; }
.blog .textwidget{
	margin-top: 6px;
	font-size: 8pt; }
	

/* -- comments */
#content OL.commentlist{
	list-style: none;
	padding: 0; margin: 0; }
#content OL.commentlist LI{
	list-style: none;
	list-style-type: none;
	padding: 10px 15px 3px 15px; margin: 0 0 15px 0;
	border-bottom: solid 2px #FFF6EA  }
	
#content .commentlist .moderation{
	border-top: solid 1px #D0AB7B;
	border-bottom: solid 1px #D0AB7B;
	margin: 0.5em 50px 0.5em 0; padding: 4px;
	color: #222;
	font-weight: bold; }
	
#content .commentlist .commentmetadata{
	margin: 0;
	font-size: 8pt; }

.content-derk {
	display:none;
}
	
#content .commentauthor{
	font-weight: bold; }
#content .commentauthor A{
	color: #333;
	text-decoration: none;
	border-bottom: solid 1px #ccc; }
#content .commentauthor A:hover{
	border-bottom: solid 1px #666; }
	
#content .commentlist IMG.avatar{
	background: #fff;
	border: solid 2px #eee;
	margin: 0 0 8px 8px;
	padding: 1px;
	float: right; }


/* -- comment form */
#commentform TEXTAREA{
	font-size: 10pt;
	padding: 8px;
	width: 95%; }
#commentform TEXTAREA:focus,
#commentform P INPUT:focus{
	color: #222; }
	
#commentform .submit{
	display: block;
	border:none;
	padding:0;
	height:24px;
	width:88px;
	text-indent:-9000px; }
#commentform LABEL{
	font-size: 8pt;
	float: left;
	display: block;
	float: left; 
	width: 100px; 
	padding: 3px 0 0 0;
	line-height: 1.5em; }
	
#commentform P{
	margin: 0 0 5px 0; }
#commentform P INPUT{
	padding:3px; }

