/*
*  ==================================================
* 	i-gorod
* 	Author: Ilya Gorodnyanskiy.
* 	Description: stylesheets for i-gorod website
*  ==================================================
*/



body {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    font-size: 12px;
    background-color:#771100;
	color: #666666;
    text-align: center;

}

a{
	color: #990000;
	text-decoration: none; 
}

a:hover{
	text-decoration: underline;
}
l

h1.title {
	font-size: 17px;
	/*font-family:Verdana; */
	margin-bottom: 2px;
}

h1 a {
	font-size: 17px;
	color: #990000;
	text-decoration: none;
}

h1 a:hover{
	text-decoration: underline;
}

h2{
    font-size: 14px;
}

h3{
    font-size: 9px;
	font-weight: normal;
	font-family:Verdana;
}

.italic{
    font-style:italic;
}

#wrapper {
	 text-align: left; 
	 width: 738px;
     border: 0px solid #CCCCCC;
     position:relative;
     margin:auto auto;
}

#logo {
	position: relative;
	width: 300px;
	height: 60px;
	top: 65px;
	z-index: 10;
}

#logo img{
	border: 0;
}

#logo a{
	text-decoration: none;
}  



#header {
	margin-top: 40px;
      width:738px;
      height: 25px;
      float:left;
      border-right: 1px solid #CCCCCC;
      border-left: 1px solid #771100;
      border-bottom: 1px solid #CC6633;
      border-top: 0px solid #CCCCCC;   
	  background-color:#CC6633;
}

#header_a {
	width: 338px;
	height: 25px;
    float:left;
    border-bottom: 1px solid #CCCCCC;
    border-right: 0px solid #771100;
    background-color:#771100;
}

#head_b {

	width: 398px;
	height: 25px;
	white-space: nowrap;
	text-align:right;
	padding-left: 1px;
    float:left;
   	background-color:#CC6633;
   	background : url('menu-background.jpg') no-repeat top left;
    border-left: 0px solid #CCCCCC;
    border-right: 1px solid #CC6633;
    border-bottom: 1px solid #CC6633;
    border-top: 0px solid #CCCCCC;
	
	font-weight:bold;
	font-size:12px;
}


#head_b span {
    white-space: nowrap;
    float:left;
    width: 0px;
	margin-left:7px;
	margin-top: 5px;
	display:block;

}

#head_b a {
    white-space: nowrap;
    float:left;
    width: 82px;
	margin-left:10px;
	margin-top: 5px;
	text-align: center;
	text-decoration: none;
	color: #ffff78;
}

#head_b a:hover{
	text-decoration: underline;
}

#main_layer_1 {
	float:left;
	height: 100%;
	width:100%;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	background-color:#CC6633;
	border-top: 1px solid #CC6633;   
	margin-bottom: 15px;
}

#main_layer_2 {
	height: 90%;
	min-height: 600px;

	padding: 6px;
    border: 15px solid #CC6633;
	background-color:#FFFFFF;
}

#main_layer_2 img {
	border: 1px solid #999999;
}

#main_content{
	margin-top: 30px;
	padding-left:10px;
	width: 450px;
	float: left;
	border: 0px solid #000000;
}

#secondary_content{
	margin-top: 30px;
	width: 200px;
	float: right;
	border-left: 0px solid #CCCCCC;
}

#search {
	padding-bottom:10px;
}

#search span{
	white-space: nowrap;
}

div.block {
    border-left: 0px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 15px;

}

div.block div.title {
	margin:0px;
	padding: 0px 1px 0px 10px;
	background-color: #CC6633;
	font-size: 17px;
	color: #ffff78;
    border: 1px solid #555555;
}

div.block div.content {
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}


#sidebar {
    border-left: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 15px;

}

div.post{
	border-bottom: 1px dashed #CCCCCC;
}

ul.commentlist{
	border-top: 1px solid #CCCCCC;
}

ul.commentlist li{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	list-style-image: url(misc/strelka.gif);
}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


