/*  
Theme Name: [EGYEDI]-Deep Silent
Theme URI: http://wordpressthemes.mifdesign.com/
Description: Deep Silent is 2 column WordPress theme with Fixed width. Widget ready.
Version: 1.0
Author: MIF Design Studio
Author URL: http://www.goldi.com.ua/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
Author Comments: You will find more main images in archive . Also you can make Your own logo. Just create image with background #f4f3ee (height:35px; width:200px;) and save it like logo1.jpg. 
Or you can just delete "<a href="/"><div id="logo"></div></a>" in header.php
*/
*{
	margin:0px;
	padding:0px;
}
body {
	background: #850000;
	text-align: center;
	width:100%;
}
/*//////////////////////////////// Begin Typography //////////////////*/
body {
	font-size:12px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
}
a{
	color:#000000;
	text-decoration:none;
}
/*/////////H1 H2 H3 H4 /////////////*/
h1{
	font-size:18px;
}
h2{
	font-size:16px;
}
h3{
	font-size:14px;
}
#headerimg h1{
	color:#ebeae5;
	font-size:28px;
	font-weight:normal;
	text-transform: uppercase;
}
#headerimg h1 a{
	color:#ebeae5;
	text-decoration:none;
}
.post h3{
	color:#44402e;
}
#respond, .pagetitle, #sidebar h2, .post h2, .post h3, .post h2 a{
	color:#990300;
	text-decoration:none;
}
#navmenu{
	font-size:10px;
}
#logo{
	font-size:10px;
	cursor:pointer;
}
#navmenu ul li a{
	text-transform: uppercase;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
.content-gold{display:none;}
.alignleft-single a, .alignright-single a,
.alignleft-single, .alignright-single,
.headerimg-right, #navmenu ul li a:hover,
#sidebar ul li ul li a:hover{
	color:#FFFFFF;
}
.description{
	color:#d6d6d6;
	text-transform: uppercase;
}
.post{
	color:#44402e;
}
.entry{
	color:#47401a;
}
.postmetadata{
	font-size:10px;
}
.entry a{
	color:#000000;
}
.entry a:hover{
	color:#990300;
}
.alignleft p, .alignright p{
	color:#57533d;
}
.alignleft a:hover p, .alignright a:hover p{
	color:#a10000;
}
#sidebar ul li ul li a{
	color:#000000;
	text-decoration:none;
	line-height:23px;
}
blockquote{
	color:#726835;
	font-style: italic;
}
#footer{
	font-size:10px;
}
#footernavmenu ul li a{
	text-decoration:none;
	color:#6d6643;
	text-transform: lowercase;
}
#footernavmenu ul li a:hover{
	color:#a50000;
	text-decoration:underline;
}
#searchsubmit{
	color:#FFFFFF;
	font-size:11px;
	text-transform: lowercase;
	font-weight:bold;
	line-height:20px;
	letter-spacing:1px;
}
#submit{
	color:#FFFFFF;
	font-size:11px;
	text-transform: lowercase;
	font-weight:bold;
	line-height:30px;
	letter-spacing:1px;
}
.comments-label small{
	line-height:21px;
	font-size:11px;
	color:#645d35;
	font-weight:bold;
}
#comments{
	color:#990300;
}
.commentlist{
	color:#5d5842;
}
.commentlist a{
	color:#322d19;
}
.comment-author a{
	font-weight:bold;
}
/*/////////////////////////// End of Typography //////////////////////*/
a img{
	border:none;
}
/*///////////////////// Begin Structure //////////////////////*/
/*////// Begin HEADER //////////*/
#page-top{
	background-image:url(images/bg_page_top.png);
	background-repeat:no-repeat;
	height:50px;
	width:992px;
	margin-left:auto;
	margin-right:auto;
}
#navmenu-bg{
	background-image:url(images/bg_page.png);
	background-repeat:repeat-y;
	width:992px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
}
.nav-container{
	padding-left:36px;
}
#logo{
	background-image:url(images/logo1.jpg);
	height:35px;
	width:200px;
	float:left;
	cursor:pointer;
}
#navmenu{
	height:35px;
	font-size:10px;
	float:left;
	padding-left:10px;
}
	#navmenu ul{
		list-style:none;
	}
	#navmenu ul li{
		float:left;
	}
	#navmenu ul li a{
		padding-left:11px;
		padding-right:11px;
		padding-top:7px;
		padding-bottom:7px;
		display:block;
	}
	#navmenu ul li a:hover{
		background-color:#a50000;
	}
