﻿/* make sure we start from a baseline of no padding or margins */
*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 15pt;
	margin: 0;
	background-image: url('images/background.jpg');
}

p
{
	margin-bottom: 1em;
}

img
{
	border: 0;
}

/* styles for the specific divs that make up our document structure */
#divNav
{
	float: left;
	width: 190px;
	padding: 10px 0px 0px 0px;
}

#divWrapper
{
	float: left;
}

#divBanner
{
	float: left;
	width: 95%;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 15px 15px 15px 15px;
}

#divHeaderLeft
{
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 18pt;
	color: #ffffff;
	background-color: #996666;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 8px;
	text-align: center;
}

#divHeaderRight
{
	float: right;
	font-weight: bold;
	margin-right: 25px;
}

#divContent
{
	clear: both;
	float: left;
	width: 95%;
	border-left: 1px solid #666666;
	padding: 15px 15px 15px 15px;
}

#divRightSidebar
{
	float: right;
	width: 300px;	
	border-left: 1px solid #666666;
	margin-left: 15px;
	padding-left: 5px;
}

#divFrontSchedule
{
	float: right;
	width: 350px;
	font-size: 11px;
	line-height: 12pt;
	background-image: url('images/green_guitar_background.jpg');
	padding: 10px;
	margin: 10px;
	border: 1px solid #666666;	
}

#divNav li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#divNav ul a
{
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 18pt;
	line-height: 18pt;
	text-decoration: none;
	text-indent: 20px;
	color: #FFFFCC;
	font-size: 13pt;
	font-weight: bold;
}

#divNav ul a:hover
{
	background-color: #CED7B5;
}

#divNav a.menudarkgreen
{
	background-color: #999966;
}

#divNav a.menured
{
	background-color: #996666;
}

#divNav a.menuorange
{
	background-color: #CC9966;
}

#divMap
{
	float: right;
	width: 475px;
	text-align: center;
	padding-left:10px;
}

#divContactImage
{
	 float: left;
	 width: 300px;
	 text-align: center;
}

#divContactImage img
{
	padding: 5px 15px 5px 15px;
}

#divContactText
{
	float: left;
	width: 300px;
}

#divBookingImage
{
	float: right;
	width: 260px;
	padding-left: 10px;
	text-align: center;
}

#imgFront
{
	float: left;
	padding-right: 5px;
}

/* styles used in the markup to style things */

.mapheader
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 16pt;
	color: #ffffff;
	background-color: #996666;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}


a:link,a:visited,a:active{
	color: #996666;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.headline
{
	font-family:verdana,arial;
	font-size: 15px;
	color: #CC9966;
	font-weight:bold
}

.imgmap
{
	padding:5px 0px 5px 0px;
}

.imgscheduleleft, .imgscheduleright
{
	padding: 10px;
	background-color: #999966;
	border-bottom: solid 4px #777744;
	border-right: solid 4px #777744;
	border-top: solid 4px #BBBB88;
	border-left: solid 4px #BBBB88;
}

.imgscheduleleft
{
	margin-right: 10px;
}
	
.imgscheduleright
{
	margin-left: 10px;
}

.alignright
{
	text-align: right;
}

.headliner
{
	font-size: x-large;
	font-weight: bold;
	padding-top: .4em;
	margin-bottom: 0;	
}

.opener
{
	font-size: large;
	font-weight: normal;
	margin-bottom: 0;	
}

.concertdate, .headlinerurl
{
	font-size: medium;
	font-weight: normal;
	margin-bottom: 0;
}

.openerurl
{
	font-size: small;
	font-weight: normal;
	margin-bottom: 0;
} 

.tickets
{
	font-size: 10pt;
	font-weight: normal;
}

.concerttext
{
	font-size: 10pt;
 	font-weight: normal;
}
