@charset "utf-8";

html,body,h1,h2,h3,h4,h5,h6,p,a,ul,ol,li,table,tr,td,img,form,input,textarea,pre,blockquote
{
	margin: 0px;
	padding: 0px;
}

body 
{
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.imagefloat-right 
{
	float: right;
	border: 1px solid #003366; 
/*	margin: 0 0.7em 0  0;*/
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 1.1em;
}
.imagefloat-left 
{
	float: left;
	border: 1px solid #003366; 
	margin-top: 0pt;
	margin-right: 1.1em;
	margin-bottom: 0pt;
	margin-left: 0pt;
}
.imagefloat-right_con 
{
	float: right;
	border: 0px; 
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 1.1em;
}

.imagefloat-left_con 
{
	float: left;
	border: 0px; 
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
}

#container
{
	width: 780px;
	margin: 0px auto 0px auto;
}

#navbar
{
	position:relative;
	height:35px;
	background:url(images/navbar.png) no-repeat;
}
	
#nav ul 
{
	list-style: none;
	height: 35px;
/*	padding: 0px 0px 0px 350px;*/
	position:absolute;
	left: 26px;
	overflow: hidden; /*kills 3px space in IE6*/
}

#nav ul li 
{
	height:35px;
	display: inline;
	list-style:none;

}

#nav ul li a
{
	padding: 0 3px 0 0;
}

#nav ul li a img
{
	border-style:none;
}
/* CONTENT */

#header
{
	height:140px;
	position:relative;
	background-image: url(images/header.png);
	background-position: bottom;
	background-repeat:no-repeat;

}



/*#header .image
{
	position: absolute;
	left: 11px;
	top: 12px;
}
*/
#header .image2
{
	position: absolute;
	top: 15px;
	left: 15px;
}

#header a img
{
	border-style:none;
	
}

#header h1
{
	position: absolute;
	bottom: 0px;
	font-size:25px;
	text-transform:none;
	top:45px;
	left:60px;
}
#content
{

	min-height: 330px;
	background-image: url(images/content_background_tile.png);
	background-repeat: repeat-y;
	font-size:0.9em;
	text-align:justify;
	line-height:130%;

}
#content h1
{
	font-size:16px;
}
#content .background
{
	background-image: url(images/content_background.png);
	background-repeat:no-repeat;
	background-position: top;
	padding-top:13px;
	padding-left:27px;
	padding-right:27px;
	padding-bottom:13px;
	
}
blockquote 
{ 
	width: 650px;
	text-align:justify;
	margin: 0px auto 0px auto;
	 
} 

#content .back_artists
{

	background-image: url(images/content_background.png);
	background-repeat:no-repeat;
	background-position: top;
	padding-top:13px;
	padding-left:60px;
	padding-right:60px;
	padding-bottom:13px;
}


#content .back_concerts
{
	background-image: url(images/content_background.png);
	background-repeat:no-repeat;
	background-position: top;
	padding-top:13px;
	padding-left:60px;
	padding-right:60px;
	padding-bottom:13px;
}

/*  ----------------------|  SWEET BLESSED CLEARFIX  |----------------------  */

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

.clearfix
{
	display: inline-block;
}

html[xmlns] .clearfix
{
	display: block;
}

* html .clearfix
{
	height: 1%;
}

/*  -------- end Clear Fix -------- */

#footer
{
	clear:both;
	position:relative;
	background:url(images/footer.png) no-repeat;
	height:48px;
	font:bold 9px Verdana, Arial, Helvetica, sans-serif;
	font-size: .60em;
	margin:0 auto;
	width:780px;
	line-height:12px;
}
#footer p 
{
	float:left;
	margin: 0 0 0 0;
	text-align: left;
	color: #000000;
	padding: 17px 27px;
}

#footer a
{
	margin: 0 0 0 0;
	text-align: left;
	color: #003366;
	text-decoration:none;
}
#footer a:hover{color: #003366; text-decoration:underline;}
#footer a:link, #footer a:visited{color: #003366;}


/* Footer Menu/Navbar list here */

#footer .menu ul

{
	float:right;
	position:relative;
	padding: 0px 0px 0px 0px;
	list-style: none;
	right: 27px;
	top: 17px;
	text-align:right;
}


#footer .menu li

{
	display: inline;
	padding: 0px 0px 0px 7px;
	list-style: none;
	padding-right: 5px;
	padding-left: 5px;
	border-right-color:#000000;
	border-right-width:1px;
	border-right-style:solid;
}

#footer .menu li.last
{
	border-right-width:0px;
}
#footer .menu li a:link, #footer .menu li a:visited
{
	color: #003366;
	text-decoration: none;
}

#footer .menu li a:hover
{
	color: #003366;
	text-decoration:underline;
}
