﻿/* Resets */
html,body,address,blockquote,div,p,pre,h1,h2,h3,h4,h5,h6,hr,	/* block level 	*/
dd,dl,dt,ul,ol,li,												/* lists 		*/
a,abbr,acronym,big,br,cite,code,del,dfn,					/* inline text 	*/
ins,kbd,q,samp,small,span,strong,sub,sup,tt,var,				/* inline text 	*/
img,object,														/* misc 		*/
caption,table,tbody,td,tfoot,th,thead,tr,						/* table 		*/
input,textarea,select,button,form,fieldset,legend,label, 		/* form 		*/
s,center,dir,menu,strike,xmp								    /* depricated 	*/
{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-align: left;
    text-indent: 0;
    font: normal 14px/18px "Tahoma", "Myriad Pro", sans-serif;
    color: #737373;
    text-decoration: none;
    list-style-type: none;
}

hr,img,object {
    border: 0;
}
input,select,button {
    vertical-align: middle;						/* make all controls align middle to textline in all browsers */
}
textarea {
    vertical-align: top;						/* ...and all textareas, but... */
}
input,button{
    overflow: visible;							/* remove padding in buttons in IE */
}
select[size]{
    vertical-align: top;						/* make align top to textline for all selectboxes which has attribute "size",.. */
}

select[size="1"] {
    vertical-align: middle;						/* ...if attribute "size" of a selectbox is set to "1", make it align middle to textline */
}
fieldset legend {
    *margin-left: -7px;							/* remove mаrgin in IE6-7. Better place this in your IE6-7.css and include via Conditional Comments. */
}
caption,td,th,tr {
    vertical-align: top;
}
table {
    border-collapse: collapse;
}
optgroup {
    color: black;								/* optgroup in Opera has black background and white text... */
    background: white;							/* ...so let's fix it */
    font-style: normal;							/* works only in FF */
}
optgroup option {
    padding-left: 22px;							/* make padding in FF almost the same as in other browsers */
}
hr {
    color: black;
    background-color: black;
    height: 1px;
    margin: 7px 0;								/* crossbrowser hr */
    *margin: 0;									/* hack for IE6-7. Better place this in your IE6-7.css and include via Conditional Comments */
}
ol li, ul li{
    vertical-align: bottom;						/* fixing margins for IE, if there are elements with "display: block" in list items */
}
ol li{
    list-style-type: decimal;
}
ul li{
    list-style-type: disc;
}
    
/* Typographic */
h1 { font-size:24px; font-weight:bold; }
h2 { font-size:20px; font-weight:bold; }
h3 { font-size:18px; font-weight:bold; }
h4 { font-size:16px; font-weight:bold; }
h5 { font-size:14px; font-weight:bold; }
h6 { font-size:14px; font-weight:bold; }

a { color:#197a30; text-decoration:underline; }

#content p {
    padding:0 0 16px 0;
}

#content h1 { margin-bottom:24px; }
#content h2 { margin-bottom:20px; }
#content h3 { margin-bottom:18px; }
#content h4 { margin-bottom:16px; }
#content h5 { margin-bottom:14px; }
#content h6 { margin-bottom:14px; }

#content ul {
    text-align:left;
    margin:0 0 16px 0;
    padding-left: 26px;
}

#content ul li{
	padding-left: 2px;
}

#content ol {
	text-align: left;
	margin: 0 0 16px 0;
	padding-left: 32px;
}

/* Layout */
#header, #wrap, #footer {
    min-width:1004px;
}

#header {
    padding:8px 0 0 25px;
    height:135px;
    text-align:center;
}

#wrap {
    overflow:hidden;
    height:1%;
}

#content {
    margin:15px 0 14px 227px;
    padding:0;
}

#leftbar {
    width:211px; /* Real width - padding */
    float:left;
    padding:0 8px;
    margin-bottom:14px;
    margin-top:10px;
}
#leftbar .adsense { padding: 0px, 0px, 5px, 0px; }

#footer {
    background:#c2c2c2;
    height:114px;
    border-top:13px solid #cbcbcb;
}
.fr {float:right; text-align:right; top:30px; right:30px; font-size:12px}

