/* Designed by SanderArt.com  
*/

* {
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	margin-left:0;
	padding:0;
}
image{
	border:0;
}
a img,:link img,:visited img,:hover img {
	border:0;
}
a{
	color:#505050;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#c43751;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
}
textarea{
	border:1px solid #ccc;
	box-shadow:inset 0 1px 3px #ccc;
	padding:5px;
}
input:focus, textarea:focus {
    outline:none;
}
button:focus{
	outline:none;	
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:20px;line-height:30px;}
h2 {font-size:18px;line-height:25px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5, h6 {font-size: 13px; line-height: 15px; margin-bottom: 4px; font-weight: bold;}

input[type="checkbox"], input[type="radio"] {
	width: auto; 
	height: auto; 
	padding: 0; 
	margin: 3px 5px 5px 5px;
}
html{
	padding:0px;
	background:#eee;
}
body{
	background:#eee url(../images/bg00.png);
	font-family:"Arial", Tahoma sans-serif;
	font-size:12px;
	height:100%;
	margin:0px;
	padding:0 0 30px 0;
	color:#505050;
}
#container{
	width:960px;
	margin:0 auto;
	box-shadow:0 2px 10px rgba(0,0,0,0.1);
	background:#fff;
}
.topline{
	height:30px;
	width:960px;
	background:#c43751 url(../images/c30.png) repeat-x;
}
.socialb{
	height:20px;
	color:#aaa;
	line-height:16px;
	font-size:12px;
	float:left;
}
.socialb ul{
	height:16px;
	font-size:14px;
	list-style:none;
	margin:0;
	display:inline-block;
}
.socialb li
{ 
	float: left;
	position: relative;
	text-align:left;
	margin:7px 0 0 10px;
	height:16px;
}
.socialb li a
{
	color:#fff;
	height:16px;
	font-size:11px;
	padding:0 0 0 20px;
	display: block;
	text-decoration:none;
	background:url(../images/socialb.png) 0 0 no-repeat;
}
.socialb li a.vkontakte{
	background-position: 0 0;
}
.socialb li a.facebook{
	background-position: 0 -16px;
}
.socialb li a.twitter{
	background-position: 0 -32px;
}
.socialb li a.rss{
	background-position: 0 -48px;
}
.socialb li a:hover{
	text-decoration:underline;
}
.searchblock{
	width:200px;
	height:20px;
	padding:5px;
	line-height:20px;
	float:right;
}
.searchblock ul{
	height:20px;
	list-style:none;
	padding:0;
	display:inline;
}
.searchblock li
{ 
	float:left;
	position: relative;
	border:0;
	display:block;
	height:20px;
}
.searchblock li a
{
	float:left;
	position: relative;
	text-align:center;
}
.searchform{
	color:#fff;
	width:174px;
	height:20px;
	line-height:20px;
	padding:0 5px 0 20px;
	border:0px;
	box-shadow:inset 0 1px 5px rgba(0,0,0,0.3);
	border-radius:10px;
	font-size:12px;
	font:Verdana, Geneva, sans-serif;
	background:#c43751 url(../images/searchbt.png) 0 0 no-repeat;
	overflow:hidden;
	transition:background 0.2s ease;
	border-left:1px solid #303030;
}
.searchform:focus{
	background:#fff url(../images/searchbt.png) 0 -20px no-repeat;
	color:#707070;
}
/* LOGIN begin  */
.loginbar{
	float:right;
	height:30px;
	position:static;
	line-height:30px;
	padding:0 5px;
	color:#fff;
	margin:0 10px 0 0;
}
.loginbar a{
	font-size:12px;
	text-decoration:underline;
	color:#fff;
}
.loginbar a:hover{
	text-decoration:none;
}
a.user{
	background:url(../images/user.png) left repeat-x;
	line-height:20px;
	display:inline-block;
	border-radius:10px;
	color:#fff;
	padding: 0 10px 0 20px;
	text-decoration:none;
}
a.user:hover{
	text-decoration:none !important;
	color:#303030;
}
.loginpanel{
	line-height:20px;
	min-width:140px;
	color:#909090;
	height:20px;
	padding:0 0 10px 0;
	float:right;
	text-align:right;
}
#loginb{
	color:#909090;
	width:240px;
	display:none;
	background:#fff;
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-150px;
	z-index:20000 !important;
	box-shadow: 0px 0px 30px #000;
	padding:0 20px 20px 20px;
}
#loginb a{
	color:#505050;
	text-decoration:underline;
	text-transform:uppercase;
}
#loginb a:hover{
	color:#ccc;	
	text-decoration:none !important;
}
.logheader{
	height:40px;
	background:#c43751 url(../images/nav.png) center top no-repeat;
	margin:0 -20px 20px -20px;
	position:relative;
}
.login-close{
	position:absolute;
	background:url(../images/login-close.png) 0 0 no-repeat;
	width:40px;
	height:40px;
	cursor:pointer;
	top:0;
	right:0;
	border-left:1px solid #c43751;
	box-shadow:inset 1px 0 1px rgba(255,255,255,0.2);
}
.login-close:hover{
	background-position: 0 -40px;
}
.profile{
	margin:0 0 15px 0;
}
.profile-left{
	width:78px;
	float:left;
	margin:0 20px 0 0;
	border:1px solid #e5e5e5;
	padding:10px;
}
.profile img{
	width:80px;
	max-height:80px;
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
}
.profile ul{
	list-style: none;
	margin:0 0 15px 0;
	padding:0;
	font-size:12px;
	color:#303030;
	float:left;
	width:120px;
}
.profile li{
	position: relative;
	height:29px;
	line-height:20px;
	margin:0;
	padding:0;
	width:150px;
	text-align:left;
}
.profile li a{
	text-align:left;
	line-height:20px;
	font-size:12px;
	color:#c43751 !important;
	text-decoration:underline !important;
	font-weight:normal;
}
.profile li a:hover{
	color:#303030 !important;
	text-decoration:none !important;
}
.login_input{
	text-align:center;
}
.login_field{
	width:240px;
	height:35px;
	line-height:35px;
	vertical-align: middle;
	font-size:15px;
	padding:0;
	color:#909090;
	background:#fff;
	margin-top:15px;
	text-align:left;
}
.field{
	padding:5px;
	width:230px;
	height:25px;
	line-height:25px;
	color:#909090;
	font-size:15px;
	font-family:Arial;
	background:#fff url(../images/fields.png) top repeat-x;
	border:1px solid #ccc;
	vertical-align: middle;
	box-shadow:inset 0 0 2px rgba(0,0,0,0.1); 
}
.field:hover, .field:active, .field:focus{
	background:#fafafa;
}
.not_save{
	font-size:12px;
	padding:0;
	margin:5px 0 10px 0;
	height:20px;
	text-align:left;
}
#login_overlay {
  background-color: #000; /* Чёрный фон */
  height: 100%; /* Высота максимальна */
  left: 0; /* Нулевой отступ слева */
  opacity: 0.50; /* Степень прозрачности */
  -moz-opacity:0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  position: fixed; /* Фиксированное положение */
  top: 0; /* Нулевой отступ сверху */
  width: 100%; /* Ширина максимальна */
  z-index: 10000; /* Заведомо быть НАД другими элементами */
  display:none;
}
/* LOGIN end  */
#header{
	width:960px;
	height:100px;
	background:#101010 url(../images/b100.png) repeat-x;
}
.logo{
	width:300px;
	height:100px;
	float:left;
	padding:0 0 0 20px;
}
.rek1{
	width:468px;
	height:60px;
	margin:20px;
	float:right;
}
.nav{
	width:976px;
	height:40px;
	padding:0 0 8px 0;
	position:relative;
	left:-8px;
	background:url(../images/nav.png) no-repeat;
}
.nav ul{
	font-size:14px;
	list-style:none;
	margin:0;
	display:inline;
	height:40px;
}
.nav li{ 
	float: left;
	z-index:100;
	text-align:left;
	position:relative;
}
.nav li a
{
	font-size: 13px;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.3);
	line-height:40px;
	padding:0 15px;
	display: block;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
