
body {
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/*background: #01B5F0 url(img/bg.gif) repeat-x top left scroll;*/
	/*background: #f7f4ee;*/
	background:#000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	/*background: #0082C9;*/
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header { 
	background: #00a6e5; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0 0 0 0;
} 

#mainContent {
	padding: 10px 60px 10px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #0082C9;*/
	background: #01a6e6;
	color:#000000;
	min-height:502px;
	background-image: url(img/footer.jpg);
	background-position:bottom;
	background-repeat: no-repeat;	
}

#mainContent h1 {
	font-size: 1em;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	/*color:#DCC424;*/
	color:#ffffff;
}

#mainContent h2 {
	font-size: 0.8em;
	/*color:#DCC424;*/
	color:#ffffff;	
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	border-bottom: solid 2px #DCC424;
}

#mainContent h3 {
	font-size: 1em;
	font-weight:bold;
	/*color:#DCC424;*/
	color:#ffffff;	
}

#mainContent h4 {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	/*color: #DCC424;*/
	color:#ffffff;
}

#mainContent p {
	font-size: 0.8em;
	text-align:justify;
}

#mainContent label.dateLabel
{
	float: left;
	width: 100%;
	font-size: 1em;
	font-weight:bold;
	color:#ffffff;
	/*color:#DCC424;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	border-bottom: solid 2px #DCC424;
	padding-bottom: 5px;
}



#mainContent #bandLabelTime
{
	width: 100%;
}

#mainContent #bandLabelTime label.bandLabel
{
	font-size: 1em;
	font-weight:bold;
	/*color:#DCC424;*/
	color:#ffffff;
	margin-right:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	float: left;
}


#mainContent #bandLabelTime label.timeStartLabel
{
	font-size: 1em;
	font-weight:bold;
	/*color:#DCC424;*/
	color:#ffffff;
	float:right;
	width:80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#mainContent #bandLabelTime label.timeEndLabel
{
	font-size: 1em;
	font-weight:bold;
	/*color:#DCC424;*/
	color:#ffffff;
	float:right;
	width:80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#mainContent label.openingLabel
{
	font-size: 0.8em;
	float:left;
	width:200px;
}

#mainContent label.priceLabel
{
	font-size: 0.8em;
	color:#ffffff;	
	width:100px;
	float:none;
}

#mainContent label.ticketDateLabels
{
	font-size: 1em;
	color:#ffffff;
	width:150px;
}

#mainContent div.bandDescription
{
	font-size: 0.8em;
	text-align:justify;
	margin-left:0px;
	width: 500px;
	margin-top:10px;
	margin-bottom:40px;
	clear:right;
}


#mainContent div.bandDescriptionLast
{
	font-size: 0.8em;
	text-align:justify;
	margin-left:200px;
	width: 300px;
	margin-top:10px;
	margin-bottom:0px;
	height:250px;
	clear:right;
}


#mainContent img {
	/*border: #DCC424 1px solid;*/
	/*padding: 4px;*/
	margin: 5px 20px 10px 0px;
	float:left;
	border: none;
}

#mainContent img.rightImg {
	background-color: #fff;
	/*border: #DCC424 1px solid;*/
	/*padding: 4px;*/
	margin: 0 10px 10px 20px;
	float:right;
	border: none;
}

#mainContent img.noFloat
{
	margin: 5px 20px 10px 0px;
	border:none;
	float:none;
}

#mainContent img.noFloatCentre
{
	margin: 5px 20px 10px 200px;
	border:none;
	float:none;
}

#mainContent img.rotatorImages
{
	margin: 0px 0px 0px 0px;
	border:none;
	float:none;    
}
/*#mainContent img.homeImg {
	margin: 5px 0px 10px -60px;
	border: none;
}*/

#sponsors { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#019CDE;
	text-align:center;	
} 
#sponsors p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#000000;

}
#sponsors img { 
    margin:0px 10px 0px 10px;
} 

#navigation
{
	/*background: #3c92cf;*/
	background:	#005E9E;
	/*background:#01a6e6;*/
    margin: 0px 0 0px 0;
	height: 40px;
    /*height: 20px;*/
    padding-top:20px;
    /*padding-top:0px;*/
    padding-bottom:0px;
    padding-left:50px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	/*font-family: "Times New Roman", Times, serif;*/
	/*font-style:italic;*/
    
}

