body {
	background: #21231b
		}

#wrapper {
	padding:0;
	}

#container {
    background: url(images/container-background.png) top left repeat-x;
	}
#contentwrap {
	background: url(images/contentwrap-background.png) top left repeat-y;
	}

a {
	color: #ff9900;
	}

a:hover {
	color: #ff6000;
	}

/* HEADER */

#header {
	height: 110px;

	}

#header h1 {
	margin-bottom: 0px !important;
	padding: 12px 0 0 0;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 48px;
	}

#header h1 a, #header h1 a:visited {
	color: #59a6a4;
	text-decoration: none;
	}


#header h2 {
	color: #59a6a4;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	}
    

.logoimg {
    margin: 20px  0 0 0;
    }

/* NAVIGATION MENUS *//* WTthemepack */

#pagemenucontainer {
	height: 32px;
	margin-top: 10px;
    float: right;
	}
	
#pagemenu {
	height: 30px;
    float: right;
	}

#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;
	}
	
#pagemenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pagemenu li a, #pagemenu li a:link {
	color: #ffffff;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 7px 12px 7px 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 0 #010810;
	}
	
#pagemenu li a:hover, #pagemenu li a:active {
	color: #ffffff;
	display: block;
	text-decoration: none;
    
	}
	
#pagemenu  li.current_page_item a {
	color: #ffffff;
	}

#pagemenu li:hover, #pagemenu li.sfhover { 
	position: static;
	}
	
.topright {
	text-align: right;
    margin: 14px 0 0 0;
	}

.topright a {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #010810;
	}

.topright a:hover {
    color: #fff;
    text-shadow: 0 1px 0 #010810;
    }

#navcontainer {
	height: 38px;
	display: block;
	overflow: hidden;
    padding: 0;
    background: url(images/nav-background.png) top left repeat-x;
	}
    
#navcontainer .current-cat a {
	background: url(images/nav-background-hover.png) top left repeat-x;
	color:#000000;
	}
	
/* CONTENT *//* WTthemepack */

#content {
	padding: 15px 5px 15px 15px;
    color: #ffffff;
	}
	
pre { overflow: auto; 
	width: 470px; 
	}

.postwrap {
	margin: 0 0 25px 0;
	border: 1px solid #999999;	
	background-color: #454545;
	}
	
.post {
	background: #454545;
	padding: 12px 15px 15px 15px;
	}


.post p {
	margin-bottom: 10px;
	}

.title {
	margin: 0 0 8px 0;
	padding: 0px;
	line-height: 21px;
	font-size: 17px;
	font-family: Arial, Verdana;
	color: #33CCFF;
    font-weight: bold;
    text-transform: uppercase;
	}

	
.title a {
	text-decoration: none;
	color: #33CCFF;
	}

.title a:hover {
	text-decoration: underline;
    color: #33CCFF;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Verdana;
	text-decoration: underline;
    color: #fff;
}
.readmorecontent {
	text-align: right;
	padding-top: 15px;
	}

a.readmore {
	padding: 4px 15px;
	background: #ffae00;
	color: #000000;
	text-decoration: none;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
	}

a.readmore:hover {
    color: #000000;
	background: #ffae00;
	}


.postdate {
	font-size: 12px;
	padding: 1px 0px;
	font-family: Arial, Verdana;
	color: #ffffff;
	}


.postmeta {
	font-size: 12px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	color: #ffffff;
	}
	
.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;
	color: #ffffff;
	}
    
