/*
Theme Name: Devart
Description: Inspired by DeviantArt.
Version: 1.0.1
Author: Deniart
Author URI: http://deniart.ru/
Tags: fixed width, two columns, widgets, deviant

	DevArt v1.0.1
	http://deniart.ru/

	This theme was designed and built by Denis Shakhov,
	whose homepage you will find at http://deniart.ru/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }



/* Background Colors
-------------------------------------------------------------------*/
body { background: #fff /*#cacaaf*/; }
#container #wrapper { background: #fff; }
#header { background: #fff url(banners/banner_musings.jpg) no-repeat center; }
#nav { background: #fff; }
#content { background: #fff; }
#content .post .post-info { background: #fff; }
#sidebar {background: #fff;}
#wrapper-bottom { background: #fff; }
#footer { background: #fff; }
#comments .comment { background: #fff; }
#comments .comment .comment-content { background: #fff; } 
#commentform { background: #fff; }
#commentform textarea { background: #cccccc; }
#commentform input.text { background: #cccccc; }

/* Font Colors 
-------------------------------------------------------------------*/
body { color: #333; }
h1, h2, h3, h4, h5, h6 { color: #414d4c; }
h1 span { color: #999; }
a { color: #900; }
a:hover { color: #900; }
a:visited { color: #900; }
#header h1 { color: rgb(255,153,51); }
#header h1 a { color: rgb(255,153,0); }
#header p { color: #ccc; }
#nav ul li a { color: #774; }
#nav ul li a:hover { color: rgb(204,0,0); }
#nav ul li.current_page_item a { font-weight: bold; color: rgb(51,51,51) /*rgb(255,102,0)*/; }
#nav #feed { color: #544626; }
#content .post h1 { color: rgb(153,153,153)/*rgb(255,153,51)*/; }
#content .post h1 a { color: #333 /*#c80*/; }
#content .post h1 a:hover { color: #f90; }
#content .post h1 a:visited { color: #333; }
#content .post a { color: rgb(153,153,0); }
#content .post a:hover { color: rgb(204,0,0); }
#content .post a:visited rgb(155,171,65); }
#content .post .post-info { color: #333; }
#content .post .post-info a { color: #996; }
#content .post .post-info a:hover { color: #900; }
#content #pages a { color: #900; }
#content #pages a:hover { color: #900; }
#content dl dd { color: #555; }
#sidebar {color: #F5F5F5; }
#sidebar h3 { color: #222; }
#sidebar a { color: #555; }
#sidebar a:hover { color: #900; }
#sidebar .block { color: #555; }
#sidebar .block a:hover { color: #900; }
#footer { color: #333; }
#commentform {color: #544626; }
.comments-title {color: #544626; }
#comments .comment .comment-content a { color: rgb(153,153,0); }
#comments .comment .comment-info { color: #544626; }
#comments .comment .comment-info a { color: rgb(153,153,0); }

/* Body
-------------------------------------------------------------------*/
body { 
	font: 12px/14px Verdana, Helvetica, Arial, Geneva, sans-serif, "Bookman Old Style", "times new roman" ;
}

h1, h2, h3, h4, h5, h6 { font-family: "Bookman Old Style", verdana, "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; }
h1 { font-size: 24px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 22px; line-height: 24px; margin-bottom: 7px; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 12px; line-height: 14px; margin-bottom: 15px; }
h6 { font-size: 10px; line-height: 0; margin-bottom: 10px; }

a {text-decoration: none; }
a:hover {text-decoration: underline; }
a:visited {text-decoration: none; }

p { margin-bottom: 10px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font: italic 12px/8px Verdana, Georgia, Serif; 
    	text-align: center;
    	border: 0px solid #666;
	padding: 0px;
   	margin-top: 0px;
   	margin-bottom: 0px;
    	margin-left: 80px;
   	margin-right: 80px;
	background: #F5F5F5;
}

img { 
    border: 0;
    padding: 0px; 
    margin: 0;
}



/* Container
-------------------------------------------------------------------*/
#container { 
	border: 0px solid rgb(151,149,135);
	width: 700px; 
	padding-bottom: 10px; 
	margin: 0 auto; 
	overflow: hidden; 
}
#container #wrapper { 
	width: 700px; 
	border: 0px dotted rgb(151,149,135);
	margin: 0 auto;
	/*float: left;*/
	overflow: hidden; 
}

/* Header
-------------------------------------------------------------------*/
#header { 
	width: 700px; 
	height: 132px; 
    margin-top: 0px;
    border: 0px dotted rgb(151,149,135);
	float: left; 
	position: relative; 
    /*-moz-border-radius-topleft: 20px;
	-khtml-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
	-khtml-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	border-radius-topright: 20px;*/
}

/* Search
-------------------------------------------------------------------*/
#search {
	position: absolute;
	top: 15px; 
	right: 0px;
}

#search input { border: 0; }

#search #s { 
	width: 148px;
	padding: 4px 0 4px 22px;
	margin-right: -4px;
	vertical-align: top;
	line-height: 0;
	font: normal 12px Verdana;
	vertical-align: top;
	color: #333;
	background: url(images/search-text.gif) no-repeat;
}
#search #searchsubmit { 
	width: 35px; 
	height: 22px;
	vertical-align: top;
	background: url(images/search-submit.gif) no-repeat;
}

/* Navigation
-------------------------------------------------------------------*/
#nav { 
	font-family: courier, verdana;
	font-size: 110%;
    width: 700px; 
	height: 110px; 
    margin: 0 auto;
    padding-left: 45px;
	float: left;
	border: 0px dotted #75867b; 
	position: relative;
}

#nav ul { 
	margin-left: 10px; 
	position: absolute; 
	bottom: -1px; 
	overflow: hidden; 
	height: 40px; 
}

#nav ul li { 
	float: left; 
	margin-right: 3px; 
	padding-left: 7px; 
}

