/* =============================================================
This skin for DataLife Engine developed by DLETemplates.Com
Copyright © 2005—2012 DLETemplates.Com  All rights reserved.

File 'sidebar.css' — Cascading Style Sheet (CSS) Document
============================================================= */

.sbl-cntnt 							{ margin-left: 10px; /*!*/ width: 240px; /*!*/ background-color: #fff; }

.sbr-cntnt 							{ width: 240px; /*!*/ background-color: #fff; }

.dle-adver 							{ text-align: center; margin-bottom: 20px; }

.dle-weather						{ text-align: center; margin-bottom: 30px; }

.dle-stats 							{ margin: 0 0 30px 0; }
.div-stats 							{ padding: 0 2px; }
.counter-88 						{ width: 88px; height: 31px; float: left; margin: 0 15px 10px; text-align: center; }

.block-title 						{ height: 34px; line-height: 32px; padding: 0 0 0 10px; border-bottom: 1px solid #ededed; margin-bottom: 20px; color: #b22422; font-size: 18px; }
.block-title2 						{ height: 34px; line-height: 32px; padding: 0 0 0 10px; margin-bottom: 10px; color: #b22422; font-size: 18px; }

.dle-top-news						{ text-align: left; font-size: 12px; margin: 0 0 30px 0; }
.dle-top-news ul 					{}
.dle-top-news li 					{ margin: 0 0 7px 0; }
.dle-top-news li img 				{ margin: 3px 10px 0 0; float: left; }
.dle-top-news li a 					{ color: #000; }

.dle-informer						{ text-align: left; margin: 0 0 30px 0; }
.dle-informer ul 					{ line-height: 18px; }
.dle-informer li 					{ margin: 0 0 15px 0; }
.dle-informer li a 					{ font-weight: bold; }
.dle-informer li .text				{ text-align: justify!important; }

.dle-all-tags						{ margin: 0 0 30px 0; }
.div-all-tags 						{ padding: 0 0 0 20px; line-height: 20px; }

.dle-poll							{ margin: 0 0 30px 0; }

#vote-layer 						{ margin: 0; padding: 0; }
#vote-layer .question 				{ font-weight: bold; margin-bottom: 1px; background-color: #f3f3f3; padding: 5px 10px; font-size: 12px;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
			
	behavior: url(/templates/00075/css/PIE.htc);
}

#vote-layer .question span 			{ line-height: 20px; }
#vote-layer fieldset 				{ border: 1px solid #fff; padding: 10px; margin-bottom: 0;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
			
	behavior: url(/templates/00075/css/PIE.htc);
}

#dle-vote 							{ text-align: left; }
.vote 								{ line-height: 20px; /*float: left;*/ padding: 3px 0; width: 218px;/*!*/ }
.vote input[type="radio"] 			{ float: left; margin: 5px 5px 0 0; -webkit-margin-before: 5px; /* трюк для браузеров семейства webkit */ }
.vote-bttn 							{ background-color: #b22422; width: 100px; height: 30px; color: #fff; font-weight: bold; cursor: pointer; font-size: 12px;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
			
	behavior: url(/templates/00075/css/PIE.htc);
}

.vote-bttn:hover 					{ background-color: #A31B16; }
.do-vote 							{ float: left; margin: 0 10px 10px 11px; }
.do-results 						{ float: left; }
.sum-vote							{ padding: 0 0 0 10px; }
.all-polls 							{ margin: 0 0 0 11px; }

/*---Вывод результатов голосования на сайте---*/

.voteprogress {
  	overflow: hidden;
  	height: 15px;
  	margin-bottom: 5px;
  	background-color: #f7f7f7;
  	background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  	background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  	background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  	background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  	background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
  
	behavior: url(/templates/00075/css/PIE.htc);
}

.voteprogress span {
  	color: #ffffff;
  	text-align: center;
  	text-indent: -2000em;
  	height: 15px;
  	display: block;
  	overflow: hidden;
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  	background: #0e90d2;
  	background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  	background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  	background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  	background-image: -o-linear-gradient(top, #149bdf, #0480be);
  	background-image: linear-gradient(top, #149bdf, #0480be);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  
	behavior: url(/templates/00075/css/PIE.htc);
}

.voteprogress .vote2 {
  	background-color: #dd514c;
  	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  	background-image: linear-gradient(top, #ee5f5b, #c43c35);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  
	behavior: url(/templates/00075/css/PIE.htc);
}

.voteprogress .vote3 {
  	background-color: #5eb95e;
  	background-image: -moz-linear-gradient(top, #62c462, #57a957);
  	background-image: -ms-linear-gradient(top, #62c462, #57a957);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  	background-image: -o-linear-gradient(top, #62c462, #57a957);
  	background-image: linear-gradient(top, #62c462, #57a957);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  
	behavior: url(/templates/00075/css/PIE.htc);
}

.voteprogress .vote4 {
  	background-color: #4bb1cf;
  	background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  	background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  	background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  	background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  	background-image: linear-gradient(top, #5bc0de, #339bb9);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  
	behavior: url(/templates/00075/css/PIE.htc);
}

.voteprogress .vote5 {
  	background-color: #faa732;
  	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  	background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  	background-image: -o-linear-gradient(top, #fbb450, #f89406);
  	background-image: linear-gradient(top, #fbb450, #f89406);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  
	behavior: url(/templates/00075/css/PIE.htc);
}

/*---Вывод результатов опросов в новостях---*/

.pollprogress {
  	overflow: hidden;
  	height: 18px;
  	margin-bottom: 5px;
  	background-color: #f7f7f7;
  	background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  	background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  	background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  	background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  	background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
  
	behavior: url(/templates/00075/css/PIE.htc);
}

.pollprogress span {
  	color: #ffffff;
  	height: 18px;
  	display: block;
  	overflow: hidden;
  	font-size: 12px;
  	text-align: center;
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  	background: #0e90d2;
  	background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  	background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  	background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  	background-image: -o-linear-gradient(top, #149bdf, #0480be);
  	background-image: linear-gradient(top, #149bdf, #0480be);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  
	behavior: url(/templates/00075/css/PIE.htc);
}

.pollprogress .poll2 {
  	background-color: #dd514c;
  	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  	background-image: linear-gradient(top, #ee5f5b, #c43c35);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  
	behavior: url(/templates/00075/css/PIE.htc);
}

.pollprogress .poll3 {
  	background-color: #5eb95e;
  	background-image: -moz-linear-gradient(top, #62c462, #57a957);
  	background-image: -ms-linear-gradient(top, #62c462, #57a957);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  	background-image: -o-linear-gradient(top, #62c462, #57a957);
  	background-image: linear-gradient(top, #62c462, #57a957);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  
	behavior: url(/templates/00075/css/PIE.htc);
}

.pollprogress .poll4 {
  	background-color: #4bb1cf;
  	background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  	background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  	background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  	background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  	background-image: linear-gradient(top, #5bc0de, #339bb9);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  
	behavior: url(/templates/00075/css/PIE.htc);
}

.pollprogress .poll5 {
  	background-color: #faa732;
  	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  	background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  	background-image: -o-linear-gradient(top, #fbb450, #f89406);
  	background-image: linear-gradient(top, #fbb450, #f89406);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  
	behavior: url(/templates/00075/css/PIE.htc);
}

.dle-archives						{ margin: 0 0 30px 0; }
.div-archives 						{ padding: 0 0 0 20px; line-height: 20px; }

.dle-calendar						{ margin: 0 0 30px 0; }
.div-calendar 						{ text-align: center; padding: 5px 0; border: 1px solid #ededed; 

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
			
	behavior: url(/templates/00075/css/PIE.htc);
}