/* This CSS sets the template styles and layout for ALL elemnets */

/* --------------------------------------------------------- =BROWSER =NORMALIZATION */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend/*, table, caption, tbody, tfoot, thead, tr, th, td */ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* --------------------------------------------------------- =BASE =STYLES */

body {
	background: #86060c;
	color: #fff;
	margin: auto;
	padding: 0;
	font-size: 10pt;
	text-align:center;
}

body, table, td, div, input {
	font-family: Arial, Trebuchet, Tahoma, Helvetica, sans-serif;
}

a:link, a:visited {	
	color:#F4AD15;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color:#F4AD15;
	text-decoration: none;
	}

h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: -10px 0 10px 0;
	padding: 0;
	color: #F4AD15;
	font-size: 2.5em;
	text-align: right;
	}
	
h2 {
	color: #fff;
	margin: 0 0 8px 0;
	font-size: 1.4em;
}

h3 {
	color: #86060c;
	margin: 0 0 6px 0;
	font-size: 1em;
	padding: 5px;
}

h4 {
	color: #fff;
	margin: 15px 0 4px 0;
	font-size: 1em;
}

p {
	padding: 0 0 12px 0;
	line-height: 1.3em;
}

hr {
	background: #86060c;
  	border: 0;
  	color: #86060c;
  	height: 1px;
	margin: 10px 0;
	}
	
ol li {
	list-style-type: decimal;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
} /* tables still need 'cellspacing="0"' in the markup */

table {	font-size: 100%; } /* IE inheritance fix */

ins {
	text-decoration: none;
	border-bottom: 1px dotted;
} /* remember to highlight inserts somehow! */

del {
	text-decoration: line-through;
}

/* --------------------------------------------------------- =CLEAR =FLOATS/=FIXS */

.clearfloat {
	clear: both;
	height: 1px;
	}
	
.clear0 {
	height: 0;
	clear: both;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;} /* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;} /* End hide from IE-mac */


/* --------------------------------------------------------- =PAGE WRAPS/=COLUMNS */

.pageWrap {
	
	}

.homepage {
	width: 650px;
	margin: 0 auto;
	}
.home  {
	position: relative;
	text-align: center;
	margin: 10px;
	background: #86060c url(images/logo.gif) no-repeat;
	height: 1000px;
	}

.homeNav  {
	position: absolute;
	text-align: center;
	top: 370px;
	left: 192px;
	}

.backpage {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0;	
	background: #86060c url(images/bg_back.gif) repeat-y;
	}
	
.back  {
	position: relative;
	text-align: center;
	margin: 0 10px;
	background: url(images/bg_backHed.gif) top no-repeat;
	}
	
.backNav  {
	position: absolute;
	text-align: center;
	top: 105px;
	left: 101px;
	}
	

/* --------------------------------------------------------- =NAV */

.nav {
	background-color:#ccc;
	width:100%;
}
.Nav a:link, .Nav a:visited {	
	text-decoration: none;
	display:block;
	padding:8px 12px;
	}
.Nav a:hover, .Nav a:active {
	text-decoration: none;
	background-color:#efefef;
	}



/* --------------------------------------------------------- =MASTHEAD */
	
.mast {
	
	}
	
.mastL {
	float: left;
	width: 400px;
	}
	
.mastR {
	float: right;
	width: 400px;
	text-align: right;
	}
	
	
/* --------------------------------------------------------- = SITE =CONTENT */

.content {
	padding: 120px 160px 30px 350px;
	text-align: left;
	min-height: 200px;
	}
	
.content ul, .content ol {
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
	}
	
.content ul li { 
	padding: 0 0 6px 20px;
	}
	
.content ol li {
	margin: 0 0 6px 12px;
	}
	
.content ul ul, .content ol ol {
	margin-bottom: -6px;
	padding: 6px 0 0 0;
	}
	
.content ul li {
	background: url(../images/bullet.gif) no-repeat .5em 0; 
}

.content img {
	margin: 0 0 10px 10px;
	}
.music{
	color: #86060c;
}

.music p{
	color: #86060c;
	padding: 0 0 5px 0;
	line-height: 1.3em;
	font-size: 11px;
}

.contentLeft {
	width: 220px;
	float: left; 
	border: 1px solid #86060c;
	text-align: center;
	background: #fff;
}
.contentLeft img{
	margin: 0 5px 5px 5px;
}
.contentRight {
	width: 220px;
	float: right; 
	border: 1px solid #86060c;
	text-align: center;
	background: #fff;
}
.contentRight img{
	margin: 0 5px 5px 5px;
}
.merch{
	margin: 5px 0 30px 0; 
	text-align: center;
}

/* --------------------------------------------------------- =FOOTER */
	
.foot {
margin-bottom: 50px;
	}
	
.footL {
	float: left;
	width: 400px;
	}
	
.footR {
	text-align: right;
	float: right;
	width: 400px;
	}
	
	

/* --------------------------------------------------------- =TABLES */

table { width: 100%; }

.tableheader {
	background: #F4AD15;
	color: #fff;
	font-weight: bold;
	}
	
th {
	border-bottom: 1px solid #fff;
	background-color:#F4AD15;
	color:#fff;
	text-align: left;
}
	
.tablecontent1 {
	border-bottom: 1px solid #fff;
	background-color: #dedede;
}
	
.tablecontent2 {
	border-bottom: 1px solid #fff;
	background-color:#fff;
}



/* suggested order for properties [ based on mozilla.org ] */
/* 
display
list-style
position
float
clear
width
height
min-width
min-height
margin
padding
border
background [ color, image, repeat, attachment, position, inherit ]
color
font
text-decoration
text-align
vertical-align
white-space
other text
 */
