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

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	/*font-family: "le-havre-1","le-havre-2",sans-serif;*/
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body {
	/*font-family: "le-havre-1","le-havre-2",sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #F4E9CD url(../images/bg_body.jpg) repeat-y 50% 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #CC2F1F;
}
a:hover {
	color: #74C494;
}

#wrap {
	width:875px;
	margin: 0 auto;
}
#home #wrap-inner {
	width:875px;
	background: transparent url(../images/bg_homer.png) no-repeat;
	float: left;
}
#wrap-inner {
	width:875px;
	background: transparent url(../images/bg_homer_sub.png) no-repeat;
	float: left;
}
#header-wrap {
	position: relative;
	/*background: transparent url(../images/bg_navs.png) no-repeat;*/
	height: 79px;
	width: 875px;
}
#header {
	position: absolute;
	top: 0;
	/*background: transparent url(../images/bg_nav.png) no-repeat;*/
	height: 66px;
	width: 875px;
}
#logo span {
	display: block;
	text-indent: -9999px;
}

#nav {
	
}

#nav ul {
	position: relative;
	width: auto;
	margin: 23px 0 0 20px;
}
#nav ul li {
	float: left;
	display: inline;
	margin-right: 30px;
	/*border: 1px dashed #c00;*/
}
#nav a, ul#foot-nav a {
	font-size: 11px;
	display: block;
	text-indent: -9999px;
}
#nav ul li.last a {
	margin-right: 0;
}
#nav ul li.home{
	background: transparent url(../images/link_home.png) no-repeat;
	width: 40px;
}
#nav ul li.bio{
	background: transparent url(../images/link_bio.png) no-repeat;
	width: 35px;
}
#nav ul li.blog{
	background: transparent url(../images/link_blog.png) no-repeat;
	width: 40px;
	margin-right: 20px;
}
#nav ul li.news{
	margin-right: 335px;
	width: 45px;
	background: transparent url(../images/link_news.png) no-repeat;
}
#nav ul li.music{
	background: transparent url(../images/link_music.png) no-repeat;
	width: 45px;
	margin-right: 20px;
}
#nav ul li.media{
	background: transparent url(../images/link_media.png) no-repeat;
	width: 45px;
	margin-right: 20px;
}
#nav ul li.shows{
	background: transparent url(../images/link_shows.png) no-repeat;
	width: 50px;
}
#nav ul li.store{
	width: 40px;
	background: transparent url(../images/link_store.png) no-repeat;
}

#sub-nav li {
	float:left;
	display: inline;
}
#sub-nav li.links a {
	background: transparent url(../images/link_links.png) no-repeat;
	width: 42px;
	height: 25px;
}
#sub-nav li.contact a {
	background: transparent url(../images/link_contact_mindy.png) no-repeat;
	width: 90px;
	height: 25px;
}
#sub-nav li a {
	color: #cc2f1f;
	display: block;
	text-indent: -9999px;
}
#sub-nav {
	position: absolute;
	right: 100px;
	top: 65px;
}


/* Image based titles */
h2.image, h3.image, h4.image {
	overflow: hidden !important; text-indent: -999px !important; display: block !important; height: 18px !important;
    background-position: top left !important;
	background-repeat: no-repeat !important;
}
h2.image span, h3.image span {
	display: block !important; height: 20px !important;
	background: transparent url(../images/bg_border_dash.png) repeat-x bottom left !important;
}
h3#anchor_the_brand_new_album { background-image: url(/images/titles/anchor_the_brand_new_album.png) !important; }
h3#preview_the_album { background-image: url(/images/titles/preview_the_album.png) !important; }
h3#shows_on_the_horizon { background-image: url(/images/titles/shows_on_the_horizon.png) !important; }
h3#get_a_free_download { background-image: url(/images/titles/get_a_free_download.png) !important; }
h2#the_life_and_transcendence { background-image: url(/images/titles/the_life_and_transcendence.png) !important; }
h4#oh_romantic_youth { background-image: url(/images/titles/oh_romantic_youth.png) !important; margin-top: 5px; }
h4#exodus_and_adversity { background-image: url(/images/titles/exodus_and_adversity.png) !important;  margin-top: 5px;}
h4#the_sum_of_all_effort { background-image: url(/images/titles/the_sum_of_all_effort.png) !important;  margin-top: 5px;}
h4#encore { background-image: url(/images/titles/encore.png) !important;  margin-top: 5px;}
h3#photos_title { background-image: url(/images/titles/photos.png) !important; }
h3#videos_title { background-image: url(/images/titles/videos.png) !important; }

