/*  
Theme Name: Alenka
Theme URI: http://shevchuk.name/
Description: Theme for http://www.alenka.ua
Version: 0.1
Author: Anton Shevchuk
Author URI: http://anton.shevchuk.name/


	This theme was designed by Maxim Medvedev and built by Anton Shevchuk,
	whose blog you will find at http://anton.shevchuk.name/
*/

html, body {	
	margin: 0; 
	padding: 0;
}
body{	
	font:11px 'Trebuchet MS',tahoma,sans-serif;
	background: #faf38f url('images/body.jpg') repeat-x center top;
	color: #666;
}
input, textarea, select{
	font:11px 'Trebuchet MS',tahoma,sans-serif;
	color: #666;
}
/* IE6 PNG Hack */
img.attachment{
    behavior: url('/wp-content/themes/alenka/images/iepngfix.htc')
}

.entry {
    font-size:1.1em;
    font-weight:bold;
}
a{
	color: #993300;	
}
a:HOVER{
	color: #990000;	
}
a img{
	border: none;
}

a:ACTIVE, a:VISITED{
	color: #000099;	
}
#logo{
	background: url('images/logo.gif') no-repeat left top;
	width: 229px;
	height: 249px;
	position: absolute;
}
#topmenu {
	background: #faf38f url('images/body.jpg') repeat-x center top;
	padding-top: 60px;	
	padding-left: 190px;
	height: 40px;
}
#topmenu ul, #topmenu ul li{
	margin: 0;
	display: inline;
}
#topmenu ul li {
	float: left;
	margin: 0px 2px 0px 6px;
}
#topmenu ul li a{
	background: url('images/topmenu.gif') no-repeat left top;
	display: block;
	padding:6px 0px 10px 40px;
	color: #0000FF;
	text-decoration: none;
}
#topmenu ul li ul {
    display: none;
    position:absolute;
    margin: 0px;
    padding: 0px;
}

#topmenu ul li ul li {
    display:block;
    margin: 0px;
	padding: 0px;
}
#topmenu ul li a:HOVER{
	color: #0000CC;
}
#wrapper {
	background: #f89635 url('images/wrapper.jpg') repeat-y left top;
	width:100%;	
	margin:0px auto 0px auto;	
}
#header{
	background: url('images/header.gif') repeat-x left bottom;
	height: 172px;
}
#left{
	float: left;
	width: 210px;
	margin-left: 10px;	
}
#left .menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#left .menu li{
	margin: 0px 0px;
}
#left .menu a{
	display: block; 
	background: URL('images/menu.jpg') no-repeat left top;
	padding: 10px 0px 6px 18px;
	text-decoration: none;
	color: #0677e0;
	font-weight: bold;
}
#left .menu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#left .menu li ul li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#left .menu li ul li a{
	background: none;
	padding: 4px 0px 0px 24px;
	margin: 0;
	font-weight: normal;
	color: #FFFFEE;
}
#left .menu a:HOVER{
	color: #ea6a1c;
}

* html #left .menu a{	
	margin: -6px 0px;
}
* html #left .menu li ul li a{	
	margin: 8px 0px -8px 12px;
	padding: 0px 0px 0px 4px;
}

#right{	
	margin-left: 305px;
	margin-right: 45px;
}
#content{
	color: #FFF;
}
#footerdec{
	clear: both;
	height: 11px;
	background: #94C143 URL('images/footer.gif') repeat-x left bottom;
}
#footer{
	width:90%;	
	margin:0px auto 0px auto;	
	padding: 10px;
	color: #d3e075;
}
#footer a{
	color: #87a123;
	text-decoration: none;
}
#footer a:HOVER{
	color: #0000CC;
	text-decoration: underline;
}
#footer #copyright{
	float: left;
	padding: 0px 10px;
}
#footer ul{
	margin: 0;
	padding: 0px 10px;
	display: inline;
	float: right;
}
#footer ul li{
	display: inline;
	border-right: 1px solid #d3e075;
	padding: 0px 5px 3px 3px;
}

.post{
	width: 300px;
	float: left;
	margin: 4px 10px;
	min-height: 300px;
	position: relative;
}
.page{
	width: auto;
	height: auto;
	float: none;
	margin: 4px 10px;
}
.post p.postmetadata{
	position: absolute;
	bottom: -12px;
}
.navigation{
    border-top: 1px solid #993300;
	clear: both ;
    text-align:center;
    display:block;
}
.page p.postmetadata{
	position: relative;		
}
h2{
	font-size: 14px;
}
h2 a{
	text-decoration: none;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