#images {
    overflow:hidden;
    height:1%;
}

#images #left {
    width:211px; /* Real width - padding */
    float:left;
    padding:0 8px;
}

#images #right {
    margin-left:227px;
    margin-right:16px;
    height:148px;
    background:url(../images/car.jpg) no-repeat top left;
}

/* Header */
#header .logo {
    float:left;
    margin-right:60px;
}

#header .banner {
    display:block;
    margin:25px auto 0 auto;
}

/* Leftbar */
#leftbar .block {
    margin-bottom:6px;
}

#leftbar .block h2 {
    background:url(../images/header_bg.gif) top left;
    margin-bottom:6px;
    height:26px;
    color:#fff;
    font-size:18px;
    font-weight:normal;
    text-transform:uppercase;
    padding:6px 0 0 10px;
    letter-spacing:-1px;
}

#leftbar .block .content {
    background:#eaeaea;
}

#leftbar .menu .content {
    background:#eaeaea no-repeat url(../images/menu_bg.gif) bottom right;
    padding:32px 5px 16px 27px;
}

#leftbar .menu ul {
    list-style-image:url(../images/arrow.gif);
}

#leftbar .menu ul li {
    margin-bottom:6px;
}

#leftbar .menu ul .active {
    list-style-image:url(../images/arrow_active.gif);
}

#leftbar .menu ul a {
    font-size:18px;
    color:#000;
    text-decoration:none;
}

#leftbar .menu ul .active a {
    color:#197a30;
}

#leftbar .activeUsers .content {
    background:#d1e4d6;
    padding:10px 0 6px 0;
}

#leftbar .activeUsers ol {
    list-style:none;
}

#leftbar .activeUsers li {
    border-bottom:1px solid #fff;
    list-style:none;
    padding:2px 0;
}

#leftbar .activeUsers .last {
    border-bottom:0;
}

#leftbar .activeUsers a {
    padding-left:10px;
    text-decoration:none;
}

#leftbar .activeUsers .pos {
    float:left;
    padding-right:14px;
    padding-left:8px;
    width:15px;
    color:#898989;
}

#leftbar .activeUsers .n {
    float:right;
    padding-right:10px;
    width:40px;
    text-align:center;
    color:#898989;
}

#leftbar .vote .content {
    padding:10px 20px 50px 20px;
}

#leftbar .vote .question {
    color:#790000;
    margin-bottom:6px;
}

#leftbar .vote input {
    margin-right:10px;
}

#leftbar .vote .buttons {
    text-align:center;
    margin-top:25px;
    margin-bottom:8px;
}

#leftbar .vote .buttons input {
    margin:auto;
}

#leftbar .vote .buttons img {
    display:block;
    margin:auto;
    margin-top:6px;
}

#leftbar .vote .submit {
    display:block;
    border:0;
    background:url(../images/vote.gif) no-repeat top left;
    width:126px;
    height:26px;
}

#leftbar .vote .meta, #leftbar .vote .meta a {
    font-size:12px;
    text-align:center;
    text-decoration:none;
}

/* Content */
#content .item {
    margin-bottom:14px;
    position:relative;
    padding-right:16px;
}

#content .item .zagolovok {
    font-size:24px;
    font-weight:normal;
    display:inline;
}

#content .item h1 a {
    color:#000;
    text-decoration:none;
    font-size:24px;
    font-weight:normal;
    display:inline;
}

#content .item .path {
    margin-bottom:15px;
    margin-top:2px;
}

#content .item .path a {
    text-decoration:none;
    font-family:'Centry', 'Times New Roman';
}

#content p { text-align:justify }

#content .item .content .preview {
    float:left;
    margin-right:15px;
}

#content .item .meta {
    height:26px;
    background:#ebebeb;
    border-top:2px solid #e1e1e1;
    color:#898989;
    font-size:12px;
    padding:4px 15px 0 10px;
    margin-top:20px;
}

#content .item .meta a {
    text-decoration:none;
    font-size:12px;
}

#content .item .meta .more {
    float:right;
    font-size:14px;
}

.hightlight {
    color:#197a30;
}
#leftbar .adsense .content { padding: 3px 0 10px 11px; }
