/*
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; }
img { border: none; }
html {background:#000000;}


/* Body
-------------------------------------------------------------------*/
body { 
	font: 12px/18px Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #000; 
	background: #FFFFFF url(images/bg_body.jpg) repeat-x top left; 
}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Verdana, Arial, Geneva, Sans-Serif; color: #000000; }
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; font-weight:bold; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; font-weight:bold; }

h1 span { color: #999; }

a { color: #000000; }
a:hover { color: #777777; }

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: #e4ede2; 
}
.clear {
	clear:both;
}


/* Container
-------------------------------------------------------------------*/
#container { 
	width: 950px; 
	margin: 0 auto; 
	overflow: hidden; 
}
#container #wrapper { 
	float: left; 
	overflow: hidden;
	background:url(images/bg_sidebar.gif) repeat-y right;
}



/* Header
-------------------------------------------------------------------*/
#header { 
	width: 950px; 
	height: 102px; 
	float: left; 
	position: relative; 
}
#header h1 { 
	font: 24px Verdana; 
	padding-top: 10px; 
	margin-bottom: 0; 
	color: #fff; 
}
#header h1 a { 
	color: #fff; 
	text-shadow: 1px 1px 1px #333; 
	text-decoration: none; 
}
#header h1 span { 
	padding-left: 10px; 
	font-size: 11px; 
	color: #ccc; 
}
#logo {
	float:left;
	margin:28px 0 0 10px;
	*margin:28px 0 0 12px;
	_margin:28px 0 0 15px;	

}

/* Search
-------------------------------------------------------------------*/
#search {
	background:url(images/bg_busca.jpg) no-repeat;
	width:205px;
	height:35px;
	position: absolute;
	top: 50px; 
	right: 0px;
}

#search input { border: 0; }

#search #s { 
	width: 154px;
	padding: 3px;
	vertical-align: top;
	line-height: 0;
	font: normal 12px Verdana;
	vertical-align: top;
	color: #333;
	margin:6px 0 0 35px;
	*margin:4px 0 0 9px !important;
	_margin:4px 0 0 9px !important;
	border:1px solid #999999;
}
#search #searchsubmit { 
	width: 35px; 
	height: 22px;
	vertical-align: top;
	background: url(images/search-submit.gif) no-repeat;
}




/* Navigation
-------------------------------------------------------------------*/
#nav { 
	width: 950px; 
	height: 42px; 
	float: left; 
	background: url(images/nav-bg.gif) no-repeat; 
	border-bottom: 1px solid #75867b; 
	position: relative; 
}
#nav ul { 
	margin-left: 10px; 
	position: absolute; 
	bottom: -1px; 
	overflow: hidden; 
	height: 33px; 
}
#nav ul li { 
	float: left; 
	margin-right: 3px; 
	padding-left: 7px; 
}
#nav ul li.current_page_item { background: url(images/nav-tab-left.gif) no-repeat; }
#nav ul li a { 
	display: block; 
	text-decoration: none; 
	color: #333; 
	line-height: 33px; 
	padding: 0 15px 0 8px; 
}
#nav ul li a:hover { color: #555; }
#nav ul li.current_page_item a { background: url(images/nav-tab-right.gif) no-repeat top right; }
#nav #feed { 
	position: absolute; 
	right: 15px; 
	top: 12px; 
	height: 19px; 
	padding-left: 37px; 
	color: #544626; 
	display: block; 
	background: url(images/feed.gif) no-repeat; 
	text-decoration: none; 
}



/* Content
-------------------------------------------------------------------*/
#content {
	background:#FFFFFF;
	width: 470px; 
	float: left; 
	padding: 15px 15px 15px 0;
	overflow:hidden;
}

#content .post { margin:0 15px; }
#content .post p { margin-bottom: 20px; }
#content .post h1 a { text-decoration: none; }
#content .post-list li { list-style: none; }

#content .post .post-info, #content .post .post-info2 { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 3px 5px 5px 5px; 
	margin-bottom: 20px; 
	border-top: 1px dotted #AAAAAA; 
	border-bottom: 1px dotted #AAAAAA; 
	_border-top: 1px solid #AAAAAA; 
	_border-bottom: 1px solid #AAAAAA;
	overflow:hidden;
}

#content .post .post-info a { color: #E50202; text-decoration:none; }
#content .post .post-info a:hover { text-decoration:underline; }

#content .post .post-info2 a { color: #000; text-decoration:none; }
#content .post .post-info2 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; }
.link_post {
	margin:10px 0;
	background:#1d1d1d;
	padding:10px;
	overflow:hidden;
}
.link_post img {
	margin-left:355px;
}
.post-info h1 {
	margin:0;
}
.share {
	margin:15px 20px;
	float:left;
	display:inline;
}
.share .comenta {
	background:url(images/comentarios_icon.gif) no-repeat left top;
	padding:3px 0 3px 25px;
	font-size:10px;
	text-decoration:none;
}
.share .comenta:hover {
	text-decoration:#333333;
}
.tags {
	padding:10px 15px;
	border-top:2px solid #000;
	border-bottom:1px solid #000;
	margin-bottom:35px;
	clear:both;
}

