body, 
h1, h2, h3, 
p, ul, li, 
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background-color: #1a1a1a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
//	color: #c7c4c4;
	color: #858585;  
	line-height: 1.6;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 19px;
	font-weight: normal;
}
a:link, a:visited {
	text-decoration: none;
	color: #F5F5F5;
	background-image: url(images/underline_bg.gif);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: repeat-x;
}
a:hover {
	background-image: none;	color: #979191;
}
a:focus
{
  -moz-outline-style: none;
}
input:focus
{
  -moz-outline-style: none;
}
label:focus
{
  -moz-outline-style: none;
}
img {
	border: none;
}
#outer {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	width: 100%;
}



#header {
	height: 165px;
	padding-left: 3%;
	background-image: url(images/header-bg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
#header #logo {
	height: 35px;
	width: 210px;
	padding-top: 60px;
	float: left;
	position: relative;
}
#header #logo a {
	background-image: url(images/logo.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 35px;
	width: 210px;
	cursor: pointer; 
}
#header #nav-icons {
	position: absolute;
	right: 55px;
	top: 15px;
}

#header #nav-icons ul {
	list-style-type: none;
}
#header #nav-icons ul li {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	margin-left: 25px;
}
#header #nav-icons ul li#home-link {
	background-image: url(images/home.gif);
}
#header #nav-icons ul li#email-link {
	background-image: url(images/email.gif);
}
#header #nav-icons ul li#map-link {
	background-image: url(images/map.gif);
}

#header #nav-icons li a {
	display: block;
	height: 20px;
	width: 20px;
}

#header #nav-icons li a:link,
#header #nav-icons li a:hover,
#header #nav-icons li a:visited {
	background-image:none;
}

/* верхнее меню */
#top-menu {
	float:right;
	line-height:normal;
	margin-top: 62px;
	margin-right: 20px;
	font-size: 13px;
	width: 550px;
}
* html #top-menu {
	margin-right: 10px;
}
.tabs {
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	height: 38px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tabs li {
	margin: 0px;
	display: block;
	float: right;
}
.tabs li a, .tabs li a:visited {
	display: block;
	text-decoration: none;
	position: relative;
	margin-left: 15px;
	color: #F5F5F5;
}
.tabs li a span {
	background-image: url(images/underline_bg.gif);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: repeat-x;
}
.tabs li a:hover span {
	background-image: none;
}
.tabs li a b.p1 {
	display: block;
	width: 18px;
	height: 38px;
	float: left;	}
.tabs li a b.p2 {
	padding: 0pt 5px;
	position: relative;
	display: block;
	height: 38px;
	float: left;
	text-align: center;
	line-height: 38px;
	font-weight: normal;
}
.tabs li a b.p3 {
	display: block;
	width: 18px;
	height: 38px;
	float: left;
	position: relative;
}
.tabs li a:hover, .tabs li a:focus, .tabs li a:active { 
	border: 0pt none ; 
}
.tabs li a:hover b.p1, .tabs li a:focus b.p1, .tabs li a:active b.p1 { 
	background-image: url(images/p1.png);
	background-repeat: no-repeat;
	position: relative; 
	cursor: pointer; 
}
.tabs li a:hover b.p2, .tabs li a:focus b.p2, .tabs li a:active b.p2 {
	background: transparent url(images/p2.png) repeat-x;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
.tabs li a:hover b.p3, .tabs li a:focus b.p3, .tabs li a:active b.p3 {
	position: relative;
	cursor: pointer;
	background-image: url(images/p3.png);
	background-repeat: no-repeat;
}

/* верхнее меню */

#content {
	padding-left: 5%;
}

#left {
	margin-right: 450px;
}
#left_inner {
	margin-right: 320px;
}
#left .entry,
#left_inner .entry {
	margin-bottom: 20px;
	overflow: hidden;
}
* html #left .entry,
* html #left_inner .entry {
	width: 99%;
}
.section {
	height: 20px;
	background-attachment: scroll;
	background-image: url(images/underline_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 15px;
	padding-bottom: 2px;
}
#left .section #news,
#left_inner .section #news {
	background-attachment: scroll;
	background-image: url(images/news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
}
.section a {
	background-image: none;
}
#path {
	margin-bottom: 15px;
}
#path #first-level {
	color: #ff4d22;
}
#path #second_level {
	color: #00a2ff;
}

.entry .date {
	color: #858585;
}
.entry .name {
	margin-bottom: 10px;
	display: block;
}

