/*
			gui.css - Hoolie Fest 
		
			Created by Alex Carling
			(c) 2010 The Intrepid Production. All Rights Reserved.
			4/18/2010
		
			URL:
				www.hooliefestmpls.com/
		
			PURPOSE:
				Hoolie Fest web site style sheet - holds all graphic styling information for the site
*/

body
{
	margin: 0;
	
	background-color: #666666;
	background-image: url(background_banner.jpg);
	background-repeat: repeat-x;
}

#wrapper
{
	width: 800px;
	
	margin-left: auto;
	margin-right: auto;	
}

#headerImage
{
	float: left;
	
	width: 800px;
	height: 284px;
	
	background-image:url(header.jpg);
}

#leftColumn
{
	float: left;
	clear: left;
	
	width: 50px;
	height: 50px;
	
	background-image:url(left_column.jpg);
}

#rightColumn
{
	float: left;
	
	width: 50px;
	height: 50px;
	
	background-image:url(right_column.jpg);
}

#content
{
	width: 700px;
	
	float: left;
	/*margin: 0px auto;*/
	
	background-color: #FFFFFF;
}

#infoHeader
{
	float: left;
	clear: left;
	
	height: 19px;
	width: 318px;
	
	margin: 20px 23px 10px 20px;
	border-bottom: 3px dotted #d4355e;
	padding: 0 0 5px 0;
	
	background-image:url(title_needtoknow.jpg);
	background-repeat: no-repeat;
}

#info
{
	float: left;
	clear: left;
						
	width: 318px;
	height: 150px;
	
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	
	font: 12px Arial, Helvetica, sans-serif;
	color: #555555;
}

#newsHeader
{
	float: left;
	
	height: 19px;
	width: 318px;
	
	margin: 20px 20px 10px 0;
	border-bottom: 3px dotted #d4355e;
	padding: 0 0 5px 0;
	
	background-image:url(title_recentnews.jpg);
	background-repeat: no-repeat;
}

#news
{
	float: left;
						
	width: 318px;
	height: 150px;
	
	margin: 0 20px 0 10px;
	
	overflow: hidden;
	font: 12px Arial, Helvetica, sans-serif;
	color: #555555;
}

div.dates
{
	float: left;
	
	height: 19px;
	width: 213px;
	
	margin: 0 10px 0 0;
	border-bottom: 3px dotted #d4355e;
	padding: 0 0 5px 0;
	
	text-align: left;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #555555;
}

div.stageName
{
	float: left;
	clear: left;
	
	margin: 0 0 10px 20px;
	border-bottom: 1px dashed #777777;
	padding: 10px 0 0 0;
	
	text-align: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #777777;
}

div.playTimes
{
	float: left;
	width: 65px;
	
	margin: 0 5px 0 0;
	
	text-align: right;
	font: 12px Arial, Helvetica, sans-serif;
	color: #11a0c2;
}

div.bands
{
	float: left;
	width: 153px;
	
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #555555;
}

#sponsers
{
	float: left; 
	clear: left; 
	
	width: 660px; 
	
	margin: 0 0 50px 20px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #555555;
}

#footer
{
	clear: both;
				
	width: 660px;
	height: 70px;
	
	margin: 0;
	border-top: 1px dashed #FFFFFF;
	padding: 10px 20px 10px 20px;
	
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	
	background-color: #aaa;
}

.text_header
{
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #555555;
}

a:link { color: #d4355e; text-decoration: none; }
a:visited { color: #d4355e; text-decoration: none; }
a:active { color: #d4355e; text-decoration: none; }
a:hover { color: #11a0c2; text-decoration: underline; }