.banner
{
	width: 900px;
	height: 100px;
	margin:0;
	padding:0;
	position:relative;
	font-size: 0;
	clear:both;
	background: white url(images/blogbanner.jpg) repeat-x;
}

.divider5x900
{
	width: 900px;
	height: 5px;
	margin:0;
	padding:0;
	position:relative;
	font-size: 0;
	clear:both;
	background: white url(images/roket.gif) repeat-x;
}

.baslik
{
	width: 900px;
	height: 5px;
	margin:0;
	padding:0;
	position:relative;
	font-size: 0;
	clear:both;
	background: white url(images/header-bg.png) repeat-y;
}


.contentfoot
{
	width: 900px;
	height: 5px;
	margin:0;
	padding:0;
	position:relative;
	font-size: 0;
	clear:both;
	background: white url(images/footer-bg.png) repeat-y;
}


.wpmain

{
	background: white url(images/bg.gif) repeat-x; 
	text-align: center;
	padding: 0px;
	margin: 0px auto;
	width:900px;
}




.logobox
{
	width: 900px;
	height: 59px;
	margin:0;
	padding:0;
	position:relative;
}

.logobox1
{
	padding:0px;
	width:405px;
	left:0px;
	height: 59px;
	margin:0;
	position:absolute;
	background: url(images/logo.jpg); 
}

.logobox2
{

	width:495px;
	left:405px;
	height: 59px;
	margin:0px;
	padding:0px;
	position:absolute;
}

/*------------------------------------------------------------------X------------------------------------------------------------------*/

.topmenu
{
	width: 900px;
	height: 28px;
	margin:0;
	padding:0;
	position:relative;
}

.topmenu1
{
	padding:0px;
	width:6px;
	left:0px;
	height: 28px;
	margin:0;
	position:absolute;
	background: url(images/topmenuleft.gif); 
}

.topmenu2
{
	width:888px;
	left:6px;
	height: 28px;
	margin:0px;
	padding:0px;
	position:absolute;
	background: url(images/topmenumiddle.gif); 
}


.topmenu3
{

	width:6px;
	left:894px;
	height: 28px;
	margin:0px;
	padding:0px;
	position:absolute;
	background: url(images/topmenuright.gif); 
}









.search
{
	width:495px;
	height:30px;
	padding:0;
	position:relative;
}

.search1
{
	text-align:right;
	width:334px;
	left:0px;
	height:30px;
	margin:0;
	padding:0;
	position:absolute;
}

.search2
{
	width:11px;
	left:334px;
	height:30px;
	margin:0;
	padding:0;
	position:absolute;
	background: none; 
}

.search3
{
	width:150px;
	left:345px;
	height:30px;
	margin:0;
	padding:0;
	position:absolute;
}

.searchPane
{

	float:right; 
	margin:0px 0 0 10px; 
	position:relative;
}

.searchPane input
{
	color:#666;
	font:11px arial,helvetica,sans-serif;
	vertical-align:middle;
	padding-left:5px
}

.searchPane .inputBdr
{
	border:1px solid #999
}


/*------------------------------------------------------------------X------------------------------------------------------------------*/














/*  
Theme Name: corax
Theme URI: http://deniart.ru/librio/
Description: Inspired by Mac OSX Leopard :)
Version: 0.7.2
Author: Deniart
Author URI: http://deniart.ru/
Tags: apple, mac, leopard, grey, white, widgets, two columns, fixed width
*/

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
img { border: none; }

/*
-------------------------------------------------------------------
[Table of contents]

1. Body
2. Container / #container
3. Header / #header
4. Navigation / #nav
5. Content / #content
6. Comment Form / #comment-form
7. Comments / #comments
8. Sidebar / #sidebar
9. Footer / #footer
-------------------------------------------------------------------
*/

