/*  
Skin Name: StroyVopros
Version: 1.0
Description: Skin for iTheme2
*/

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
background-image: none;
background-color: #F7F7F1;
/* background-color: #EFF0E3; */
/* background-repeat: repeat; */
/* color: #6bb6af; */
font-size: 14px;
line-height: 22px;
}

p {
margin: 0 0 1.2em;
padding: 0;
color: #393939;
font-size:16px;
line-height:22px;
font-family: Arial, sans-serif;

}

a {
color: #99a70f;
text-decoration: underline;
}
a:hover {
color: #d2d819;
text-decoration: underline;
}
small {
	font-size: 87%;
}
em, i {
}
ul, ol {
margin: 1em 0 1.4em 24px;
padding: 0;
line-height: 140%;
color:#000000;
font-size:14px;
font-family:Arial, sans-serif;

}

li {
color: #393939;
font-size:14px;
margin: 0 0 .5em 0;
padding: 0;
font-family: Arial, sans-serif;
}

blockquote {
	font: italic 15px/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}

h1 {
background-color: #9ac117;
color: #FFFFFF !important;
margin-top:-15px;
margin-left:-42px;
font-size: 27px;
line-height: 25px !important;
font-weight: normal;
font-style: normal;
font-variant: normal;
border-radius: 4px 4px 4px 4px;
margin-bottom: 16px;
padding: 6px 2px 6px 9px;
text-indent: 0px;

}
h2 {
background-color: #9ac117;
color: #FFFFFF !important;
margin-top:-10px;
margin-left:-46px;
font-size: 25px;
line-height: 24px;
font-weight: normal;
font-style: normal;
border-radius: 4px 4px 4px 4px;
margin-bottom: 16px;
padding: 6px 2px 6px 9px;
text-indent: 0px;
}
h3 {
background-color: #9ac117;
color: #FFFFFF !important;
margin-top:-10px;
margin-left:-46px;
font-size: 25px;
line-height: 24px;
font-weight: normal;
border-radius: 4px 4px 4px 4px;
margin-bottom: 16px;
padding: 6px 2px 6px 9px;
text-indent: 0px;

}
h4 {
background-color: #9ac117;
color: #FFFFFF !important;
margin-top:-10px;
margin-left:-46px;
font-size: 25px;
line-height: 24px;
font-weight: normal;
border-radius: 4px 4px 4px 4px;
margin-bottom: 16px;
padding: 6px 2px 6px 9px;
text-indent: 0px;
}
h5 {
background-color: #9ac117;
color: #FFFFFF !important;
margin-top:-10px;
margin-left:-46px;
font-size: 25px;
line-height: 24px;
font-weight: normal;
border-radius: 4px 4px 4px 4px;
margin-bottom: 16px;
padding: 6px 2px 6px 9px;
text-indent: 0px;

}
h6 {
background-color: #9ac117;
color: #FFFFFF !important;
margin-top:-10px;
margin-left:-46px;
font-size: 25px;
line-height: 24px;
font-weight: normal;
border-radius: 4px 4px 4px 4px;
margin-bottom: 16px;
padding: 6px 2px 6px 9px;
text-indent: 0px;

}
input, textarea, select {
	font-size: 100%;
	font-family: inherit;
}
textarea {
	line-height: 150%;
}

input[type=text], input[type=password], textarea {
	border: solid 1px #ccc;
	padding: 5px 7px;
	background: #f0f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
textarea:focus, input[type=password]:focus, input[type=text]:focus {
	border: solid 1px #666;
	background: #fff;
	outline: none;
}
input[type=reset], input[type=submit] {
	color: #fff;
	border: none;
	padding: 5px 7px;
	cursor: pointer;
	color: #fff;
	padding: 5px 7px;
	cursor: pointer;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to());
	background: -moz-linear-gradient(top,  #666,  );
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#');
	-webkit-border-radius: 10em; 
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	text-shadow: 0 -1px 0 rgba(0,0,0,.9);
}
input[type=reset]:hover, input[type=submit]:hover {
	background: #333;
	color: #fff;
}


#content {
border-radius: 0px;
}

.loops-wrapper .post .post-image img {
width: 280px;
height: 210px;
}

.loops-wrapper .post {
margin: 0px;
}

.pagenav a, .pagenav span {
font-size: 20px;
border-radius: 0px;
background-color: #9ac117;
}

.pagenav .current {
background-color: #9ac117;
}



/************************************************************************************
HEADER
*************************************************************************************/

#header {
background-image: url(r_header.png)/*tpa=https://stroyvopros.net/wp-content/themes/itheme2/skins/stroy/images/r_header.png*/;
}