#navigation ul
{
	margin: 0 auto 0 auto;
	/*width: 780px;*/
	width: 750px;
	list-style-type: none;
	text-align: center;
	padding: 0;	
}

#navigation li
{
	float: left;
}

/*Decoration*/
#navigation ul li a
{
	/*font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: .9em;
	/*font-weight:bold;*/
	padding: 6px 13px 7px 13px;
	/*color: #DCC424;*/
	color:#fff;
	/*color:#000;	*/
	background: none;
	
}

#navigation ul li a:hover
{
	/*color: #026CB8;*/
	color:#fff;
	background: #DCC424 url(img/NavBgOver.gif) repeat-x bottom left scroll;
}

#navigation ul li a:active
{
	color: #fff;
	background: #DCC424 url(img/NavBgActive.gif) repeat-x top left scroll;

}

#mainContent ul li
{
	font-size: 0.7em;
	list-style-type: none;	
}

a
{
    /*color: #DCC424;*/
    color:#000000;
}

#dayPanel
{
    /*width:45%;
    height:100px;    
    float:left;*/
    font-size:0.8em;
    margin-bottom:10px;
}

#dayPanel h2
{
    font-size:1em;
    color:#ffffff;
}


#timePanel, #discountPanel
{
    /*width:45%;*/
    /*height:100px;*/
    /*float:left;    */
    font-size:0.8em;    
    margin-bottom:10px;
    color:#ffffff;    
}

#timePanel h2, #discountPanel h2
{
    font-size:1em;    
    color:#ffffff;
}


#paymentDetails
{
    font-size: 0.8em;
    margin-bottom:10px;
}

#beersList1
{
    width:50%;
    float:left;   
}

#beersList2
{
    width:50%;
    float:none;   
}

#beersList1 p, #beersList2 p
{
    margin:2px 0px 2px 0px;
}

#mainContent p.breweryHeader
{
	width: 100%;
	font-size: 1em;
	font-weight:bold;
	/*color:#DCC424;*/
	color:#ffffff;
	margin-right:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	float: left;	    
}

#mainContent a.breweryLink
{
    color:#DCC424;
}

#paymentDetails input
{
    background-color:White !important;
}

#paymentDetails p
{
    font-size: 0.8em;    
}

#cardHolderDetails
{
    font-size: 0.8em;   
    margin-bottom:10px; 
}

#cardHolderDetails input
{
    background-color:White !important;
}

#cardHolderDetails p
{
    font-size: 0.8em;    
}

#paymentDetails label
{
    width:220px;
    float:left;
    font-weight:bold;
    font-size: 1em;     
}

#cardHolderDetails label
{
    width:220px;
    float:left;
    font-weight:bold;
    font-size: 1em;     
}


#cardHolderDetails input.errorHighlight, #paymentDetails input.errorHighlight, input.errorHighlight
{
    color:Black;
	background-color:#DCC424 !important;
}

span.errorHighlight
{
	font-weight:bold;
	color:#ffffff;
	font-size:.8em;
}

#footer a
{
    color:#DCC424;
    text-decoration:none;
}

#footerContainer
{
	padding: 0 0px;
	margin:0;
	background:#00a6e5;	
}

#footer {
	width:100%; 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background: #01B5F0 url(img/footerbg.jpg) repeat-x top left scroll;*/
	/*background:#f7f4ee;*/
	background:#000;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:White;
	text-align:center;
	font-size:.7em;
}
    
div.pressPhotos
{
    /*border-style:solid;
    border-color:Gray;
    border-width:thin;*/
    float:left;
    width:160px;
    height:240px;
    margin:2px;
    padding:2px;
    text-align:left;    
}

    
div.pressPhotos2
{
    /*border-style:solid;
    border-color:Gray;
    border-width:thin;*/
    float:left;
    width:260px;
    height:240px;
    margin:2px;
    padding:2px;
    text-align:left;    
}

div.pressPhotosLast
{
    /*border-style:solid;
    border-color:Gray;
    border-width:thin;*/
    float:none;
    width:160px;
    height:240px;    
    margin:2px;
    padding:2px;
    text-align:left;    
}	

div.pressPhotosLast2
{
    /*border-style:solid;
    border-color:Gray;
    border-width:thin;*/
    float:none;
    width:260px;
    height:240px;    
    margin:2px;
    padding:2px;
    text-align:left;    
}	