.nav li a:hover {
	z-index:100;
	color:#c43751;
	text-decoration:none;
	text-shadow:none;
	background:#fff url(../images/w40.png) repeat-x;
}
.nav li a.link1{
}
.nav li.drop:hover .link1{
	background:#fff url(../images/w40.png) repeat-x;
	color:#c43751;
	text-shadow:none;
}
.nav li.drop{
	display:block;
}
.nav li.drop:hover{
	
}
.nav li ul {
	z-index:500; 
	opacity: 0; 
    height: 0;
    overflow: hidden;
	position:absolute !important;
	left:0;
	margin:0;
	background:#fafafa;
	transition:opacity 0.1s ease;
	display:none;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	min-width:160px;
}
.nav li li{
	z-index:500;
	height:25px;
	padding:0;
	display:block;
	clear:both;
	border-top:1px solid #eee;
	float:none;
}
.nav li li:first-child{
	border:0;
}
.nav li li a {
	padding:0 10px !important;
	text-align:left;
	font-size:12px;
	line-height:25px !important;
	text-decoration:none;
	text-shadow:none;
	box-shadow:none;
	display:block;
	color:#303030;
	font-weight:normal;
	float:none;
}
.nav li li a:hover {
	text-shadow:none;
	clear:both;
	text-decoration:underline;
	border:0;
	background:#eee;
}
.nav li:hover ul{
	opacity:1;
	height:auto;
	clear:both;
	display:block;
}
#content{
	width:960px;
	padding:12px 0 0 0;
}
#left{	
	width:700px;
	padding:0;
	float:left;
}
#right{
	width:240px;
	float:right;
	padding:0 20px 0 0;
}
.newposts{
	margin:0 20px 20px 20px;
}
.news-1{
	width:440px;
	height:330px;
	overflow:hidden;
	float:left;
	position:relative;
}
.news-1 img{
	width:440px;
	min-height:330px;
}
.news-1-content a{
	display:block;
	position:relative;
	height:330px;
	overflow:hidden;
	text-decoration:none;
	font-size:12px;
}
.news-1-text{
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	padding:15px;
	background:url(../images/c70.png);
	height:;
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,0.3);
	line-height:18px;
	width:410px;
}
.news-1-content a:hover .news-1-text{
	background:#c43751;
	color:#eee;
	text-shadow:none;
}
.news-1-text b{
	font-size:20px;
	display:block;
	line-height:25px;
	margin:0 0 10px 0;
}
.news-2{
	width:220px;
	height:110px;
	overflow:hidden;
	float:left;
	position:relative;
}
.news-2 img{
	width:220px;
	min-height:110px;
}
.news-2-content a{
	display:block;
	position:relative;
	height:110px;
	overflow:hidden;
	text-decoration:none;
	font-size:12px;
}
.news-2-text{
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	padding:5px 10px;
	background:url(../images/c70.png);
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,0.3);
	line-height:18px;
	width:200px;
}
.news-2-content a:hover .news-2-text{
	background:#c43751;
	color:#eee;
	text-shadow:none;
}
.news-2-text b{
	font-size:12px;
}
.vblock{
	float:left;
	width:340px;
	position:relative;
}
.vheader{
	padding:0 10px 0 10px;
	margin:0 0 15px 20px;
	line-height:30px;
	font-size:20px;
	color:#303030;
	border-bottom:2px solid #c43751;
	position:relative;
	display:block;
}
.vheader a{
	color:#303030;
	font-size:20px;
	text-decoration:none;
}
.vheader a:hover{
	color:#c43751;
	text-decoration:underline;
}
.custom-1{
	width:150px;
	overflow:hidden;
	height:245px;
	float:left;
	margin:0 0 20px 20px;
	position:relative;
}
.over150{
	width:150px;
	height:100px;
	overflow:hidden;
	margin:0 0 10px 0;
	position:relative;
}
.over150 img{
	width:150px;
	min-height:100px;
	transition:opacity 0.2s ease;
}
.over150 img:hover{
	opacity:0.85;
}
.c1title{
	font-size:13px;
	color:#303030;
	max-height:48px;
	overflow:hidden;
	line-height:16px;
	margin:0 0 10px 0;
}
.c1title a{
	font-size:13px;
	font-weight:bold;
	color:#303030;
	text-decoration:none;
}
.c1title a:hover{
	color:#c43751;
	text-decoration:underline;	
}
.c1text{
	max-height:75px;
	line-height:15px;
	overflow:hidden;
}
.hblock{
	width:680px;
	margin:0 0 20px 20px;
}
.hheader{
	margin:0 20px 20px 0;
	color:#fff;
	font-size:18px;
	background:#eee url(../images/w40.png) 0 -10px repeat-x;
	line-height:30px;
	display:block;
}
.hheader span{
	background:#c43751 url(../images/c30.png) repeat-x;
	display:inline-block;
	padding:0 10px;
}
.hheader a{
	color:#fff;
	font-size:18px;
	text-decoration:none;
}
.hheader a:hover{
	text-decoration:underline;
}
.carousel  {
   width: 660px; /* ширина всего блока */
   height:140px;
   padding: 0;
   position:relative;
}
.carousel-wrapper {
   width: 660px; /* ширина области карусели */
   overflow: hidden; /* скрываем содержимое, выходящее за рамки основной области */
   margin:0px;
   padding:0px;
   position:relative;
}
.carousel-items {
   width: 10000px; /* устанавливаем большую ширину для набора элементов */
   position: relative; /* позиционируем блок относительно основной области карусели */
}
.carousel-block {
   float: left; /* выстраиваем все элементы карусели в ряд */
   width: 225px; /* задаём ширину каждого элемента */
   margin:0;
}
 
