/* CSS Document */

html{
	overflow-y:scroll;
}

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p {
	font-family: arial, verdana, helvetica, sans-serif;
	}
body{	
	margin: 0;
	padding: 0;
	background: #333333;
	color: #fff;
	min-width:970px;	
}
p {
	padding: 5px; 

} 

/* My Comment */
a {
	color: #fff;
	text-decoration: none;
}

a img {
	border: 0;
}

* {
	margin: 0;
	padding: 0;
}



/*typography*/
a:link {
	}
a:active {
	}
a:hover {
	/*hover doesn't work in nn4*/
	}
h1 {
	font-size: 150%;
	font-weight: normal;
	}
	
h2 {
	}
	
h3 {
	font-size: 120%;
	font-weight: normal;
	}
h4 {
	font-size: 90%;
	font-weight: normal;
	}
h5 {
	font-size: 70%;
	font-weight: normal;
	}
h6 {
	font-size: 65%;
	font-weight: normal;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 80%;
	line-height: 120%;
	}
pre {
	font-family: monospace;
	font-size: 80%;
	}
strong, b {
	font-weight: bold;
	}
	
	
	

.arial_black_19px {
	font-size: 20pt;
	font-family: arial black, Georgia, "Times New Roman", Times, serifl;
}
.arial_black_12px_brown {
	font-size: 12px;
	color: #948080;
	font-family: arial black, Georgia, "Times New Roman", Times, serifl;
	margin-top: 8px;
}
.arial_black_12px {
	font-size: 12px;
	color: white;
	font-family: arial black, Georgia, "Times New Roman", Times, serifl;
	line-height: 12px;
}

.arial_black_17px {
	font: 17px arial black, 'Times New Roman', Times, serif, white;
	font-weight: bold;
	color: white;	
	line-height: 17px;
}
.arial_black_13px {
	font: 13px arial black, 'Times New Roman', Times, serif, white;
	color: white;	
	line-height: 16px;
}

.georgia_12pt_white{
	font: bold 12px normal Georgia, 'Times New Roman', Times, serif;
	color: #666;
	text-decoration: none;
	line-height: 2em;
}
.georgia_8pt_white {
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serifl;
	line-height: 19px;
}
.georgia_18px{
	font: bold 18px normal Georgia, 'Times New Roman', Times, serif;
	color: #666;
	text-decoration: none;
	line-height: 3.5em;
}
arial_pink{
	color: #e2009a;
	font-style: italic;
	font-size: 12px;
	font-family: Arial;

}
.arial_green{
	color: #cbcd96;
	font-style: italic;
	font-size: 11px;
	font-family: Arial;

}
.arial_small_silver{
	color: silver;
	font-style: italic;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial;

}




.intro_heading h2 {
	font-size: 20pt;
	font-family: arial black, Georgia, "Times New Roman", Times, serifl;
}
.intro_heading h2 small {
	font-size: 8pt;
	color: #948080;
	font-family: arial black, Georgia, "Times New Roman", Times, serifl;
	line-height: 10px;
}	

.news_format h2 {
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serifl;
	line-height: 19px;
}

.photos{
	font: normal bold 10px Georgia, "Times New Roman", Times, serif;
	line-height: 10px;
	color: #666;
	text-decoration: none;
	padding-bottom: 5px;
}
.photos_buffer{
	margin-bottom: 2px;
}

#box2_artists h2{
	font: 16px arial black, 'Times New Roman', Times, serif, white;
	color: white;	
	text-decoration: none;
	line-height: 16px;
}
#box2_artists h2 small{	
	font: 12px arial black, 'Times New Roman', Times, serif;	
	color: white;
	text-decoration: none;
	line-height: 16px;
}
.artists_mediabox{
	width: 280px;
	height:  160px;
	background-color: white;
	padding: 20px 0px 0px 20px;
	font: arial black, 'Times New Roman', Times, serif;
	text-decoration: none;
	line-height: 16px;
	float: left;
	text-align: left;
	overflow: hidden;
	list-style-type: none;
}

.mediabox_heading{
	font: black 19pt;
	color: black;
	font-family: arial black, Georgia, "Times New Roman", Times, serifl;
	line-height: 19px;
}
.mediabox_body{
	font: black 15pt;
	font-family: arial, verdana, helvetica, sans-serif;
	line-height: 19px;
	color: olive;
}
.artists_mediabox a:link {
	color: olive;
	text-decoration: underline;
}
.artists_mediabox a:hover {
	color: #990000;
	text-decoration: none;
	text-decoration: underline;	
}
.artists_mediabox a:visited {
	color: olive;
	text-decoration: none;
	text-decoration: underline;	
}

