/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Citrus Island
   TEMPLATE CODE: 	S-0004
   VERSION:          1.1          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { margin:0; 	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 75%/1.5em  Verdana, Tahoma, Arial,sans-serif;
	color: #333; 
	background: #FFF url(bg.gif) repeat-x;	
	text-align: center; 
}

/* links */
a {
	color: #660000; 
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #575757;
	background-color: inherit;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 145%;	
	padding: 10px 10px 5px 10px;
	color: #75A54B;
	background-color: inherit;
	border-bottom: 1px solid #EFF0F1;		
}
h2 {
	font-size: 125%;
	text-transform: uppercase;
}
h3 {
	font-size: 125%;	
	color: #404040;
}

h2, h3, p {
	padding: 10px;		
	margin: 0;
}

/* images */
img {
	border: 0px /*solid #D5D5D5*/;
	margin: 5px 5px 5px 0px;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

#sidebar h1, 
#sidebar p {
	padding-left: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #FF9966;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #FF9966;   
}

/* form elements */
form {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #75A54B;
}
/* search form */
form.search {
	position: absolute;
	top: 15px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 	
	vertical-align: top;
}
form.search input.button {
	width: 60px;
	vertical-align: top;
}

/**************************************
   LAYOUT 
***************************************/	
#wrap {
	margin: 0 auto; 
	padding: 0; 
	width: 1024px;/*850*/
	text-align: left;
}

/* header */
#header { 
	position: relative;
	height: 70px; 
	margin: 0; padding: 0;
	color: #808080; 		
}
#header h1#logo {
	position: absolute;	
	font: bold 3.9em "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding:0;
	color: #75A54B;
	letter-spacing: -2px;	
	border: none;	
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 2px;		
}
#header h1#logo span { color: #F18359; }

#header h2#slogan { 
	position: absolute;
	margin: 0; padding: 0;	
	font: bold 12px Arial, Tahoma, Sans-Serif;	
	text-transform: none;
	
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 48px; left: 5px;
}

/* menu */
#menu {
	clear: both;
	background: #FF9966 url(menubg.gif) repeat-x;
	height: 30px;
	margin: 0;
	font: bolder 1.2em/30px Tahoma, Verdana, Arial, Sans-Serif;		
}
#menu ul{
	margin: 0; padding: 0 0 0 8px;
}
#menu ul li {
	float: left;
	list-style: none;		
	border-right: 1px solid #FFA500;
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 15px;
	color: #FFF;	
}
#menu ul li a:hover {
  	color: #333;	
	background: url(menu-hover-bg.gif) repeat-x;
}
#menu ul li#current a {
	color: #333;
	background: url(menu-current-bg.gif) repeat-x;	
}

/* sidebar */
#sidebar {
	float: left;
	width: 200px; /*21%*/
	margin: 0;	padding: 0; 
	display: inline;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;	
	/*background: url(arrow.gif) no-repeat 3px 6px;	*/
	padding: 2px 5px 2px 5px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
}

#rightbar {
	float: right;
	width: 160px;/*21%*/
	padding: 0;
	margin: 0; 			
}

#rightbar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 0px 0; padding: 0;
	text-decoration: none;	
}
#rightbar ul.sidemenu li {
	border-bottom: 1px solid #bcbcbc;	
	/*background: url(arrow.gif) no-repeat 3px 6px;	*/
	padding: 2px 5px 2px 2px;
}

* html body #rightbar ul.sidemenu li { height: 1%; }

#rightbar ul.sidemenu li a {
	/*font-weight: bolder;*/
	background-image: none;
	text-decoration: none;	
	font-size: 90%;
}

/* main column */
#main {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 640px;	/*54%*/
	/*font: 75%/1.5em  Verdana, Tahoma, Arial,sans-serif;/*моя правка*/
}

UL {
    list-style-image: url(/images/grstar.gif);
   }



.post-footer {
	background-color: #FAFAFA;
		padding: 5px; margin: 15px 10px 10px 10px;
	border: 1px solid #f2f2f2; 
	font-size: 95%;
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer { 
	clear: both; 	
	color: #666666; 	
	padding: 0;	 
	background: #FFF url(footerbg.gif) repeat-x;
	height: 113px
}
#footer a { 
	text-decoration: none; 
	/*font-weight: bold;*/
}
#footer-content {
	margin: 0 auto;
	width: 1024px /*800px*/
}
#footer-content #footer-left {
	padding: 10px;
	width: 20%;
	float: left;
	text-align: left;
}
#footer-content #footer-right {
	padding: 10px;
	width: 70%;
	float: right;
	text-align: right;
	font-size: 85%; color:#ffffff;
	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear  { clear: both; }
