/*
Theme Name: Deep Silent
Theme URI: http://wordpressthemes.mifdesign.com/
Description: This is 2 column WordPress theme created by <a href="http://www.mifdesign.com/">MIF Design</a>. In archive you will find more main images
Version: 1.8
Author: MIF Design
Author URI: http://www.mifdesign.com/
Tags: two-columns, fixed-width, right-sidebar, red, black

*/

*{
	margin:0px;
	padding:0px;
	outline:none;
}
body {
	font:82%/150% Baskerville, Georgia, Times, serif;
	background: #850000;
	color:#333;
	text-align: center;
	width:100%;
}
#page {
	width: 992px;
	height: auto;
	margin: 0 auto;
	background: url(images/bg_page.png) repeat-y;
}
#top {
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	height:50px;
	width:992px;
	margin: 0 auto;
}
#menu {
	display: block;
	width: 992px;
	height:42px;
	margin: 0 auto;
	background: url(images/menu.jpg) repeat-y top center;
	font-family: 'Lucida Grande', 'Lucida Sans', Lucida, Helvetica, Arial, sans-serif;
}
#menu ul#menu2 {
	list-style:none;
	margin-left: 38px;
}
#menu ul#menu2 li{
	float:left;
}
#menu ul#menu2 li a, #menu ul#menu2 li a:visited {
	height: 42px;
	line-height: 32px;
	padding: 0 18px;
	text-decoration:none;
	color:#bcbcbc;
	display:block;
	text-transform: uppercase;
	letter-spacing:2pt;
	font-size: 92%;
}
#menu ul#menu2 li a:hover, #menu ul#menu2 li a:active, #menu ul#menu2 li.current_page_item a, #menu ul#menu2 li.current_page_item a:visited {
	text-decoration: none;
	background: url(images/menu_h.gif) no-repeat 50% 96%;
	color:#fff;
}

/*Drop Down*/
#menu li { float: left; display: block; position: relative;}

#menu ul#menu2 ul { display: none; position: absolute; top: 26px; left: 0; width: 160px; background: #f4f3ee; border:0 solid #ccc; border-width:0 1px 1px 1px;}
#menu ul#menu2 ul ul { left: 100%; top: -1px; }
#menu ul#menu2 li li { float: none; border-width: 1px 1px 0px 1px; text-align:left;}

#menu ul#menu2 li:hover ul ul,
#menu ul#menu2 li:hover ul li:hover ul ul { display: none; }

#menu ul#menu2 li:hover ul,
#menu ul#menu2 li:hover ul li:hover ul,
#menu ul#menu2 li:hover ul li:hover ul li:hover ul { display: block; }

.nocomments, .left p a.post-edit-link{
	padding:10px 40px;
}
.left .postmetadata p a.post-edit-link{
	padding:0;
}
#header {
	display: block;
	clear: both;
	background:url(images/header.jpg) no-repeat;
	width:918px;
	height:384px;
	border:1px solid #333;
	border-top:0;
	border-bottom: 0;
	margin: 0 auto;
	text-align:left;
}
#header h1 {
	padding-top:70px;
	text-align:left;
	width:918px;
}
#header h1 a {
	display: block;
	width: 152px;
	height: 152px;
	background: url(images/logo.jpg) no-repeat;
}
.description{
	color:#d6d6d6;
	text-align:center;
	width:570px;
	padding-top:40px;
	text-transform: uppercase;
}

/* CONTENT */
#content {
	display: block;
	float: left;
	background:url(images/bg_page.png) repeat-y;
	width:880px;
	margin: 0 auto;
	padding: 30px 56px 48px 56px;
}
#left {
	display: block;
	float: left;
	width:598px;
}
#sidebar {
	display: block;
	float: right;
	width:256px;
	text-align:left;
}
#sidebar h3 {
	font-weight: normal;
	text-decoration:none;
	letter-spacing: 3pt;
	font-size: 160%;
}
#sidebar ul{
	background-image:none;
	list-style:none;
}
#sidebar ul li ul{
	background-repeat:repeat-x;
	background-position:bottom left;
	padding:10px 0;
	margin:3px 0 20px 0;
	border-top:1px solid #767155;
}
#sidebar ul li ul li ul{
	background-image:none;
	border:none;
}
#left small {
	font:68%/150% 'Lucida Grande', 'Lucida Sans', Lucida, Helvetica, Arial, sans-serif;
}
#left small a:hover {
	text-decoration:underline;
}
#left h2, #left h3, #left h4, #left h5 {
	color:#b00227;
	font-weight: normal;
}
#left h2 {
	font-size: 220%;
	text-decoration:none;
	letter-spacing: -0.5pt;
	padding-bottom:18px;
}
#left h3 {
	letter-spacing: -0.5pt;
	padding: 6px 0 3px 0;
	font-size: 160%;
}
#left hr {
	background: none;
	border: none;
	border-top: 1px dotted #bcbcbc;
