/* Designed by SanderArt.com  
66a529
*/

* {
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:#000;
text-decoration:none;
}
h1,h2,h3,h4,h6,pre,form,p,blockquote,fieldset,input {
margin:0;
padding:0;
}
textarea{
border:1px solid #ccc;
box-shadow:inset 0 1px 3px #ccc;
-webkit-box-shadow:inset 0 1px 3px #ccc;
-moz-box-shadow:inset 0 1px 3px #ccc;
}
input:focus {
    outline:none;
}
button:focus{
outline:none;	
}
html{
padding:0px;
background:#e5f0d7;
}
body{
background:#e5f0d7 url(../images/bg00.png);
font-family:"Arial", Tahoma sans-serif;
font-size:12px;
height:100%;
margin:0px;
padding:0 0 10px 0;
color:#303030;
}
.all{
width:100%;
height:100%;
margin:0;
padding:0;
background:url(../images/blackwave.png) top repeat-x;	
}
.topline{
height:35px;	
width:1000px;
}
.social{
height:20px;
padding:0;
margin:5px 0 0 0;
float:left;
}
.social ul{
height:24px;
font-size:14px;
list-style:none;
margin:0;
display:inline;
}
.social li
{ 
float: left;
position: relative;
text-align:left;
margin:0 15px 0 0;
}
.social li a{
	font-size:11px;
	font-weight:bold;
color:#ccc;
line-height:20px;
padding:0;
display: block;
text-decoration:none;
}
.social li a:hover{
color:#fff;
text-decoration:underline;
}

/* ПОИСК  */
.searchblock{
width:250px;
height:20px;
float:left;
margin:5px 0 0 50px;
background:#f1f1f1 url(../images/shadow.png) repeat-x;	
border-radius:10px;
}
.searchblock ul{
height:30px;
list-style:none;
padding:0;
width:170px;
display:inline;
}
.searchblock li
{ 
float:left;
position: relative;
border:0;
display:block;
height:30px;
}
.searchblock li a
{
float:left;
position: relative;
text-align:center;
}
.searchblock .searchbt input{
width:20px;
height:20px;
background:url(../images/searchbt.png) 0 0 no-repeat;
}
.searchblock .searchbt input:hover{
background-position: 0 -25px;
}
.searchform{
color:#909090;
width:212px;
height:16px;
line-height:15px;
padding:2px 8px;
border:0px;
font-size:12px;
font:Verdana, Geneva, sans-serif;
background:transparent;
overflow:hidden;
}