#nav ul li a { 
	display: block; 
	text-decoration: none; 
	line-height: 33px; 
	padding: 0 15px 0 8px; 
}

#nav #feed { 
	position: absolute; 
	right: 15px; 
	top: 8px;
	height: 19px; 
	padding-left: 37px; 
	display: block; 
	background: url(images/feed.gif) no-repeat; 
	text-decoration: none; 
}

/* Content
-------------------------------------------------------------------*/
#content {
	border-left: 0px dotted rgb(151,149,135);
	width: 700px;
	float: left; 
	margin-right: 10px; 
    margin-top: 10px;
}

#content .post { width: 700px; margin-right: 20px; padding: 0;}
#content .post p { width: 700px; margin-bottom: 15px; text-align: left; line-height: 20px; }
#content .post h1 { text-align: center; font: normal 20px courier, Verdana, Arial, Sans-Serif; }
#content .post h1 { padding: 5px 0 10px 0;}
#content .post h1 a { text-decoration: none; }
#content .post h1 a:hover {  text-decoration: none; }
#content .post h1 a:visited { text-decoration: none; }
#content .post-list li { list-style: none; }

#content .post img { 
    border: 1px solid rgb(153,153,153);
    padding: 0px;
    background-color: #fff; 
}

#content .post a { text-decoration: none; }
#content .post a:hover { text-decoration: underline; }
#content .post a:visited { text-decoration: none; }

#content .post .post-info { 
	height: 18px;
	clear: both; 
	font-size: 11px; 
	padding: 3px 5px 0px 5px; 
	margin-top: 20px;
	margin-bottom: 20px; 
	border-bottom: 1px dotted rgb(151,149,135); 
}

#content .post .post-info a { text-decoration:none; }
#content .post .post-info a:hover { text-decoration:none; }
#content #pages { text-align: center; padding-right: 20px;}
#content #pages a { font: bold 20px Palatino, "Trebuchet MS"; text-decoration: none; }
#content #pages a:hover { text-decoration: underline; }
#content ul, ol, dl { margin-bottom: 20px; }

