/*
	Theme Name: stroy
	Theme URL: http://www.stroysovet.ru/
	Description: http://www.stroysovet.ru/

	Author: http://www.stroysovet.ru/
	Author URI: http://www.stroysovet.ru/
	Version: 1.0 
	Tags: Elegant, Ads Ready, Three Columns, Right Sidebar, Fixed Width, Blogging, Options Page
*/

/* LAYOUT */


body {
	background: url(images/background.png) top left;
	}

#wrapper {
	}
h1 {	font-weight: normal;
        color: #000000;
	font-size: 24px;
        padding-bottom: 30px;
	}
h2 {	font-weight: normal;
        color: #774826;
	font-size: 18px;
	}
h3 {	font-weight: normal;
        color: #333;
	font-size: 16px;
	}
h1,h2,h3,h4,h5,h6 { font-family:Georgia,Arial,Helvetica,Sans-serif; }

#container {
    background: url(images/container-bg.png) left top repeat-x;

-moz-border-radius: 15px 15px 0px 0px;
-webkit-border-radius: 15px 15px 0px 0px;
border-radius: 15px 15px 0px 0px;
	}

#contentwrap {
    //background: url(images/contentwrap-background.png) top left repeat-y;     background-color: #fff;
	}

a {
	color: #b6703d;
	}

a:hover {
	color: #b6703d;
	}
/* HEADER */

#header {
	height: 160px;
	}

#header h1 {
	margin-bottom: 0px !important;
	padding: 20px 0 0 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 44px;
	}

#header h1 a, #header h1 a:visited {
	color: #363529;
	text-decoration: none;
	}


#header h2 {
	color: #a2a8ae;
	font-size: 14px;
    padding-left: 15px;
    font-family: Arial, Helvetica, Sans-serif;
	}

.logoimg {
    margin: 0px 0 0 0px;
}
    
/* NAVIGATION MENUS */

    
#pagemenucontainer {
	height: 30px;
    float: right;
    margin-top: 3px;
	}
	
#pagemenu {
	height: 30px;
    float: right;
	}

#pagemenu, #pagemenu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#pagemenu {
	}
	
#pagemenu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px
	}
	
#pagemenu li {
	float: left;
	list-style: none;
	margin: 0px;
    padding: 0;

	}
	
#pagemenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0;
    
	}
	
#pagemenu li a, #pagemenu li a:link {
	color: #e0e0e0;
	display: block;
    margin: 0 3px;
	padding: 9px 14px 9px 14px;
	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: #fff;
	display: block;
	text-decoration: none;
    background: url(images/pagenav-hover.png) left top repeat-x;
    -moz-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
	}
	
#pagemenu  li.current_page_item a {
	color:#fff;
    background: url(images/pagenav-hover.png) left top repeat-x;
    -moz-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
	}

#pagemenu li:hover, #pagemenu li.sfhover { 
	position: static;
	}

.topright {
	text-align: left;
    margin: 10px 0 0 0;
	}

.topright a {
	color: #e0e0e0;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
    text-transform: uppercase;
    font-weight: bold;
    
	}
.topright a:hover {
    color: #fff;
    text-decoration: none;
}

#navcontainer {
	height: 30px;
	display: block;
	overflow: hidden;
    border-bottom: 5px solid #b6703d;
    margin-bottom: 1px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
	}
	

#navcontainer .current-cat a {
	background: url(images/nav-background-hover.png) top left repeat-x;
    text-shadow: 0 1px 0 #6c0906;
	color:#fff;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	}
	
/* CONTENT */

#content {width: 610px;
	padding: 15px;
	}
	
pre { overflow: auto; 
	width: 470px; 
	}


	}

.post p {
	margin-bottom: 10px;
	}

.title {
	margin: 0 0 8px 0;
	padding: 0px;
	line-height: 22px;
	font-family: Georgia, Arial, Helvetica, Sans-serif;
        font-weight: normal;
	color: #000000;
	}

	
.title a {
	text-decoration: none;
	color: #000000;  
        background: url(images/share.png) 0 11px no-repeat;
        padding: 12px 0 6px 35px;     
	}
.title a:hover {
	text-decoration: underline;
	color: #000000;         
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Helvetica, Sans-serif;
	text-decoration: underline;
}


.readmorecontent {
	text-align: right;
        margin:10px 0 5px 0px;
	}

a.readmore {
	padding: 4px 15px;
	text-decoration: none;
    font-size: 12px;
    background: #a2a8ae;
    color: #fff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
	}

a.readmore:hover {
    background: #b6703d;
	color: #fff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
	}
    
.postdate {
	font-size: 11px;
	padding: 2px 0px;
	font-family: Arial, Verdana;
	color: #6a6a6a;
	}


.postmeta {
	font-size: 11px;
	padding: 0px 0px;
	font-family: Arial, Verdana;
        color: #999;
	}
.postmeta a {
color: #999;
}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: left;
	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;
	}
	
.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: #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 {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #706f5a !important;
    background:none !important;
    border: 0 !important;
}
.wp-pagenavi a:hover {
    border: 0 !important;
    color: #fff !important;
    background:#6f6e5e !important;
    border: 0 !important;
    
}
.wp-pagenavi span.pages {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #706f5a !important;
    background: none !important;
    border: 0 !important;
}
.wp-pagenavi span.current {
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
    color: #fff !important;
    background:#b6703d !important;
    border: 0 !important;
}
.wp-pagenavi span.extend {
    font-size: 15px !important;
    padding:  4px 8px !important;
    background:transparent !important;
    color: #706f5a !important;
    background: none !important;
    border: 0 !important;
}

