/*  

Theme Name: i54
Description: 2 column Wordpress theme made for Instudio 54 - Lifestyle Radio.
Version: 1.0
Author: vlnt (Valentine Valov)
Author URI: http://vlnt.net/

*/

/*
The CSS, XHTML and design is released under Creative Commons Attribution-ShareAlike
	http://creativecommons.org/licenses/by-sa/3.0/
By vlnt
*/
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
margin: 0;
padding: 0;

}


body{
	margin: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
        word-spacing: 2px;
	text-align: center;
	vertical-align: top;
	
	color: #787878;
	background: #FFFFFF url('images/header_background.jpg') repeat-x;
}

h1{
font-family: Sans-serif, fantasy, Georgia ;
font-size: 10px;
padding: 25px 10px 10px 10px;
}



a:link, a:visited{
	text-decoration: underline;
	color: #36393D;
}

a:visited{
	text-decoration: underline;
	color: #787878;
}

a:hover{
	text-decoration: none;
}

p{
padding: 5px 0 10px 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
	
}

#header{
	float: left;
	width: 900px;
	height: 170px
}
#header h1{
background: transparent url('images/instudio54-logo.png') no-repeat;
height: 137px;
width: 844px;
}
#header span {
display:none;
}

#container{
	float: left;
	width: 550px;
	/*background:#FFFFFF url('images/container-back.jpg') repeat-y;*/
	padding: 0 10px 0 10px;
}

.post{
padding: 10px 10px 20px 30px;
margin: 10px;

background: transparent url('images/post-background.jpg') no-repeat scroll left bottom;
}

.post h2{
font-family:Garamond,Georgia,"Times New Roman",Times,sans-serif;
font-size:34px;
font-weight:300;
}

.post h2 a {
color:#67983F;

}

.entry{
line-height: 18px;
}

p.postmetadata{
border-top: 1px solid #F2F2F2;
margin: 10px 0 0 0;
font-size:10px;
}

.navigation{
padding: 10px 0 10px 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
text-align:center;
background:white;
width:50%;
margin-left:100px;
}

.sidebar{
	float: left;
	width: 250px;
	/*background:#FFFFFF url('images/sidebar-background.jpg') repeat-y;*/

	margin: 0 0 0 10px;
	display: inline;

}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 0 10px 15px;

}

.sidebar ul li{
padding: 1px 0 10px 0;
}

.sidebar ul li h2{
color:#67983F;
font-family:Garamond,Georgia,"Times New Roman",Times,sans-serif;
font-size:24px;
font-weight:300;
margin: 5px 10px 10px 10px;

}

.sidebar ul ul li{
padding: 0;
line-height: 24px;
}

.sidebox {
background: transparent url('images/post-background.jpg') no-repeat scroll left bottom;
padding: 0 0 20px 20px;
}

/*right nav */



#nav-right ul {

list-style: none;

margin: 0;

padding: 0;

}



#nav-right {

	margin: 10px;

}



#nav-right li {

	display:block;

	padding:0;

	margin: 2px 0 2px 0px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #F4F4F4;

}

#nav-right li a {

display:block;

padding: 1px 1px 1px 6px;

text-decoration: none;

background:inherit;

color: #858585;

}



#nav-right li a:hover{

background: url(images/menu-hover.gif);

color: #fff;

}


table#wp-calendar{
width: 100%;
}

#footer{
	margin: 0 auto;
	clear: both;
	width: 844px;
	padding-top: 10px;
	background:#FFFFFF url('images/header_background.jpg') repeat-x;
        border-top: 3px solid #FAFAFA;
}

#footer p{
line-height:18px;
color:#787878;
text-align: right;
}

#footer p a{
color:#787878;

text-decoration: none;
}