/*
Theme Name: Homich theme ;)
Theme URI: http://snsk.ru/
Description: Theme for Multyashka
Version: 1.0
Author: Dmitrenko Grigory

*/

div, h1, h2, h3, body{
	margin:0;
	padding:0;
	border:0;
}
div{
	/*border:1px dotted;*/
}
body {
	font-family:Georgia,Times,Helvetica;
}
#container{
	width:871px;
	background:url(images/content_right.png);
	background-position:right;
	background-repeat:repeat-y;
	margin: 0px auto;
}
#header{
	width:871px;
	height:122px;
	background:url(images/header.png);
}
#searchdiv{
	float:right;
}
#logo{
	padding-left:300px;
	padding-top:30px;
}
#logo h1{
	font-size:1.5em;
	padding-left:30px;
	font-style:italic;
	font-family:Times;
	color:#643C2D;
	font-weight:normal;
}
#logo a,img {
	border:0;
}
#menu1{
	width:871px;
	height:44px;
	background:url(images/menu1.png);
}
#menu1 div.hormenu{
	padding-left:400px;
	padding-top:10px;
	font-size:1.5em;
}
#menu2{
	width:871px;
	height:93px;
	background:url(images/menu2.png);	
	font-size:1.4em;
        overflow: hidden;
}
#menu2 div.hormenu{
	padding-left:270px;
	padding-top:10px;
}
#maincontent{
	overflow:hidden;
	background:url(images/content_left.png);	
	background-position:left;
	background-repeat:repeat-y;
}
#leftnav{
	width:210px;
	float:left;
	background:url(images/leftnav.png);	
	background-repeat:no-repeat;
	overflow:hidden;
}

/*
Tags Cloud
*/

#tagcloud{
	margin-top:182px;
	width:210px;
	height:199px;
	background:url(images/tagcloud.png);
}
#tagcloud div{
	padding:35px 25px 25px 25px;
	text-align: center;
}

#tagcloud a {
	text-decoration:none;
	color:#444;
}
#tagcloud a:hover {
	color:#000;
}
#content{
	width:633px;
	min-width:633px;
	min-height:400px;
	float:left;
	background:url(images/content.png);	
	background-repeat:no-repeat;
	font-size:14px;
	padding-left:5px;
}
#footer{
	width:871px;
	height:44px;
	background:url(images/footer.png);	
}
#copyright{
	padding-left:200px;
	padding-top:10px;
	font-size:0.6em;
	color:#444;
}
#copyright a{
	color:#444;
}
#copyright a:hover{
	color:#000;
}

/*
Navigation CSS styles
*/

.hormenu a
{
    color: #643C2D;
    text-decoration: none;
}

.hormenu a:hover
{
    color: #000;
	text-decoration:underline;
}

.hormenu ul
{
	margin:0;
	padding:0;
    white-space: nowrap;

}

.hormenu li
{
    display: inline;
}
.markedli li {
	padding-left: 35px;
	padding-top:10px;
	padding-bottom:5px;
	background-repeat: no-repeat;
	background-position: 0 0px;
}
.markedul ul {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:60px;
	margin-top:-10px;
	background-repeat: no-repeat;
}
#menu_zaika{
	background-image:url(images/zaika.png);
}
#menu_contacts{
	background-image:url(images/contact.png);
}
.menu_post{
	background-image:url(images/post.png);
	background-repeat:no-repeat;
	background-position:270px 0px;
	height:49px;
}
.menu_photos{
	background-image:url(images/photo.png);
	background-repeat:no-repeat;
	background-position:270px -3px;
	height:24px;
}
.menusmaller{
	font-size:80%;
}

/*
Comment Form
*/
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 95%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

/*
Post
 */

.storycaption {
	background:url(images/post_upper.png);
	width:632px;
	height:68px;
        background-repeat: no-repeat;
}
.storycontent p{
	text-indent:15px;
	line-height:1.5em;
}
.meta {
	background:url(images/post_downer.png);
	width:567px;
	height:27px;
	padding-left:65px;
	padding-top:3px;
}
.meta a, .tags a, .feedback a {
	color: #643C2D;
}
.storytitle {
	margin-left:18px;
	margin-top:0px;
	height:41px;
}
.storytitle h2 {
	font-size: 28px;
	font-weight:normal;
	padding-top: 5px;
}
.storytitle h2 a{
	color:#643C2D;
	text-decoration:none;
	
}
.storytitle h2 a:hover{
	color:#000;
}
.storydate{
	float:right;
	background:url(images/calendar.png);
	width:59px;
	height:70px;
	margin-right:10px;
	position:relative;
	top:-60px;
}
.storydateday{
	margin-left:17px;
	margin-top:15px;
	font-size:20px;
	font-weight:bolder;
}
.storydatemonth{
	margin-left:17px;
}
.comment_upper{
	background:url(images/post_comment.png);
	height:28px;
}
.post{
	margin-bottom:8px;
}
.postnav {
	width:100%;
	border-top:1px dotted #000;
}
.postnav a{
	font-size:2em;
	color:#000;
	text-decoration:none;
}
.postnav a:hover{
	text-decoration:underline;
}
.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.feedback {
	padding-top: 20px;
	padding-bottom: 20px;
}
.tags {
	padding-top: 20px;
}