#home-content {
	/*background: transparent url(../images/bg_mains.png) no-repeat;*/
	width: 875px;
	position: relative;
	margin: 15px auto;
	
}

#home-content img {
	position: relative;
	top: 100px;
	left: 160px;
}

#home-banner {
	position: relative;
	background: transparent url(../images/bg_home_mindy.jpg) no-repeat;
	width: 657px;
	height: 347px;
	margin: 0 0 0 100px;
	float: left;
}

#home-banner-special {
	position: relative;
	background: transparent url(../images/bg_home_valentine.jpg) no-repeat;
	width: 657px;
	height: 347px;
	margin: 10px 0 0 100px;
	float: left;
}


#home-two-col {
	width: 670px;
	margin: 20px 0 20px 100px;
	float: left;
	background: transparent url(../images/bg_anchor_home_mid.png) no-repeat 50% 20px;
}
#home-two-col p, #home-two-col li, #sub-content p {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.2em;
	text-align: left;
}
#home-two-col li {
	line-height: 1.4em;
	margin-bottom: 6px;
}

#player-wrap {
	background: transparent url(../images/album_thumb.png) no-repeat right 2px;
}
#player p {
	padding: 3px;
}
#player h4 {
	line-height: 1.4em;
	margin-top: 10px;
	font-weight: normal;
}


div.tix {
	text-align: right;
	display: inline;
	float: right;
	width: auto;
}
div.tix a {
	color: #74C494;
}
#home-col-left {
	width: 300px;
	float: left;
}
#home-two-col h3, #sub-content h2 {
	font-size: 16px;
	font-weight:normal;
	background: transparent url(../images/bg_border_dash.png) repeat-x bottom left;
	padding: 0 0 3px;
	margin: 18px 0 15px;
}
#home-col-right {
	width: 300px;
	float: right;
}

#sub-content {
	width: 650px;
	float: left;
	margin: 20px 0 30px 100px;
}
#sub-content h1 {
	display: block;
	text-indent: -9999px;
	margin-bottom: 35px;
}
#sub-content p {
	padding: 0 0 10px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}
#sub-content li {
	line-height: 1.6em;
}
p.subtext {
	font-style: italic;
}
#sub-content h4 {
	padding: 3px 0 5px;
	font-weight: bold;
	font-size: 14px;
}

#slideshow-wrap {
	width: 640px;
	float: left;
	background: transparent url(../images/bg_media_player.png) no-repeat top left;
	text-align: center;
	margin-top: 10px;
}
#slideShow {
	padding-top: 43px;
}

/*
#videos {
	width: 875px;
	float: left;
	padding: 0px 0px 20px 100px;
	background: url(../images/bg_repeat.png) 2px 0px repeat-y;
}
#videos h3 {
	padding: 0 0 10px;
}
*/
h1#bio {
	background: transparent url(../images/title_bio.png) no-repeat;
	width: 140px;
	height: 41px;
}
h1#links{
	background: transparent url(../images/title_links.png) no-repeat;
	width: 140px;
	height: 41px;
}
h1#news{
	background: transparent url(../images/title_news_lg.png) no-repeat;
	width: 149px;
	height: 43px;
}
h2#news-home{
	background: transparent url(../images/title_home_news.png) no-repeat;
	width: 65px;
	height: 19px;
	display: block;
	text-indent: -9999px;
}
h1#contact{
	background: transparent url(../images/title_contact.png) no-repeat;
	width: 232px;
	height: 43px;
}

h1#music{
	background: transparent url(../images/title_music.png) no-repeat;
	width: 232px;
	height: 43px;
}
h1#media{
	background: transparent url(../images/title_media.png) no-repeat;
	width: 232px;
	height: 43px;
}