/* LOGIN begin  */
.loginpanel{
line-height:20px;
min-width:140px;
position:static;
color:#909090;
height:25px;
padding:5px 0;
float:right;
text-align:right;
}
.loginpanel a{
	font-size:11px;
text-decoration:none;
padding:1px 0 2px 0;
color:#ccc;
}
.loginpanel a:hover{
text-decoration:underline;
color:#ccc;
}
#login{
color:#909090;
min-width:180px;
min-height:220px;
display:none;
background:#f9f2df;
position:absolute;
top:100px;
left:50%;
margin-left:-90px;
z-index:20000;
border:3px solid #bbb;
-moz-box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
box-shadow: 0px 0px 10px #000;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
}
#login a{
color:#66a529;
text-decoration:underline;
}
#login a:hover{
color:#303030;	
text-decoration:none;
}
.logintitle{
line-height:35px;
text-shadow:0 1px 1px #303030;
height:40px;
text-align:center !important;
background:url(../images/browntitle.png) left bottom repeat-x;
border-radius:7px 7px 0 0;
-webkit-border-radius:7px 7px 0 0;
-moz-border-radius:7px 7px 0 0;
}
.logintitle span{
font-size:14px;
color:#fff;
}
.login-close{
position:absolute;
background:url(../images/login-close.png) 0 0 no-repeat;
width:20px;
height:20px;
cursor:pointer;
top:-20px;
right:-20px;
}
.login-close:hover{
background-position: 0 -20px;
}
.profile{
width:160px;
float:left;
margin:0 0 10px 10px;
}
.profile ul{
list-style: none;
margin:0;
padding:0;
font-size:12px;
color:#303030;
}
.profile li{
position: relative;
height:24px;
line-height:20px;
margin:0;
}
.profile li a{
text-align:center;
padding:0 10px;
line-height:24px;
font-size:13px;
color:#66a529 !important;
text-decoration:none !important;
display:block;
border-bottom:1px solid #e1e1e1;
text-shadow:0 1px 1px #fff;
}
.profile li a:hover{
color:#303030 !important;
text-decoration:underline !important;
}
.login_input{
width:200px;
height:70px;
margin:15px;
text-align:center;
}
.login_field{
width:200px;
height:30px;
line-height:35px;
vertical-align: middle;
font-size:15px;
padding:0;
color:#505050;
background:#fff;
margin-top:5px;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}
.field{
padding:5px;
width:190px;
height:20px;
color:#505050;
font-size:15px;
font-family:Arial;
background:none;
border:1px solid #bbb;
vertical-align: middle;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}
.field:hover, .field:active, .field:focus{
box-shadow:inset 0 0 5px #ccc;
-webkit-box-shadow:inset 0 0 5px #ccc;
-moz-box-shadow:inset 0 0 5px #ccc;
}
.enter{
width:200px;
height:30px;
background:#fff url(../images/green.png) repeat-x;
border:0;
cursor:pointer;
margin:0 0 5px 0;
font-weight:bold;
color:#fff;
font-size:16px;
line-height:30px;
border-radius: 3px; 
-webkit-border-radius:3px;
-moz-border-radius:3px;
box-shadow:0 1px 3px #909090;
-webkit-box-shadow:0 1px 3px #909090;
moz-box-shadow:0 1px 3px #909090;
}
.enter:hover{
color:#000;
box-shadow:0 1px 2px #505050;
-webkit-box-shadow:0 1px 2px #505050;
moz-box-shadow:0 1px 2px #505050;
}
.not_save{
font-size:12px;
padding:0;
margin:5px 0;
width:200px;
height:20px;
}
#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  */


