/*  
Theme Name: Dark Light
Theme URI: http://anton.shevchuk.name/
Description: Dark Theme, with two widgets bar, SEO titles, compatibility with 2.5 version
Version: 1.0
Author: Anton Shevchuk
Author URI: http://anton.shevchuk.name/
Tags: dark color, variable width, three columns, widgets, seo


	This theme was designed and built by Anton Shevchuk,
	whose blog you will find at http://anton.shevchuk.name/
*/



/**
 * Body
 ******************************************/
body {
    /*font: 62.5%/1.6 Verdana, Arial, Helvetica, sans-serif;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: arial,sans-serif;
	font-size: 11px;
	text-align: center;
    background-color:#345;
    padding-top:0px;
    margin-top:0px;
}

#body {
    width:98%;
    text-align: left;
    margin: 0 auto;
    padding: 0px;
    background-color:#fff;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

a {
    color:#789;
    text-decoration: none;
}

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

h1 {
    font-size: 14px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

h4 {
    font-size: 11px;
	padding-left: 2px;
	margin: 0px;	
}

form{
    padding: 0px;
    margin: 0px;
}

img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clearing {
  height: 0;
  clear: both;
}
/**
 * Header
 ******************************************/
#header {
    position: relative;
    clear: both;
    width: 100%;
    height: 130px;
    background: #000 url('images/logo.png') top right no-repeat;
}

#header h1 {    
    color:#fff;
}

#header a {    
    color:#fff;
    text-decoration: none;
}

#header a:hover{    
    color:#fff;
    text-decoration: none;
}

#header-left {    
    float:left;
    width: 450px;
    padding-left:15px;
    color:#fff;
}

#header-right {
    float:right;
    width: 220px;
    margin-top:100px;
    padding-right:10px;
}

#header-center {
    clear: both;
    margin-left: 465px;     
    margin-right: 235px; 
    text-align:right;
}

#header-right #s {
    background-color: #333;
    border: 1px solid #fff;
    color:#fff;
}

#header-right #searchsubmit {
    background-color: #000;
    border: 1px solid #fff;
    color:#fff;
}

/**
 * Header =nav
 ******************************************/
#header-nav {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    height: 30px;
    background: #000 url('images/top-post.png') repeat-x bottom left;

}

#header-nav-left {
    padding-left:15px;
    width: 400px;
    float:left;
}

#header-nav-right {
    padding-left:15px;
    width: 200px;
    float:right;
}

#header-nav ul {
	list-style-type: none;
	display: inline;
}

#header-nav ul li {
	display: inline;
    float:left;
    margin-left: 5px;
    padding: 0px;
    border: 1px solid #000;
    border-top: 0px;
    background-color:#fff;
    background: #000 url('images/top-post.png') repeat-x bottom left;
}

#header-nav a{
    display:block;
    color:#666;
    padding:2px 4px 2px 4px;
    text-decoration:none;	
}

#header-nav a:hover{
    color:#000;    
    padding:4px 4px 4px 4px;
    text-decoration:none;
}

#header-nav #active a{
    color:#000;
}
/**
 * wrapper
 ******************************************/
#wrapper {    
    width: 100%;
	float: left;
	margin-right:-200px;	
}

#wrapper2 {    
	margin-right:185px;
}

/**
 * Container
 ******************************************/
#container {
    width: 100%;
	float: right;
	margin-left:-200px;
}

/**
 * Menu
 ******************************************/
#menu {
    float: left;
    width: 150px;
    padding: 0px 0px 0px 5px;
}

#menu2 {
    float: right;
    width: 180px;
    padding: 0px 5px 0px 0px;
}


/**
 * Menu =nav
 ******************************************/

#menu h2, #menu2 h2 {
	margin-left: 4px; 	
    padding: 4px 0px 0px 2px;
	border-bottom: 1px dotted #666;
    color: #456;    
    font-size: 14px;
	background:url('images/link2.png') right center no-repeat;
   
}

#menu h2 {
	background:url('images/link2.png') right center no-repeat;
   
}

#menu2 h2 {
    text-align: right;
	background:url('images/link2.png') left center no-repeat;
   
}

#menu2 .banner {
    margin-left: 12px;
    width: 165px;
}

#menu2 ul.rss {
	list-style-type: none;
    margin: 0px 0px 0px 16px; 
    padding:0px;
}

#menu2 ul.rss li {	
    font-size: 12px;
    margin: 1px 0px 1px 0px;   
    padding: 1px 3px 2px 20px; 
	background:url('images/icon_rss.gif') left top no-repeat;
}



#menu span {
    color: #456; 
}

#menu ul {
	list-style-type: none;
    margin:0px;
    padding:0px;
}

#menu ul li {
    font-size: 12px;
    padding-bottom:2px;
}

#menu ul li ul {
    padding: 2px 0px 0px 16px;
}

#menu ul li ul li {
    font-size: 12px;  
    padding-left: 8px; 
	background:url('images/arrow.png') left top no-repeat;
}

#menu ul li ul li ul {
    padding-left:10px;
}

