/* LAYOUT */

body {
	background: #5b5b64 url("../img/background.png") top left repeat-x fixed;
	}

#wrapper {
	}

#container {
    background: #202025 url("../img/container-background.png") top left repeat-x;
	}

#contentwrap {
    background: url("../img/contentwrap-background.png") top left repeat-y;
	color: #fff;
	}

a {
	color: #888888;
	text-decoration: none;
	outline: none;
	}

a:hover {
	color: #888888;
	}
/* HEADER */
a:focus {
color: white;
}
#header {
	height: 125px;
	}

#header h1 {
	margin-bottom: 0px !important;
	padding: 24px 0 0 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-serif;
    text-shadow: 0 2px 0 #000;
	font-weight: bold;
	font-size: 48px;
	}

#header h1 a, #header h1 a:visited {
	color: #cfc19e;
	text-decoration: none;
	}


#header h2 {
	padding-left: 15px;
	color: #e4dcc7;
	font-size: 14px;
    font-family: Times New Roman, Times, Serif;
    font-style: italic;
	}

.logoimg {
    margin: 20px 0 0 15px;
}

.feedtwitter {
	margin-top: 8px !important;
	text-align: right;
	}
    
/* NAVIGATION MENUS */

    
#pagemenucontainer {
	height: 42px;
    padding-left: 10px;
	}
	
#pagemenu {
	height: 42px;
	}

#pagemenu, #pagemenu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#pagemenu {
	margin-bottom: 1px;
	}
	
#pagemenu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px
	}
	
#pagemenu li {
	float: left;
	list-style: none;
	margin: 0px;
    padding: 0px 6px 0 0px;
	}
	
#pagemenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0;
    
	}
	
#pagemenu li a, #pagemenu li a:link{
	color: #feeec6;
	display: block;
    margin: 0;
	padding: 13px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#pagemenu li a:hover, #pagemenu li a:active{
	color: #808080;
	display: block;
	text-decoration: none;
	}
	
#pagemenu  li.current_page_item a {
	color:#808080;
	}

#pagemenu li:hover, #pagemenu li.sfhover { 
	position: static;
	}

#rsser {
	position: absolute; 
	top: 0;
	border: 1px solid #fff;
	width: 150px; 
	height:90px;
	background: url("../img/rss.png") 10px 10px no-repeat #202025;

}
#rsser h3 {
	color: #fff;
	float: left;
	margin-left: 40px;
	margin-top: 15px;
}
#rsser ul {
	margin-top: -10px; 
}
#rsser ul,#rsser li {
	float:left;
}
 #rsser li {
	clear: both;
 }   
.navcontainer {
	height: 32px;
    background: url("../img/nav-background.png") top left repeat-x;
    padding: 0 10px;
	}
	
#nav {
	height: 30px;
	}

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#nav {
	margin-bottom: 1px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link {
	color: #fff;
	display: block;
    margin: 0 3px 0px 3px;
	padding: 10px 14px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
    text-shadow: 0 1px 0 #000;
	}
	
#nav li a:hover, #nav li a:active {
	color: #000;
	display: block;
	text-decoration: none;
    background: url("../img/nav-background-hover.png") top left repeat-x;
    text-shadow: 0 1px 0 #ccc;
	}
	
#nav li.current-cat a {
	color:#000;
    background: url("../img/nav-background-hover.png") top left repeat-x;
    text-shadow: 0 1px 0 #ccc;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
/* CONTENT */

#content {
	padding: 15px;
	}
#flashMessage {
	border: 1px solid gold;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 15px;
	background: #FFE44F;
	margin-left: 90px;
	margin-right: 90px;
	width: 720px;
	color: #000;
}
pre { overflow: auto; 
	width: 470px; 
	}

.post {
	background: #0F0C0C;
	color: #fff;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #000;
	width: 720px;
	margin-left: 90px;
	overflow: auto;
	}
.post a:hover {
	border-bottom: 1px solid #cf7c0b;
}	
.post a:hover.nobor {
	border: 0;
}
.post a:active {
	color: #fff;
}
.post h2 {
	color: #fff;
	font-family: georgia, serif;
}
.post h2 a, .post h2 a:hover {
color: #fff;
border: 0;
}

#bor {
border-bottom: 1px solid #ccc;
}
.post p {
	margin-bottom: 10px;
	}
.votes {
margin-bottom: 20px;
clear: left;
width: 185px;
}


.title {
	margin: 0 0 8px 0;
	padding: 0px;
	line-height: 22px;
	font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
	color: #22222e;
	}

	