.green  { color: #75A54B; }

/*мои изменения*/

H4		{ FONT-SIZE: 12px; FONT-WEIGHT: normal; COLOR: #CC0000; } /*отвечает за категории*/
h5 {	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;	font-weight: Bold; 		
}
h5 {
	font-size: 145%;	
	padding: 10px 10px 5px 10px;
	color: #75A54B;	}
H6		{ FONT-SIZE: 12px; FONT-WEIGHT: bold; COLOR: #CC0000; }

.line { float: left; BACKGROUND: url(/images/c.png) repeat-x left bottom; width: 100% }
.bodyline	{ font: 95%/1.5em  Verdana, Tahoma, Arial,sans-serif; background-color: #FFFFFF; border: 1px #dadada solid;}
.table	{ font: 90%/1.5em  Verdana, Tahoma, Arial,sans-serif; background-color: #FFFFFF;}

h7 {	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;	font-weight: Bold; 		
}
h7 {
	font-size: 100%;	
	padding: 10px 10px 5px 10px;
	color: #75A54B;	}

#thumbBox{ position: absolute; left: 0; top: 0; width: auto; padding: 10px; padding-bottom: 0; background: #313131; visibility: hidden; z-index: 10; cursor: pointer; }
#thumbBox .footerbar{ font: bold 10px Tahoma; letter-spacing: 5px; line-height: 1.1em; color: white; padding: 5px 0; text-align: right; }
#thumbBox #thumbImage{ background-color: white; }
#thumbLoading{ position: absolute; visibility: hidden; border: 1px solid black; background-color: #EFEFEF; padding: 5px; z-index: 5; }
#query {filter:alpha(opacity=20); opacity: 0.6; background:#000000; position: fixed; //position: absolute; top: expression(document.getElementsByTagName( 'body' )[0].scrollTop  < 50000 ? 0 + document.getElementsByTagName('body')[0].scrollTop : '' + 'px'); z-index: 1000; top: 0; left:0; width:100%; height: 100%; display:none;}
#img_query  {background:#ffffff; opacity: 1.0; border:2px dashed #СССССС; text-align:center; padding: 20px; height: 50px; width: 200px; position: fixed; top: 13em; left: 40%; //position: absolute; top: expression(document.getElementsByTagName( 'body' )[0].scrollTop  < 50000 ? 250 + document.getElementsByTagName('body')[0].scrollTop : '' + 'px'); z-index: 1000; display:none;}

#smalldiv   {background:#ffffff; opacity: 1.0; border:2px dashed #СССССС; text-align:center; padding: 10px; height: 450px; width: 800px; position: fixed; top:  3em; left: 10%; //position: absolute; top: expression(document.getElementsByTagName( 'body' )[0].scrollTop  < 50000 ? 80 + document.getElementsByTagName('body')[0].scrollTop : '' + 'px'); z-index: 1000; display:none;}


	.adwrap {
		margin:30px auto 10px;
		padding:10px 0;
		width:498px;/*468px*/
		border:1px solid #ccc;
		border-width:1px 0;
	}
	.adwrap object {
		width:488x;/*468px*/
		height:60px;/*60px*/
	}

	.teaser {
		width:430px;/*430px*/
		padding:0 0 14px 0;/*0 0 14px 0*/
		margin:10px auto;
		background:url("/images/tsr.gif") bottom left no-repeat;
	}
	.teaser h2 {
		margin:0;
		padding:7px 10px 3px 10px;
		background:url("/images/tsr.gif") top left no-repeat;
	}
	.teaser p, .teaser a.more {
		margin:0;
		padding:0 10px 3px;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
		font-weight: bold;
	}
	
	.gb		{ WIDTH: 100%; margin: -4px 0 19px 0; font-size: 13px; background-color:#FFF}
.gb TD		{ VERTICAL-ALIGN: top }
.gb TD u    { color: #999999; text-decoration:none }
.gb TD u a   { color: #999999; text-decoration:none}
.gb TD u a:hover    { color:#666666; text-decoration: underline}

.gb .top .img1	{ BACKGROUND: url(tl.png) no-repeat left bottom; font-size: 10px }
.gb .top .img2	{ BACKGROUND: url(c.png) repeat-x left bottom; width: 100% }
.gb .top .img2 span { BACKGROUND: #FFF; padding: 0 3px 0 5px }
.gb .top .img3	{ BACKGROUND: url(tr.png) no-repeat right bottom; font-size: 10px }
.gb .top TD	{ HEIGHT: 15px; VERTICAL-ALIGN: top; COLOR: #C2C2C2 }
.gb .top p	{ margin: 0 0 0 10px; padding: 0 3px 0 3px; BACKGROUND: #FFF; DISPLAY: inline; font-size: 12px }
.gb .bottom .img1	{ BACKGROUND: url(bl.png) no-repeat left top; font-size: 10px }
.gb .bottom .img2 { BACKGROUND: url(c.png) repeat-x left top }
.gb .bottom .img3 { BACKGROUND: url(br.png) no-repeat right top; font-size: 10px }
.gb .imgL		{ BACKGROUND: url(l.png) repeat-y left top; font-size: 10px }
.gb .imgR		{ BACKGROUND: url(r.png) repeat-y right top; font-size: 10px }

#date { margin-bottom: -15px; margin-top: 5px;}

.proverka_coda {	margin: 5px;  }

.progress{width:1px;height:14px;color:#666666; font-size:12px; overflow: hidden; background-color: #EBEBEB; padding-left: 5px;}
input, textarea, select { vertical-align:top; BACKGROUND-COLOR:#ffffff; border:#CCCCCC 1px solid;COLOR:#333333;FONT-SIZE:9pt;FONT-FAMILY:Verdana;}
.voit_radio { BACKGROUND-COLOR: #F4F4F4; BORDER: 0; }
.radio { BACKGROUND-COLOR: #FFFFFF; BORDER: 0; }

div.pagination {padding:3px; margin:10px; text-align:center; }
div.pagination a { padding: 2px 5px 2px 5px; margin-right: 2px; border: 1px solid #2C2C2C; text-decoration: none;  color: #fff; background: #2C2C2C url(poff0000.gif); }
div.pagination a:hover, div.pagination a:active { border:1px solid #B30000; color: #FFF; background: #B30000 url(pon00000.gif); }
div.pagination a:visited { color: #FFF; }
div.pagination span.current { padding: 2px 5px 2px 5px; margin-right: 2px; border: 1px solid #B30000; font-weight: bold; background: #B30000 url(pon00000.gif); color: #FFF; }
div.pagination span.disabled { padding: 2px 5px 2px 5px; margin-right: 2px; border: 1px solid #f3f3f3; color: #ccc; }

.link_item 	{float: left; margin: 0 10px 0 10px;}

.abuse	{ font-size: 11px; font-weight:bold; color:#FF3300}

.ob { WIDTH: 100%; margin: 0 0 7 0; padding: 6px; font-size: 13px; BACKGROUND: #FFFFCC; BORDER: 1px dashed #FF0000;}
.ob a    { color: #FF3333 }
.ob a:hover    { color: #FF7400 }

.obnovip { WIDTH: 100%; margin: 0 0 7 0; padding: 6px; font-size: 13px; BACKGROUND: #FFFFCC; BORDER: 1px dashed #FF0000;}
.ggb { WIDTH: 100%; margin: 0 0 7 0; padding: 6px; font-size: 13px; BACKGROUND: #F9F9F9; BORDER: 1px dashed #CCCCCC;}
.pic {BORDER: 1px solid #CCCCCC; padding: 6px; margin: 6px;}

#infLink { margin: 0; padding: 0}
#infLink li { margin: 0  015px 0; padding: 0}
#infLink H4 {margin-top: 0; margin-bottom: 5px}
#infLink a { FONT-SIZE: 14px; color: #990000; margin-top: 0; margin-bottom: 0; text-decoration: none; border-bottom: #990000 1px dashed;}
#infLink a:hover {	color: #990000; text-decoration: none; border-bottom: none;}


.link_item 	{float: left; margin: 0 10px 0 10px;}

div.larr a { border: 0; text-decoration:none; background: url(l_arr_gray.gif);  background-repeat:no-repeat}
div.larr a:hover, div.larr a:active { border:0; text-decoration:none; background: url(l_arr_green.gif); background-repeat:no-repeat }
div.rarr a {float:right; margin-left:3px; border: 0; text-decoration:none; background: url(r_arr_gray.gif); margin-right:2px; background-repeat:no-repeat}
div.rarr a:hover, div.rarr a:active {float:right; border:0; text-decoration:none; background: url(r_arr_green.gif); margin-right:2px; background-repeat:no-repeat }

.bot
{
font-size: 9px;
font-family: tahoma;
color: #c5c5c5;
text-decoration: none;
}

.prodl
{
font-size: 11px;
font-family: tahoma;
color: #575757;
text-decoration: none;
}
