body { 
	background: url(../images/background.jpg) repeat center top fixed;
	margin: 0 auto;
	text-align: center;
}
img { border: 0;}

.clearing {    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

/************************************************************************/
/* 									STRUCTURE							*/
/************************************************************************/

div#wrapper {
	width: 960px;
	margin: 0 auto;
}

div#navigation {

	height:59px;
	margin-left: 72px;
	background: url(../images/nav-2010.png) no-repeat;
}

div#featured {
	float: left;
	position: relative;
	width: 492px;
	height: 332px;
	z-index: 60;
	margin-left: -40px;
	margin-top: -10px;
	background: url(../images/featured.png) no-repeat;
}

div#title {
	float: right;
	position: relative;
	width: 468px;
	height: 311px;
	background: url(../images/fnglogo.png) no-repeat;
	margin-top: 20px;
}

div#body_top {
	float: left;
	position: relative;
	width: 960px;
	height: 72px;
	background: url(../images/body_top.png) no-repeat center;
	margin-top: -70px;
	z-index: -1;
}

div#content {
	float: left;
	position: relative;
	width: 844px;
	background: url(../images/body_bg.png) repeat-y center;
	margin-left: 58px;
	clear: both;
}

div#col1 {
	width: 500px;
	float: left;
	margin-left: 22px;
	text-align: left;
	clear: both;
}

div#col2 {
	width: 300px;
	float: left;
	text-align: left;
}

div#footer {
	position: relative;
	width: 100%;
	min-height: 200px;
	background: #200121	 url(../images/footer.png) center top no-repeat;
	float: left;
}

div#col1 .col1_content {
	padding: 0 30px
}

div#col2 .col2_content {
	padding: 0 25px
}

/************************************************************************/
/* 				              Elements           						*/
/************************************************************************/

.floatright { float: right; }

ul.footer-nav {
	margin-bottom: -5px;
}

ul.footer-nav li {
	display: inline;
	margin-right: 15px;
}

ul.footer-nav li a {
	font-family: arial;
	font-size: 12px;
	color: #552258;
	text-decoration: none;
	font-weight: lighter;
}

ul.footer-nav li a:hover {	color: #a81fb1; }

img.artist-listing-image {
	margin-left: -15px;
}

.col1_content hr {
	border-top: 1px solid #1c0115;
	border-bottom: 1px solid #5d2858;
	border-left: 0px;
	border-right: 0px;
}

table.download-content{
	width:  100%;
}
	

table.download-content th, table.download-content td, table.download-content th, table.download-content tr {
	padding: 8px;
	margin: 0;
	font-family: arial;
	font-size: 13px;
	font-weight: lighter;
}

table.download-content th {
	background: #632f5d;
	color:  #fff;
}

table.download-content th.row1 {
	width: 35%;
}

table.download-content th.row2 {
	width: 65%;
}

table.download-content td.row1, table.download-content td.row2, 
table.download-content a, table.download-content a
 {
	color: #000;
}

table.download-content td.row1 {
	background: #a26c89;
	}
	
table.download-content td.row2 {
	background: #a25c79;
	}	
	
.password-field {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #a26c89;
	background: #e0d9ef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 0;
	
}


/************************************************************************/
/* 									Type         						*/
/************************************************************************/

div#col1 .col1_content p {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: .8em;
	color: #fff;
	line-height: 1.5em;
}

div#col1 .col1_content h1 {
	font-family: georgia;
	font-size: 1.7em;
	font-weight: lighter;
	color: #10afa2;
}

h2 {
	font-family: georgia;
	font-size: 1.2em;
	font-weight: lighter;
	color: #10afa2;
}


div#col2 .col2_content h1 {
	font-family: georgia;
	font-size: 1.2em;
	font-weight: lighter;
	color: #10afa2;
}

div#footer .footer_content p {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: .7em;
	color: #552258;
	line-height: 2.8em;
}

div#col1 strong { color: #ffae39;}

div#col1 a { color: #ffd393;}

/************************************************************************/
/* 									Featured       						*/
/************************************************************************/

div#featured ul {list-style-type: none; margin: 0px;}
div#featured li {margin: 22px 0 0 -19px;}


/************************************************************************/
/* 									Forms       						*/
/************************************************************************/

div#col2 input.frmInput {
	background: #79527b;
	width: 233px;
	height: 20px;
	border:  1px solid #29032b;
	display:  block;
	padding: 7px 0 0 3px;
	margin: 0px 0px 5px 0;
	font-family: helvetica, arial;
	font-size: .8em;
	color: #fff;
}


/************************************************************************/
/* 				        Social Media Icons         						*/
/************************************************************************/

div#twitter {
	position: absolute;
	margin-top: 323px;
	margin-left: 765px;
	height: 76px;
	width: 71px;
	padding: 0 0 0 -30px;
	background: url(../images/twitter.png) no-repeat;
	z-index: 50;
}

div#myspace {
	position: absolute;
	margin-top: 340px;
	margin-left: 685px;
	height: 54px;
	width: 62px;
	background: url(../images/myspace.png) no-repeat;
	z-index: 50;

}

div#facebook {
	position: absolute;
	margin-top: 340px;
	margin-left: 605px;
	height: 54px;
	width: 62px;
	background: url(../images/facebook.png) no-repeat;
	z-index: 50;
}

/************************************************************************/
/* 				        Artists			         						*/
/************************************************************************/

.img_float_right {
	float: right;
	margin-left: 10px;
	border: 2px solid #fff;
}


/************************************************************************/
/* 				        Twitter Updates         						*/
/************************************************************************/

.twitter {
	width: 235px;
	margin-bottom: 2em;
	color: #fff;
	font-family: helvetica, arial;
	font-size: .8em;
	background: url(../images/twitter_bubble.png) top center no-repeat #583558;
	padding: 30px 0 0 0;
}

div#twitter h2 {
	margin: 0;
	padding: 0.4em 1em;
	font-size: 1.1em;
	color: #fff;
	background-color: #888;
}

p#preloader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("../images/loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

ul#twitter_update_list {
	margin: 0;
	padding: 0 1em 0.5em 1em;
	list-style-type: none;
}

ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #ccc;
}

ul#twitter_update_list li a {
	/* timestamp link */
	color: #3b0e3b;
}

ul#twitter_update_list li span {
	display: block;
}

ul#twitter_update_list li span a {
	/* links in tweet */
	color: #ffcc00;
}

ul#twitter_update_list li.firstTweet {
}

ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

a#profileLink {
	display: block;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #888;
}