#menu ul li ul li ul li {
     
}
 
/**
 * Content
 ******************************************/
#content {
    background-color: #fff;
    margin-left: 165px; 
    padding: 4px;   
}



/**
 * Footer
 ******************************************/
#footer-nav {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    height: 30px;
    background: #000 url('images/bottom-post.png') repeat-x bottom left;
}

#footer {
    padding: 0px;
    margin: 0px;
    clear: both;
    width: 100%;

    font-size: 10px;
    text-align: center;
    color: #fff;
    height: 45px;
    line-height: 45px;
    vertical-align: bottom;    
    background: #000 url('images/bottom-post.png') repeat-x top left;
    /*background: #000 url('images/footer.png') no-repeat center center;*/
}

#footer a{
    color: #fff;
}
/**
 * Wordpress section
 ******************************************/
/* tags */
#tags {
    padding: 10px;
    /*border: 1px dotted #abc;*/
    margin: 5px;
}
/* link */
.more-link {
    margin-top:4px;
    border-bottom: 1px solid #789;
}

.more-link {
    color: #789;
    text-decoration: none;
}

.more-link:hover {
    color: #789;
    text-decoration: none;
    
}
 
/* post */
.post { 
    padding: 0px;
	margin-bottom:8px;
	border: 1px solid #C8C8C8;
	color: #5a5959;
	line-height: 1.50em;
	text-align: justify;
}

.post h1, .post h2{
    display: inline;
}

.post-title {
	height: 22px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	background-image: url('images/bg_gray.gif');
}

.post-title-header {
    float:left;
	padding: 2px;
	padding-left: 6px;
}

.post-title-panel {
    float:right;
    padding: 2px;
    padding-top: 4px;
	color: #999;
}

.post-title-panel a {
	color: #999;
}
.post-title-panel a:hover {
	color:#456;
}

.post-panel {
    padding: 2px 0px 0px 16px;
	margin: 2px 0px 0px 4px;
	background:url('images/ic_date.gif') left center no-repeat;
	height: 15px;	
	color:#616161; 		
}

.post-content {  
    font-size: 12px; 
    clear: both;
    padding: 2px 4px 0px 4px;
}

.post-banner {
	padding: 4px;
    text-align: center;
}

.post-tags {
	margin: 4px;	
	padding-left:20px;
	font-size: 10px;	
	background:url('images/icon_tags.gif') left center no-repeat;
}

.post-tags h3 {
	color:#789;
	font-size: 9px;
	display: inline;
}

.post-tags a {
	color:#456;
}

.post-tags a:hover {
	color:#456;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	background: #f5f6f7 url("images/quote.gif") left top no-repeat;
	color:#456;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

table.inline {
    border: 1px solid #456;
}

table.inline th {
    border: 1px solid #456;
	background-color: #eee;
}

table.inline td {
    border: 1px solid #456;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* Navigation link */
.navigation a {
	height: 24px;
	line-height: 24px;
	font-size: 1.2em;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border: 1px dotted #abc;
	color: #456;
	position: relative;
	/*display: block;*/
	padding: 2px 25px 2px 25px;
}

.navigation .alignleft a {
	padding: 2px 10px 2px 25px;
    background: #ffffff url('images/previous.gif') 2% 50% no-repeat;
}

.navigation .alignright a {
	padding: 2px 25px 2px 10px;
    background: #ffffff url('images/next.gif') 98% 50% no-repeat;
}

.navigation .alignleft a:hover {
    text-decoration: none;
	border: 1px dotted #123;
    background: #F5F5FF url('images/previous.gif') 2% 50% no-repeat;
}

.navigation .alignright a:hover {
    text-decoration: none;
	border: 1px dotted #123;
    background: #F5F5FF url('images/next.gif') 98% 50% no-repeat;
}

/* Begin Form Elements */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 2px 2px 1px 0;
	border: 1px solid #456;
	}

#commentform textarea {
	width: 80%;
	padding: 2px;
	border: 1px solid #456;
	}

#commentform #submit {
	margin: 0;
	border: 1px solid #456;
	background-color: #eee;
	
	}
/* End Form Elements */
/* Begin Comments*/
.commentlist cite {
	padding-left: 20px;
	}
	
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}
	
.commentlist {
	padding: 0px;
	margin: 0px;
	}

.commentlist li {
	padding: 2px;
	margin: 2px;
	list-style: none;	
	}
.commentlist li ul {
	padding: 0px;	
	margin: 0px;
	}
	
.commentlist li ul li{
	padding: 0px;	
	margin: 0px;	
	margin-right: 64px;
	}
	

.commentlist p {
	padding: 2px;
	padding-left: 4px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	color:#616161;
	font-size: 10px; 
	}
.msg {
	background:url('images/link.png') left top no-repeat;
    margin-bottom: 8px;
	background-color: #ffffff;
    border: 1px dotted #abc;
    position: relative;
	}
.alt {
	background-color: #f5f5f5;
    border: 1px dotted #def;
	}
.gravatar {
    position:absolute;
    top:4px;
    right:6px;
}
/* End Comments */