@charset "UTF-8";

<!--
// This is only the CSS for the no script warning to turn on JS.
// Except for the body one, it is what makes there no margins so
// the flash is full screen. Otherwise there would be edges. To
// bring back the margins, just delete or comment the code.
-->

<!--

.text 
{
	color: #009999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
	
body {margin: 0;}

#main{
	/*background: url(../gx/disco-ball-bg.jpg) no-repeat;*/
	width: 460px;
	height: 143px;
	float: right;
	margin-top: -30px;
	margin-right: -10px;
	padding-top: 20px;
	margin-bottom: 15px;
	position: relative;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#main { margin-right: -20px; }
/*webkit hack*/
}

#content {
	width: 750px;
	height: 4600px;
	position: relative; 
	float: right;
	margin-right: -25px;	
	margin-top: -25px;
}
#content a, a:visited{
	color: #999;	
}
#content a:hover{
	color: #333;
	}
#content #bio{
	width: 590px;
	height: 4600px;
	overflow: auto;
	background: url(../gx/yellow-pattern-bg.jpg) repeat-y;
	padding-top: 35px;
	margin-top: 50px;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
	border: 1px solid;
	border-color: #ccc;
}
#content #bio #copy{
	padding: 10px 10px 50px 10px;
	width: 460px;
	background: url(../gx/white-bg-for-text.png) repeat;
	margin-right: 0px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
	border: 1px solid;
	border-color: #2b1303;
}
#content #bio #copy p{
	color: #2b1303;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#content #bio #copy #topFive p{
	font-size: 11px;
}

h1{	
	color: #2b1303;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}

#content #narrow {
	width: 160px;
}
#content #narrow-one {
	width: 210px;
}
#content #wide{
	width: 280px;
	height: 150px;
}
#content #wider {
	width: 420px;
}
#content #wider p{
	text-align: justify;
}

#logo{
	background: url(../gx/roots-logo.jpg) no-repeat;
	float: right;
	width: 400px;
	height: 408px;
}
#mp3Player{
	margin-top: 0px;
	margin-left: 0px;
	padding: 20px 20px 20px 20px;

	background: #CCC;
}

-->
