/*
Theme Name: Underspoken Records
Theme URI: http://underspokenrecords.com/
Description: Official theme for Underspoken Records.
Version: 1.0
Author: Mark Griffo
Tags: dark, fixed width
*/


body {
	margin: 0;
	color: #e8e3df;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

body.home {
	background: #01050a url(images/site_bg.jpg) repeat-x;
}

body.page {
	background: #01050a url(images/page_bg.jpg) repeat-x;
}

a {
	color: #798b7d;
	text-decoration: none;
}

a:hover {
	color: #e8e3df;
	text-decoration: none;
}

#header {
	width: 953px;
	height: 79px;
	background: url(images/header_bg.jpg) no-repeat;
}

#header h1 a {
	width: 192px;
	height: 60px;
	position: absolute;
	top: 10px;
	left: 20px;
	text-indent: -9000px;
	font-size: 1%;
}

#header ul {
	position: absolute;
	top: 33px;
	left: 250px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header ul li {
font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	margin-right: 30px;
}

#header ul li.current_page_item a {
	color: #e8e3df;
}

#promo {
	width: 953px;
	height: 379px;
}

#page-header {
	width: 953px;
	height: 164px;
}

#content {
	width: 953px;
	min-height: 310px;
	background: url(images/content_bg.jpg) no-repeat;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#page {
	margin-left:40px;
}

h1.latest_news {
	text-indent: -9000px;
	font-size: 1%;
	width: 953px;
	height: 82px;
	background: url(images/headers/latest_news.gif) no-repeat 40px 50%;
}

h1.who_we_are {
	text-indent: -9000px;
	font-size: 1%;
	width: 953px;
	height: 62px;
	background: url(images/headers/who_we_are.gif) no-repeat 40px 30px;
}

h1.contact {
	text-indent: -9000px;
	font-size: 1%;
	width: 953px;
	height: 62px;
	background: url(images/headers/contact.gif) no-repeat 40px 30px;
}

h1.friends {
	text-indent: -9000px;
	font-size: 1%;
	width: 953px;
	height: 62px;
	background: url(images/headers/friends.gif) no-repeat 40px 30px;
}

div.post {
	margin-bottom: 40px;
	width: 700px;
}

div.post h2 {
	font-size: 18px;
	font-weight: normal;
}

div.post h2 a {
	color: #e8e3df;
}

div.post small {
	color: #798b7d;
	font-size: 11px;
}

div.post div.entry {
	margin: 10px 0 10px 0;
}

div.post div.page-entry {
	margin: 0 0 10px 0;
}

div.post p.postmetadata {
	font-size: 11px;
}

ul.friends_list {
        list-style-type: none;
}

ul.friends_list li a {
        font-size:14px;
        display: block;
}

ul.friends_list li {
        font-size:10px;
        margin-bottom:10px
}


#footer {
	width: 953px;
    margin-bottom: 30px;
}

#footer p {
	margin: 0;
	float: left;
	color: #798b7d;
	font-size: 10px;
	margin-left: 30px;
}

#footer p.copy {
	padding-top: 7px;
	margin-left: 10px;
	color: #30302e;
}

#footer p.credits {
	float: none;
	clear: both;
	color: #30302e;
	margin-left: 35px;
}