h1#shows{
	background: transparent url(../images/title_shows.png) no-repeat;
	width: 232px;
	height: 43px;
}
h1#thankyou {
	background: transparent url(../images/title_thankyou.png) no-repeat;
	width: 281px;
	height: 40px;
}
h1#store {
	background: transparent url(../images/title_store.png) no-repeat;
	width: 152px;
	height: 42px;
}

#free-download input {
	border: none;
	background: transparent;
}
#free-download li.button input.but {
	border: none;
	background: #c00;
	color: #fff;
	font-size: 12px;
	padding: 1px 10px 2px;
}
#free-download li.button input.but {
	border: 1px solid #c00;
	background: #c00;
	color: #fff;
	float: right;
}
#home-banner #free-download {
	position: absolute;
	top: 180px;
	left: 48px;
	width: 100px;
}
#home-banner #free-download li {
	width: 250px;
}
form li {
	float: left;
	width: 280px;
	border: 1px solid #c00;
	margin-bottom: 5px;
}
form li.button{
	border: none;
}
label {
	width: 40px;
	float: left;
	margin: 0px 0px 0px 10px;
	display: inline;
	padding-top: 2px;
}

/*
MUSIC
--------------------*/
#tracks {
	width: 275px;
	float: left;
}
#songLyrics {
	width: 285px;
	float: left;
	margin-left: 50px;
	padding-bottom: 50px;
	background: transparent url(../images/bg_lyics_bottom.png) no-repeat bottom left;
}

#songLyrics h3 {
	background: transparent url(../images/bg_lyrics_top.png) no-repeat top left;
	padding: 60px 0 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 60px;
}
#songLyrics p.details {
	font-size: 10px;
	color: #666;
}

#demo a, #demo a:link, #demo a:visited, #demo a:focus, #demo a:active {
	color: #000;
	font-size: 12px;
}
#demo a:hover {
	color:#c00;
}

#demo ul {

	width:100%;
	overflow:hidden;
}

#demo ul span {
	color: #A0A600;
}

#demo li {
	display: block;
	line-height: 1.6em;
}
#demo li a.active {
color:#c00;
}

#demo p span {
	color: #534741;
	font-size: 14px;
}


/*
FOOTER
--------------------*/
#footer {
	width: 880px;
	margin: 0 auto;
	position: relative;
	top: 0;
	
}
#home #footer-inner {
	background: transparent url(../images/bg_footer.png) no-repeat;
	width: 880px;
	float: left;
	height: 168px;
}
#footer-inner {
	background: transparent url(../images/bg_footer_sub.png) no-repeat;
	width: 880px;
	float: left;
	height: 105px;
}
#home ul#foot-nav {
	position: relative;
	float: right;
	margin:68px 90px 0 0;
}
ul#foot-nav {
	position: relative;
	float: right;
	margin:5px 90px 0 0;
}
ul#foot-nav li {
	float: left;
	display: inline;
}

ul#foot-nav li.myspace a{
	background: transparent url(../images/link_myspace.png) no-repeat;
	width: 65px;
	height: 23px;
}
ul#foot-nav li.facebook a{
	background: transparent url(../images/link_facebook.png) no-repeat;
	width: 69px;
	height: 23px;
}
ul#foot-nav li.twitter a{
	background: transparent url(../images/link_twitter.png) no-repeat;
	width: 60px;
	height: 23px;
}
ul#foot-nav li.youtube a{
	background: transparent url(../images/link_youtube.png) no-repeat;
	width: 65px;
	height: 23px;
}
#home #footer-inner p{
	text-align: center;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
	width: 100%;
	margin-top: 140px;
	color: #4D4D4D;
}
#footer-inner p{
	text-align: center;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
	width: 100%;
	margin-top: 78px;
	color: #4D4D4D;
}
#footer-inner p a:link, #footer-inner p a:visited {
	text-decoration: none;
	color: #4D4D4D;
}
#footer-inner p a:hover {
	color: #74C494;
}


hr {
border-bottom:medium none;
border-top:none;
background: transparent url(../images/bg_border_dash.png) repeat-x bottom left;
	padding: 0 0 1px;
	margin: 12px 0 12px;
height:0;
width:100%;
}

.clear { clear: both; }

/* self-clear floats */

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

