/* === set all margins and paddings to 0 for consistency === */
* {
	margin: 0;
	padding: 0;
} 
/* ============ elements & gloabal settings ======= */
body {
	padding: 0px;
	margin: 2em auto;
	font: 76% georgia,'times new roman', arial, helvetica, sans-serif;
	color: #000;
	/*background: #000 url(../images/bg_fade.gif) repeat-x top;*/
	width: 760px;
	background: #000;
}
/* ------------ relative font sizes --------------- */

h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 2.0em;
	text-transform: uppercase;
	/*background: url(../images/bg_swirl.gif) no-repeat top center;*/
	text-align: center;	
	padding-top: 10px;
}
h2 {
	font-size: 1.8em;
	padding-top: 10px;
}	
h2.underline {
	font-size: 1.8em;
	border-bottom:1px solid;
	padding-top: 10px;
}	
h3 {
	font-size: 1.4em;
	text-transform: uppercase;
}
h3.name {
	font-size: 1.4em;
	font-style: italic;
	letter-spacing: 1px;
	color: #000;
	margin-top: 10px;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
ol, ul, li {
	font-size: 1.1em;
}
p {
	font-size: 1.2em;
	
}
h1,h2,h3,h4,h5,h6 {
	font-family: harrington, georgia, 'times new roman', arial, helvetica, sans-serif;
	color: #000;
}
em {
	color: #000;
}
/* ------------ line heights ---------------------- */
p, .newsbody, li {
	line-height: 1.5em;
}
ul.box li {
	line-height: 1.4em;
}
/* ------------ margins --------------------------- */
h3, h4, h5, h6 {
	margin-bottom: 0em;
}
h4.box {
	margin-bottom: 0.6em;
}
h5, h6 {
	margin-bottom: 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
	margin-top: 0;
}
p {
	margin: 0.5em 0 0 0;
}
/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
img.img-float-left {
	float: left;
	margin: 16px 16px 0 0;
	border: 2px solid #333333;
	padding: 2px;
}
img.img-float-right {
	float: right;
	margin: 16px 0 0 0;
	border: 2px solid #333333;
	padding: 2px;
}
div.img-float-left {
	float: left;
	margin: 15px 10px 10px 0;
}
div.img-float-right {
	float: right;
	margin: 15px 0 10px 10px;
}
div.img-float-left img, div.img-float-right img {
	border: 2px solid #333333;
	display: block;
	padding: 2px;
}
a {
	font-weight: normal;
}
a:link, a:visited {
	color: #000;
}
a:active, a:hover {
	color: #A54049;
}
a.link-title {
	font-size: 1.2em;
}
a.link-title:link, a.link-title:visited {
	color: #000;
}
a.link-title:active, a.link-title:hover {
	color: #9F0000;
}
input, textarea {
	border: 1px solid #333333;
	color: #000;
}
label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
	margin-bottom: 3px;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #9F0000;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}
div.clear {
	clear: both;
}

/* ============  MAIN PAGE BLOCKS ================= */
#mainblockfull {
	width: 100%;
	background: transparent;
}
#mainblockcentre {
	float: left;
   background: transparent;
   width: 49.9%;
}
#mainblockside {
	float: left;
   background: transparent;
   width: 549px;
	border-right: 10px solid #3d3c3c;
}
#sidebarright, #sidebarlLeft {
   float: left;
   width: 180px;
}
#sidebarleft {
	background: transparent;
}
#sidebarright {
	background: transparent;
}
#pagebodycontent {
	background: #f6efdd url(../images/paper1.png) no-repeat top;
	margin: 0;
	padding:10px;
	/*padding-bottom: 2em;*/
	/*border-width: 10px;*/
	/*border-style: solid;*/
	/*border-color: #3d3c3c;*/
}
#banner {
	padding: 0;
	/*background: #000000;*/
	/*background: url(../images/bg_header.gif) no-repeat top;*/
}
#header {
	/*background: #000000;*/
	/*border: 10px solid #000;*/
}
#header img {
	margin: 0 auto;
	display: block;
	/*padding: 10px 0;*/
}
#footerbar {
	padding: 0.6em;
	margin-top: 0em;
	background: #000;
	border-width: 0 0 1px 0;
	border-color: #9f0000 #000 #9f0000 #000;
	border-style: solid;
}
#footerbarunder {
	font-size: 1.1em;
	color: #737373;
	padding: 1em 0;
}
#footerbarunder a:link, #footerbarunder a:visited {
	color: #737373;
}
#footerbarunder a:active, #footerbarunder a:hover {
	color: #9F0000;
}