a.arial_pink:link{
	color: olive;
	font-style: italic;
	font-size: 12px;
	font-family: Arial;

}
a.arial_pink:visited{
	color: #989a62;
	font-style: italic;
	font-size: 12px;
	font-family: Arial;

}
a.arial_pink:hover{
	color: #cc33cc;	
	font-style: italic;
	font-size: 12px;
	font-family: Arial;

}
.container {
	width: 970px;
	margin: 0 auto;
}
.fluid {
	width: 100%;
	float: left;
}	
#header {
	background: white url(images/nav_bg.png) repeat-x; 
	background-position: bottom left;
	position: relative;
	height: 100px;
	clear: both;
	padding: 0;
	margin:  0 0 10px 0;
	border-bottom: 1px solid white;
}

/* ------------- "generic structure */

.list_inline_generic ul{
	position: absolute;
	display: inline;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
}

.list_inline_generic li{
	list-style-type: none;	
	float: left;	
	margin: 0px 20px 0px 0px;
	line-height: 16px;	
}
.list_generic ul{
	position: absolute;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
}

.list_generic li{
	list-style-type: none;
	margin: 0px 20px 0px 0px;
	line-height: 14px;	
}

.intro_heading ul{
	display: inline;
	list-style-type: none;
	height: 50px;
	overflow: visible;
}

/* My Comment */
.intro_heading li{
	float: left;
	padding: 6px;
	list-style-type: none;
}

#features {
	background: #ddd;
}
#another_row {
	background: #888;
	padding: 40px 0;
	text-align: center;
}
#features .container div {
	width: 33%;
	padding: 40px 0;
	float: left;
	color: #222;
}
#features .container div h2, #features .container div p {
	padding: 0 20px 0 0;
}
#content {
	background: #fff;
	color: #FFFFFF;
	padding: 40px 0;
	font-size: 1.2em;
	background-color: #333333;
}
#intro {
	height: 50px;
	padding: 5px, 0, 0 0;
	text-align: left;
	vertical-align: middle;
}


#homelink {
	display: block;
	margin: 10px 10px 9px 10px;
	padding: 4px 0px 1px 0px;
}

hr.h {
	width: 310px;
	height:1px;
	background: white;
	margin: 20px 0px 20px 0px;
	text-align: right;
	float: right;
	border: 0px;
}
hr.h_2 {
	width: 387px;
	height:1px;
	background: white;
	margin: 20px 0px 20px 0px;
	text-align: right;
	border: 0px;
}
	
#indented {
   padding-left: 20px;
   padding-top: 10px;
}	
	

/* ------------- "navigation */

#nav ul {
	padding-left: 0px;
	margin-left: 100px;
	float: left;
	width: 100%;	
}

#nav ul li { 
	display: inline;
	font-size:12px;	
	color: White;	
}

#nav ul li a {
	padding: 2px 12px 3px 12px;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #999999;
	font-family: arial black;		
}


/* ------------- "rollover system */

#nav li a:hover
{
border-bottom: 2px solid #cc33cc;
cursor: pointer;
font-family: arial black;	
}

#nav li a#current,
#nav ul li a:hover

{
color: white;
cursor: default;
font-family: arial black;	
border-bottom: 1px solid #cc33cc;
}



/* ------------- "submenu */

#submenu {
	float:left;
	margin:0px;
	width: 230px;
}

#submenu ul {	
	list-style: none;
	white-space: nowrap;		
}

#submenu li {
	margin-bottom: 3px;		

}
.subnav li {
	height: 14px;
	background-color: gray;
}

li.selected {
	background-color: #cc33cc;
}


/* ------------- "submenu rollover system*/

div#submenu li a {
	height: 14px;		
	display:block;
	padding: 0px 0px 0px 5px;		
}
div#submenu li a:visited {
	color: #FFF;
}
div#submenu li a:hover {
	color: #FFF;
	background-color: #cc33cc;
}


/* ------------- "home specific structure */