/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 5px; 
	text-align:center;
  
	}
	
.ad125 {
	margin: 10px;
	}


.sidebar {
	margin: 0 0 10px 0;
    color: #A2A8AE;
	}
	
.sidebar-right {
    margin: 0 10px 0 0;
 
 /* background-image: url('images/blockheader.png'); */

	}
	
.sidebar-left {
    margin: 0 0 0 10px
	}
    
    
.sidebar a {
	text-decoration: none;
	color: #64676b;
	}

.sidebar a:hover {
	text-decoration: underline;
	color:#333224;

  
	}


#search {
    border: 0;
    height: 30px;
    padding: 0;
    background: #fff;
    text-align: right;
    border: 1px solid #a2a8ae;
}

#search input {
	border: 0;
    background: none;
    color: #a2a8ae;
}
	
	
#s {
	width: 140px;
	padding: 4px;
    margin:3px 0 0 0;
    background: none;
}

#topsearch #s {width: 251px;}

#topsearch #search {
    margin: 15px 0 0 0;
}

.sidebar h2 {
	margin: 10px 0 0 0;
	padding: 6px 0 6px 6px;
	background:  url(images/sidebar-tab.png) left center repeat-x;
	font-size: 15px;
    line-height: 15px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
    text-transform: uppercase;
	color: #fff;
    text-shadow: 0 1px 0 #797865;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
  
  
	}

.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 ul li, .sidebar ul li li {
	padding: 6px 0px 6px 9px;
	margin: 0;
    border-bottom: 1px dashed #d7d7d4;
    background: url(images/bullet.png) left 12px no-repeat;
 
	} 

/* FOOTER */

#footer {
	background: #a2a8ae url(images/footer-bg.png) left top repeat-x;
	padding: 20px 0 15px 0;
	text-align: center;
	color: #e6e5d8;
	font-size: 13px;
-moz-border-radius: 15px 15px 0px 0px;
-webkit-border-radius: 15px 15px 0px 0px;
border-radius: 15px 15px 0px 0px;

	}

#footer a {
	color: #e6e5d8;
	} 

#footer a:hover {
	text-decoration: none;
    color: #e6e5d8;
	} 
	
#footer2 {
	color: #a2a8ae;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	}
    	
#footer2 a {
	color: #a2a8ae;
    text-decoration: none;
	} 

/* post images */
img.centered { display:block; margin-left:auto; margin-right:auto; margin-bottom:10px; padding:0px; }
img.alignnone { padding:0px; margin:0px 0px 10px 0px; display:inline; }
img.alignright { padding:0px; margin:0px 0px 10px 10px; display:inline; }
img.alignleft { padding:0px; margin:0px 10px 10px 0px; display:inline; }
.aligncenter { display:block; margin-left:auto; margin-right:auto; margin-bottom:10px; }
.alignright { float:right; margin:0px 0px 10px 10px; }
.alignleft { float:left; margin:0px 10px 10px 0px; }
.wp-caption { background:#F7F7F7; text-align:center; padding:4px 0px 5px 0px; border:1px solid #e6e6e6; }
.wp-caption img { margin:0px 0px 5px 0px; padding:0px; border:0px; }
.wp-caption p.wp-caption-text { margin:0px; padding:0px; font-size:11px; font-weight:normal; line-height:12px; }
	
/* COMMENTS */

#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;
	}

.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;
    border: 1px solid #dad9cf;
    margin: 0 10px 10px 0;
}


/* related posts */

#related-posts {        
	margin: 0px 0 0px -13px;
	position: relative;
        width: 100%;
}
#related-posts h3 {
	font-size: 15px;
	color: #7A5D57;	
	padding: 0 0 1px 0px;
          text-transform: uppercase;
          font-weight: normal;
}
#related-posts ul {
         font: 14px/17px Arial, Tahoma, sans-serif;
	list-style: none;
	overflow: hidden;
	height: 1%;
}
#related-posts li {	          
	padding: 4px 0 6px 0px;
          border-bottom: 1px dashed #7A5D57;
	height: 1%;
}
#related-posts li a {
          color: #774826;	
          text-decoration: none;
          background: url(images/related2.gif) 0 7px no-repeat;
          padding: 2px 0 6px 15px;
}
#related-posts li a:hover {
	text-decoration: underline;
          color: #B53218;
}


.first-image {
 display: block; 
 margin-right: 10px;
 width: 200px; 
 float: left;
    border-bottom-color: #ECEDE8;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border:  1px solid #CCC;   
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;    
 }


.print {  
       margin: -25px 0 5px 0px;      
       float: right;
}

.soc {  
       margin: -25px 0 5px 0px;      
       float: left;
       /padding-bottom: 15px;/
}

.breadcrumbs {	
        border-bottom:1px dotted #797865;    
        margin:0 0 15px 0px;
        padding-bottom:3px;
        color: #797865;
}

.breadcrumbs a {color: #797865;}

.adsens {  
        
       margin-left: 0px; 
float: left;
width: 100%;
       
}