/*
	FOR BROWSER COMPABILITY
*/
:root
{
	overflow:-moz-scrollbars-vertical;
}
*
{
	margin:0px;
	padding:0px;
}
IMG
{
	border:0px;
}
BODY
{
	background:#3c2014 url(bg.jpg);
	margin:0px;
}
BODY,
TABLE,
INPUT,
TEXTAREA
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
}
H2
{
	margin-bottom:7px;
}
H3,
H4
{
	margin:14px 0px;
	margin-bottom:7px;
}
H4
{
	font-weight:normal;
}
P,
UL,
OL
{
	margin:7px 0px;
}
LI
{
	margin-left:20px;
}


#container
{
	margin:14px auto;
	width:770px;
}

#header
{
	text-align:center;
	padding:14px 0px;
}
#navbar
{
	text-align:right;
	float:right;
	width:100px;
}
#navbar UL
{
	margin:0px;
	list-style-type:none;
}
#navbar LI
{
	margin:7px 0px;
}
#navbar IMG
{
	background:#fff;
	padding:7px;
}
#logo
{
	padding-left:100px;
}

TABLE.layout,
TABLE.section
{
	width:100%;
}
TABLE.section
{
	background:#fff;
}
TD
{
	vertical-align:top;
}
TD.layout
{
	padding-right:14px;
	padding-bottom:14px;
}
TD.section
{
	background:#ccc;
	padding:14px;
	padding-bottom:7px;
}
TD.section.fullscreen
{
	padding:0px;
}
TD.section.half
{
	width:50%;
}
TD.section.onethird
{
	/*width:33%;*/
	width:210px;
}
TD.section.twothird
{
	/*width:66%;*/
	width:462px;
}
TD.layout.onethird TABLE.section
{
	width:252px;
}
TD.layout.twothird TABLE.section
{
	width:504px;
}

/*.section DIV.holder
{
	overflow:hidden;
}
.section.sprout DIV.holder
{
	height:153px;
}
.section.sprout.half DIV.holder
{
	height:205px;
}*/
.section DIV.left
{
	float:left;
	width:61px;
	height:76px;
}
.section DIV.right H3
{
	padding:7px 0px;
}
.section DIV.right DIV.body
{
	overflow:hidden;
	height:30px;
}
.section DIV.left *,
.section DIV.right *
{
	margin:0px;
}
.section DIV.right
{
	float:right;
}
.section.headlines DIV.right
{
	width:372px;
}
.section.artists DIV.right
{
	width:120px;
}
/*BODY.home .section.headlines,
BODY.home .section.artists
{
	height:436px;
	overflow:hidden;
}*/
BODY.home .section.news
{
	padding-bottom:0px;
}
BODY.home .section.news H2,
BODY.home .section.artists H2
{
	margin-bottom:14px;
}
BODY.home .section.live LI
{
    list-style-type:none;
    margin-left:0px;
    height:18px;
    overflow:hidden;
}
/*BODY.home .section.artists H3
{
	margin-top:5px;
	margin-bottom:15px;
}
BODY.home .section.artists P.image
{
	margin-bottom:0px;
}*/
.section.footer IMG
{
	padding-bottom:5px;
}


INPUT,
TEXTAREA
{
	border:0px;
}
INPUT.text,
TEXTAREA
{
	width:100%;
}
FORM DIV.submit
{
	margin:14px 0px;
}

DIV.hr
{
	margin:14px -14px;
	height:14px;
	background-color:#fff;
}
DIV.hr *
{
	display:none;
}

A
{
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}
BODY.artists UL.releases
{
	list-style-type:none;
}
BODY.artists UL.releases LI
{
	display:inline;
	margin-left:0px;
	margin-right:7px;
	margin-bottom:7px;
}