#content ul { 
	list-style: disc;
	list-style-position: inside; 
}

#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}

#content dl dt { 
	font-weight: bold;
}

#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0;}
.alignright { float: right; margin: 5px 0 10px 15px; }

/* Sidebar
------------------------------------------------------------------- */
#sidebar { 
	width: 145px;
	border: 0px dotted rgb(151,149,135);
	float: left;
	font-size: 11px; 
	margin: 0;
	padding: 10px 0 0 5px;
	text-align: center;
}

#sidebar h3 {
	font: normal 18px Verdana, Arial, Sans-Serif; 
	margin: 0;
}

#sidebar a { text-decoration: none; }
#sidebar a:hover { text-decoration: none;  }
#sidebar img {border: none; padding: 0px; }

#sidebar .block {
	width: 145px;
	padding: 0 0 10px 0; 
	border: 0px solid #cacaaf; 
	overflow: hidden;
	text-align: left;
}
#sidebar .block li { 
	padding-left: 12px;
}

#sidebar .block p { 
	padding: 0;
	margin: 0 0 10px 0;
}

#sidebar .block a:hover { text-decoration: none; }

#sidebar #feed { 
	margin-left: 30px;
	margin-top: 20px;
	text-align: left;
	height: 19px;
	padding-left: 37px;
	display: block;
	background: url(images/feed.gif) no-repeat; 
	text-decoration: none; 
}
/* Calendar */
#sidebar .block #calendar_wrap a { }
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #d6ded4; text-align: center; color: #888; } 

/* Wrapper Bottom
-------------------------------------------------------------------*/
#wrapper-bottom { 
	width: 700px; 
	height: 0px; 
	float: left; 
	margin-bottom: 0px;
}

/* Comments
-------------------------------------------------------------------*/
.comments-title { 
	padding: 20px 0 0 0;
	text-align: center; 
	font: bold 22px "Trebuchet MS", Helvetica, Arial, Geneva; 
}
#comments .comment { 
	border-bottom: 1px dotted #666;
	margin: 0 auto; 
	overflow: hidden;
	width: 550px; 
	padding-top: 10px; 
	padding-bottom: 5px; 
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 50px; 
	padding: 5px 7px;
}

#comments .comment .comment-content { 
	float: left; 
	padding: 5px; 
	margin: 5px 0 0 0; 
	width: 500px; 
}

#comments .comment .comment-info { 
	font-size: 11px;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 20px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	text-decoration: none;
}

/* Comment Form
-------------------------------------------------------------------*/
#commentform {  
	border: 0px dotted #999; 
	padding: 10px 10px 10px 10px; 
	text-align: center;
}
#commentform p { margin-bottom: 7px; }

#commentform textarea { 
	width: 550px; 
	border: 1px solid rgb(153,153,153); 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #333; 
	margin-right: 5px; 
	padding: 3px 3px; 
}
#commentform input#submit { padding: 3px 10px; }



/* Footer
-------------------------------------------------------------------*/
#footer { 
	width: 700px; 
	padding-top: 30px;
    margin: 0 auto;
	text-align: center;
    font-size: 10px;
    border-top: 0px dotted rgb(151,149,135);
}
   
/* #footer-inner { 
	width: 900px; 
	padding-bottom: 6px; 
	background: url(images/footer-bottom.gif) no-repeat bottom left; 
}
#footer-content { 
	width: 900px; 
	background: #4d625d; */
}
#footer p { 
	font-size: 10px;
	margin: 0; 
}
#footer a { color: #996; }


/* Captions 
-------------------------------------------------------------------*/
.aligncenter, div.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
    text-align: center;
    border: 0px solid #b1b18b;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.wp-caption img {
	margin: 0;
	padding-top: 0;
	border: 0 none;
}

.wp-caption-text {
        align: center;
        margin: 0 auto; 
        font-size: 12px;
        font-style: italic;
	line-height: 17px;
}