/* Summer Nights Concert Series */

/* designed and coded by Ed Walker @ Live Nation Interactive */

/* reset all values by our Eric */

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,
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-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end reset all values */

body	{
	background-image:url(../images/background.jpg);
	background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#AFB7CA;
	color:#000000;
	font-size: 62.5%;
	}


a:link {
	font-weight : bold; 
	text-decoration: underline;
	color:#000;
	background: transparent; 
}



a:visited {
	font-weight : bold; 
	text-decoration : underline;
	color: #000;
	background: transparent; 
}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #000;
	background: transparent; 
}

a:active {
	font-weight : bold; 
	text-decoration : underline;
	color: #000;
	background: transparent;  
}



h1	{
	margin:0;
	padding:0;
	font-weight: normal;
	color: #000;
	font-size: 3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

h2 {
	font-weight: normal;
	font-style:italic;
	margin:0;
	padding:0;
	color:#990000;
	font-size: 1.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:20px;
	line-height:1.5em;
	padding-left:40px;
	}
	
h3 {
	font-weight: normal;
	font-style:italic;
	margin:0;
	padding:0;
	color:#000;
	font-size: 2.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 0 10px 0;
	line-height:1.5em;
	padding-left:40px;
	}
	
h4 {
	font-weight: normal;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	padding:0;
	margin:0;
	}
	
p	{
	font-weight: normal;
	color: #000;
	font-size: 1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.4em;
	letter-spacing:-0.03em;
	padding-left:40px;
	padding-right:410px;
	}

/* this is where the fun starts */

/* hold onto your daughters */

/* and your troosers */
	
#contentwrapper	{
	width:789px;
	background-image:url(../images/container_back.png);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	}
	
#top	{
	height:74px;
	width:789px;
	background-image:url(../images/container_top.png);
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	}
	
.logo {
	height:71px;
	width:430px;
	background-image:url(../images/logo.png);
	text-indent:-9000px;
	float:left;
	margin-top:-30px;
	margin-left:180px;
	margin-bottom:20px;
	}
	
#navigation	{
	width:708px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:10px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	clear:both;
	}
	
#flash	{
	width:748px;
	height:229px;
	margin-left:19px;
	} 
	
#flashsmall	{
	width:748px;
	height:139px;
	margin-left:19px;
	}
	
#artists	{
	float:right;
	width:367px;
	height:300px;
	margin-right:40px;
	padding-top:10px;
	}
	
#artists img	{
	padding-left:3px;
	}
	
#shoutbox	{
	width:314px;
	background-color:#990000;
	margin-left:40px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:1.4em;
	padding:10px;
	line-height:1.3em;
	}
	
#shoutboxtop	{
	width:334px;
	height:10px;
	margin-left:40px;
	margin-top:10px;
	}
	
#shoutboxbot	{
	width:334px;
	height:9px;
	margin-left:40px;
	margin-bottom:10px;
	}
	
#bottom	{
	height:64px;
	width:789px;
	background-image:url(../images/container_bottom.png);
	margin-left:auto;
	margin-right:auto;
	}
	
#pagebreak	{
	width:789px;
	height:64px;
	background-image:url(../images/page_break.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	}
	
#additionalinfo	{
	width:789px;
	background-image:url(../images/additional_back.png);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	}
	
#additionalbottom	{
	height:59px;
	width:789px;
	background-image:url(../images/additional_bottom.png);
	margin-left:auto;
	margin-right:auto;
	}

#additionalinfo p	{
	padding-right:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	padding-bottom:10px;
	}
	
#additionalleft	{
	width:335px;
	float:left;
	margin-left:40px;
	}
	
#additionalright	{
	width:335px;
	float:right;
	margin-right:40px;
	}
	
#additionalleft p	{
	padding-left:0
	}

#additionalright p	{
	padding-left:0
	}
	
#additionalleft h2	{
	padding-left:0
	}

#additionalright h2	{
	padding-left:0
	}
	
.whosplaying	{
	float:right;
	width:356px;
	padding-top:10px;
	margin:10px 0 0 0;
	padding-bottom:10px;
	}
	
.playingpic	{
	float:left;
	padding-right:20px;
	margin-top:-10px;
	}
	
.ticketbut	{
	float:right;
	clear:left;
	}
	
.playingtitle	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.2em;
	margin-top:100px;
	}
	
.playingdate	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.0em;
	padding-top:30px;
	}
	
#rightcolumn	{
	float:right;
	width:356px;
	margin-right:40px;
	}
	
#rightcolumn p	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:1.2em;
	font-style:italic;
	line-height:1.3em;
	margin:10px 40px 0 -10px;
	padding:10px 0 0 0;
	}
	
#shoutboxright	{
	float:right;
	width:336px;
	background-color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:1.4em;
	padding:10px;
	line-height:1.3em;
	}
	
#shoutboxright a:link { 
	text-decoration: underline;
	color:#fff;
	background: transparent;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	font-style:italic;
	line-height:1.4em; 
}

#shoutboxright a:visited { 
	text-decoration: underline;
	color:#CCCCCC;
	background: transparent;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	font-style:italic;
	line-height:1.4em; 
}
	
#shoutboxrighttop	{
	float:right;
	width:356px;
	margin-top:10px;
	}
	
#shoutboxrightbot	{
	float:right;
	width:356px;
	margin-bottom:10px;
	}
	

		
/* footer detail */

#footercopy	{
	padding-left:130px;
	margin-top:-30px;
	}

.footerpix { 
	width: 708px; 
	height: 270px; 
	background:url(../images/lgo_livenation.png) no-repeat;
	 
	}

#footer{	
	clear:both;	
	height:55px; 
	width:708px; 
	bottom:0px;	  
	border-top:#000 solid 1px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	}

.siteInfo{
	font-size:0.9em;
	width:708px;
	font-family:Arial, Helvetica, sans-serif;
	height:50px; 
	color: #000;   
	float:right;
	padding: 8px 0px 0px 0px;
	margin-top: 0px;
}

.siteInfo a{
	font-size:0.9em;
  	color: #000;
	text-decoration: underline;
}

.siteInfo a:hover{
  	color: #000;
	text-decoration: none;
}


.siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

 .dropdown {
 	width:310px; 
	float:right; 
	margin-top:-40px;
	/*padding:21px 8px 14px 0px;
	*/}
	
/* end footer detail */