.title a {
	text-decoration: none;
	color: #22222e;
	}

.title a:hover {
	text-decoration: none;
	color: #cf7c0b;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Helvetica, Sans-serif;
	text-decoration: underline;
}
img.load {
	margin:0;
	padding: 0;
}
.postdate {
	font-size: 11px;
	padding: 2px 0px;
	font-family: Arial, Verdana;
	color: #fff;
	}


.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Arial, Verdana;
	font-size: 14px;
	}
.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.imag {
	margin: 10px 110px;
	/*border: 1px solid #ccc;*/
	
}
.imag img{
/*margin: 10px 100px;
*/border: 0;

}
.tags {



}


.paginator span.current {
	text-decoration: none;
}
div.paginator {
	text-align: center;
}
div.paginator div.disabled {
	display: none;
}

.paginator {
	margin:0 auto;
	font-size:1em;
	width: 740px;
}
.paginator table {
	border-collapse:collapse;
	table-layout:fixed;
	width: 100%;
}
.paginator table td {
	padding:0;
	white-space:nowrap;
	text-align:center;
	padding-right: 6px;
}
div.paginator td div.pagdiv {
background: #0F0C0C;
width: 97%;
border: 2px solid #000;
color: #ccc;
font-weight: bold;
font-size: 16px;
}
div.paginator td div.pagdiv:hover {
	background: #ccc;
	color: #0F0C0C;
}
div.paginator td div.curr {
	color: #000;
	background: #ccc;
}
.paginator span {
	display:block;
	padding:3px 0;
	color:#fff;
}
.paginator span strong,
.paginator span a {
	padding:2px 6px;
}
.paginator span strong {
	font-style:normal;
	font-weight:normal; 
	text-decoration: none;
	background: gold;
	color: #202025;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
}
.paginator .scroll_bar {
	width:100%;	height:20px;
	position:relative;
	margin-top:10px; 
}
.paginator .scroll_trough {
	width:100%;	height:3px;
	background:#ccc;
	overflow:hidden;
}
.paginator .scroll_thumb {
	position:absolute;
	z-index:2;
	width:0; height:3px;
	top:0; left:0;
	font-size:1px;
	background:#0F0C0C;
}
.paginator .scroll_knob {
	position:absolute;
	top:-5px; left:50%;
	margin-left:-10px;
	width:20px; height:20px;
	overflow:hidden;
	background:url("../img/slider_knob.gif") no-repeat 50% 50%;
	cursor:pointer; cursor:hand;
}
.paginator .current_page_mark {
	position:absolute;
	z-index:1;
	top:0; left:0;
	width:0; height:3px;
	overflow:hidden;
	background:#0F0C0C;
}

.fullsize .scroll_thumb {
	display:none;
}


.paginator_pages {
	width:600px;
	text-align:right;
	font-size:0.8em; 
	color:#808080;
	margin-top:-10px; 
}



img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}
	
/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #686868 !important;
    background:#dfdfdf !important;
    border: 1px solid #989898 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
}

.wp-pagenavi span.current {
    color: #434343 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
}

.wp-pagenavi a:hover {
    color: #494949 !important;
    background:#dfdfdf !important;
    border: 1px solid #626262 !important;
    
}

.wp-pagenavi span.pages {
    color: #676767 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
}

.wp-pagenavi span.extend {
    background:transparent !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #676767 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-weight: bold;
}

#userinfo {
	border: 1px solid #ccc;
	margin-bottom: 40px;
	padding: 0;
}
#userinfo img#av{
	margin-left: 40px;
}

div#userinfo table table td{
	border-bottom: 1px solid #ccc; 

} 

/*FORMS*/
form div {
	float: left;
	clear: both;

}
form#UserAddForm div.checkbox input[type=checkbox], 
form#UserAddForm div.checkbox label	{
	float: left;
	clear: none;
}
form#UserAddForm div.checkbox  {
margin-bottom: 10px
}
form#UserAddForm input[type=text], form#UserAddForm input[type=password] {
	width: 146px;
}
form#UserAddForm div.submit{
margin: 0 0 20px 0;
}

form#UserAddForm div.checkbox input[type=checkbox] {
	margin-left: 0; 
}



form#PostAddForm div.submit, form#PostAddForm div.input{
	margin: 20px 0 0 1px;

}
form#PostAddForm div.submit input[type=submit] {
	float: left;
}

form#PostAddForm input[type=text]{
	width: 405px;
}

