/* BEEGIE ADAIR BASE STYLE SHEET */
@import url(reset.css);
/* BASIC SELECTORS
==================== */
body {
	background: #003952 url(/images/bg.jpg) top center repeat-x;
	color: #f5d254;
	font-size: 76%;
}
body, p, div, th, td, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-size: 12px;
}
p {
	margin: 0 0 1em;
}
/* HEADINGS
==================== */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 1em 0;
}
h1 {
	font-size: 24px;
	color: #fcedb4;
	margin: 0 0 .4em;
}
h2 {
	font-size: 120%;
	color: #fcedb4;
	text-transform: uppercase;
	margin: 2em 0 1.5em;
}
h2.first {
	margin-top: 0;
}
h3 {
	font-size: 110%;
	color: #fcedb4;
	margin-bottom: 0;
	font-weight: bold;
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 100%;
}
/* QUOTES
==================== */
blockquote {
	background: transparent url(/images/open-quote.gif) no-repeat top left;
	margin-bottom: 1.5em;
}
blockquote p {
	line-height: normal;
}
.cite {
	color: #fcedb4;
	padding: 0;
}
/* LINK STYLES
==================== */
a, a:link, a:visited {
	color: #fcedb4;
	text-decoration: none;
}
a:hover, a:active {
	color: #205366;
}
a img {
	border: none;
}
a.outline img {
	border: 1px solid #fff;
}
a.outline:hover img {
	border-color: #000;
}
/* LISTS
==================== */
ul, ol {
	margin: 0 0 10px 25px;
}
/* TABLES
==================== */
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* NAVIGATION
==================== */
#navbar {
	width: 700px;
	height: 20px;
	margin: 19px auto 0;
	padding-left: 80px;
}
#nav, #subnav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnav {
	padding-bottom: 15px;
	border-bottom: 1px solid #fae497;
	margin-bottom: 15px;
}
#nav li, #subnav li {
	display: inline;
}
#nav a, #nav a:visited, #subnav a, #subnav a:visited {
	text-transform: uppercase;
	color: #facf38;
	text-decoration: none;
	padding: 0 8px;
	border-left: 1px solid #186f93;
	font-size: 11px;
	line-height: 1;
}
#nav a:hover, #subnav a:hover {
	color: #fff;
}
#nav li a.active, #subnav li a.active {
	color: #fae497;
}
#nav a.first, #subnav a.first {
	border: none;
	padding-left: none;
}
/* LAYOUT
==================== */
#logo {
	width: 100%;
	margin-top: 23px;
	text-align: center;
}
#container {
	width: 960px;
	height: 652px;
	position: relative;
	margin: 0 auto 0;
	padding: 0 20px;
	background: #000 url(/images/container-bg.jpg) top center no-repeat;
}
#bg-image {
	height: 100%;
	width: 100%;
	position: absolute;
	background-position: bottom left;
	background-repeat: no-repeat;
}
.bg-1 {
	background-image: url(/images/beegie-1.jpg);
}
.bg-2 {
	background-image: url(/images/beegie-2.jpg);
}
.bg-3 {
	background-image: url(/images/beegie-3.jpg);
}
.bg-4 {
	background-image: url(/images/beegie-4.jpg);
}
#page-header {
	width: 619px;
	padding: 0 30px;
	height: 47px;
	position: absolute;
	margin: 35px 0 0 248px;
	overflow: hidden;
}
/*#content {
	width: 620px;
	height: 479px;
	overflow: auto;
	position: absolute;
	margin: 82px 0 0 248px;
	padding: 30px;
}*/
#content {
	width: 649px;
	height: 509px;
	position: absolute;
	margin: 82px 0 0 248px;
	padding: 30px 0 0px 30px;
}
#main {
	
/*padding-bottom: 20px;*/
	height: 100%;
	overflow: auto;
}
#container-bottom {
	margin: 0 auto;
	width: 1000px;
	height: 18px;
	background: url(/images/container-bottom.jpg) no-repeat;
}
.clearing {
	clear: both;
}
.center {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.alignleft, div.floatleft {
	float: left;
	margin: 0 1em .5em 0;
}
img.alignright, div.floatright {
	float: right;
	margin: 0 0 .5em 1em;
}
.section {
	margin-bottom: 15px;
}
.callout {
	background: transparent;
	border: 1px solid;
	padding: 1em;
	margin: 15px;
}
/* News */
.newsitem {
	margin-bottom: 2em;
}
p.dateline {
	margin-bottom: .2em;
}
.newsitem a {
	text-transform: uppercase;
}
.author {
	margin-bottom: 2em;
	font-style: italic;
}
/* Booking */
#booking-info {
	position: absolute;
	margin: 161px auto auto 20px;
	z-index: 10;
}
/* Press Room */
.thumbnail {
	width: 111px;
	float: left;
	margin: 20px;
	text-align: center;
}
/* Links */
body#links ul {
	list-style: none;
	margin: 0 0 1.2em 0;
}
body#links li {
	line-height: 1.3;
}
/* Music */
div#sidebar {
	width: 225px;
	height: 585px;
	position: absolute;
	margin: 35px auto auto 10px;
	background: #000 url(/images/heading-bg.jpg) repeat-x;
	border: 1px solid #8d9f9f;
}
#sidebar .heading {
	padding-left: 10px;
	height: 47px;
	overflow: hidden;
}
#cd-list {
	height: 538px;
	padding: 0 0 0 10px;
}
#cd-list h3 {
	border-bottom: 1px solid #00717f;
	padding-bottom: 3px;
	margin: 1.5em 0 .5em;
}
#cd-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#cd-list li {
	border-bottom: 1px solid #0a333b;
	padding: 3px;
}
#cd-list span.title {
	text-transform: uppercase;
}
#cd-list span.subtitle {
	display: block;
	font-size: 80%;
	color: #173d4a;
}
#cd-list a {
	display: block;
}
h1.title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
.subhead {
	color: #fcedb4;
	font-weight: bold;
	margin-bottom: 2em;
}
.notes {
	margin: 2em 0;
	font-size: 11px;
}
ul.songlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.songlist li {
	font-size: 14px;
	margin: .3em;
}
.album-details {
	float: right;
	width: 230px;
}
/*.artwork {
	background: url(/images/glow.png);
}*/
.artwork img {
	margin: 20px;
	border: 1px solid #333;
}
.credits ul {
	list-style: none;
	margin: 20px 0 0 30px;
	padding: 0;
	color: #fcedb4;
}
/* TYPOGRAPHY
==================== */
.gig-listing {
	border-top: 1px solid #173f4b;
	padding-top: 1em;
	margin-bottom: 20px;
}
.gig-listing p {
	margin: 0;
}
p.venue {
	text-transform: uppercase;
	font-weight: bold;
	color: #fcedb4;
}
.gig-listing .date, .gig-listing .time {
	margin-right: 2em;
}
/* NOTICE AND WARNING BOXES
==================== */
.notice {
	background: #fff7d9 url(/images/notice.gif) 5px 5px no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.smallnotice {
	background: #fff7d9 url(/images/notice-sm.gif) 5px 50% no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 30px;
	margin-bottom: 15px;
	min-height: 18px;
	color: black;
	font-size: 14px;
}
.warning {
	background: #ffefef url(/images/warning.gif) 5px 5px no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.smallwarning {
	background: #ffefef url(/images/warning-sm.gif) 5px 50% no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 30px;
	margin: 15px 20px;
	min-height: 18px;
	color: black;
	font-size: 12px;
}
