/* global */
*
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #482040;
	font-size: 11px;
	line-height: 120%;
	background-image: url(../img/bg_gradient.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

p { padding: 0px 0px 10px 0px; }

h1
{
	letter-spacing: .05em;
	font-size: 14px;
	line-height: 120%;
	padding: 0px 0px 15px 0px;
	font-family: Georgia, sans-serif;
}

h2
{
	letter-spacing: .1em;
	font-size: 16px;
	line-height: 120%;
	padding: 0px 0px 20px 0px;
	font-family: Georgia, sans-serif;
}

h3
{
	letter-spacing: .1em;
	font-size: 18px;
	line-height: 120%;
	padding: 0px 0px 25px 0px;
	font-family: Georgia, sans-serif;
}


/* a */

a { color: #ebcbe3; }

a:hover, a:link { color: #ebcbe3; }

a:visited { color: #772061; }


/* class */

.strong
{
	font-weight: bold;
}

.sup
{
	vertical-align: super;
	font-size: .8em;
}

.hidden
{
	position: absolute;
	left: -9000px;
}

.indent { padding: 0px 0px 15px 15px; }

.pad { padding: 0px 10px 5px 10px; }

.small
{
	font-size: 10px;
	color: #FFF;
	position: relative;
	top: 10px;
	left: 5.25em;
	display: block;
}

.small_text
{
	font-size: 10px;
}


/* div */

#container
{
	margin: auto auto auto 0px;
	min-width: 960px;
	overflow: hidden;
}

#containerwide
{
	margin: auto auto auto 0px;
	min-width: 1010px;
	overflow: hidden;
}

#containerphoto
{
	margin: auto auto auto 0px;
	min-width: 1160px;
	overflow: hidden;
}

#masthead
{
	margin: 0px;
	padding: 15px 0px 5px 20px;
	height: 31px;
	width: auto;
	border-bottom: 1px #772061 solid;
	background-color: transparent;
}

#nav
{
	float: left;
}

#playerSlim
{
	float: left;
	padding-left: 100px;
}

#playerFull
{
	padding-bottom: 20px;
}

/*
#player
{
	float: left;
	position: absolute;
	left: 510px;
}
*/

#content
{
	margin: 0px;
	width: auto;
	height: 100%;
	overflow: hidden;
	clear: both;
	background-color: #fff;
}

#colA
{
	width: 430px;
	height: 100%;
	min-height: 665px;
	float: left;
	background-color: #2d2c32;
	background-image: url(../img/JaelGadsden_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: 1px #772061 solid;
	overflow: hidden;
}

#colAcontact
{
	width: 430px;
	height: 100%;
	min-height: 645px;
	float: left;
	background-color: #2d2c32;
	background-image: url(../img/JaelGadsden_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: 1px #772061 solid;
	overflow: hidden;
}

#colAmusic
{
	width: 430px;
	height: 60em;
	min-height: 645px;
	float: left;
	background-color: #fff;
	background-image: url(../img/JaelGadsden_music.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: 1px #772061 solid;
	overflow: hidden;
}

#colAbio
{
	width: 430px;
	height: 75em;
	min-height: 645px;
	float: left;
	background-color: #080709;
	background-image: url(../img/JaelGadsden_bio.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: 1px #772061 solid;
	overflow: hidden;
}

#colAnews
{
	width: 450px;
	float: left;
	padding-left: 40px;
	padding-right: 20px;
	margin-bottom: 30px;
}

#colB
{
	width: 400px;
	float: left;
	padding: 30px 15px 15px 60px;
}

#colBmed
{
	width: 450px;
	float: left;
	padding: 30px 15px 15px 60px;
}

#colBmedNews
{
	width: 450px;
	float: left;
	padding: 95px 0px 15px 0px;
	margin-bottom: 20px;
}

#colBwide
{
	width: 500px;
	float: left;
	padding: 30px 15px 15px 60px;
}

#colBphoto
{
	width: 350px;
	float: left;
	padding: 30px 15px 15px 40px;
}

#colB ul
{
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 15px 15px;
}

#footer
{
	font-size: 10px;
	color: #ebcbe3;
	clear: both;
	margin: 0px;
	padding: 10px 10px 5px 20px;
	height: 40px;
	border-top: 1px #772061 solid;
}

/* nav */

#nav ul
{
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

#nav ul li { display: inline; }

#nav ul li a
{
float: left;
}

#nav_home
{
	width: 75px;
	height: 20px;
	text-decoration: none;
	background-image: url(../img/home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav_home:hover
{ 
	background-position: -75px 0;
}

#nav_home_on
{ 
	width: 75px;
	height: 20px;
	text-decoration: none;
	background-image: url(../img/home.gif);
	background-repeat: no-repeat;
	background-position: -75px 0;
}

#nav_bio
{
	width: 50px;
	height: 20px;
	text-decoration: none;
	background-image: url(../img/bio.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav_bio:hover
{ 
	background-position: -50px 0;
}

#nav_bio_on
{ 
	width: 50px;
	height: 20px;
	text-decoration: none;
	background-image: url(../img/bio.gif);
	background-repeat: no-repeat;
	background-position: -50px 0;
}

#nav_news
{
	width: 70px;
	height: 20px;
	text-decoration: none;
	background-image: url(../img/news.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav_news:hover
{ 
	background-position: -70px 0;
}

#nav_news_on
{ 
	width: 70px;
	height: 20px;
	text-decoration: none;
	background-image: url(../img/news.gif);
	background-repeat: no-repeat;
	background-position: -70px 0;
}

#nav_music
{
	width: 78px;
	height: 20px;
	text-decoration: none;
	background-image: url(../img/music.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav_music:hover
{ 
	background-position: -78px 0;
}

#nav_music_on
{ 
	width: 78px;
	height: 20px;
	text-decoration: none;
	background-image: url(../img/music.gif);
	background-repeat: no-repeat;
	background-position: -78px 0;
}

#nav_photos
{
	width: 90px;
	height: 20px;
	text-decoration: none;
	background-image: url(../img/photos.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav_photos:hover
{ 
	background-position: -90px 0;
}

#nav_photos_on
{ 
	width: 90px;
	height: 20px;
	text-decoration: none;
	background-image: url(../img/photos.gif);
	background-repeat: no-repeat;
	background-position: -90px 0;
}

#nav_contact
{
	width: 107px;
	height: 20px;
	text-decoration: none;
	background-image: url(../img/contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav_contact:hover
{ 
	background-position: -107px 0;
}

#nav_contact_on
{ 
	width: 107px;
	height: 20px;
	text-decoration: none;
	background-image: url(../img/contact.gif);
	background-repeat: no-repeat;
	background-position: -107px 0;
}

#nav_buy
{
	width: 85px;
	height: 20px;
	text-decoration: none;
	background-image: url(../img/buy_cd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav_buy:hover
{ 
	background-position: -85px 0;
}


/* box */

.roundedbox
{
	width: auto;
	height: auto;
	position: relative;
	margin: 20px 0px 0px 0px;
	background-color: transparent;
}

.toprowhead
{
	margin: 20px 0px 0px 0px;
	background-image: url(../img/JaelGadsden_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 119px;
}

.toprowheadmed
{
	margin: 20px 0px 0px 0px;
	background-image: url(../img/JaelGadsden_head_med.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 119px;
}

.toprowheadwide
{
	margin: 20px 0px 0px 0px;
	background-image: url(../img/JaelGadsden_head_wide.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 119px;
}

.toprow
{
	background-image: url(../img/cornersTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
}

.toprowmed
{
	background-image: url(../img/cornersTop_med.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
}

.toprowwide
{
	background-image: url(../img/cornersTop_wide.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
}

.boxcontent
{
	padding: 10px 10px 5px 15px;
	width: 315px;
	background-color: #999;
}

.boxcontentmed
{
	padding: 10px 10px 5px 15px;
	width: 400px;
	background-color: #999;
	overflow: hidden;
}

.boxcontentmedshort
{
	padding: 10px 10px 0px 15px;
	width: 400px;
	background-color: #999;
}

.boxcontentwide
{
	padding: 10px 10px 5px 15px;
	width: 450px;
	background-color: #999;
	overflow: hidden;
}

.boxCol1
{
	padding: 7px 10px 7px 0px;
	width: 46%;
	background-color: transparent;
	float: left;
	border-right: 1px #772061 solid;
}

.boxCol2
{
	padding: 7px 0px 7px 10px;
	width: 46%;
	background-color: transparent;
	float: left;
}

.bottomrow
{
	background-image: url(../img/cornersBtm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
	width: 340px;
}

.bottomrowmed
{
	background-image: url(../img/cornersBtm_med.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
}

.bottomrowwide
{
	background-image: url(../img/cornersBtm_wide.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
}

/* form */

#form fieldset
{
	display: block;
	margin: 0 0 7px 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #000000;
	padding: 0 1em 1em 1em;
}

#form input
{
	position: relative;
	top: -15px;
	left: 4em;
	display: block;
	background-color: #FFF;
}

#form input.submit
{
	clear: both;
	top: 0;
}

#form label
{
	clear: both;
	float: left;
	display: block;
	width: 8em;
	margin-top: -1em;
	font-weight: bold;
}

#form p { padding: 0px; }

.clear
{
	clear: both;
	height: 1px;
}

