@charset "UTF-8";

/**** STRIP STYLES ****/
ul, ol, li, p, body, html h1, h2, h3, h4, h5, h6 {
	margin:0; padding:0;
}

/**** STRUCTURAL STYLES ****/

body, html {
	background: #000;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	height:100%;
	width:100%;
	
}

#wrapper {

}

#header {
	height:165px;
	background:url(/images/header_bg.gif) repeat-x bottom left;
}

#container {
	width:890px;
}

#sidebar {
	width:200px;
	float:left;
	margin-bottom:10px;
}

#content {
	float:left;
	margin-bottom:10px;
	width:670px;
}

#footer {
	height:60px;
	background:url(/images/footer/footer_bg.gif) repeat-x top left;
	clear:both;
}

/**** END STRUCTURE STYLES ****/



/**** HEADER STYLES ****/

#top_anim {
	left:365px;
	position:absolute;
	top:10px;
}

/**** END HEADER STYLES ****/


/**** NAV STYLES ****/
#homelink {
	height:97px;
	width:290px;
	background:url(/images/home_bg.gif) no-repeat;
    display:block;
	text-indent:-5000px;
}
#nav {
	height:20px;
	width:800px;
}

#nav ul li {
	display:inline;
	float:left;
	height:100%;
	cursor: pointer;
}
#nav ul li a {display:block; text-indent:-5000px; height:20px;}
#nav ul li a:hover {background-position: left -20px;}

#nav_home {width:72px; background:url(/images/nav/nav_home.gif) no-repeat top left;}

#nav_music {width:79px; background:url(/images/nav/nav_music.gif) no-repeat top left;}

#nav_concerts {width:125px; background:url(/images/nav/nav_concerts.gif) no-repeat top left;}


#nav_video {width:84px; background:url(/images/nav/nav_video.gif) no-repeat top left;}

#nav_photo {width:79px; background:url(/images/nav/nav_photo.gif) no-repeat top left;}

#nav_press {width:123px; background:url(/images/nav/nav_press.gif) no-repeat top left;}

#nav_merch {width:105px; background:url(/images/nav/nav_merch.gif) no-repeat top left;}

#nav_contact {width:106px; background:url(/images/nav/nav_contact.gif) no-repeat top left;}

#nav ul li.nav-here a {background-position: left -20px;}   /* Highlight Current Tab  */


/**** END NAV STYLES ****/




/**** SUB-NAV STYLES ****/

#nav2 {  					/* the UL  */
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}
#nav2 li {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	border-right: 1px dotted #ccc;
}
#nav2 a {
	float: left;
	margin: 0;
	padding: 2px 16px;
	text-decoration: underline;
	display: block;
}
#nav2 li.here a {
	color:#000;
	background-color:#ccc; 
	text-decoration: none;
}
/**** END SUB-NAV STYLES ****/




/**** SIDEBAR STTYLES ****/
#side_anim {
	margin-left:10px;
	height:110px;
}
#twitter_box {
	background:url(/images/twitter_bg.gif) no-repeat top left;
	margin:10px 50px 0 10px;
	padding-top:105px;
	width: 140px;
	text-align:center;
		position: relative; 	/* peekaboo bug fix for IE6 */
		min-width: 0; 		/* peekaboo bug fix for IE7 */
}

ul#twitter_update_list {
	border-top:#999 double 3px;
	padding-top:10px;
	overflow:hidden;
}

ul#twitter_update_list li {
	list-style:none; 
	padding: 2px;
	border-bottom:#999 double 3px;
	margin-bottom:5px;
	line-height:18px;
}

ul#twitter_update_list li a {
	display:block;
	font-weight:bold;
	line-height:30px;
}
ul#twitter_update_list li span a {
	line-height:18px;
}

#follow_link { 
	background:url(/images/follow_bg.gif) top left no-repeat;
	display:block;
	width:140px;
	height:46px;
	text-indent:-5000px;
	
}

