@import url('topBar.css');
@import url('leftBox.css');
@import url('rightBox.css');


body
{
	background: #50a742 url('../img/body.png') top center no-repeat;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Tahoma, Arial, Gorgia, sans-serif;
	min-width: 975px;
}

pre > code  {font-family: monospace;}

body * {font-family: "Arial narrow", helvetica, sans-serif;}

a { color: #3c3c3c; }
a:hover {cursor: pointer;}

a.rss
{
	padding: 5px 15px 5px 15px;
	margin-left: 50px;
	background: url('../img/rss.gif') center right no-repeat;
	display: inline;
	text-decoration: none;
}

a.opts
{
	padding: 2px 2px 2px 20px;
	display: inline;
	text-decoration: none;
	color: #3c3c3c;
	font-weight: bold;
	opacity: 0.7;
} a.opts:hover {opacity: 1;}

#logo
{
	height: 200px;
	min-width: 300px;
	margin: 0 auto;
}


#blackLine
{
	position: absolute;
	width: 100%;
	height: 57px;
	top: 185px;
	background: transparent url('../img/blackline.png') 0 0 repeat-x;
}

#blackLine div.topmenu
{
	position: absolute;
	width: 975px;
	left: 50%;
	top: 25px;
	margin-left: -470px;
}

#blackLine a
{
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #f0f0f0;
	font-variant: small-caps;
	text-decoration: none;
	margin: 0;
	padding: 3px 10px;
	border-left: 1px dotted #777;
	text-shadow: 1px 1px 1px #222;
} #blackLine a:hover {background: #6b6b6b;}

#blackLine a.act {background: #50a742; }

#orangeLine
{
	position: absolute;
	left: 60%;
	height: 57px;
	width: 40%;
	background: transparent url('../img/orangeline.png') 0 -1px repeat-x;
}

#lineSep 
{
	width: 26px;
	height: 57px;
	background: transparent url('../img/linesep.png') 0 -1px no-repeat;
}

#lady
{
	position: absolute;
	width: 469px;
	height: 211px;
	top: 0;
	left: 75%;
	margin-left: -235px;
	background: transparent url('../img/lady.png') top right no-repeat;
	z-index: 15;
}

#header
{
	width: 100%;
	height: 270px;
	background: transparent url('../img/logo.png') center center no-repeat;
}

#submenu
{
	font-size: 12px;
	font-family: Tahoma, Arial, Gorgia, sans-serif;
	background: white;
	border-bottom: 1px solid #59b254;
}

#submenu p
{
	width: 950px;
	margin: 0 auto;
	padding: 10px 10px 10px 28px;
	color: #a8a8a8;
}

#submenu a 
{
	text-decoration: none;
	color: #a8a8a8;
	padding: 3px 5px;
} #submenu a:hover { color: #5bb44a; }




div.source
{
	padding: 5px;
	background: white;
	margin: 5px 0;
	font-family: monospace;
	overflow: auto;
	border: 1px solid #dfdfdf;
}

div.source *
{
	font-family: monospace;
	font-size: 11px;
	font-weight: normal;
	line-height: 130%;
}

strong.ctitle
{
	background: white;
	padding: 5px 20px;
	border: 1px solid #dfdfdf;
	color: #3c3c3c;
}



#site
{
	width: 975px;
	margin: 10px auto;
}



#site div.banner
{
	width: 975px;
	height: 129px;
	margin: 20px 0;
	background: transparent url('../img/banner.png') center center no-repeat;
}



#foo
{
	clear: both;
	border-top: 1px solid #6ec759;
	padding: 20px 5px;
	text-align: center;
	color: #6ec759;
}

#foo a
{
	text-decoration: none;
	color: #fefffd;
	padding: 0 20px;
} #foo a:hover { text-decoration: underline; }


#foo p
{
	background: transparent url('../img/foo.png') left center no-repeat;
	margin: 20px auto;
	padding: 15px;
	font-size: 13px;
	color: #50a645;
	text-align: center;
}

th {text-align:left;color: black; font-weight: bold;}

strong.error
{
	background: url('../img/exclamation.png') left center no-repeat;
	display: block;
	font-weight: normal;
	padding: 2px 2px 2px 20px;
}

#ulists th
{
	font-weight: bold;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	color: black;
	border-bottom: 1px solid #3c3c3c;
}

#ulists td 
{
	text-align: center;
	font-weight: normal;
	padding: 5px;
	font-size: 11px;
	color: #5f5f5f;
}

a.gg, a.mail, a.www
{
	text-decoration: none;
	padding: 8px 8px;
}

a.gg {background: transparent url('../img/chat.png') center center no-repeat;}
a.mail {background: transparent url('../img/email.png') center center no-repeat;}
a.www {background: transparent url('../img/browser.png') center center no-repeat;}
strong.blocks {display:block;color:#3c3c3c;font-size:11px;padding:2px}
div.comments {margin: 5px 2px; padding: 5px;}
a.best {color: #3c3c3c; text-decoration: none; font-size:11px; padding: 2px; display: block;}
a.best:hover {color: black; text-decoration: underline;}
div.l:hover, div.r:hover {color:#3c3c3c;}
em.ti {font-style: normal; font-weight: normal;}
*.clicker:hover {cursor: pointer;}

input.search
{
	position: absolute;
	top: 10px;
	left: 30px;
	background: transparent url('../img/topInput.png') center center repeat-x;
	border: none;
	color: #cbcbcb;
	font-size: 11px;
	padding: 4px;
	width: 300px;
	z-index: 30;
}



#searchBox
{
	display: none;
	background: white;
	padding: 5px;
	font-size: 11px;
	border: 1px solid #adadad;
	background: white;
	color: #3c3c3c;
	z-index: 35;
	opacity: 0.7;
} #searchBox:hover {opacity: 1;}

#searchBox a
{
	display: block;
	text-decoration: none;
	padding: 2px;
	color: #8a8a8a;
}

#searchBox a:hover {color: black;}
#searchBox strong {display: block; color: #353535; font-size:11px;}


#topBar input.arrow
{
	background: transparent url('../img/topArrow.png') 25% 55% no-repeat;
    	padding: 5px 0;
 	margin: 0;
	width: 22px;
	border: none;
}

#linkistopka {
	font-size: 11px;
	color: #a4d58d;
	text-align: center;
}

a.stopka {
	font-size: 11px;
	color: #a4d58d;
}