.header-search{
	float:right;
	padding-right:50px;
	width:250px;
}
#searchform{
	float:left;
	width:250px;
}
#header{
	clear:both;
	height:220px;
}
#headerimg{
	background-image:url(images/image.jpg);
	width:920px;
	height:220px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
	.headerimg-left{
		width:570px;
		float:left;
		height:220px;
	}
	.headerimg-right{
		float:left;
		padding-top:40px;
		padding-left:100px;
	}
	#headerimg h1{
		padding-top:108px;
		text-align:center;
		width:570px;
	}
	.description{
		text-align:center;
		width:570px;
		padding-top:40px;
	}
/*////// END OF HEADER //////////*/
/*////// BEGIN PAGE //////////*/
.content-inside{
	background-image:url(images/bg_page_inside.png);
	background-repeat:repeat-y;
	width:920px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}
.left{
	width:630px;
	vertical-align:top;
	text-align:left;
}
#content, #header{
	background-image:url(images/bg_page.png);
	background-repeat:repeat-y;
	width:992px;
	margin-left:auto;
	margin-right:auto;
}
.post{
	padding-left:30px;
	padding-right:20px;
	text-align:left;
}
.pagetitle{
	text-align:left;
	margin-left:30px;
	padding-top:20px;
	border-bottom:1px solid #767155;
	margin-bottom:10px;
}
.post h2,.post h3{
	text-align:left;
	background-image:url(images/bg_post_title.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:8px;
	margin-top:15px;
	margin-bottom:5px;
}
.post h2 a{
	padding-right:50px;
}
#respond{
	margin-bottom:10px;
	margin-top:15px;
}
.search-content{
	padding-left:30px;
}
.entry{
	padding:10px 10px 10px 20px;
}
.entry p{
	margin:0px 0px 10px 0px;
}
.entry a{
	padding-left:5px;
	padding-right:5px;
}
.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{
	background-image:url(images/bg_back_next.gif);
	height:62px;
	padding:0px 140px 0px 140px;
	margin-top:10px;
}
.alignleft{
	float:left;
	width:150px;
}
.alignright{
	float:right;
	width:200px;
}
.alignleft p{
	float:left;
}
.alignright p{
	float:right;
}
.alignleft p, .alignright p{
	padding:20px 10px 0px 10px;
	cursor:pointer;
}
.back, .next{
	background-image:url(images/back_next.png);
	cursor:pointer;
}
.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:1px solid #FFFFFF;
	border-right-color: #6f6534;
	border-bottom-color: #6f6534;
}
.alignleft-single{
	border-bottom:1px solid #7c775e;
	padding-bottom:5px;
}
.alignright-single{
	border-top:1px solid #cdcabb;
	padding-top:5px;
}
blockquote{
	border-left:15px solid #cecbbb;
	padding-left:10px;
}
.right{
	width:290px;
	vertical-align:top;
}
.right ul{
	list-style:none;
}
#sidebar{
	text-align:left;
	padding:20px;
}
.widgettitle{
	border-bottom:1px solid #767155;
}
#sidebar ul{
	background-image:none;
}
#sidebar ul li ul li ul{
	background-image:none;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	border:none;
}
#sidebar ul li ul{
	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{
	display:block;
	height:23px;
	padding:0px 5px 0px 15px;
}
#sidebar ul li ul li a:hover{
	background-color:#a50000;
}
#sidebar ul li ul li{
	margin:0px;
	padding:0px;
}
/*//////END OF PAGE//////////*/
/*//////BEGIN FOOTER//////////*/
#footer{
	background-image:url(images/bg_footer.png);
	background-repeat:no-repeat;
	height:105px;
	width:992px;
	margin-left:auto;
	margin-right:auto;
}
#footernavmenu{
	height:35px;
	margin-left:auto;
	margin-right:auto;
	width:920px;
}
#footernavmenu ul{
	list-style:none;
	padding-left:20px;
	padding-top:17px;
}
#footernavmenu ul li{
	float:left;
}
.strip{
	background-color:#cecbbb;
	float: right;
	height:22px;
	width:580px;
	margin-top:7px;
	margin-right:18px;
	line-height:24px;
}
.strip a{
	margin:0px;
	padding:0px;
	padding-left:10px;
}
#footernavmenu ul li a{
	padding:0px 10px 0px 10px;
	border-right:1px solid #6d6643;
}
.copyright{
	margin-left:auto;
	margin-right:auto;
	width:920px;
	text-align:left;
}
.copyright p{
	padding-left:30px;
	padding-top:4px;
	clear:both;
	float:left;
}
a img{
	border:none;
}
/*//////BEGIN BUTTONS AND FORMS//////////*/
#searchsubmit{
	background:none;
	background-image:url(images/search.png);
	background-repeat:no-repeat;
	width:77px;
	height:28px;
	border:none;
	line-height:20px;
	padding-bottom:2px;
	margin:0px 0px 0px 0px;
	float:right;
}
#s{
	height:15px;
	margin:4px 0px 0px 0px;
	float:left;
	width:160px;
}
#respond, #commentform{
	padding-left:30px;
	clear:both;
}
#author, #email, #url, #comment{
	width:385px;
	background-color:#ebe9e0;
	border:1px solid #FFFFFF;
	border-top-color: #a29c7d;
	border-left-color: #a29c7d;
	line-height:20px;
	padding-left:5px;
	margin-bottom:5px;
}
#author, #email, #url{
	height:20px;
}
#comment{
	height:180px;
}
#submit{
	background:none;
	background-image:url(images/submit.png);
	width:137px;
	height:30px;
	border:none;
	padding-bottom:2px;
}
.comments-label{
	width:150px;
	float:left;
	text-align:right;
	padding-right:20px;
	border:1px solid #FFFFFF;
	border-right-color: #a29c7d;
	border-bottom-color: #a29c7d;
	margin-right:5px;
}
.comments{
	height:180px;
}
#comments{
	padding-left:30px;
	padding-top:10px;
	padding-bottom:5px;
}
.commentlist{
	margin-left:70px;
	margin-right:30px;
}
.commentlist p{
	margin-bottom:10px;
}
.commentlist li{
	background-color:#f8f7f3;
	border:1px solid #FFFFFF;
	border-right-color: #a29c7d;
	border-bottom-color: #a29c7d;
	margin-bottom:5px;
	padding:5px;
}
.comment-author,.comment-text{
	background-color:#ebeae4;
	padding:5px;
	border:1px solid #FFFFFF;
	border-top-color: #a29c7d;
	border-left-color: #a29c7d;
}
.comment-data{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}
/*//////BEGIN BUTTONS AND FORMS//////////*/
#wp-calendar{
	width:200px;
	height:150px;
}
#wp-calendar tr td{
	background-color:#f8f7f3;
	border:1px solid #FFFFFF;
	border-right-color: #a29c7d;
	border-bottom-color: #a29c7d;
	text-align:center;
	padding:1px;
}
#wp-calendar tr td a{
	border:none;
	background-color:#ebeae4;
	display:block;
	height:100%;
	width:100%;
}
thead{
	background-color:#cecbbb;
	text-align:center;
	border:0px;
}
/*//////////////////////////////// End of Structure //////////////////*/