/*********** BUTTONS ***********/
.carousel-button-left{
	display:block;
	position:absolute;
	top:50px;
	left:0;
}
.carousel-button-right{
	display:block;
	position:absolute;
	top:50px;
	right:0;
}
.carousel-button-left a, .carousel-button-right a{
   width: 40px; 
   height: 40px; 
   cursor: pointer; 
   display:block;
   text-decoration:none;
   background:url(../images/carousel-nav.png);
}
.carousel-button-left a{
   background-position:0 0;
   margin:0 5px 0 0;
}
.carousel-button-left a:hover{
   background-position:0 -40px; 
}
.carousel-button-right a{
   background-position:-40px 0;
}
.carousel-button-right a:hover{
   background-position:-40px -40px;
}
.custom-2{
	width:210px;
	margin:0 15px 0 0;
	height:140px;
	overflow:hidden;
	position:relative;
}
.over210{
	width:210x;
	height:140px;
	overflow:hidden;
}
.over210 img{
	width:210px;
	min-height:140px;
	transition:opacity 0.2s ease;
}
.over210 img:hover{
	opacity:0.85;
}
.hover-title{	
	line-height:20px;
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	font-size:16px;
	text-shadow:0 1px 1px rgba(0,0,0,0.5);
	width:100%;
}
.hover-title a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
	padding:5px 10px;
	display:block;
	background:url(../images/black50.png);
	transition:all 0.2s ease;
}
.hover-title a:hover{
	text-decoration:none;
	color:#eee;
	background:url(../images/black60.png);
	text-shadow:none;
}
.custom-4{
	width:320px;
	height:256px;
	float:left;
	margin:0 20px 20px 0;
	position:relative;
}
.over320{
	width:320px;
	height:210px;
	overflow:hidden;
	margin:0 0 10px 0;
}
.over320 img{
	min-height:210px;
	width:320px;
	transition:opacity 0.2s ease;
}
.over320 img:hover{
	opacity:0.85;
}
.c4title{
	display:block;
	line-height:18px;
	max-height:36px;
	overflow:hidden;
	font-size:16px;
	color:#303030;
	font-weight:bold;
}
.c4title a{
	font-size:16px;
	color:#303030;
	text-decoration:none;
}
.c4title a:hover{
	text-decoration:underline;
	color:#c43751;
}
.sideblock{
	width:240px;
	margin-bottom:20px;
	background:#f5f5f5;
}
.sideheader{
	color:#fff;
	font-size:18px;
	height:35px;
	line-height:35px;
	background: url(../images/cheader.png) right top;
	margin:0 -8px 10px 0;
	display:block;
	padding:0 0 10px 10px;
}
.sideheader a{
	font-size:18px;	
	color:#303030;
	text-decoration:underline;
}
.sideheader a:hover{
	text-decoration:none;
}
.topnews{
	padding:0 0 10px 0;
	margin:10px 0 0 0;
	position:relative;
}
.over240{
	width:240px;
	height:160px;
	overflow:hidden;
	margin:0 0 10px 0;
}
.over240 img{
	width:240px;
	min-height:160px;
}
.over240 img:hover{
	opacity:0.9;
}
.ctitle{
	font-size:13px;
	line-height:16px;
	overflow:hidden;
	color:#303030;
	margin:0 0 5px 0;
	padding:0 10px;
}
.ctitle a{
	font-size:13px;
	text-decoration:none;
	color:#303030;
	font-weight:bold;
}
.ctitle a:hover{
	color:#c43751;
	text-decoration:underline;
}
.custom-3 .ctitle{
	padding:0;
}
.custom-3{
	width:150px;
	padding:0 0 10px 0;
	margin:0 20px 0 0;
	float:left;
}
.play{
	display:block;
	width:35px;
	height:35px;
	background:url(../images/play.png) no-repeat;
	position:absolute;
	top:33px;
	left:58px;
}
.comments-num{
	position:absolute;
	top:5px;
	left:5px;
	width:28px;
	height:32px;
}
.comments-num a{
	display:block;
	background:url(../images/comm-title.png) 0 0 no-repeat;
	color:#fff !important;
	font-size:11px;
	width:28px;
	height:32px;
	text-align:center;
	text-decoration:none !important;
	line-height:27px;
}
.comments-num a:hover{
	background-position: 0 -32px;	
	text-decoration:none;
}


