a, a:active, a:visited, a:link {
    color:#ad6fbf;
    text-decoration:none;
    font-weight:bold;
    outline: none;
    cursor:hand;
}

a:hover {
    color:#af2cd5;
    text-decoration:none;
    cursor:pointer;
}


#container {
    margin: 0 auto 17px;
    width: 759px;
    height: 100%;
}

#main {
    padding: 0 50px 50px;
    background: #fff;
    height:100%;
}
#footer{
	padding-top:7px;
	font-size:70%;
	color:#fe3002;
	text-align:right;
	padding-bottom:15px;
	}

#press >  ul{
	list-style-type: disk;
	font-size:80%;
	}

/*
Nav Rollovers
*/
#nav {
    background-color: #000;
    height: 12px;
    padding:9px 15px;
}
.store,.tour,.video,.audio,.lyrics,.bio,.press,.contact,.photo {
    height: 0px;
    padding-top: 12px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin-right:33px;
    background-attachment:fixed; 
}
.store {
    background: url(/img/but-store.png) no-repeat;
    width:44px;
    margin-left:13px;
}
.tour {
    background: url(/img/but-tour.png) no-repeat;
    width:44px;
}
.video {
    background: url(/img/but-video.png) no-repeat;
    width:45px;
}
.audio {
    background: url(/img/but-audio.png) no-repeat;
    width:47px;
}
.lyrics {
    background: url(/img/but-lyrics.png) no-repeat;
    width:45px;
}
.bio {
    background: url(/img/but-bio.png) no-repeat;
    width:23px;
}
.press {
    background: url(/img/but-press.png) no-repeat;
    width:39px;
}
.contact {
    background: url(/img/but-contact.png) no-repeat;
    width:71px;
}
.photo {
    background: url(/img/but-photo.png) no-repeat;
    width:54px;
}
.store:hover,.tour:hover, .video:hover,.audio:hover,.lyrics:hover,.bio:hover,.press:hover,.contact:hover, .photo:hover {
    background-position: 0 -12px;
}

/*
Share Rollovers
*/
#share {
    color: #929191;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size:70%;
}
#share td{
	vertical-align:middle
	}
.itunes, .twitter, .facebook, .myspace, .flickr {
    width: 27px;
    height: 0px;
    padding-top: 27px;
    overflow: hidden;
    cursor: pointer;
    font-size:10%;
    display:inline-box;
    float:right;
}

.itunes {
    background: url(/img/icon-itunes.png) no-repeat;
}

.twitter {
    background: url(/img/icon-twitter.png) no-repeat;
}

.facebook {
    background: url(/img/icon-facebook.png) no-repeat;
}

.myspace {
    background: url(/img/icon-myspace.png) no-repeat;
}

.flickr {
    background: url(/img/icon-flickr.png) no-repeat;
}

.itunes:hover, .twitter:hover, .facebook:hover, .myspace:hover, .flickr:hover {
    background-position: 0 -27px;
}
/*
News
*/

#news h2, #press h2, #contact h2 {
	color:#ad6fbf;
	background: url(/img/icon-arrow.png) no-repeat center left;
	padding-left:18px;
	margin-bottom:14px;
}

#news p:first-child{
	padding-top:0px;
	margin-top:0px;
}
#news > ul{
	margin:0px 0px 15px 0px;
	padding:0px;
	list-style-type:none;
}
#news > ul > li{
	list-style-type:none;
	margin:0px 0 015px;
	border-bottom:1px solid #ccc;
	padding:0px 0 15px 0;
}
ol{
	margin-top:0;
	margin-left:2em !important;
	margin-left:1em;
	}
ol > li{
	font-size:75%;
	color:#555;
	margin-left:0;
}
#news > ul > li > p {
	float:left;
	display:block;
	width:75%;
}
#news > ul > li > img {
	
}
#news table {
	width:100%;
}

#contact h3{
	
	margin-bottom:0px;
	}
	.tracks{
		font-size:75%;
	color:#555;
	}
.tracks li {
	list-style-position:inside
}

ul.tracks {
	margin-bottom:15px;
}
