/*
Theme Name: MyAudioBio Theme
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Peter Alvarez
Tags: orange

Begin Typography & Colors*/
#content
{
}
#sidebar
{
	width: 259px;
	height: 532px;
	background: url(images/blog_sidebar.png) no-repeat;
	padding: 20px 2px 2px 26px;
	margin: 20px 20px 0 0;
	float: right;
}
#sidebar H2
{
	border-bottom: 1px dashed #FFF;
	margin: 0 30px 8px 0;
	padding: 0 0 5px;
	color: #FFF;
}
#sidebar UL
{
	color: #FFF;
	margin: 0 0 30px;
	font-size: 13px;
}
#sidebar UL LI
{
	display: block;
	line-height: 1.5;
	color: #FFF;
	margin-left: 3px;
}
#sidebar A, #sidebar A:visited
{
	color: #FFF;
}
DIV#posts
{
	margin-top: 20px;
	padding: 20px 49px 0 35px;
	width: 592px;
	background: url(images/blog_bg.gif) no-repeat;
	min-height: 850px;
	height: auto !important; /*[e]auto*/
	height: 850px;
	line-height: 1.6;
}
TEXTAREA#comment
{
	width: 575px;
}
.post IMG.photo
{
	float: left;
	margin-right: 7px;
	margin-top: 4px;
}
DIV.post
{
	border-bottom: 1px dashed #979795;
	margin: 0 0 16px;
	padding: 0 0 11px;
}
.post H2 A, .post H3 A
{
	text-decoration: none;
}
.post_header
{
	line-height: 1.2;
}
.post H2
{
	/*[disabled]color:#FB7A00;*/
}
#login_rollout_content TD
{
	color: #FFF !important; /*[e]#FFF*/
}
