* {margin: 0; padding: 0; line-height: 1.0;}
html {
	background: #ccc url(images/sb_bgcolor.jpg) repeat scroll 0% 0%;
	color: #000;
}
body {
	font-size: 75%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: white url(images/sb_bgcolor.jpg) repeat scroll 0% 0%;
	color: #333;
	text-align: center;
	padding: 10px 0;
	}
#container {
	position: relative;
	margin: 0 auto;
	width: 760px;
	height: 100%;
	background: #009 url(images/sb_bg.jpg) repeat-y scroll 0% 0%;
}
#header {
	position: relative;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background: url(images/sb_header02.jpg) no-repeat scroll -1px 0;
}
#header h1 {
	width: 315px; height: 124px;
	display: block;
	position: absolute;
	top: 50px; right: 25px;
	background: transparent url(images/sblogowin.png) no-repeat scroll 0% 0%;
	}
#header>h1 {
	background: transparent url(images/sblogo.png) no-repeat scroll 0% 0%;
}
#header h1 a {
	text-indent: -9999px;
	width: 315px; height: 124px;
	display: block;
	line-height: 124px;
	outline: 0;
}
#qsb #header h1 {
	width: 338px; height: 121px;
	display: block;
	position: absolute;
	top: 50px; right: 25px;
	background: transparent url(images/qsblogo.png) no-repeat scroll 0% 0%;
	}
#qsb #header h1 a {
	text-indent: -9999px;
	width: 338px; height: 121px;
	display: block;
	line-height: 121px;
	outline: 0;
}
#navbar {
	clear: both;
	margin: 5px auto 0;
	width: 720px;
	padding: 8px 20px 23px;
	background: url(images/sb_navfoot.png) no-repeat scroll bottom center;
	height: 1em;
}
#navbar li {
	display: inline;
	height: 1.6em; 
	padding: 0 5px;
}
#navbar li a {
	background: #006; color: #ffe;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0.25em 1.5em;
	height: 1em;
	border: 1px solid #ccc;
	text-decoration: none; text-transform: uppercase;
}
#navbar li a:hover,
#navbar li a:focus {
	background: #f60; color: #fff;
}
#content {
	clear: both;
	width: 720px;
	margin: 0 auto;
	padding: 0 0 15px;
	background: #ffc url(images/sb_contentfoot.png) no-repeat scroll bottom center;
	color: #000;
	text-align: justify;
	font-family: tahoma, verdana, arial, sans-serif;
}
#content a {
	font-weight: bold;
	color: #334;
	text-decoration: none;
}
#content a:hover, #content a:focus {
	font-weight: bold;
	color: #872;
	text-decoration: underline;
}
#text, .post {
	padding: 0.5em 1em;
}
p {
	margin: 1em 0;
	line-height: 1.6;
}
em {
	color: #030;
}
h2 {
	color: #224;
	font-size: 1.8em;
	line-height: 1.4;
	font-family: georgia, times, "Times New Roman", serif; 
	font-weight: bold; font-style: italic;
	text-align: left; clear: left;
}
h3, h4 {
	margin: 1.5em 0 0;
	font-family: georgia, times, "Times New Roman", serif; 
	font-weight: bold; font-style: italic;
	color: #224;
	clear: both;
}
h3#quote {
	clear: both;
	text-align: center;
	font-size: 2.4em;
	font-style: italic;
	color: #224;
	font-family: "Times New Roman", Times, Serif;
}

img.left {
	float: left;
	margin: 5px 15px 15px 0;
	border: 1px solid #872;
}
img.right {
	float: right;
	margin: 5px 0 15px 15px;
	border: 1px solid #872;
}
#footer {
	width: 720px;
	padding: 20px 20px 25px;
	background: url(images/sb_footer.jpg) no-repeat scroll bottom center;
	font-size: 0.8em;
	color: white;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #eef;
}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
}
hr {display: none;}	
#text ul, .post ul {
	padding-left: 30px;
	margin: 1em 0;
}
#text li, .post li {
	line-height: 1.4;
}
div.section {
	padding: 0 0 1em;
	border: 2px solid #963;
}
.section h3 {
	background-color: #963; 
	color: #fff;
	text-align: center;
	line-height: 1.4;
	margin: 0;
}
.section p {
	margin: 0.5em 0;
	padding: 0 1em;
}
.section ul {
	margin: 0.5em 0;
	padding: 0 1em !important;
	list-style-type: none;
}
#latestNews {
	width: 330px; margin-right: 14px;
	display: inline;
	float: left;
}
#upcomingGigs {
	width: 330px; margin-left: 14px;
	display: inline;
	float: left;
}
br.clear {
	height: 1px;
	line-height: 1px;
	clear: both;
	}
#jukebox {
	position: relative;
	width: 300px; height: 315px;
	margin: 1em auto;
	border: 1px solid #ddd;
	background-color: #ffc;
	color: #fff;
	text-align: center;
}

/* --- Contact page / Forms --- */

#bookingEnquiry {
	position: static;
	overflow: hidden;
	width: 500px;
    margin: 1em auto;
}

form.cmxform fieldset {
  margin-bottom: 10px;
  background-color: #eef;
  padding: 0 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
  font-size: 1.2em;
}
form.cmxform label {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 1em 0 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 180px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 183px; /* Width plus 3 (html space) */
}
form.cmxform input,
form.cmxform select,
form.cmxform textarea {
	width: 220px;
	margin-left: 10px;
}
form.cmxform select#eventDay {
	width: 45px;
}
form.cmxform select#eventMonth {
	width: 100px;
	margin-left: 3px;
}
form.cmxform select#eventYear {
	width: 60px;
	margin-left: 3px;
}
p.submit {
	margin: 0;
	padding: 5px 1em 5px 180px;
	}
form.cmxform input#submit {
	width: auto;
	padding: 2px 5px;
	}
/* end enquiry form */
p.centre {
	clear: both;
	text-align: center;
	}
dd {
	background: url(images/quotation.gif) no-repeat scroll top left;
	padding: 10px 2em 0.5em 30px;
	min-height: 30px;
	line-height: 1.4;
	font-style: italic;
}
dt {
	padding: 0 2em 1em 30px;
	font-weight: bold;
	color: #006;
	}
p.error {color: #f00;}	
/* Featured Posts Box */
#featured {
	width: 92%;
	position: relative;
	margin: 1em auto;
	padding: 0.5em 2%;
	background: #fff;
	border: 1px solid #006;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
}
#featured img.left, #featured img.right {
	float: right;
	margin: -2em 0 1em 1em;
	border: 1px solid #006;
}
#featured hr {
	display: block;
	height: 1px;
	visibility: hidden;
	clear: both;
}
#featured h2 {
	color: #006;
	font-size: 1.6em;
	line-height: 1.2;
	font-family: georgia, times, "Times New Roman", serif; 
	font-weight: bold; font-style: italic;
	text-align: left; clear: left;
}
#featured h3, #featured h4 {
	margin: 1em 0 0;
	font-family: georgia, times, "Times New Roman", serif; 
	font-weight: bold; font-style: italic;
	font-size: 1.4em;
	color: #006;
	clear: both;
}	
	

	