.navigation {
	padding: 10px 0;
text-align: center;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

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: #000000;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it *//* WTthemepack */
   -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  {
	font-family: Sans-Serif; /* IE fix */
}
 
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
border: 1px solid #999999;
	padding: 5px 8px 5px 8px; 
	margin: 2px 0px 2px 0px;
	color: #FFFFFF;
	background-color: #555555;	
	font-weight: bold;
}
.wp-pagenavi a:hover {	
border: 1px solid #21231b;
	color: #FFFFFF;
	background-color: #454545;
	font-weight: bold;
}
.wp-pagenavi span.pages {
border: 1px solid #999999;
	padding: 5px 8px 5px 8px;
	margin: 2px 0px 2px 0px;
	color: #FFFFFF;
	background-color: #555555;
	font-weight: bold;
}
.wp-pagenavi span.current {
border: 1px solid #21231b;
	padding: 5px 8px 5px 8px;
	margin: 2px 0px 2px 0px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #454545;
	font-weight: bold;
}
.wp-pagenavi span.extend {
border: 1px solid #999999;
	padding: 5px 0px 5px 0px;
	margin: 2px 0px 2px 0px;
	color: #FFFFFF;
	background-color: #555555;
	font-weight: bold;
}
.wp-pagenavi span.next-prev {	
}
/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 5px; 
	text-align:center;
	}
	
.ad125 {
	margin: 10px;
	}


.sidebar {
	margin: 0 10px 10px 0;
    font-size: 13px;
    color: #fff;
	}
	
.sidebar a {
	text-decoration: none;
	color: #fff;
	}

.sidebar a:hover {
	text-decoration: underline;
	color:#fff;
	}
	
	
#search {
    border: 1px solid #999999;
    height: 26px;
    padding: 2px;
    background: #454555;
    text-align: right;
}
#search input {
	border: 0;
    background: #454555;
    color: #ffffff;
}	
	
#s {
	width: 257px;
	padding: 3px;
    margin:2px 0 0 0;
    background: none;
}
#topsearch {
    margin-top: 15px;
}		
/* Social icons */
.addthis_toolbox {
    padding: 15px 0 5px 0;
	text-align: center;
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 4px 0 4px;
    padding: 0;
}
.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}
.addthis_toolbox .custom_images a img
{
    opacity: 0.85;
}

	
.sidebarvideo {

	}

.sidebar h2 {
	margin: 10px 0 0 0;
	padding: 5px 0 5px 12px;
	background: url(images/sidebar-tab.png) top left repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	}

.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: 0px;
	}
	
.sidebar ul li li {
	padding: 6px 0px 6px 4px;
	margin: 0px;
	background: url(images/sidebar_line.png) left bottom repeat-x;
	}
	
.sidebar ul li ul li {
	background: url(images/sidebar_line.png) left bottom repeat-x;
	padding: 6px 0px 6px 4px;
	margin: 0;
	}



#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #fff;
	background: none!important;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background:  none !important;
	}

#wp-calendar td {
	color: #fff;
	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: #0d1923;
	color: #fff;
	}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}


/* FOOTER */

#footer {
	background: #454545;
	padding: 22px;
	text-align: center;
	color: #fff;
	font-size: 13px;
    border-top: 4px solid #ffae00
	}

#footer a {
	color: #fff;
	} 

#footer a:hover {
	text-decoration: none;
	} 
	
#footer2 {
	color: #4e565c;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	}
    	
#footer2 a {
	color: #4e565c;
    text-decoration: none;
	} 
	
/* COMMENTS */

#comments h3 {
margin-bottom: 10px;
color: #fff;	
}
#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;
	}

.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: #081822;
    border: 1px solid #0a1c28;
    margin: 0 10px 10px 0;
}
.attachment-thumbnail {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
}
.buttons{
font-size: 13px;            /* размер шрифта */	
padding:15px;               /* отступ от границ */
border:0px solid #000;   /* толщина и цвет рамки */
background: #454545;   /* фоновый цвет */
}
 
.buttons a img{
border: none;
opacity:1.0;                 /* непрозрачность: 100% */
}
 
.buttons a:hover img{
border: none;
opacity:0.7;                 /* непрозрачность: 70% */
}

.editComment, .editableComment, .textComment{
	display: inline;
}
.comment-childs{
	border: 1px solid #999;
	margin: 5px 2px 2px 4px;
	padding: 4px 2px 2px 4px;
	background-color: #454545;
}
.chalt{
	background-color: #555555;
}
#newcomment{
	border:1px dashed #777;width:90%;

}
#newcommentsubmit{
	color:red;
}
.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}
			