/* [1. Body] */
body { font: 11px/18px Verdana, Helvetica, Arial, Geneva, sans-serif; margin: 0px auto; color: #333; padding-bottom: 20px; background:white url(images/bg.gif) repeat-x; }

h1, h2, h3 { font-family: Arial, Geneva; color: #333; }
h1 { font-size: 19px; line-height: 19px; margin-bottom: 10px; color:#507da5; }
h2 { font-size: 18px; line-height: 20px; margin-bottom: 7px; }
h3 { font-size: 16px; line-height: 18px; margin-bottom: 5px; }

h1 span, h2 span { color: #bbb; }

a { color: #08c; }
a:hover { color: #f00; }
a:visited { color: #08c; }

p { margin-bottom: 10px; }

input, textarea { font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, Geneva, sans-serif;  }

blockquote { border-left: 5px solid #999031; background: #fafafa; padding: 10px 10px 1px 10px; margin-bottom: 10px; }



/* [2. Container] */
#container { width: 900px; margin: 0 auto; background: #e6edee url(images/sidebar-bg.gif) repeat-y 0px 10px; }



@media all and (width) { #header #search input { padding: 0 0 0 23px; height: 24px; } } /* only for Opera */


/* [5. Content] */
#content { float: left; width: 670px; padding: 15px; margin: 0px auto; background: url(images/contregular.gif) repeat-y; color: #333; }
#content .post { margin-bottom: 40px; }
#content .post h1.post-caption a { text-decoration: none; color: #507da5; font-weight: normal; }
#content .post h1.post-caption a:hover { color: #ff6600; }
#content .post ul { list-style: square inside; margin-bottom: 10px; }
#content .post ol { list-style: decimal inside; margin-bottom: 10px; }

#content .post .post-info { height: 18px;color: #777; margin-bottom: 20px; clear: both; background: #e9eff5 url(images/post-info-bg-left.gif) no-repeat; }
#content .post .post-info div { line-height: 17px; position: relative; height: 18px; padding: 0 5px; background: url(images/post-info-bg-right.gif) no-repeat right; }
#content .post .post-info div #count { position: absolute; top: 0px; right: 5px; }
#content .post .post-info span { color: #333; font-weight: bold; }
#content .post .post-info a { color: #333; text-decoration: none; }

.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 0 10px 10px 0; }
.alignright { float: right; margin: 0 0 10px 10px; }



/* [6. Comment Form] */
#comment-form { background: #d7f8ec; padding: 10px; font-size: 11px; color: #555; }
#comment-form p { margin-bottom: 7px; }
#comment-form textarea { width: 640px; height: 100px; margin-bottom: 7px; }
#comment-form label { font-weight: bold; }
#comment-form input.text { width: 150px; margin-right: 10px; }


/* [7. Comments] */
#comments { padding-top: 5px; }
#comments .comment { background: #def7f8; padding: 10px; margin-bottom: 10px; width: 650px; border-top: 1px solid #ddd; overflow: hidden; }
#comments .comment .comment-info { position: relative; color: #777; margin-bottom: 5px; }
#comments .comment .comment-info span { font-size: 11px; position: absolute; top: 0px; right: 0px; color: #777; font-size: 11px; margin-bottom: 5px; }
#comments .comment .comment-info a { color: #444; }
#comments .comment p.notice { color: #f00; font-weight: bold; }
#comments .comment img.avatar { float: left; padding: 3px; border: 1px solid #ddd; margin: 0 10px 5px 0; background: #fff; }
* html #comments .comment .comment-info span { right: 10px; }


/* [8. Sidebar] */
#sidebar { float: left; width: 200px; font-size: 11px; color: #777; padding-bottom: 10px; }
#sidebar h3 { font: bold 12px Arial, Verdana, serif; color: #507da5;}
#sidebar a { color: #666; text-decoration: none; }
#sidebar a:hover { color: #507da5; text-decoration: underline;}
#sidebar ul li { background: url(images/arrow.gif) no-repeat 0px 3px; padding-left: 18px; }
#sidebar .block { padding: 15px; background: url(images/sidebar-block-bg.gif) no-repeat bottom center; }
#sidebar .author { text-align: justify; }







.altarea
{
	width: 900px;
	height: 60px;
	margin:0;
	padding:0;
	clear:both;
	position:relative;
	background: url(images/altarea.gif); 
}

.altarea1
{
	width:300px;
	left:0px;
	height: 60px;
	margin:0px;
	padding:0px;
	position:absolute;
}

.altarea2
{
	width:300px;
	left:300px;
	height: 60px;
	margin:0px;
	padding:0px;
	position:absolute;
}

.altarea3
{
	width:300px;
	left:600px;
	height: 60px;
	margin:0px;
	padding:0px;
	position:absolute;
}


/*------------------------------------------------------------------X------------------------------------------------------------------*/

.footerhead
{
padding: 0;
margin-top:7px;
margin-left:67px;
text-align:left;
color:#ff6600;
font-family: Arial,Helvetica, sans-serif;
font-size: 15px;
line-height:18px;
font-weight:bold;
}

/*------------------------------------------------------------------X------------------------------------------------------------------*/

.footerhead2
{
padding: 0;
margin-top:7px;
margin-left:10px;
text-align:left;
color:#ff6600;
font-family: Arial,Helvetica, sans-serif;
font-size: 15px;
line-height:18px;
font-weight:bold;
}

/*------------------------------------------------------------------X------------------------------------------------------------------*/

.phone
{
padding: 0;
margin-left:10px;
text-align:left;
color:#143352;
font-family: Arial,Helvetica, sans-serif;
font-size: 20px;
line-height:28px;
font-weight:normal;
}


ul.footernav {
list-style-type: none;
padding: 0;
margin:0px;
text-align:left;
color:#666666;
line-height:20px;
}

ul.footernav li { display: inline; }

ul.footernav li a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:normal;
color: #666666;
text-decoration: none;
padding: 5px 5px;
margin:0px;
}

ul.footernav li a:hover
{
color:#222222;
}

/*------------------------------------------------------------------X------------------------------------------------------------------*/

ul.footertextmenu {
list-style-type: none;
padding: 0;
text-align:left;
color:#666666;
margin-top:0px;
margin-left:67px;
margin-right:10px;
line-height:11px;
}

ul.footertextmenu li { display: inline; }
ul.footertextmenu li a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:normal;
color: #666666;
text-decoration: none;
padding:0;
margin:0;
}

ul.footertextmenu li a:hover
{
text-decoration: underline;
color:#507da5;
}