margin:12px 0;
}
.search-content{
	padding-left:30px;
}
.post, .post span, .post p {
	color:#44402e;
	text-align:justify;
}
.post p {
	margin-bottom:6px;
}
.post img {
}
.post pre{
	overflow:auto;
}
.entry table{
	background-color:#f8f7f3;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #a29c7d solid;
	border-bottom: 1px #a29c7d solid;
	border-left: 1px #FFFFFF solid;
	margin-bottom:5px;
	padding:5px;
}
.entry table tr td, .entry table tr th{
	padding:5px;
}
.entry table tr th{
	background-color:#f8f7f3;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #a29c7d solid;
	border-bottom: 1px #a29c7d solid;
	border-left: 1px #FFFFFF solid;
}
.entry table .even{
	background-color:#ebe9e4;
}
.entry p{
	margin:0px 0px 10px 0px;
}
.entry a{
	color:#000000;
	text-decoration:underline;
}
.bbn{
	border-bottom:none;
}
.entry a:hover{
	color:#990300;
}
.entry ul, .entry ol{
	margin-left:40px;
}
.postmetadata{
	background-color:#dedbcb;
	padding-top:5px;
	padding-bottom:10px;
	background-image:url(images/bg_post_title.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.postmetadata p{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	border-bottom:1px solid #bebaa4;
	border-top:1px solid #f0eee4;
}
.navigation{
	height:62px;
	padding:0px 140px 0px 140px;
	margin-top:10px;
}
.alignleft .backnext{
	float:left;
}
.alignright .backnext{
	float:right;
}
.alignleft .backnext, .alignright .backnext{
	color:#57533d;
	padding:20px 10px 0px 10px;
	cursor:pointer;
	display:block;
}
.alignleft a:hover .backnext, .alignright a:hover .backnext{
	color:#a10000;
}
.back, .next{
	background-image:url(images/back_next.png);
	cursor:pointer;
	display:block;
}
.back{
	height:62px;
	width:41px;
	float:left;
}
	a .back{
		background-position:0px 0px;
	}
	a:hover .back{
		background-position:0px 62px;
	}
.next{
	height:62px;
	width:41px;
	float:right;
}
	a .next{
		background-position:41px 0px;
	}
	a:hover .next{
		background-position:41px 62px;
	}
.navigation-single{
	background-color:#a5a18e;
	padding-left:30px;
	padding-right:20px;
	text-align:center;
	padding-top:15px;
	padding-bottom:10px;
	margin-left:30px;
	margin-right:20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #6f6534;
	border-bottom-color: #6f6534;
	border-left-color: #FFFFFF;
}
.alignleft-single a, .alignright-single a,
.alignleft-single, .alignright-single{
	color:#FFFFFF;
	
}
.alignleft-single{
	border-bottom:1px solid #7c775e;
	padding-bottom:5px;
}
.alignright-single{
	border-top:1px solid #cdcabb;
	padding-top:5px;
}
#calendar_wrap{
	background-image:url(images/bg_li_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:10px;
	margin-bottom:20px;
	padding-top:5px;
	border-top:1px solid #767155;
}
#sidebar ul li ul li a{
	color:#000000;
	text-decoration:none;
	display:block;
	height:23px;
	padding:0;
	line-height:23px;
}
#sidebar ul li ul li a:hover{
	color:#870000;
}
#sidebar ul li ul li{
	margin:0px;
	padding:0px;
}
blockquote{
	border-left:15px solid #cecbbb;
	padding-left:10px;
	color:#726835;
	font-style: italic;
}
#footer{
	font-family: 'Lucida Grande', 'Lucida Sans', Lucida, Helvetica, Arial, sans-serif;
	clear: both;
	background:url(images/footer.jpg) no-repeat;
	height:80px;
	width:880px;
	padding:20px 56px;
	margin:0 auto;
	font-size:68%;
	color:#6c6c6c;
	text-transform: lowercase;
	line-height:166%;
	text-align: left;
}
#footer a, #footer a:visited {
	color:#6c6c6c;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color:#6c6c6c;
	text-decoration: underline;
}
a, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover, a:active {

}
a img{
	
}
#searchform {
	display: block;
	float: left;
	clear: both;
	padding-bottom: 24px;
}
#searchform #search {
	float:left;
	display: block;
	margin:0;
	height:18px;
	padding: 6px 6px 2px 6px;
	width:160px;
	border:none;
	background:#333 url(images/menu.jpg) no-repeat -36px -14px;
	color: #bcbcbc;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#searchform input#submit{
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	margin-left: 6px;
	padding:0 6px;
	background:#bcbcbc;
	color:#000;
	border: none;
	font-variant: small-caps;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#author, #email, #url{
	height:16px;
}
#comment{
	height:180px;
}
.comments-label{
	width:150px;
	float:left;
	text-align:right;
	padding-right:20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #a29c7d;
	border-bottom-color: #a29c7d;
	border-left-color: #FFFFFF;
	margin-right:5px;
}
.comments{
	height:180px;
}
.comments-label small{
	line-height:21px;
	font-size:11px;
	color:#645d35;
	font-weight:bold;
}
#comments{
	padding-left:30px;
	padding-top:10px;
	padding-bottom:5px;
	color:#990300;
}
.commentlist{
	margin-left:70px;
	margin-right:30px;
	font-size:12px;
	color:#5d5842;
}
.commentlist a{
	color:#322d19;
}
.commentlist p{
	margin-bottom:10px;
}
.commentlist li{
	background-color:#f8f7f3;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #a29c7d solid;
	border-bottom: 1px #a29c7d solid;
	border-left: 1px #FFFFFF solid;
	margin-bottom:5px;
	padding:5px;
	list-style:none;
}

