@charset "UTF-8";
/* CSS Document */

body {
	background: #6336a7;
	font-family: Lucida Grande, Lucida Sans, Helvetica, Tahoma;
	font-size: 13px;
	color: #fff;
	line-height: 24px;
	background-image:url(../img/background.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	background-position: top center;
	margin: 0px;
}


cartoon {
	border: none;
	padding-right:20px;
}

a {
	color: #b997ff;
	line-height:13px;
}
a:link {
	text-decoration: none;
	color: #b997ff;
}
a:visited {
	text-decoration: none;
	color: #b997ff;
}
a:hover {
	text-decoration: underline;
	color: #b997ff;
}
a:active {
	text-decoration: none;
	color: #fff;
}

.header {
	font-family: Garamond, Georgia, Times New Roman;
	font-size: 65px;
	line-height: 45px;
}

.header2 {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}

.subheader {
	color: #ff5bed;
	font-size:13px;
	text-align:right;
}

.intro {
	font-size:32px;
	line-height:34px;
	text-align:left;
}

.name {
	font-family: Garamond, Georgia, Times New Roman;
	font-size:95px;
	line-height:50px;
}

.copyright {
	text-transform:uppercase;
	font-size:9px;
	text-align:center;
}


/* divs start here */


#wrapper{
	text-align:left;
	width:1000px;
	/* margin: 5px 0 20px; top, right/left, bottom */
	margin: 0 auto;
}


#left-column{
	text-align:right;
	width:466px;
	background-color:#111e28;
	float:left;
	padding-left:15px;
	padding-right:20px;
	padding-top:30px;
} 

#right-column{
	text-align:right;
	width:473px;
	float:right;
	/* padding-top:20px; */
	vertical-align:top;
} 


#social{
	text-align:center;
	width:478px;
	float:right;
	vertical-align:top;
	margin-bottom:10px;
	margin-top:10px;
} 


#featured{
	text-align:right;
	background-color:#fff;
	background-image:url(../img/featured-bg.png);
	width:449px;
	height:500px;
	float:right;
	vertical-align:top;
	padding: 8px 12px 8px 10px;
	margin-bottom:30px;
	color:#2b3944;
	border:#fff dotted 1px;
	
} 

#links{
	text-align:right;
	background-color:#111e28;
	width:456px;
	float:right;
	vertical-align:top;
	padding-right:15px;
	margin-bottom:30px;
} 

#music-header{
	text-align:right;
	font-size:18px;
	width:457px;
	background-color:#6336a7;
	float:right;
	vertical-align:middle;
	padding: 7px 15px 7px 0;
	margin-bottom:10px;
} 

#music{
	text-align:right;
	width:478px;
	float:right;
	vertical-align:top;
} 

/*	New Nav	--------------------------------------------------	*/
ul#main-nav { background: repeat-x 0 -11px; width: 100%; margin: 0 0 15px; padding: 5px 0 40px; list-style: none; height: 75px; }
ul#main-nav li { display: inline; font-size: 18px; line-height: 24px; text-transform: uppercase;}
ul#main-nav li a, ul#main-nav li a:visited { display: block; float: right; width: 448px; margin: 0; padding: 20px 15px 20px 9px; color: #fff; background: #111e28; margin-bottom:10px;}
ul#main-nav li a small { display: block; font: lighter 10px/1 "Lucida Grande", Tahoma;  color: #b997ff; font-size: 16px; letter-spacing: 1px; line-height: 18px; text-transform:lowercase;}
ul#main-nav li a:hover, ul#main-nav li.current a { color: #b997ff; text-decoration: none; }
ul#main-nav li a:hover { font-style: normal; }
ul#main-nav li a:hover small, ul#main-nav li.current a small { color: #fff; font-style: normal; }

/*	End new nav */