/*
Theme Name: DeVart_DLvariant
Description: Inspired by DeviantArt with Modifications
Version: 2.0.1
Author: Donald Livingston with thanks to Deniart
Author URI: http://donaldlivingston.com
Tags: fixed width, two columns, widgets, deviant

	DeVart_DLvariant v2.0.1
	http://donaldlivingston.com

	This theme was originally designed and built by Denis Shakhov,
	whose homepage you will find at http://deniart.ru/
	
	Modifications and personalizations by Donald Livingston
	
	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; }


-------------------------------------------------------------------*/
img { border: none; }

/* Body
-------------------------------------------------------------------*/
body { 
	font: 12px/18px Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #333; 
	background: #031634 url(images/bg_gradient.png) repeat-x; 
	margin: 0;
}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #FFFFFF; }
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 20px; 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: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #999; }

a { color: #3b5a4a; }
a:hover { color: #3b5a4a; }
a:visited { color: #3b5a4a; }

p { margin-bottom: 10px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #FFFFFF; 
}



/* Container
-------------------------------------------------------------------*/
#container { 
	width: 950px; 
	padding-bottom: 10px; 
	margin: 0 auto; 
	overflow: hidden; 
}
#container #wrapper { 
	width: 950px; 
	float: left; 
	overflow: hidden; 
	background: #E8DDCB  repeat-y top right; 
}


 
/* Header
-------------------------------------------------------------------*/
#header { 
	background: transparent url(images/headerBG.png) no-repeat top left;
	width: 950px; 
	height: 125px; 
	float: left; 
	position: relative; 
	padding-left: 20px;
}
#header span { 
	
	width: 950px; 
	height: 85px; 
	float: left;	
	margin-top: 10px;

}
#header h1 {
/**        display:none;

        background: transparent url(images/donaldlivingston-logo-1.png) no-repeat top left; ***/
	width: 950px; 
	height: 85px; 
	float: left;	
	font: 24px Verdana; 
	padding-top: 0px; 
	margin-bottom: 0; 
	margin-top: 0;
	color: #fff;

}
#header h1 a { 
        

	color: #fff; 
	text-decoration: none; 

}
#header h2
{
	color: #F7EAC7;
    float: left;
	font-family: Verdana;
	font-size: 15px;
	font-weight: 100;
	margin-top: 0px;  
    padding-right: 60px;
}



/* 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.png) no-repeat;
}
#search #searchsubmit { 
	width: 35px; 
	height: 22px;
	vertical-align: top;
	background: url(images/search-submit.png) no-repeat;
}




/* Navigation
-------------------------------------------------------------------*/
#nav { 
	width: 950px; 
	height: 60px; 
	float: left; 
	background: url(images/nav-bg2.png) no-repeat;  
	position: relative; 
}
#nav ul {
        list-style: none; list-style-position: inside; 
        margin-bottom: 0; 
	margin-left: 10px; 
	position: absolute; 
	bottom: -1px; 
	overflow: hidden; 
	height: 33px; 
}
#nav ul li {
        list-style: none; list-style-position: inside; 
	float: left; 
	margin-right: 3px; 
	padding-left: 7px; 
}
#nav ul li.current_page_item { background: url(images/nav-tab-left.png) no-repeat; }
#nav ul li a {
        color: #DDDDDD;
	display: block; 
	text-decoration: none; 
	line-height: 33px; 
	padding: 0 15px 0 8px; 
}
#nav ul li a:hover { color: #FFFFFF; }
#nav ul li.current_page_item a { color: #555; background: url(images/nav-tab-right.png) no-repeat top right; }
#nav #feed { 
	position: absolute; 
	right: 15px; 
        width: 110px;
	top: 0px; 
	height: 48px; 
	padding-left: 0px; 
	color: #FFFFFF; 
	display: block; 
        vertical-align:middle;
	background: url(images/NewsfeedRSS.png) right no-repeat; 
	text-decoration: none; 
}



/* Content
-------------------------------------------------------------------*/
#content { 
	width: 610px; 
	float: left; 
	padding-left: 15px; 
	padding-top: 15px;
	background: #E8DDCB; 
}

#content .post {
	min-width: 200px;
	max-width: 600px;
	margin: 10px;
	margin-bottom: 40px; 
}
#content .post p { margin-bottom: 20px; }
#content .post h1 a { color: #FFFFFF; text-decoration: none; margin: 0px; }
#content .post-list li { list-style: none; }
.contentheaderleft
{
	height:35px;
    background-image: url(images/contentheader-l2a.png);
    background-repeat:no-repeat;
    background-position:top left;
    margin-right: 35px;
}

.contentheaderleft .h3
{
	height:35px;
    background-image: url(images/contentheader-r2a.png);
    background-repeat:no-repeat;
    background-position:top right;
    margin-right: -35px;
}

.contentheaderright
{
	height:35px;
    background-image: url(images/contentheader-r2a.png);
    background-repeat:no-repeat;
    background-position:top right;
    margin-right: -35px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;	
	color:#FFFFFF;
	line-height:2;
	text-indent:0;
	text-decoration: none;
	text-align:left; 
}
.contentheaderright h1
{ margin: 0px;
}

.contentsubpanelleft
{
	min-height: 100px;
	background: #FFFFFF;
    /***background-image: url(images/contentpanel-left.png);
    background-repeat:no-repeat;
    background-position:bottom left;***/
    margin-right: 35px;
}