ul.box {
	padding: 0 0 0 0.7em;
	margin: 0 0 0 0.7em;
	list-style: outside url( '../images/list_bullet_arrow.gif' );
	font-size: 0.9em;
}

/* ============ nav bar content =================== */
#navbarh {
	padding: 0.2em;
	/*background: #a54049;*/
	background: #6c1e25 url(../images/navpaper.png);
	text-align: center;
	border-bottom: 2px dotted #000;
	border-top: 2px dotted #000;
	font-family: harrington, georgia, 'times new roman', arial, helvetica, sans-serif;
}
#navbarh ul {
	padding: 5px 0;
	margin: 0;
}
#navbarh ul li {
	display: inline;
	padding: 0 5px;
}
#navbarh ul li a {
	font-weight: bold;
	text-transform: uppercase;
}
#navbarh a:link, #navbarh a:visited {
	color: #000;
	text-decoration: none;
}
#navbarh a:active, #navbarh a:hover {
	color: #9F0000; 
}


/* ============ news box styles =================== */
h3.news-cat {
	background: url(../images/bg_swirl_red.gif) no-repeat top center;
	text-align: center;
	width: 181px;
	padding-top: 30px;
}
h3.news-cat a {
	text-transform: uppercase;
	font-weight: bold;
}
h3.news-cat a:link, h3.news-cat a:visited {
	color: #850900;
	text-decoration: none;
}
h3.news-cat a:active, h3.news-cat a:hover {
	color: #850900;
	text-decoration: underline;
}
ul.news {
	list-style: none;
	margin: 0 0 0 8px;
}
ul.news li {
	/*background: url(../images/bullet_arrow.gif) no-repeat 0 0.7em;*/
	background: url(../images/icon_hand.gif) no-repeat 0 0.6em;
	padding: 2px 0 0 38px;
	margin-bottom: 10px;
}
ul.news a:link, ul.news a:visited {
	color: #a54049;
}
ul.news a:active, ul.news a:hover {
	color: #CC3300;
}



/* ============ tour dates table =================== */
table#tour {
	background: #fff;
	width: 100%;
	margin-top: 10px;
}
table#tour tr th {
	text-align: left;
	background: #d6bc82;
	padding: 4px 6px;
	
}
table#tour tr td {	
	padding: 4px 6px;
	background: #fdf6e6;
}

/* ============ misc content styles =============== */
table.performance-pics {
	margin-top: 1em;
}
table.performance-pics tr td {
	width: 199px;
	border-bottom: 10px solid #000000;
	border-right: 9px solid #000000;
}
table.performance-pics img {
	display: block;
	border: 1px solid #3D3C3C;
}

h3.headerbar {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff #ccc #ccc #ccc;
	padding: 0;
}
div.hr {
	border-top: 1px solid #ccc;
	margin: 1em 0;
}
div.hr hr {
  display: none;
}
div.hr-swirl {
	background: url(../images/swirl.gif) no-repeat top center;
	height: 15px;
	margin: 15px 0 10px 0px;
	clear: both;
}
div.hr-swirl hr {
	display: none;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #555555;
	margin: 0 0 1em 0;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}
div.homebox {
	/*background: url(../images/boxpaper.png) no-repeat;*/
	/*height:400px;*/
	width:240px;
	margin: 15px 0px 10px 0px;
	text-align: center;
	float: left;
}
div.homebox p{
	font-size: 1.2em;
}
a.homebox{
	text-decoration: none; 
}
a.homebox:hover{
	color: #000;
}
#ticker {
	color: #000;
	clear:both;
	margin: none;
	background: url(../images/boxpaper.png) no-repeat;
	background-color: #000;
}

/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #737373;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #9F0000;  
}
.sig {
	color: #737373;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1em 0 0 0;
}