#follow_link:hover {
	background: url(/images/follow_bg.gif) no-repeat scroll -140px top


}

/**** END SIDEBAR STYLES ****/



/**** CONTENT STYLES ****/
.post {
	margin: 0 0 40px 0;
}   		 
.entry {
	margin: 20px;
	clear:both;  /* tz */
}
.block {  					/* tz */
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #333;
	margin: 0 0 20px 0;
}
#content table {
	width: 500px;
}
#content form table td {		/* paypal code in merch  */
	border-bottom: none;
}
#content table td {
	border-bottom: 1px dotted #666;
	padding: 5px;
	text-align:left;
	vertical-align:top;
}
#content table th {
	border-bottom: 1px dotted #666;
}
#HomeBanner {
	margin: 10px 0 20px 0;
	font-size:120%;
	padding: 12px;
	background-color:#333;
	border:2px dashed #666;
}
/**** END CONTENT STYLES ****/


/**** FOOTER STYLES ****/

#footer img {
	margin-top:25px;
	float:left;
}

#footer ul {
	float:left;
	height:16px;
	margin:25px 0 0 200px;
}

#footer ul li{
	float:left; 
	height:16px;
	list-style:none;

}

#footer ul li a {
	height:16px;
	display:block;
	text-indent:-5000px;
}

#footer ul li a:hover {
	background-position:left -16px;
}

#footer_pf {
	width:29px;
	background:url(/images/footer/footer_paulfriemel.gif) top left no-repeat;
}
#footer_twitter {
	width:73px;
	background:url(/images/footer/footer_twitter.gif) top left no-repeat;
}
#footer_email {
	width:42px;
	background:url(/images/footer/footer_email.gif) top left no-repeat;
}

#footer_flickr {
	width:61px;
	background:url(/images/footer/footer_flickr.gif) top left no-repeat;
}

#footer_myspace {
	width:83px;
	background:url(/images/footer/footer_myspace.gif) top left no-repeat;
}

#footer_ender {
	width:21px;
	background:url(/images/footer/footer_ender.gif) top left no-repeat;
}
#footer_random {
	width:21px;
	background:url(/images/footer/footer_random.gif) top left no-repeat;
}

.foot_wrapper {
	width:800px;
}

/**** END FOOTER STYLES ****/


/**** COMMON STYLES ****/

p {
	padding:10px 0 0;
	line-height: 20px;
}
h1 {
	font-size:28px;
	border-bottom:#999 double 3px;
}
h2 {
	font-size:18px;
	margin-top: 20px;
}
h3 {
	padding: 10px 0 0 0;
	font-size:14px;
}
h4 {} 
h5 {}
h6 {
	font-size:10px;
	color:#999;
}
a:link, a:visited {
	color:#FFF;
	text-decoration:underline;
}
a:hover {
	color:#FFC;
	text-decoration:none;
}
a img {
	border:1px dotted #666;
}

/* NEW */
#signup {
	padding:10px 0 10px 0;
	margin: 0 0 20px 10px;
	width: 140px;
	border-bottom:#999 double 3px;
}
#signup p {
	text-align: center;
	font-weight:bold;
}
#signup input.text {
	width: 130px;
	background:#694B4B;
	padding: 4px;
	color: #F19796;
	border-top: 1px #600 solid;  
	border-left: 1px #600 solid; 
	border-bottom: 1px #A24847 solid;  /* 872929 */
	border-right: 1px #A24847 solid; 
	margin: 0;
}
#signup input.formButton {
	display: block;
	padding: 3px 50px 3px 3px;
	color: #999;
	text-transform:uppercase;
	margin: 0;
	background: #000;
	border: 0;
	/*
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
	*/
}
#socialMedia {
	padding:10px 0 0 0;
	margin: 10px 0 0 10px;
	width: 140px;
	border-top:#999 double 3px;
	overflow: auto;
}
#socialMedia a img {
	border: none;
	padding: 0;
	margin: 0;
}
#socialMedia a {
	float: left;
	margin: 0 2px;
}