#content{
background:#fff;	
width:1000px;
padding:0;
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
position:relative;
margin:20px 0 0 0;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#header{
width:1000px;
height:80px;
}
.logo{
width:300px;
height:80px;
float:left;
}
.seotext{
width:232px;
height:70px;
color:#fff;	
font-size:11px;
padding:5px 0;
float:left;
overflow:hidden;
position:relative;
text-shadow:1px 1px 1px #707070;
}
.seotext a{
color:#fff;	
}
.seotext a:hover{
text-decoration:none;	
}
.block468{
width:468px;
height:60px;
text-align:center;
margin:10px 0 10px 0;
float:right;
}
#container{
width:1000px;
margin:0px auto;
padding:0;
position:relative;
}
#top{
width:1020px;
height:40px;
background:url(../images/navi.png) no-repeat;
position:relative;
top:0;
padding:0 0 10px 0;
left:-10px;
z-index:50;
}
/* ГОРИЗОНТАЛЬНОЕ МЕНЮ */
.nav{
width:1000px;
height:30px;
float:left;
padding:5px 0 5px 0;
position:relative;
left:10px;
}
.nav ul{
font-size:14px;
list-style:none;
margin:0;
display:inline;
}
.nav li
{ 
float: left;
position: relative;
z-index:100;
text-align:left;
}
.nav li a
{
font-family:Verdana, Helvetica, sans-serif;  
font-size: 15px;
color:#fff;
text-shadow:0px 1px 1px #909090;
line-height:30px;
padding:0 10px 0 10px;
display: block;
text-decoration:underline;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
.nav li a:hover {
z-index:100;
color:#66a529;
text-decoration:none;
background:#fff;
text-shadow:none;
}
.nav li a.link1:hover{
	}
.nav li.drop:hover .link1{
color:#66a529;
background:#fff;
text-shadow:none;
border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
}
.nav li.drop{

	position:relative;
	display:block;
}
.nav li.drop:hover{

}
.nav li ul {
z-index:500;
display: none;
position:absolute;
width:auto;
height:auto;
background:#fff;
margin:0 0 0 0;
padding-top:5px;
}
.nav li li{
margin:0;
position:relative;
clear:both;
background-image:none;
height:25px;
border-right:none;
border-top:1px solid #ccc;
}
.nav li li a {
padding:0 5px;
clear:both;
min-width:150px;
text-align:left;
color:#66a529;
font-weight:normal;
font-size:12px;
line-height:25px;
text-decoration:none;
text-shadow:none;
	border-radius:0;

}
.nav li li a:hover {
clear:both;
color:#303030;
background:#eee;
text-shadow:none;
}
.nav li:hover ul {
display:block;
clear:both;
}
.nav li.drop:hover .corner{
display:block;	
}
#featured{
width:1000px;	
height:446px;
padding:0;
background:#000;
margin:-10px 0 0 0;
}
#finside{
margin:0 0 0 -2px;	
width:1002px;
}
.featured-1{
width:332px;
height:221px;	
float:left;	
padding:0;
margin:0 0 2px 2px;
position:relative;
overflow:hidden;
}
.featured-1 a{
text-decoration:none;	
}
.featured-1 a span{
position:absolute;
line-height:18px;
min-height:36px;
left:0;
bottom:0;
width:322px;
padding:64px 5px 0 5px;
color:#fff;
font-size:15px;
font-weight:bold;
text-shadow:0 1px 1px #000;
overflow:hidden;
background:url(../images/hover.png) bottom repeat-x;
}
.featured-1:hover a span{
color:#66a529;
}
.featured-1 img{
width:332px;
height:221px;	
}
.featured-1:hover a span{
color:#66a529;
}
.featured-1:hover img{
opacity:0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
-moz-opacity: 0.9;		
}
#right{
float:right;
width:330px;
padding-top:10px;
}
#left{
margin:0 330px 0 0;
width:670px;
padding-top:10px;
}
.sideblock{
width:310px;
margin:0 10px 10px 10px;
background:#ecf9df url(../images/side.png) bottom left repeat-x;	
padding:0 0 15px 0;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
.sideheader{
background: url(../images/greentitle.png) bottom left repeat-x;
width:310px;
color:#fff;
font-size:15px;
font-weight:bold;
height:35px;
line-height:30px;
text-align:center;
margin-bottom:10px;	
border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
}
.sidei{
padding:0 10px;	
}
.hblock{
width:650px;
margin:0 10px 20px 10px;
position:relative;
background:#f9f2df;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
.brownheader{
height:35px;
line-height:30px;
padding:0 10px;
width:630px;
text-align:center;
background:url(../images/browntitle.png) left bottom repeat-x;
color:#fff;
font-size:16px;
font:Verdana, Geneva, sans-serif;
border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
}
.brownheader a{
text-decoration:underline;
color:#fff;	
font-size:16px;
font-weight:bold;
}
.brownheader a:hover{
color:#000;
text-decoration:none;		
}
.custom-1{
overflow:hidden;
position:relative;
width:150px;
height:140px;
margin:5px 0 10px 10px;
font-size:12px;
line-height:15px;
color:#707070;
float:left;
}
.custom-1 a{
color:#66a529;
font-size:13px !important;
padding:0;
text-decoration:none;
}
.custom-1 a:hover{
text-decoration:underline;
color:#303030;
}
.custom-1 a:hover img{
opacity:0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
-moz-opacity: 0.9;	
}
.custom-1 img{
width:150px;
height:100px;
margin:0 0 5px 0;
}
.custom-title{
	font-size:13px;
overflow:hidden;
color:#303030;
text-decoration:none !important;
font-weight:bold;
clear:both;
line-height:15px;
max-height:30px;
}
.custom-title:hover{
color:#303030;
text-decoration:none;
}
.custom-1 a:hover .custom-title{
color:#303030;
text-decoration:underline;
}
.c1data{
position:absolute;
left:0;
top:0;
background:url(../images/white-button.png) repeat-x;
color:#303030;	
height:20px;
max-width:215px;
line-height:20px;
padding:0 5px;
}
.sdata{
color:#303030;	
height:20px;
max-width:215px;
line-height:20px;
padding:0 5px;
margin:5px 0 0 0;
}
.c1data a, sdata a{
	font-size:12px !important; 
color:#000;	
text-decoration:none;	
font-weight:bold;
}
.c1data a:hover, sdata a:hover{
color:#505050;	
text-decoration:underline;	
}
.c1view{
background:url(../images/view.png) 3px 3px no-repeat;
padding:0 0 0 18px;
color:#303030;
float:left;
margin:0 5px 0 0;	
}
.c1comment{
float:left;	
}
.c1comment a{
background:url(../images/comment.png) 3px 4px no-repeat;
padding:0 0 0 18px;
color:#303030;
float:left;	
}
.vblock{
width:320px;
margin:0 0 20px 10px;
padding:0 0 10px 0;
float:left;
background:#f5f5f5;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;	
}
.vheader{
width:320px;
padding:5px 0 0 0;
height:40px;
color:#66a529;
line-height:30px;
background:url(../images/vheader.png) ;
text-align:center;	
}
.vheader a{
color:#000;
font-size:16px;
font-weight:bold;
text-decoration:underline;	
}
.vheader a:hover{
color:#505050;
text-decoration:none;
}
.custom-2{
overflow:hidden;
position:relative;
width:300px;
height:45px;
padding:10px 10px 10px 10px;
margin:0 0 0 0;
font-size:12px;
color:#909090;
line-height:15px;
border-bottom:1px dashed #ccc;
}
.custom-2 a{
text-decoration:none;
}
.custom-2 a span{
color:#303030;
text-shadow:0 1px 1px #fff;
font-size:13px !important;
padding:0;
text-decoration:none !important;
max-height:45px;
overflow:hidden !important;
display:block;
line-height:15px;
}
.custom-2 a:hover{
text-decoration:underline;
color:#303030;
}
.custom-2 a:hover img{
opacity:0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
-moz-opacity: 0.90;	
}
.custom-2 img{
width:68px;
height:45px;
margin-right:10px;
float:left;
}
.block330{
width:310px;
padding:0 10px;
margin:0 0 10px 0;
}
.custom-3{
overflow:hidden;
width:290px;
margin:10px 0;
padding:0 10px 10px 10px;
min-height:35px;
color:#707070;
line-height:15px;
border-bottom:1px dashed #66a529;
}
.custom-3 a{
color:#303030;
text-decoration:none;
font-size:13px;
}
.custom-3 a span{
line-height:15px;
display:block;
margin-bottom:3px;	
}
.custom-3 a:hover{
color:#000;
text-decoration:underline;
text-shadow:none;	
}
.custom-3 img {
width:80px;
height:55px;
margin-right:10px;
float:left;
}
.custom-3 a:hover img{
opacity:0.90;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
-moz-opacity: 0.90;	
}
.link-category a{
color:#66a529 !important;	
text-decoration:underline;
font-size:11px;
}
.link-category a:hover{
text-decoration:none;	
}
/* КНОПКИ */
.vbutton{
font-family:Arial;
background:#fff url(../images/w30.png) repeat-x;	
cursor:pointer;
width:100px;
height:25px;
border:0 !important;
text-decoration:none;
font-size:12px;
font-weight:bold;
display:block;
margin:5px auto 10px auto;
color:#505050;
text-shadow:0 1px 1px #fff;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
box-shadow:0 1px 2px #909090;
-moz-box-shadow:0 1px 2px #909090;
-webkit-box-shadow:0 1px 2px #909090;
float:left;
}
.vbutton:hover{
color:#000;
cursor: pointer;
border:0;
box-shadow:0 1px 2px #909090;
-moz-box-shadow:0 1px 2px #909090;
-webkit-box-shadow:0 1px 2px #909090;
background:#fff url(../images/white.png) repeat-x;	
}
.cbutton{
font-family:Arial;
background:#fff url(../images/green.png) repeat-x;	
cursor:pointer;
width:100px;
height:25px;
border:0 !important;
text-decoration:none;
font-size:12px;
font-weight:bold;
display:block;
margin:5px auto 10px 10px;
color:#fff;
text-shadow:0 -1px -1px #707070;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
box-shadow:0 1px 2px #909090;
-moz-box-shadow:0 1px 2px #909090;
-webkit-box-shadow:0 1px 2px #909090;
text-align:center;
line-height:25px;	
float:left;
}
.cbutton:hover{
color:#000;
cursor: pointer;
border:0;
box-shadow:0 1px 2px #909090;
-moz-box-shadow:0 1px 2px #909090;
-webkit-box-shadow:0 1px 2px #909090;
text-shadow:none;
}
.resbutton{
font-family:Arial;
cursor:pointer;
text-decoration:none;
margin:5px 0 0 10px;
font-size:12px;
font-weight:bold;
color:#66a529;
text-decoration:underline;
float:left;
line-height:25px;	
}
.resbutton:hover{
color:#000;
cursor: pointer;
border:0;
}
/* FOOTER         */
.footer {
margin:0 auto;
width:980px;
padding:30px 10px 10px 10px;
background:url(../images/footerb.png) repeat-x;
color:#909090;
position:relative;
border-radius:0 0 5px 5px;
-webkit-border-radius:0 0 5px 5px;
-moz-border-radius:0 0 5px 5px;
}
.slogo{
margin:-5px 0 0 0;
width:150px;
height:40px;
float:left;	
}
.slogo img{
width:150px;
height:40px;	
}
.sub-footer{
text-align:left;
color:#707070;
float:left;
padding:0 5px;
position:relative;
font-size:12px;
float:left;
}
.sub-footer a{
padding:0 5px;
color:#66a529;
font-size:12px;
text-decoration:none;
}
.sub-footer a:hover{
text-decoration:none;
color:#fff;
}
.counters{
height:31px;
float:left;	
}
.counters span{
margin-right:10px;
}
.counters span.sanderart{
}
.counters span.sanderart img{
width:88px;
height:31px;
border:0;
background:url(../images/sanderart.png) no-repeat;
margin-left:10px;
}
/* NEWS POST */
.story{
width:670px;
padding-bottom:1px;
margin-bottom:10px;
}
.post-title{
font-size:16px !important;
color:#505050;
text-decoration:none;
font-family:"Arial";
line-height:20px;
margin-bottom:10px;
padding:5px 0;
background:url(../images/post-title.png) no-repeat;
position:relative;
font-weight:bold;
}
.post-title h1, post-title a h1{
font-size:16px !important;
display:inline;
}
.post-title a{
font-weight:bold;
color:#66a529;
font-size:16px !important;
text-decoration:underline;
font-family:"Arial";
}
.post-title a:hover{
color:#505050;
text-decoration:underline;
}
.full-story{
width:650px;
padding:0 15px 10px 15px;
color:#505050;
font-size:14px;
line-height:150%;
text-align:justify;
}
.full-story a {
color:#66a529;
font-size:13px;
}
.full-story a:hover {
color:#000;
text-decoration:none;
}
.full-story img {
margin:0 10px 10px 0;
}
.full-story ul {
margin-left:15px;
}
.post-data{
font-size:12px;
color:#909090;
min-height:28px;
overflow:hidden;
line-height:28px;
padding:0 3px 3px 3px;
background:#fafafa;
margin:0 15px;
position:relative;
border:1px solid #f1f1f1;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.post-data a{
color:#66a529;
font-size:12px;
text-decoration:none;
}
.post-data a:hover{
color:#000;
text-decoration:none;
}
.plusobut{
position:absolute;
top:-1px;
right:5px;
width:190px;	
}
.tags{
font-size:13px;
color:#909090;
line-height:15px;
}
.tags a{
font-size:12px;
color:#66a529;
line-height:15px;
text-decoration:underline;
}
.tags a:hover{
color:#66a529;
background:#eee;
}
.related-block{
position:relative;
overflow:hidden !important;
padding:4px 5px;
color:#303030;
width:660px;
max-height:260px;
}
.related-title{
color:#303030;
font-size:13px;	
font-weight:bold;
padding:0 10px;
}
.related{
overflow:hidden;
width:153px;
height:115px;
padding:5px 0 5px 10px;
font-size:12px;
color:#909090;
position:relative;
float:left;
overflow:hidden;
}
.related a{
color:#303030;
font-size:12px;
padding:0;
text-decoration:none;
}
.related a:hover{
text-decoration:underline !important;
}
.related a .rltd{
bottom:5px;
left:5px;
width:155px;
max-height:30px;
overflow:hidden;
line-height:15px;
text-align:center;
font-weight:bold;
}
.related a:hover .rltd{
text-decoration:underline;	
}
.related img{
width:153px;
height:80px;
margin:0 0 5px 0 ;
}
.related a:hover img{
opacity:0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
-moz-opacity: 0.9;	
}
.rltd-cat{
position:absolute;
left:10px;
bottom:40px;
background:url(../images/black75.png);
color:#fff;	
min-height:20px;
max-width:155px;
line-height:20px !important;
padding:0 5px;
}
.rltd-cat a{
color:#fff;	
text-decoration:none;
font-weight:normal;	
font-size:11px;
}
.rltd-cat a:hover{
color:#fff;	
text-decoration:underline;	
}
.short-story{
overflow:hidden;
position:relative;
font-size:13px;
color:#505050;
margin:0 0 10px 20px;
width:310px;
height:330px;
line-height:18px;
border-bottom:1px solid #ccc;
float:left;
}
.short-story a{
color:#66a529;
font-size:15px;
line-height:15px;
padding:0;
text-decoration:underline;
}
.short-story a:hover{
text-decoration:none;
color:#000;
}
.short-story img{
margin:5px;
}
.short-img{
width:310px;
height:210px;
overflow:hidden;
margin:0 0 5px 0;
}
.short-img img{
margin:0;
width:310px;
height:210px;	
}
.short-story a:hover .short-img img{
opacity:0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
-moz-opacity: 0.9;		
}
.short-title{
text-decoration:none !important;
position:absolute;
line-height:18px;
min-height:36px;
left:0;
bottom:120px;
width:300px;
padding:64px 5px 0 5px;
color:#fff;
font-size:15px;
font-weight:bold;
text-shadow:0 1px 1px #000;
overflow:hidden;
background:url(../images/hover.png) bottom repeat-x;
}
.short-story:hover .short-title{
color:#66a529;
}
.short-title a:hover{

}
.short-data{
font-size:11px;
color:#aaa;
margin-top:5px;
height:18px !important;
line-height:18px !important;
}
.short-data a{
font-size:11px;
color:#66a529;
font-weight:normal;
text-decoration:none;	
}
.short-cat{
color:#fff;
font-size:11px !important;
padding:0 5px;
float:left;
margin:0 5px 0 0;
height:25px;
position:absolute;
top:0;
left:0;
background:url(../images/green.png) repeat-x;
}
.short-cat a{
font-size:12px !important;
color:#fff !important;
font-weight:normal !important;
text-decoration:none !important;
height:25px;
line-height:25px;
}
.short-cat a:hover{
text-decoration:underline !important;
}
.white-bottom{
height:10px;
width:100%;
background:url(../images/white-bottom.png) repeat-x;
position:absolute;
left:0;
bottom:0;
}
.views{
height:18px;
background:url(../images/view.png) 0 1px no-repeat;
padding:0 0 0 18px;
margin-left:5px;
}
.comms{
height:18px;	
}
.comms a{
	
font-size:11px;
line-height:18px;
background:url(../images/comment.png) 0 3px no-repeat;
padding:0 0 0 18px !important;
color:#66a529;
font-weight:normal;
margin-left:5px;
}
.comms a:hover{
color:#505050;
}
.speedbar{
	font-size:12px;
	color:#909090;
	overflow:hidden;
	max-height:30px;
	line-height:15px;
	margin:0 15px 10px 15px;
}
.speedbar a{
color:#66a529;
text-decoration:underline;
font-size:12px;
}
.speedbar a:hover{
color:#505050;
text-decoration:none;	
}
.tagscloud{
width:650px;
padding:0 15px 10px 15px;
}
/* COMMENTS */
.addcomment{
width:520px;
padding:0;
background:#fff;
text-align:center;
margin:10px auto 0 auto;
border:1px solid #eee;
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
}
.title{
line-height:20px;
padding:5px 25px;
color:#fff;
border-bottom:2px solid #ddd;
font-size:14px;
font-weight:bold;
background:url(../images/green.png) repeat-x;
text-align:center;
border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
}
.addcomment-post{
padding:0 10px;
}
.comments{
width:670px;
}
textarea#comments{
height:150px;	
}
.comm-title{
line-height:20px;
padding:5px 10px;
color:#66a529;
border-bottom:2px solid #66a529;
border-top:1px solid #eee;
border-left:1px solid #eee;
border-right:1px solid #eee;
font-size:14px;
font-weight:bold;
background:url(../images/white.png) repeat-x;
margin:0 10px 10px 10px;
}
.comment{
width:650px;
color:#303030;
background:#fff;
border:1px solid #ccc;
margin:0 10px 10px 10px;
}
.comment a{
color:#66a529;
text-decoration:none;
}
.comment a:hover{
text-decoration:underline;	
}
.comment table{
margin:0;
padding:0;
}
.comment-left{
max-height:50px;
width:50px;
padding:5px;
color:#909090;
font-size:11px;
float:left;
}
.comment-left a{
color:#000;
font-weight:bold;
}
.comment-left img{
width:50px;
max-height:50px;
}
.comment-right{
width:580px;
color:#505050;
padding:5px;
font-size:13px;
min-height:40px;
float:left;
margin:0;
position:relative;
}
.comment-right a{
color:#66a529;
font-weight:bold;
}
.comm-data{
color:#909090;
margin-bottom:5px !important;
display:block;
font-size:11px;
}
.comment-right span a{
font-size:11px;
}
.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:5px;
z-index:10;	
text-align:right;
}
.comment-title-hover a{
color:#66a529;
font-size:11px;
text-decoration:none;
}
.comment-title-hover a:hover{
color:#303030;
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 5px;
height:15px;
float:right;
}
.mass_comments_action{
padding:0 5px 5px 10px;
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:#303030;
}
.editor-row{
color:#909090;
padding:5px 15px;
font-weight:bold;
}
.info{
min-height:30px;
margin:10px;
color:#909090;
background:#f1f1f1 url(../images/sign.png) 5px 5px no-repeat;
padding:5px 5px 5px 50px;
border-left:3px solid #66a529;
font-size:12px;
line-height:15px;
text-shadow:0 1px 1px #fff;
}
.info a{
color:#66a529;
}
.navigation{
height:30px;
width:100%;
color:#000;
padding:5px 0 5px 0;
margin:5px auto;
font-size:15px;
clear:both;
}
.navigation b{
font-size:25px !important; 
}
.navigation a:link,
.navigation a:visited,
.navigation a:active {
margin:1px;
line-height:25px !important;
height:25px;
text-decoration:none;
padding:2px 6px;
color:#fff;
font-size:15px;
background:#66a529;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
}
.navigation a:hover{
text-decoration:none;
color:#909090;
background:#202020;
}
.navigation span {
line-height:25px !important;
height:25px;
text-decoration:none;
padding:2px 6px;
color:#707070;
font-size:15px;
background:#f1f1f1;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
}
.line{
margin:5px;
color:#505050;
padding:5px 15px;
border:1px solid #e1e1e1;
background:#fafafa;
min-height:20px;
text-align:left;
}
.sline{
min-width:100px;
min-height:20px;
line-height:20px;
float:left;
padding:2px 0;
text-align:left;
}
.line a{
color:#66a529;
}
.row{
	margin:5px;
color:#505050;
padding:5px;
border:1px solid #e1e1e1;
background:#fafafa;
}
.row a{
color:#66a529;
}
.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:#66a529;
}
.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 #ccc;
}
.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:22px;	
}
.input1{
width:312px; 
font-family:verdana; 
font-size:12px;	
}
.input2{
width:100px;

padding:3px 0;
font-size:12px;
}
.input3{
width:223px; 
font-family:"Tahoma"; 
font-size:12px; 
}
.input4{
width:312px;
height:100px;
font-family:verdana; 
font-size:12px;	
border:1px solid #ccc;	
}
.clear {
margin:0;
padding:0;
height:1px;
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:#66a529;
border:1px solid #505050;
}
.pm_status {
	float:left;

	padding: 0px;
	
	width: 280px;
	height: 100px;
	margin-left: 20px;
	margin-right: 5px;
}

.pm_status_head {
	font-size: 0.9em; 
	background: #fff url("../images/white.png") repeat-x 0 100%;
	height: 22px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	color: #000;
}

.pm_status_content {
	padding: 5px;
}