#tinp {
	margin-top: 20px;

}
label {
	color: #fff;
}
form#OptionAddForm input[type=text], form#OptionAddForm textarea{
	width: 410px;
}
form#OptionAddForm li, form#OptionAddForm div {
	clear: both;
}

label {
display: block;
}
div.error, .error {

	color: red;
	margin: 10px 0;
	padding: 5px;
	border: 0;
	border: 1px solid #000;
}
div.error label {
color: #000;
}
div.error input{
	float: left;
}
div.submit input[type=submit]{
	margin-bottom: 20px;
	margin-top:20px;
}
.clear {
clear: both;
}

div.settings form#UserAddForm input[type=text]{
	width:410px;

}
div.submit {
	margin-top: 20px;
}
input[type=password]#UserOldpass, input[type=password]#UserNewpass1,  input[type=password]#UserNewpass2 {
	width: 150px;
}




/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 5px; 
	text-align:center;
	}
	
.ad125 {
	margin: 10px;
	}


.sidebar {
	margin: 0 0 10px 0;
    color: #f6edd8;
	}
	
.sidebar-right {
    margin: 0 10px 0 0;
	}
	
.sidebar-left {
    margin: 0 0 0 10px
	}
    
    
.sidebar a {
	text-decoration: none;
	color: #e5d4ac;
	}

.sidebar a:hover {
	text-decoration: underline;
	color:#d87d02;
	}

#search {
    border: 1px solid #44444b;
    height: 26px;
    padding: 0;
    background: #35353a;
    text-align: right;
}

#search input {
	border: 0;
    background: none;
    color: #a5a5a8;
}
	
	
#s {
	width: 220px;
	padding: 4px;
    margin:0px 0 0 0;
    background: none;
}

#topsearch #search {
    margin: 6px 8px 0 0;
    padding-right: 4px;
    }
    
#topsearch #s {
    width: 220px;
    }
    
.sidebar h2 {
	margin: 10px 0 0 0;
	padding: 5px 0 5px 10px;
	background: url("../img/sidebar_tab.png") top left repeat-x;
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
    text-shadow: 0 1px 0 #000;
	}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0;
	}
	
.sidebar ul li li {
	padding: 6px;
	margin: 0px;
    border-bottom: 1px solid #2a2a2d;
	}
	
.sidebar ul li ul li {
	border-bottom: 1px solid #2a2a2d;
	padding: 6px;
    margin: 0;
	}





#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #f6edd8;
	background: none;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background: none;
    color: #f6edd8;
	}

#wp-calendar td {
	color: #f6edd8;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #f6edd8;
	color: #555;
	}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 95%;
	}


/* FOOTER */

#footer {
	background:  #1a1a1e;
	padding: 22px;
	text-align: center;
	color: #fff;
	font-size: 13px;
    border-top: 4px solid #000;
	}

#footer a {
	color: #fff;
	} 

#footer a:hover {
	text-decoration: none;
	} 
	
#footer2 {
	color: #555557;
	font-size: 11px;
	text-align: center;
	padding: 10px;
    background: #e0d9c9;
	}
    	
#footer2 a {
	color: #555557;
    text-decoration: none;
	} 
	
/* COMMENTS */

#comments {
	margin-top: 40px;

}
#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.comment {
	min-height: 30px;
	clear: both;

}
.arr{
	width: 14px;
	height: 11px;
	margin-left: -18px;
	position: absolute;
	background: url("../img/arrow.png") 0px 0px no-repeat;

}
.commentavatar {
	float: left;

}
.commentavatar img {
	border: 3px solid #ccc;

}
.commentavatar div {

	clear: both;
}
.commi {
	float: right;
	height: 15px;
	width: 440px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 20px;
	clear: both;
	padding: 2px 4px;
	background: #0F0C0C;
}
.commentbody {
	float: right;
	border: 1px solid #ccc;
	width: 440px;
	min-height: 55px;
	padding: 4px;
	overflow: auto;
	background: #0F0C0C;
}
.commentbody p {
	margin: 0;

}

.red{
	color: red;
	font-size: 14px;
}

.commentbody a.uname {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #1e90ff;

}
.commentbody span.unamedis {
	font-size: 13px;
	font-weight: bold;
	color: #fff;

}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.post_thumbnail {
    padding: 6px;
    background: #eee;
    border: 1px solid #ddd;
    margin: 0 10px 10px 0;
}
h2, h3 {
	color: #fff;
}
div#recaptcha_widget_div {
	margin-top: 20px;
	display: block;
	width: 320px; height:130px;
}