/* Sidebar
-------------------------------------------------------------------*/
#bg_sidebar {
	background:
	width:240px;
	height:17px;
}
#sidebar { 
	width: 240px;
	float: left;
	font-size: 11px; 
	margin-bottom: 10px;
	color: #555;
	background:url(images/bg_sidebar.gif) repeat-y right;
}

#sidebar h3 { font: normal 18px Verdana, Arial, Sans-Serif; color: #222; }
#sidebar h5 {
	padding-bottom:2px;
	margin-bottom:15px;
	border-bottom:1px solid #bab8b4;
}
#sidebar .block a { color: #9b9996; text-decoration: none; }
#sidebar .block a:hover { color: #38463e; }
#sidebar .block div a { color: #e50202; text-decoration: none; }
#sidebar .block div a:hover { color: #9c0101; }

#sidebar .block, #sidebar .block2 {
	width: 205px;
	padding: 15px; 
	overflow: hidden;
}
#sidebar .block li { 
	border-bottom:1px solid #bab8b4;
	padding:6px 0;
	font-size:12px;
}
#sidebar .block li:first-letter {
	text-transform:uppercase;
}
#sidebar .block a:hover { color: #777; }

/* BLOCK 2 */

#sidebar .block div li { 
	border-bottom:1px solid #bab8b4;
	padding:6px 0;
	font-size:12px;
}
/* SIDEBAR 2 */
#sidebar2 {
	float:left;
	padding:25px 0 10px 20px;
	width:200px;
}
#sidebar2 p {
	margin-top:5px;
	font-family:Verdana, Geneva, sans-serif; font-size:13px
}
#sidebar2_box {
	background:#F7F4EF;
}
#rss {	border-bottom:1px solid #AAAAAA; border-top:1px solid #AAAAAA; padding:12px 0; margin:15px 0; }
/* 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; }


/* Comments
-------------------------------------------------------------------*/
.comments-title { 
	text-align: center; 
	font: bold 22px "Trebuchet MS", Helvetica, Arial, Geneva; 
}
#comments .comment { 
	margin-bottom: 10px; 
	overflow: hidden; 
	width: 635px; 
	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: 385px; 
}
#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 { 
	border: 1px dashed #333333; 
	padding: 10px; 
	color: #555;
	margin-right:10px;
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 433px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 5px; 
	padding: 3px 3px; 
}
#commentform input#submit { padding: 3px 10px; }



/* Footer
-------------------------------------------------------------------*/
#footer {
	background:#000000;
	color: #6c6c6c; 
	text-align: center;
	margin:0 auto;
}
#footer a {
	color: #6c6c6c !important;
	text-decoration:underline;
}
#footer a:hover {
	color: #5d5d5d;
	text-decoration:none;
}
#footer-content { 
	width: 950px;
	padding:20px 0;
	margin:0 auto;
}
#footer p { 
	font-size: 11px; 
	margin: 0; 
}
#footer a { color: #d6ded4; }






#sidebar2 h6 {font-size:28px; text-transform:uppercase; letter-spacing:-1px; line-height:26px}
.fbConnectWidgetHeaderTitle  {background:#AC0000 !important}

#shareicons { clear:both; height:60px}
.icoside-facebook, .icoside-twitter, .icoside-vimeo, .icoside-site, .icoside-youtube { display:block; text-indent:-9000em; width:36px; height:36px; background:#009; float:left; margin:0 2px}
a:hover.icoside-facebook, a:hover.icoside-twitter, a:hover.icoside-vimeo, a:hover.icoside-site, a:hover.icoside-youtube {background-position: inherit -36px}

.icoside-facebook { background: url(images/imgssocial.gif) 0 0}
a:hover.icoside-facebook { background: url(images/imgssocial.gif) 0 -36px}

.icoside-twitter { background: url(images/imgssocial.gif) 162px 0}
a:hover.icoside-twitter { background: url(images/imgssocial.gif) 162px -36px}

.icoside-vimeo { background: url(images/imgssocial.gif) 120px 0}
a:hover.icoside-vimeo { background: url(images/imgssocial.gif) 120px -36px}

.icoside-youtube { background: url(images/imgssocial.gif) 78px 0}
a:hover.icoside-youtube { background: url(images/imgssocial.gif) 78px -36px}

.icoside-site { background: url(images/imgssocial.gif) 36px 0}
a:hover.icoside-site { background: url(images/imgssocial.gif) 36px -36px}

.tinyTip { width: auto; padding: 1px 0px 0px 0px; display: block; background:#229AB2; /*background: url(images/tinyTip-top.png) 0px 0px no-repeat;*/}
.tinyTip .content { padding: 0px 4px 0px 4px; font-size: 10px; color: #FFFFFF; background:#229AB2; /*background: url(images/tinyTip-content.png) 0px 0px repeat-y;*/}
.tinyTip .bottom { height: 1px; background:#229AB2; /*background: url(images/tinyTip-bottom.png) 0px 0px no-repeat; */font: 0px/0px sans-serif; }