.category{
	text-transform:uppercase;
	font-size:10px;
	color:#c43751;
	height:20px;
	line-height:20px;
	margin:0 10px 0 10px;
}
.c1data{
	margin:0 10px;
	line-height:20px;
	font-size:11px;
	color:#909090;
	height:20px;
}
.comms{
	float:left;
	padding:0 0 0 20px;
	margin:0 0 0 10px;
	background:url(../images/comms.png) left center no-repeat;
	height:15px;
}
.custom-1 .comms{
	float:right !important;
}



.lastnews{
	text-align:center;
}
.lastnews a{
	background:#f1f1f1;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:30px;
	display:inline-block;
	padding:0 10px;
	text-shadow:0 1px 1px #fff;
}
.lastnews a:hover{
	background:#e1e1e1;
	text-decoration:none;
}
.rek2{
	padding:10px 10px 0 10px;
	width:980px;
}
.rek3{
	text-align:center;
	padding:15px 0;
}
.tagsblock{
	padding:10px;
	background:#c43751;
	margin:-20px 0 0 0;
}
.tagsblock a{
	color:#fff;
}
.about{
	font-size:12px;
	line-height:20px;
	color:#909090;
	border-bottom:1px solid #202020;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}
.about a{
	font-size:11px;
}

/* FOOTER         */
.footer {	
	border-top:3px solid #c43751;
	line-height:20px;
	width:920px;
	padding:20px;
	color:#fff;
	position:relative;
	text-shadow:0 1px 1px rgba(0,0,0,0.3);
	background:#000;
}
.footer a{
	color:#fff;
	text-decoration:underline;
	text-shadow:0 1px 1px rgba(0,0,0,0.3);
}
.footer a:hover{
	text-decoration:none;
}
.footerblock{
	float:left;
}
.footer_nav{
	float:left;
	margin:0 0 0 20px;
}
.footer_nav a{
	margin:0 10px 0 0;
}
.counters{
	height:31px;
	width:300px;
	float:right;
	text-align:right;
}

/* КНОПКИ */
.votebutton{
	font-family:Arial;
	background:#c43751 url(../images/c30.png) repeat-x;
	cursor:pointer;
	width:120px;
	height:32px !important;
	line-height:28px !important;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	display:block;
	color:#fff;
	margin:5px auto;
	border:0;
	border-radius:16px;
	text-shadow:0 -1px 1px rgba(0,0,0,0.3);
}
.votebutton:active{
	box-shadow:inset 0 0 10px rgba(0,0,0,0.9) !important;
}
.votebutton:hover{
	color:#fff;
	background:#c43751;
	box-shadow:inset 0 0 10px rgba(0,0,0,0.3);
	text-shadow:none;
}
.vbutton{
	font-family:Arial;
	background:#eee url(../images/w30.png) 0 0 repeat-x;
	cursor:pointer;
	width:100px;
	height:30px !important;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	display:block;
	margin:5px 0 10px 20px;
	color:#303030;
	float:left;
	border:1px solid #ccc;
	border-radius:15px;
	text-shadow:0 1px 1px rgba(255,255,255,1);
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
}
.vbutton:active{
	box-shadow:inset 0 0 10px rgba(0,0,0,0.9) !important;
}
.vbutton:hover{
	color:#fff;
	border:0;
	background:#c43751;
	box-shadow:inset 0 0 10px rgba(0,0,0,0.3);
	text-shadow:none;
}
.resbutton{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px !important;
	font-weight:bold;
	color:#303030;
	text-decoration:none !important;
	line-height:24px;	
	float:left;
	height:24px;
	width:90px;
	text-align:center;
	margin:5px 0 0 10px;
	background:#eee url(../images/w30.png) repeat-x;
	padding:2px 0;
	border:1px solid #ccc;
	border-radius:15px;
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
}
.resbutton:hover{
	color:#fff !important;
	background:#c43751;
	box-shadow:inset 0 0 10px rgba(0,0,0,0.3);
	text-shadow:none;
	text-decoration:none;
}
.speedbar{
	font-size:12px;
	color:#909090;
	overflow:hidden;
	height:30px;
	line-height:30px;
	margin:0 20px 10px 20px;
	background:#f5f5f5;
	padding:0 10px;
}
.speedbar a{
	color:#303030;
	text-decoration:underline;
	font-size:12px;
}
.speedbar a:hover{
	color:#c43751;	
	text-decoration:none;
}
.sort{
	margin:0 10px 20px 20px;
	color:#909090;
}
.sort a{
	color:#303030;
	text-decoration:none;
	border-bottom:1px dotted #909090;
}
.sort a:hover{
	color:#c43751;
	border-bottom:1px solid #c43751;
}
.shortstory{
	width:320px;
	margin:0 0 40px 20px;
	line-height:18px;
	float:left;
	position:relative;
	height:393px;
	overflow:hidden;
}
.shortstory a{
	text-decoration:none;
	color:#c43751;
}
.shortstory a:hover{
	text-decoration:underline;
	color:#303030;
}
.shorttitle{
	margin:0 0 5px 0;
}
.shorttitle a{
	line-height:20px;
	font-size:18px;
	color:#303030;
	text-decoration:underline;
}
.shorttitle a:hover{
	text-decoration:none;
	color:#c43751;
}
.shortstory .full-info{
	margin:0;
}
/* NEWS POST */
.full-story, .tagscloud{
	width:660px;
	padding:0 20px 10px 20px;
	color:#505050;
	font-size:14px;
	line-height:150%;
}
.full-story a {
	color:#c43751;
	font-size:14px;
}
.full-story a:hover {
	color:#303030;
	text-decoration:none;
}
.full-story img {
	margin:0 10px 10px 10px;
	max-width:640px;
}
.full-story ul, .full-story ol {
	margin-left:15px;
}
.post-title{
	font-size:20px !important;
	color:#303030;
	text-decoration:none;
	font-family:"Arial";
	line-height:25px;
	margin-bottom:10px;
	position:relative;
	font-weight:bold;
}
.post-title h1, post-title a h1{
	font-size:20px !important;
	display:inline;
}
.post-title a{
	font-weight:bold;
	color:#c43751;
	font-size:18px !important;
	text-decoration:underline;
	font-family:"Arial";
}
.post-title a:hover{
	color:#303030;
	text-decoration:underline;
}
.full-info{
	font-size:10px;
	color:#909090;
	margin:0 0 10px 0;
	height:20px;
	line-height:14px;
}
.full-info a{
	font-size:10px;
	color:#303030;
	text-decoration:underline;
}
.full-info a:hover{
	text-decoration:none;
}
.print{
	background: url(../images/print.png) no-repeat;
	margin:-1px 10px 0 0;
	float:left;
	display:inline-block;
	height:16px;
	width:16px;
}
.date{
	float:left;
	margin:0 10px 0 0;
	font-size:10px;
	text-transform:uppercase;	
}
.tags{
	background:url(../images/tags.png) no-repeat;
	padding:0 0 0 15px;
	text-transform:uppercase;
}
.views{
	float:left;
	margin:0 10px 0 0;
	font-size:10px;
	background:url(../images/views.png) 0 0 no-repeat;
	padding:0 0 0 15px;	
}
.rtng{
	float:left;
}
.fstory{
	margin-bottom:20px;
}
.fstory h2, .fstory h3{
	margin:0 0 10px 0;
	border-left:5px solid #c43751;
	padding:0 0 0 10px;
	color:#303030;
}
.info-rating{
	margin:0 0 0 10px;
	font-size:11px;
	display:inline-block;
	position:relative;
	top:4px;
}
.plusobut{
	width:190px;
	margin:0 0 10px 0;
}
.related-block{
	position:relative;
	overflow:hidden !important;
	color:#303030;
	margin:0 0 20px 0;
}
.related-block .custom-1{
	float:left;
	height:170px;
	overflow:hidden;
}
	
/* COMMENTS */
.addcomment{
	padding:0;
	text-align:center;
	margin:20px;
	padding:0 0 10px 0;
	background:#f5f5f5;
}
.addcomment .title{
	background:url(../images/addcomm.png) right no-repeat;
}
.title{
	line-height:32px;
	color:#c43751;
	font-size:18px;
	text-align:left;
	margin:0 20px ;
	padding:5px 0;
}
.addcomment-post{
	margin:0 20px;
}
.comments{
	width:680px;
	margin:0 ;
}
textarea#comments{
	height:150px;	
}
.comm-title{
	line-height:32px;
	color:#c43751;
	font-size:18px;
	margin:0 10px 0 10px;
	padding:5px 10px;
	position:relative;
	display:inline-block;
}
.comm-n{
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	line-height:28px;
	padding:0 0 4px 0;
	width:28px;
	position:absolute;
	right:-28px;
	top:0;
	text-shadow:0 -1px 0 rgba(0,0,0,0.5);
	background:url(../images/comm-title.png) 0 0 no-repeat;
}
.comment{
	width:640px;
	color:#505050;
	margin:0 20px 20px 20px;
	padding:10px;
	position:relative;
	background:#f5f5f5;
	text-shadow:0 1px 1px #fff;
	border-top:2px solid #ddd;
}
.comment a{
	color:#c43751;
	text-decoration:none;
}
.comment a:hover{
	text-decoration:underline;	
}
.comment table{
	margin:0;
	padding:0;
}
.comment-left{
	max-height:100px;
	width:60px;
	padding:5px;
	font-size:11px;
	float:left;
}
.comment-left a{
	color:#000;
	font-weight:bold;
}
.comment-left img{
	width:60px;
	max-height:60px;
}
.comment-right{
	width:555px;
	padding:5px;
	font-size:13px;
	min-height:40px;
	float:left;
	margin:0 0 0 5px;
	position:relative;
	border-radius:3px;
}
.comment-right a{
	color:#c43751;
	font-weight:bold;
}
.comm-data{
	color:#909090;
	margin-bottom:10px !important;
	display:block;
	font-size:11px;
	font-style:italic;
}
.comment-right a{
	font-size:12px;
	color:#303030;
}
.comment:hover .comment-title-hover{
	display:block;
}
.comment-title-hover{
	height:15px;
	line-height:15px;
	width:400px;
	padding:0;
	font-size:12px;
	color:#505050;
	display:none;
	position:absolute;
	top:5px;
	right:0;
	z-index:10;	
	text-align:right;
}
.comment-title-hover a{
	color:#c43751;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
}
.comment-title-hover a:hover{
	color:#505050;
	text-decoration:underline;
}
.comment-title-hover span{
	float:right;
}
.comment-number{
	color:#fff !important;
	padding:0 3px;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	float:right;
	background:#505050;
}
.mass-action{
	padding:0 0 0 5px;
	margin:-2px 0 0 0 ;
	height:15px;
	float:right;
}
.mass_comments_action{
	margin:0 0 0 20px;
	color:#909090;
}
.comment-news{
	margin:5px 0 !important;
}
.comment-news a{
	text-decoration:underline;
	font-size:13px !important;	
}
.comment-news a:hover{
	text-decoration:none;
	color:#c43751;
}
.info{
	min-height:35px;
	margin:0 20px 20px 20px;
	color:#707070;
	background:#eee url(../images/sign.png) 	5px 5px no-repeat;
	padding:10px 5px 10px 60px;
	font-size:12px;
	line-height:15px;
	text-shadow:0 1px 0 #fff;
}
.info a{
	color:#c43751;
}
.navigation{
	height:30px;
	width:100%;
	color:#000;
	margin:10px auto;
	padding:15px 0;
	font-size:14px;
	clear:both;
	text-align:center !important;	
}
.navigation b{
	font-size:25px !important; 
}
.navigation a:link,
.navigation a:visited,
.navigation a:active {
	line-height:24px !important;
	height:24px;
	text-decoration:none;
	padding:0 9px;
	color:#303030;
	font-size:14px;
	display:inline-block;
	border-radius:2px;
	font-weight:bold;
	border:1px solid #ccc;
	border-radius:2px;
}
.navigation a:hover{
	text-decoration:underline;
	color:#c43751;
}
.navigation span {
	line-height:24px !important;
	height:24px !important;
	text-decoration:none;
	padding:0 7px;
	color:#000;
	border:1px solid #ccc;
	border-radius:2px;
	font-size:14px;
	display:inline-block;
	background:#eee url(../images/w30.png) repeat-x;
}
.nav_ext{
	background:none !important;
	color:#909090 !important;
	font-weight:bold;
	box-shadow:none !important; 
}
.next,.prev{
	display:inline-block !important;
	font-weight:normal;
}
.next span,.prev span{
	background:none !important;
	color:#909090;
}
.next a, .prev a{
	background:#eee !important;
	text-decoration:none !important;
}
.next a:hover, .prev a:hover{
	background:#ccc !important;
}
table.fulltable{
	width:100%;
	border-collapse: collapse;
    border-spacing: 0;
	cellspacing:0;
	border:0;

}
table.fulltable td{
	border-top:1px solid #eee;
	padding:10px 0;
}
.line{
	margin:5px 0;
	padding:5px 15px;
	border:1px solid #e0e0e0;
	background:#fafafa;
	min-height:20px;
	text-align:left;
	font-size:13px;
}
.sline{
	width:160px;
	min-height:25px;
	line-height:25px;
	text-align:left;
}
.pline{
	width:400px;
	min-height:20px;
	line-height:20px;
	text-align:left;
}
.import{
	color:#c43751;
}
.line a{
	color:#c43751;
}
.row{
	font-size:13px;
	margin:5px 0;
	padding:5px;
	border:1px solid #eee;
	background:#fafafa;
}
.row a{
	color:#c43751;
}
.row h{
	min-width:150px;
	padding:3px;
	margin:0 0 10px 0;
}
.poll{
	background:#fafafa;
	padding:5px 10px;
	margin:5px 0 10px 0;
	border:1px solid #eee;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.poll b{
	border-bottom:1px solid #303030;
}
.userstop{
	font-family:Tahoma;
	font-size:11px;
	color:#505050;
	border-collapse:collapse;
}
.userstop thead {
	font-family:Arial;
	padding:5px 0 0 5px;
	height:20px;
	font-size:12px;
	color:#303030;
	background:url(../images/white.png) repeat-x;
}
.userstop table {
	border-collapse:collapse;
}
.userstop td {
	text-align:center;
	height:25px;
	padding:0px;
	border:1px solid #ccc;
}
.userstop a {
	font-size:11px;
	text-decoration:none;
	color:#c43751;
}
.userstop a:hover {
	text-decoration: none;
}
.stat{
	color:#707070;
	font-size:13px;
	font-weight:bold;
	min-height:15px;
	margin:0 20px 0 20px;
	padding:2px 0 5px 0;
	border-bottom:1px solid #e0e0e0;
}
.stat span{
	float:right;
	font-weight:normal;
}
.stat a{
	font-size:13px;
	text-decoration:none;
}
.h-row{
	color:#505050;
	background:#f1f1f1;
	font-weight:bold;
	padding:0 0 0 15px;
	margin:10px 0 0 0;
}
textarea, .txsh, .input1, .input2, .input3{
	border:1px solid #ccc;
	height:25px;
	line-height:25px;
	background:#fff url(../images/fields.png) top repeat-x;	
}
textarea:focus, .txsh:focus, .input1:focus, .input2:focus, .input3:focus, .search #searchinput:focus, .search #searchuser:focus, .field:focus, .field:hover{
box-shadow:none;
border:1px solid #bbb;
}
.input1{
	width:340px; 
	font-family:verdana; 
	font-size:13px;
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.1);
	padding:0 5px;
	color:#707070;
}
.input2{
	width:100px;
	padding:0 5px;
	font-size:12px;
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.1);
}
.input3{
	width:223px; 
	font-family:"Tahoma"; 
	font-size:12px; 	
	padding:0 5px;
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.1);
}
.input4{
	width:312px;
	height:100px;
	font-family:verdana; 
	font-size:12px;	
	border:1px solid #ccc;	
}
.clear {
	margin:0;
	padding:0;
	height:0px;
	clear:both;
	width:100%;
}
table{
	background:transparent;
	border:0px;
	border-collapse:separate;
}
table td{
	text-align:left;
	padding:0px;
	background:transparent;
}
select {
	font-size: 11px;
	font-family: tahoma;
}
.stext {
	color: #727272;
	font-size: 11px;
	font-family: tahoma;
}
.stext a:active,
.stext a:visited,
.stext a:link {
	color: #0084ff;
	text-decoration:none;
}
.stext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.ntitle {
	color: #CC00FF;
	font-size: 15px;
	font-family: tahoma;
	font-weight: bold;
	padding:11px 0 0 6px;
}
.ntitle a {
	color: #0084ff;
	text-decoration: underline;
}
.ntitle a:hover {
	text-decoration:none;
}
.ui-dialog fieldset{
	padding:5px;
	color:#c43751;
	border:1px solid #505050;
}
.pm_status {
	float:left;
	background:#fff;
	padding:0 0 10px 0;
	border:1px solid #eee;
	width: 330px;
	height: 100px;
	margin:5px 15px 0 10px;
}

.pm_status_head {
	font-size: 0.9em; 
	background:#eee url(../images/w40.png) repeat-x;
	height: 25px;
	line-height:25px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	color: #505050;
	font-size:14px;
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
}

.pm_status_content {
	padding: 5px;
}
.pmlinks{
	padding:10px 10px;
	float:left;
	text-align:center;
	width:250px;
}
.pmlinks a{
	display:block;
	height:30px;
	padding:0 10px;
	line-height:30px;
	background:#eee url(../images/w40.png) repeat-x;
	color:#505050;
	text-decoration:none;
	margin:0 10px 5px 10px;
	text-shadow:0 1px 1px #fff;
	border:1px solid #ccc;
	border-radius:3px;
}
.pmlinks a:hover{
	box-shadow:inset 0 0 10px rgba(0,0,0,0.2) !important;
	color:#c43751;
	background:#ececec;
}
.ratebox2 {
  float: right;
}

.ratebox3 {
  float: right;
}

.ratebox ul, .ratebox ul li {
  float: left;
  list-style-type: none;
}

.ratebox2 ul, .ratebox2 ul li {
  float: left;
  list-style-type: none;
}

.ratebox3 ul, .ratebox3 ul li {
  float: left;
  list-style-type: none;
}