#site-description {
position: absolute;
top: 75px;
left: 10px;
color: #393939;
font-size: 13;

}

#nav-bar {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 100;
	border: solid 1px #6a6a6a;
	background: #6a6a6a url(nav-bar-bg.png)/*tpa=https://stroyvopros.net/wp-content/themes/itheme2/skins/stroy/images/nav-bar-bg.png*/ repeat-x;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.3), 0 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.3), 0 1px 3px rgba(0,0,0,.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.3), 0 1px 3px rgba(0,0,0,.3);
}


.post-title {
color: #4F565F;
font-size: 21px;
background-color:#FFFFFF !important;
}

.post-title a {
color: #4F565F;
text-decoration: none;
}

.page-title {
color: #FFFFFF;
font-weight: normal;
font-style: italic;
}

#footer {
color: #4a4a4a;
}

#footer a {
color: #4a4a4a;
text-decoration: none;
}

#footer a:hover {
color: #4a4a4a;
}

/************************************************************************************
SLIDER
*************************************************************************************/
#header-slider {
	position: relative;
	padding: 20px 30px 5px 50px;
	margin: 0 0 20px;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
#header-slider .slides {
	margin: 0;
	padding: 0;
	/* hide slider and then expand by js */
	height: 0;
	overflow: hidden;
}
#header-slider .slides li {
	margin: 0 30px 10px 0;
	padding: 0;
	list-style: none;
	float: left;
	text-align: center;
}
#header-slider .slides h3 {
	margin: 5px 0 2px;
	padding: 0;
	font-size: 85%;
	font-weight: normal;
background-color:#FFFFFF;
	line-height: 140%;
	text-align: center;
}
#header-slider .slides h3 a {
	background-color:#FFFFFF;
font-size:15px;
}
#header-slider .slider-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
#header-slider .slider-nav a {
	background: url(slider-nav-left.png)/*tpa=https://stroyvopros.net/wp-content/themes/itheme2/skins/stroy/images/slider-nav-left.png*/ no-repeat;
	width: 25px;
	height: 48px;
	margin-top: -24px;
	display: block;
	text-indent: -900em;
}
#header-slider .slider-nav .prev-slide {
	position: absolute;
	left: -2px;
}
#header-slider .slider-nav .next-slide {
	background-image: url(slider-nav-right.png)/*tpa=https://stroyvopros.net/wp-content/themes/itheme2/skins/stroy/images/slider-nav-right.png*/;
	position: absolute;
	right: -2px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
/* #sidebar {
	float: right;
	width: 286px;
	margin-bottom: 10px;
	margin-top: 1px;
	font-size: 90%;
}*/

.widget {
	background: #efefef;
	margin-bottom: 20px;
	padding: 15px 18px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	width: 100%;
	display: block;
	padding: 6px 18px 7px 18px;	
	margin: 0 0 -5px 0;
	position: relative;
	left: -18px;
	top: -16px;
	border-top: solid 1px #f5f5f5;
	border-bottom: solid 1px #848484;
	font: bold 14px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	color: #333;
	background:url(widgettitle-bg.png)/*tpa=https://stroyvopros.net/wp-content/themes/itheme2/skins/stroy/images/widgettitle-bg.png*/ repeat-x;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
	
}
.widgettitle a {
	color: #333;
	text-decoration: none;
}
.widget ul {
	margin-left: 0px;
}
.widget li {
	list-style: none;
	clear: both;
	border-bottom: solid 1px #ddd;
}

.widget ul a{
	color: #000;
	font-weight: bold;
}

.widget ul ul a{
	color: #99a70f;
	font-weight: normal;
}

.widget li.cat-item {
background: url(bullet6.png)/*tpa=https://stroyvopros.net/wp-content/uploads/2014/05/bullet6.png*/ 0 5px no-repeat;
padding-left:15px;
}
.widget li:last-child {
	border-bottom: none;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: solid 1px #ddd;
	list-style: none;
}
.widget ul ul li {
	margin: 0;
	  padding: 0px 0px 6px 14px;
background: url(bullet6.png)/*tpa=https://stroyvopros.net/wp-content/uploads/2014/05/bullet6.png*/ 0 5px no-repeat;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list .post-img {
	margin: 4px 12px 10px 0;
	float: left;
}
.widget .feature-posts-list small {
	font: italic 90% "Times New Roman", Times, serif;
	display: block;
	margin: 0 0 3px;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 4px 0 3px;
	display: block;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp {
	font: italic 90% "Times New Roman", Times, serif;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align: middle;
}

/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 12px;
	float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 60px;
	height: 60px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