.comment-author,.comment-text{
	background-color:#ebeae4;
	border-top:1px #a29c7d solid;
	border-right:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
	border-left:1px #a29c7d solid;
	padding:5px;
}
.comment-author{
	padding:5px 5px 7px 5px;
}
.comment-page-numbers{
	padding:5px 10px;
	margin:0px 20px 5px 30px;
	border-color:#FFFFFF #A29C7D #A29C7D #FFFFFF;
	border-style:solid;
	border-width:1px;
	color:#645D35;
	font-size:11px;
	font-weight:bold;
	line-height:21px;
}
.comment-page-numbers a{
	padding:3px 8px;
	background-color:#fafaf7;
	border-color:#FFFFFF #A29C7D #A29C7D #FFFFFF;
	border-style:solid;
	border-width:1px;
	color:#645D35;
}
.current-comment-page, .comment-page-numbers a:hover{
	padding:3px 8px;
	background-color:#EBEAE4;
	border-color:#A29C7D #FFFFFF #FFFFFF #A29C7D;
	border-style:solid;
	border-width:1px;
}
.clear{
	clear:both;
	font-size:1px;
}
.left-avat{
	width:58px;
	height:58px;
	float:left;
}
.avatar{
	background-color:#f8f7f3;
	border-top:1px #FFFFFF solid;
	border-right:1px #a29c7d solid;
	border-bottom:1px #a29c7d solid;
	border-left:1px #FFFFFF solid;
	padding:5px;
}
.comment-author a{
	font-weight:bold;
	font-size:14px;
	color:#6e684a;
}
.comment-author a:hover{
	color:#423e28;
	text-decoration:underline;
}
.comment-author .fn{
	display:block;
	float:left;
	line-height:20px;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:18px;
	width:420px;
}
.comment-data{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	clear:both;
}
#wp-calendar{
	width:250px;
	height:150px;
}
#wp-calendar caption{
	background-color:#f8f7f3;
	border-top:1px #FFFFFF solid;
	border-right:1px #a29c7d solid;
	border-bottom:1px #a29c7d solid;
	border-left:1px #FFFFFF solid;
	font-weight:bold;
	line-height:20px;
	font-size:12px;
}
#wp-calendar tr td{
	background-color:#f8f7f3;
	border-top:1px #FFFFFF solid;
	border-right:1px #a29c7d solid;
	border-bottom:1px #a29c7d solid;
	border-left:1px #FFFFFF solid;
	text-align:center;
	padding:1px;
}
#wp-calendar tr td a{
	background-color:#dedbcb;
	display:block;
	height:100%;
	width:100%;
}
#wp-calendar thead tr th{
	background-color:#f8f7f3;
	border-top:1px #FFFFFF solid;
	border-right:1px #a29c7d solid;
	border-bottom:1px #a29c7d solid;
	border-left:1px #FFFFFF solid;
	text-align:center;
	font-weight:bold;
	color:#990300;
	padding:1px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right: 12px
}
.alignright {
	float: right;
	margin-left: 12px
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End Various Tags & Classes*/

#qtranslate-chooser {
	display: block;
	float: right;
	margin: 11px 54px 0 0;
	padding: 0;
	text-transform: lowercase;
	list-style: none;
	z-index: 10;
}
#qtranslate-chooser li {
	text-align: right;
	margin: 0;
	padding: 0;
}
#qtranslate-chooser a, #qtranslate-chooser a:visited {
	display: block;
	width: 16px;
	height: 11px;
	margin: 0 0 0 6px;
	padding: 0;
	background: none;
}
#qtranslate-chooser a span {
	display: none;
}
#qtranslate-chooser a.qtrans_flag_it, #qtranslate-chooser a.qtrans_flag_it:hover {
	background: url(images/it.jpg) no-repeat right center;
}
#qtranslate-chooser a.qtrans_flag_en, #qtranslate-chooser a.qtrans_flag_en:hover {
	background: url(images/en.jpg) no-repeat right center;
}

.size-medium {
	border:1px solid #232323;
}
form br {
	height:4px;
}