#box1{ 
	float: left;
	width: 220px; 
	margin:0px 10px 0px 0px; 
	padding:0px;
	overflow: hidden;
	padding:0px;
	display: block;
}
#box2{ 
	float: left; 
	width: 500px;
	height:auto; 
	padding:0px;	
	margin:0px 15px 0px 0px; 
	overflow: hidden;
	display: block;
}
#box3{ 
	float: left; 
	width: 200px; 
	margin:0px 10px 0px 0px; 
	padding:0px;
	display: block;
	overflow: hidden;	
}
.polaroids ul,
.polaroids li{
	display:inline;
	float:left;
	margin:10px;
}

.polaroid_format {
	float:left;
	width: 90px;
	height: 110px;
	background-color: white;
	padding: 10px 6px 0px 6px;
	margin: 0px;
	text-align: center;
	border: 0px;
}
/* ------------- "news*/
.news_format {
	float:left;
	width: 215px;
	padding: 3px 2px 3px 2px;
	margin: 0px;
	display: block;
	list-style-type: none;	
	text-align: left;
	line-height: 14px;
	border: 0;
	overflow-x:hidden;
	overflow-y:scroll;
	height:405px;
}
.news_items {
	width: 200px;
	margin: 2px;
	background: #6e2d67;
	padding: 0px 0px 0px 5px;
	list-style-type: none;	
}
.news_items_alt {
	width: 200px;
	margin: 2px;
	background: #990099;
	padding: 0px 0px 0px 5px;
	list-style-type: none;	
}
.news_items_blank {
	width: 200px;
	margin: 2px;
	padding-left: 1px;
	list-style-type: none;		
}

/* ------------- "artists structure */


#box1_artists{ 
	float: left;
	width: 300px; 
	margin:0px 30px 0px 0px;
	padding:0px;
	overflow: hidden;
	padding:0px;
	display: block;

}
#box2_artists{ 
	float: left; 
	width: 392px;
	margin:0px 15px 0px 0px;	
	height:auto; 
	padding:4px;
}

#box3_artists{ 
 	float: left; 
	width: 200px; 
	padding:0px;
}
.artists_tourdates li,
.artists_tourdates ul{
	width: 400;
	list-style-type: none;
	float: left;	
	line-height: 14px;
	text-align: left;	
	display: inline;
	padding-right: 10px;	
}

/* box corners */ 

.bottom_left {
	background: white url(images/corners_bottom_left.gif) no-repeat 0 100%; 
	width: 300px; 
	position: relative;
	margin-top: 4px;
	float: left;
}
.bottom_right {
	background: url(images/corners_bottom_right.gif) 100% 100% no-repeat;
	width: 300px; 	
	height: 200px;
}
.top_left {
	background: url(tl.gif) 0 0 no-repeat;
}
.top_right {
	background: url(tr.gif) 100% 0 no-repeat; 
	padding:10px
}
.clear {
	font-size: 1px; 
	height: 1px
} 
/* My Comment */


.polaroid large{

	display:inline;
	float:left;
	margin-right:40px;
}

.polaroid_large_format {
	float:left;
	width: 300px;
	height: 316px;
	background-color: white;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	text-align: center;
	border: 0;
	overflow: hidden;
}
.mediabox_player {
	float:left;
	width: 300px;
	overflow: hidden;
	margin: 0;
}
.mediabox_curve {
	float:left;
	width: 297px;
	height: 200px;
	background-image: url(images/mediabox_bg.png);
	padding: 20px 20px 0px 20px;
	margin: 0px 0px 5px 0px;
	border: 0;	
}

#contact_address_box_lower{ 
	width: 550px;
	margin: 0px auto;		
	padding-left: 100px;
	padding-top: 50px;
	overflow: hidden;
	text-align: center;
}

#contact_address_box{ 
	width: 550px;
	margin: 0px auto;	
	padding-left: 120px;
	overflow: hidden;
}

#contact_box{ 
	margin: 0px auto;	
	width: 500px;
	height: 255px; 
	padding-top:40px;
	overflow: hidden;
}
	
/* contact form */

#page-wrap {
	width: 400px;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 500px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 3px 3px 3px 4px;
	width: 350px;
	color: #6e2d67;	
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #cc33cc;
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;	
}

/* My Comment */

#contact-area input.submit-button {
	width: 60px;
	height: 17px;	
	font-size: 10px;
	border: 0px;	
	padding: 0;
	font-weight: bold;
	color: #6e2d67;
	left: 414px;
	position: relative;
}
#contact-area input.submit-button:hover {
	color: #FFF;
	background: #6e2d67;
}

/* My Comment */

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 11px;
}
