@charset "utf-8";

h1, h2, h3, h4, h5, h6, p, ul, li, ol  {
	margin: 0;
	padding: 0;
}

a:link, a:visited  {
	color: #21274E;
	text-decoration: none;
}

a:hover  {
	text-decoration: underline;
}

a:active, a:focus  {
	outline: none;
}

ul  {
	margin-left: 35px;
	margin-bottom: 18px;
}

ul li  {
	list-style: square;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 24px;
	background: #D4DDEF url(../images/bg03.jpg) repeat-x top fixed;
	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: #FFF;
}

#wrapper  {
	background: url(../images/hawkbg03.png) no-repeat top center fixed;
}

#superheader  {
	background: url(../images/topbar03.png) repeat-x;
	height: 117px;
}

#superbody  {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../images/bbs03-top.png) no-repeat top right;
	height: 117px;
}

#container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	height: 75px;
	background: transparent url(../images/bbs03_btm.png) top right no-repeat;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#menu   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#menu ul {
	display: block;
	float: left;
	margin: 0;
	margin-top: 50px;
	margin-left: 17px;
}

#menu ul li {
	list-style-type: none; 
	display: inline;
}

#menu ul li a {
	margin-left: 8px;
	margin-right: 8px;
}

#menu li a:link, #menu li a:visited {
	color: #FFF;
	text-decoration: none;
}

#menu li a:hover  {
	color: #C2C9E4;

}
#menu li a:active {
	outline: none;
}

#title  {
	float: left;
	width: 425px;
	height: 91px;
	margin-top: 0px;
}

#mainContentWrapper {
	background: url(../images/mainbg04_border.png) repeat-y;

}

#mainContentTop  {
	background: url(../images/mainbg04_top.png);
	width: 880px;
	height: 6px;
}

#mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/mainbg05_content.png);
	width: 830px;
	margin: 0 auto;

}

#mainContent p  {
	margin-bottom: 12px;
}

#mainContentBottom  {
	background: url(../images/mainbg04_btm.png);
	width: 880px;
	height: 6px;
}
	
#footer {
	font-size: 11px;
	margin-top: 20px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footerbg01.png);
	color: #FFF;
	height: 80px;
}

#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: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footerMenu   {
	padding-top: 10px;
}

#footerMenu ul {
	display: block;
	margin: 2px;
	margin-bottom: 0;
}

#footerMenu ul li  {
	list-style-type: none; 
	display: inline;
	padding-left: 5px;
	padding-right: 10px;
}

#footerMenu li a:link, #footerMenu li a:visited {
	color: #FFF;
	text-decoration: none;
}

#footerMenu li a:hover  {
	color: #313B76;
}

.picWrapperRight {
	float: right;
	margin: 10px 0 10px 25px;
}

img.picWrapperRight{
	padding: 3px;
	border: 1px solid #9DAACE;
}

img.picWrapperRight:hover {
	padding: 3px;
	border: 1px solid #FFF;
}

.picWrapperRight img{
	padding: 3px;
	border: 1px solid #9DAACE;
}

.picWrapperRight:hover img { 
	padding: 3px;
	border: 1px solid #FFF;
}

.picWrapperLeft {
	float: left;
	margin: 0 20px 10px 0;
}

.picCapt  {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	padding: 5px;
}
.review  {
	border-bottom: 1px dashed #FFF;
	margin: 10px 0;
	padding: 15px;
	padding-bottom: 25px;
}

.review span  {
	font-size: 11px;
	line-height: 15px;
}

#extraDiv01  {
	background: url(../images/cloud01.png);
	width: 140px;
	height: 108px;
	position: absolute;
	top: 175px;
	left: 395px;
	z-index: 2;
}

h1  {
	font-size: 22px;
	margin-bottom: 15px;
	letter-spacing: 3px;
}

h2  {

	font-size: 17px;
	color: #21274E;
	letter-spacing: 1px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

h3  {
	font-weight: bold;
	margin-bottom: 12px;
	letter-spacing: 1px;
}

.clear  {
	clear: both;
}

.cd  {
	width: 122px;
	height: 107px;
	border: 1px solid #9DAACE;
	padding: 2px;
	margin: 5px;
	float: left;
	margin-bottom: 12px;
}

.cd:hover {
	border: 1px solid #FFF;
}

.cdWrapper  {
	width: 552px;
	margin: 0 auto;
}

.hidden  {
	display: none;
}

p.musician, p.timeline  {
	padding: 5px 0px;
}
span.name, span.time  {
	font-size:11px;
	font-weight: bold;
	width:140px;
	float:left;
	text-transform: uppercase;
}
span.description  {
	display:block;
	padding-left:150px;
}
p.show  {
	padding: 15px 0px;
}
span.date  {
	font-size:11px;
	font-weight: bold;
	width:200px;
	float:left;
	text-transform: uppercase;
}
span.details  {
	display:block;
	padding-left: 210px;
}

.botmar {
	margin-bottom: 25px;
}

#shows strong {
	color: #21274E;
}

#pastShows ul  {
	margin-left: 25px;
}

#pastShows ul li {
	margin-bottom: 18px;
}

#pastShows strong  {
	color: #21274E;
}
#rightCol  {
	width: 200px;
	margin-left: 35px;
	float: right;
}

.attention  {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background: url(../images/mainbg05_content.png);
	padding: 5px 10px;
	border: 1px solid white;
}

div.attention {
	margin-bottom: 10px;
	padding-top: 12px;
	}
	
div.botmar.attention {
		-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background: url(../images/mainbg05_content.png);
	padding: 10px 15px;
	border: 1px solid white;
		margin: 0 250px 25px 0;
		}
	
.attention blockquote {text-align: center; font-size: 16px; line-height: 25px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; padding-bottom: 12px;}

.attention cite {
	font-style:normal; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 14px;}

#contact  {
	background: url(../images/pics/hawk_logo_01.png) no-repeat center right;
}

.center { text-align: center;}

/*#shows p  {
	border-bottom: 1px solid #FFF;
	padding-bottom: 12px;
}*/