.entry .name a:link, 
.entry .name a:visited {
	color: #f1f1f1;
	background-image: url(images/underline_bg.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center bottom;
}
.entry .name h1 a:hover {
	background-image: none;
}.entry h1 {
	color: #f1f1f1;	clear: both;	}
.entry h2 {/*	font-size: 14px;*/
	font-size: 14px;	clear: both;	margin-top: 14 px;		margin-bottom: 10px;	color: #FEBF4B;/*	text-transform: uppercase;*/	/*color: #00ACF3;*/	font-weight: normal;		/*	text-decoration: underline;*/	/*	color: #ff4d22;*//*	color: #11cc11;	*/
}
.entry h3 {
	font-size: 11px;	clear: both;		/*text-decoration: underline;*/	color: #FEBF4B;		text-transform: uppercase;		font-weight: normal;		/*	color: #ff4d22;*//*	color: #11cc11;*/
}

.entry img {
	background-color: #2b2b2b;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.entry p {
	margin-bottom: 15px;
}
.entry ul {
	margin-bottom: 15px;
	margin-left: 45px;
}
.entry li {	list-style-position:inside;
	margin: 0px;
}

.entry .further {
	background-attachment: scroll;
	background-image: url(images/further.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 25px;
	clear: none;
	position: absolute;
}

/*############ страницы ###############*/

#pagination-outer {
	height: 32px;
	margin-bottom: 30px;
}
#pagination {
	text-align: center;
	height: 32px;
	width: 330px;
	margin-right: auto;
	margin-left: auto;
}
#pagination a {
	background-image: none;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
#pagination a#first {
	padding-top:7px;
}
#pagination a#last {
	padding-top:7px;
}
#pagination #active {
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	background-color: #0e0e0e;
	border: 1px solid #373232;
	margin-right: 3px;
	margin-left: 3px;
}
#pagination #dots {
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}

#pagination #first {
}
#pagination #last {
}

/*############ страницы ###############*/

#right {
	float: right;
	width: 410px;
	margin-bottom: 30px;
}
#right_inner {
	float: right;
	width: 270px;
	margin-bottom: 30px;
}
#search {
	height: 65px;
	border: 1px solid #343434;
	background-color: #242424;
	text-align: left;
	padding-left: 22px;
	margin-bottom: 40px;
}
#search #search_field {
	float: left;
	margin-top: 22px;
	margin-left: 0px;
	padding: 0px;
}
#search #search_btn {
	margin-top: 18px;
	float: left;
	margin-left: 15px;
}
#right #right_01 {
	width: 190px;
	float: left;
}
#categories {
	width: 190px;
	margin-bottom: 30px;

}
#right_inner #categories {
	width: 240px;
	margin-bottom: 30px;

}

#categories ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	background-attachment: scroll;
	background-image: url(images/underline_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 1px;
	margin-top: 15px;
}
#categories ul li {
}
#categories ul li a {
	color: #C7C4C4;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(images/underline_bg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left bottom;
	width: 180px;
}
#right_inner #categories ul li a {
	width: 230px;
}
#categories ul li#plugins a {
}
#categories ul li a:hover {
	background-color: #272727;
}
#poll_name {
	font-size: 13px;
	display: block;
	padding-bottom: 5px;
	margin-top: 5px;
}
#polls #poll-btn {
	margin-top: 10px;
}
label {
	cursor: pointer;
}


#right_02 {
	margin-left: 210px;

}
#right_02 .pic-of img, 
#right_02 .pic-of a img {
	background-color: #2b2b2b;
	padding: 5px;
}
#right_02 .pic-of a:hover img {
	background-color: #3C3C3C;
	padding: 5px;
}
#right_02 .pic-of a {
	background-image:none;
}
#pic-of-week, #pic-of-month, #pic-random {
	margin-bottom: 15px;
}

.side_header {
	margin-bottom: 5px;
}
#prefooter {
	background-color: #0d0d0d;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #373232;
	border-bottom-color: #373232;
	clear: both;
	padding-left: 5%;
	padding-top: 30px;
	padding-right: 2%;
	padding-bottom: 30px;
}
#prefooter #on-forum {
	float: left;
	width: 35%;
}
#prefooter .section #on-forum-header {
	background-attachment: scroll;
	background-image: url(images/now-on-forum.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	margin-bottom: 10px;
	height: 20px;
}
#prefooter #on-forum ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#prefooter #on-forum li {
	line-height: 2;
}
#prefooter .answers {
	color: #999999;
}
#prefooter #on-gallery {
	margin-left: 38%;
}
#prefooter #on-gallery-pics {
	margin-top: 20px;
}
#prefooter #on-gallery-pics img {
	background-color: #2b2b2b;
	padding: 5px;
	margin-right: 10px;
}
#prefooter #on-gallery-pics a:hover img {
	background-color: #3C3C3C;
}
#prefooter #on-gallery #on-gallery-pics .row {
	display: block;
	height: 110px;
}
#prefooter #on-gallery #on-gallery-pics .row .on-gallery-pic-single {
}
#prefooter #on-gallery #on-gallery-pics .row {
	display: block;
	height: 110px;
}
#prefooter .section #on-gallery-header {
	background-attachment: scroll;
	background-image: url(images/now-on-gallery.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	margin-bottom: 10px;
	height: 20px;
}
.clear {
	clear: both;
}

#footer {
	clear: both;
	height: 205px;
	padding-left: 5%;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
}
#footer #copyright {
	width: 500px;
	padding-top: 70px;
	float: left;
}
#footer #design {
	float: right;
	padding-top: 100px;
	padding-right: 30px;
}
#footer #to-top {
	clear: both;
	margin-right: 30px;
	height: 28px;
	padding-top: 35px;
}
#footer #to-top a {
	float: right;
	background-image:none;
}


/* Breadcrumbs */
.B_crumbBox  a {color:#00a2ff;}
.B_crumbBox .B_firstCrumb a {color:#ff4d22;}

/* Jot */
.jot-comment img  {
	background-color: none;
	padding: 0px;
	margin: 0px;
	border-style: none;
}
.jot-comment a {
	background-image: none;	
}
