/* MAIN STYLES FOR seedrecords.com
// Written by A.Dobson 2006
// andy@digitonal.com
*/

BODY, HTML {
width: 100%;
height: 100%;
}

BODY {
padding: 0px;
margin: 0px;
background: #484647 url('../images/background/bg1.jpg') top left repeat-y;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #484647;
}

STRONG {
font-weight: normal;
color: #484647;
}

A {
	text-decoration: none;
	color: #484647;
	font-weight: bold;
}

A:hover {
	color: #FF0000;
	text-decoration: underline;
}

H3 {
	padding: 3px 5px 3px 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #484647;
}

H3 A{
	font-weight: bold;
	color: #484647;
	display: block;
}

H3.highlight{
color: #FF0000;
}

HR {
	height: 1px;
	border: 1px solid #484647;
}

INPUT{
background: #EEEAE9;
border: none;
padding: 0px 3px;
width: 200px;
font-size: 10px;
color: #464847;
}

INPUT.goButton{
background: #EEEAE9;
border: none;
width: 25px;
font-size: 9px;
padding: 1px; 
}

#holder{ /* THIS DIV IS FOR THE OVERALL BACKGROUND ETC */
	text-align:left;
	width: 750px;
	background: #fff;
	display: block;
	padding: 10px;
	margin-left: 138px;
	clear: left;
}
.clear {
clear: both;
}

#contentWrapper {
	border-top: 2px solid #484647;
	border-bottom: 2px solid #484647;
	background: url(../images/background/tableborder.gif) top left repeat-y;
}

/* BANNER CLASSES */
#banner {
padding-top:100px;
padding-bottom:5px;
margin-bottom: 5px;
border-bottom: 1px solid #484647;
}
	
#logo{
float: left;
}

#rhc{
float: right;
vertical-align: bottom;
}

#address{
width: 100px;
float: left;
line-height: 15px;
text-align: right;
padding-left: 10px;
}

#mailingList{
width: 300px;
float: left;
text-align: right;
margin-top: 6px;
}

/* MAIN BLOCKS */
#lhContent{
	float: left;
	width: 354px;
	border-right: none;
	clear: both;
}

#rhContent{
float: left;
width: 383px;
padding-bottom: 20px;
margin-left: 2px;
}

#rhContent H3{
text-align: right;
border-top: 1px solid #484647;
border-bottom: 1px solid #484647;
}

/* NAVIGATION BLOCK */
#nav{
text-align: left;
padding: 5px 10px;
background: #484647;
border-bottom: 1px solid black;
}

#nav UL{
list-style: none;
padding: 0px;
margin: 0px;
}
#nav UL LI{
display: inline;
padding: 0px 5px;
font-size: 15px;
font-weight: bold;
color: #333333;
}
#nav UL LI A{
color: #D3D3D3;
}

/* HERO IMAGE */
#heroImage{
text-align: center;
padding: 10px 0px;
border-bottom: 1px solid #484647;
}

/* RADIO PLAYER */
#radioPlayer{
border-bottom: 1px solid #484647;
padding: 10px 5px;
}

#features{
padding: 10px 5px;
clear: both;
}

#features .story{
padding: 5px 10px 5px 10px;
}

#features .story IMG{
padding-right: 10px;
}

#microsites{
padding: 10px 5px;
clear: both;
}
/* Articles */

.articleBlock{
text-align: left;
padding-top:10px;
clear: both;
}

.articleBlock .title{
	width: 160px;
	padding:0px 15px;
	line-height: 20px;
	font-size: 120%;
	color: #000000;
	font-weight: bold;
}

.articleBlock .story{
float: left;
padding:0px 15px;
}

.articleBlock .story P{
color: #000000;
}

.articleBlock .story P.headline{
color: #000000;
}

.articleBlock .title IMG{
border: 3px solid black;
margin-top: 15px;
}
/* NEWS BLOCKS */
#newsBlock{
text-align: right;
padding-top:5px;
}

#newsBlock .story{
padding: 5px 20px 5px 40px;
}

#newsBlock .story IMG{
padding-left: 35px;
float: right;
}


/* --- DISPLAY NEWS --*/
#displayNews {
text-align: left;
padding-top:10px;
clear: both;
}

#displayNews .story{
float: right;
padding:0px 15px;
}

#displayNews .story P{
color: #000000;
}

#displayNews .story P.headline{
color: #FF0000;
}

#displayNews .title{
	
	width: 160px;
	padding:0px 15px;
	line-height: 20px;
	font-size: 120%;
	color: #000000;
	font-weight: bold;
}

#displayNews .title IMG{
border: 3px solid black;
margin-top: 15px;
}

/* -- DISCOGRAPHY CLASSES -- */


#displayDiscog {
text-align: right;
padding-top:10px;
clear: both;
}

#displayDiscog .story{
float: right;
width: 170px;
padding-right: 15px;
}

#displayDiscog .story P{
color: #000000;
}

#displayDiscog .story P.headline{
color: #FF0000;
}

#displayDiscog .title{
	float: right;
	width: 160px;
	padding-right: 15px;
	line-height: 20px;
	font-size: 120%;
	color: #000000;
	font-weight: bold;
}

#displayDiscog .title IMG{
border: 3px solid black;
margin-top: 15px;
}
