/*
Theme Name: Steve Ambielli Music
Theme URI: http://music.steveambielli.com/
Description: This is a custom theme built by Steve Ambielli
Version: 1.0
Author: Steve Ambielli
Author URI: http://www.steveambielli.com/
*/


body {
	font-size: 80.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, Sans-Serif;
	background-image: url(images/main-bg.png);
	background-repeat: repeat-x;
	background-color: #cac199;
	color: #353e4c;
	margin: 0;
	padding: 0;
}

p {
	line-height: 18px;
}

a:link, a:active, a:visited {
	color: #6c757a;
	text-decoration: underline;
}

a:hover {
	color: #6c757a;
	text-decoration: underline;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 44px;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 22px;
	margin: 0;
	padding: 8px 0 0 0;
}

h2.sidebar {
	font-size: 22px;
	margin: 0;
	padding: 8px 0 0 0;
	color: #fff;
}

h3 {
	font-size: 16px;
	margin: 0;
	padding: 8px 0 0 0;
}

ol {
	margin: 0px 0px 0px 20px;
	padding: 0;
}

ol li {
	padding: 5px 0px;
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	padding: 5px 0px;
	margin: 0;
	list-style-type: none;
}

.clear {
	cleath: both;
}
	
#container {
	margin: 0 auto;
	width: 950px;
}

#header {
	height: 153px;
}

#nav {
	height: 31px;
	text-align: right;
}

#nav ul {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 16px;
}

#nav ul li {
	list-style-type: none;
	display: inline;
	padding-right: 15px;
}

#nav a:link, #nav a:active, #nav a:visited {
	color: #fff;
	text-decoration: none;
} 

#nav a:hover {
	color: #fff;
	text-decoration: underline;
} 

#logo {
	clear: both;
	height: 119px;
}

#content {
	padding-top: 20px;	
}

#posts {
	float: left;
	width: 620px;
}

#left-side {
	float: left;
	width: 350px;
}

#right-side {
	float: right;
	width: 600px;
}

#album-info {
	float: left;
	width: 430px;
	padding-right: 20px;
}

#album-download {
	float: left;
	width: 160px;
	padding: 0 5px 0 15px;
}

#other-albums {
	float: right;
	width: 250px;
	color: #fff;
}

#sidebar {
	float: right;
	width: 250px;
	padding-left: 20px;
}

#comments {
	clear: both;
}

#footer {
	clear: both;
	border-top: 1px solid #6c757a;
	margin-top: 10px;
	padding: 10px 0px;
}


.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }


.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 30px; }
.rbroundbox { width: 100%; margin: 1em auto; }