.contentsubpanelright
{
	min-height: 100px;
    background-image: url(images/contentpanel-right1.png);
    background-repeat: repeat-y;
    background-position: bottom right;
    margin-right: -35px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 20px;
}

.contentsubpanelright h2,h3,h4
{
    color: #000000;
}

.contentftLeft
{
	height: 35px;
	background-image: url(images/contentft-left.png);
    background-repeat:no-repeat;
    background-position:bottom left;
    margin-right: 35px;
}

.contentftRight
{
	height:35px;
    background-image: url(images/contentft-right.png);
    background-repeat:no-repeat;
    background-position:bottom right;
    margin-right: -35px;
}

#contentright .contentheaderleft
{
	height:35px;
    background-image: url(images/contentheader-l1a.png);
    background-repeat:no-repeat;
    background-position:top left;
    margin-right: 35px;
}



#contentright .contentheaderright
{
	height:35px;
    background-image: url(images/contentheader-r1a.png);
    background-repeat:no-repeat;
    background-position:top right;
    margin-right: -35px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color:#FFFFFF;
	line-height:2;
	text-indent:0;
	text-decoration: none;
	text-align:left; 
}
#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 3px 5px 5px 5px; 
	margin-bottom: 0px; 
	border-top: 1px solid #aaa; 
	border-bottom: 1px solid #aaa; 
	background: #FFFFFF; 
}
#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:none; }

#content #pages { text-align: center; }
#content #pages a { font: bold 20px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#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;
	color: #555;
}

.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 { 
	background: #E8DDCB;
	width: 320px;
	float: left;
	font-size: 11px; 
	margin-bottom: 10px;
	color: #000000;
	padding-top: 10px;
	padding-left: 5px;
}

#sidebar .sidebarheader
{
	height:35px;
    background-image: url(images/contentheader-l1a.png);
    background-repeat:no-repeat;
    background-position:top left;
    margin-right: 35px;
}

#sidebar h3 { height:35px;
    background-image: url(images/contentheader-r1a.png);
    background-repeat:no-repeat;
    background-position:top right;
    margin-right: -35px;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color:#FFFFFF;
	line-height:2;
	text-indent:0;
	text-decoration: none;
	text-align:left; 
	font: normal 18px Verdana, Arial, Sans-Serif;

}
#sidebar h3  a { color: #FFFFFF; text-decoration: none; }
#sidebar h3  a:hover { color: #00FFFF;}

#sidebar .sidebarsubpanelleft
{
	min-height: 100px;
    background-image: url(images/contentpanel-left.png);
    background-repeat:no-repeat;
    background-position:bottom left;
    margin-right: 35px;
}

#sidebar .sidebarsubpanelright
{
	min-height: 100px;
    background-image: url(images/contentpanel-right.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-right: -35px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 20px;
}

#sidebar a { color: #38463e; text-decoration: none; }
#sidebar a:hover { color: #38463e; }

#sidebar .block {
	width: 305px;
	padding: 0px;
	overflow: hidden;
	color: #555;
}
#sidebar .block li { 
	/*** background: url(images/arrow.gif) no-repeat 2px 8px; 
	padding-left: 12px; ***/
}

ul.blogroll, ul.blogroll li { 
       list-style: none; 
       padding-left: 12px;
}

#sidebar .block a:hover { color: #777; }

/* Calendar */
#sidebar .block #calendar_wrap a { color: #3300FF; }
#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: #CCCCCC; text-align: center; color: #000000; }



/* Wrapper Bottom
-------------------------------------------------------------------*/
#wrapper-bottom { 
	/***
	width: 900px; 
	height: 6px; 
	float: left; 
	margin-bottom: 7px; 
	background: url(images/wrapper-bottom.png) no-repeat bottom;
	***/
}



/* Comments
-------------------------------------------------------------------*/
.comments-title { 
	text-align: center; 
	font: bold 22px "Trebuchet MS", Helvetica, Arial, Geneva; 
	color: #414d4c; 
}
#comments .comment { 
	background: #CDB380; 
	margin-bottom: 10px; 
	overflow: hidden; 
	width: 580px; 
	padding-bottom: 5px; 
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 50px; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	width: 480px; 
	background: #FFFFFF; 
}
#comments .comment .comment-content a { color: #444; }


#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	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 { 
	color: #444; 
	text-decoration: none;
}




/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #E8DDCB;
	width: 560px;
	border: 5px solid #CDB380; 
	padding: 10px; 
	color: #000000; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 500px; 
	border: 1px solid #FFFFFF; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #FFFFFF; 
	margin-right: 5px; 
	padding: 3px 3px; 
}
#commentform input #submit { padding: 3px 10px; }



/* Footer
-------------------------------------------------------------------*/
#footer { 
	width: 950px; 
	float: left; 
	color: #00000; 
	padding-top: 0px;
	text-align: center;
	background: transparent;
	/*** background: #E8DDCB; ***/
}
#footer-inner { 
	width: 950px; 
	padding-bottom: 20px; 
	margin-bottom: 15px;
	background: transparent url(images/contentbottom.png) no-repeat bottom;
}
#footer-content { 
	width: 950px; 
	background: #E8DDCB; 
}
#footer p { 
	font-size: 11px; 
	margin: 0; 
}
#footer a { color: #00000; }






