/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */
/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */
table#tourAlign {}
table#tourAlign td {font-size:11px;vertical-align:top;}
table#tourAlign td p{font-size:11px;}
/* +++ IE6.CSS */
hr {
background-color:#555555;color:#555555;border:0;height:1px;	
}
body {
	margin:0;
	padding:0px;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#000;
	/*background-image:url("/img/bg-3.jpg"); montage background*/
	background-image:url("/img/bg.jpg");
	background-position:0px 85px;
	background-repeat:repeat;
}

img#logo {
	position:absolute;
	top:0px;
	left:244px;
}
#branding_nav_wrapper {
	background-image:url("/img/nav/btn_01.gif");
	background-position:top left;
	background-repeat:repeat-x;
	border-bottom:1px solid #FFDDAA;
}
#branding_nav {
	position:relative;
	height:89px;
	width:800px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto; /* combined with body {text-align:center} this centers a page */
	border:0px solid white;
	background-position:top center;
	background-repeat:repeat-x;
}

#branding_nav ul {
	width:800px;
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

#branding_nav ul a{
	display:block;
	border:0px solid black;
}

#branding_nav ul, #branding_nav ul a {height:89px;}

#band, #music, #tour, #photos, #news, #contact {
	float:left;
	height:89px;
}

#contact {
	width:112px;
}

#news {
	width:73px;
}

#photos {
	width:91px;
}

#tour {
	width:75px;
}

#music {
	width:93px;
}

#band {
	width:76px;
}

#band a, #band a:visited {background:url("/img/nav/btn_02.gif") top left no-repeat;}
#band a:hover {background:url("/img/nav/over/btn_02.gif") top right no-repeat;}

#music a, #music a:visited {background:url("/img/btn-video-off.gif") top left no-repeat;}
#music a:hover {background:url("/img/btn-video-on.gif") top right no-repeat;}

#tour a, #tour a:visited {background:url("/img/nav/btn_04.gif") top left no-repeat;}
#tour a:hover {background:url("/img/nav/over/btn_04.gif") top right no-repeat;}

#photos {margin-left:274px;}
#photos a, #photos a:visited {background:url("/img/nav/btn_06.gif") top left no-repeat;}
#photos a:hover {background:url("/img/nav/over/btn_06.gif") top right no-repeat;}

#news a, #news a:visited {background:url("/img/nav/btn_07.gif") top left no-repeat;}
#news a:hover {background:url("/img/nav/over/btn_07.gif") top right no-repeat;}

#contact a, #contact a:visited {background:url("/img/nav/btn_08.gif") top left no-repeat;}
#contact a:hover {background:url("/img/nav/over/btn_08.gif") top right no-repeat;}

/* +++ */
div#content {
	position:relative;
	width:750px;
	min-height:450px;
	/*background-image:url("/img/bg.jpg");
	background-position:top left;
	background-repeat:repeat-y;*/
	margin-right:auto;

	margin-left:auto; /* combined with body {text-align:center} this centers a page */
	padding-top:15px;
	padding-bottom:5px;
	margin-top:0px;
	text-align:left;

	overflow:hidden;
	border:0px solid black;
}

div#admin_menu {
	position:absolute;
	top:15px;
	right:20px;
	height:25px;
	
	color:#f3f3f3;

	font-size:1.1em;
	line-height:20px;
	font-weight:bold;
	padding:10 10 10 10px;
	border:0px solid pink;
}

div#admin_menu a{
	color:#f3f3f3;
}

div#content_full {
	margin-bottom:100px;
	padding-left:20px;
	padding-right:20px;
}

div#content_main {
	float:left;
	width:410px;
	border:0px solid white;
	margin-bottom:0px;
	padding-left:20px;
	padding-right:0px;
	border:0px solid white;
}

/* +++ */
div#content_sub {
	float:right;
	width:290px;
	padding-right:20px;
	padding-top:38px;
	border:0px solid white;
}

div#site_info {
	width:878px;
	padding-top:15px;
	padding-bottom:20px;
	margin-right:auto;
	margin-left:auto;
}
#site_info a {color:#fff;font-size:12px;padding:2px 6px 2px 6px;}
#site_info ul {
	padding:0;
	margin:0;
	list-style:none;
	list-style-image:none;
}
#site_info ul li {
	display:inline
}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#e6e6e6;
}

h1, h2, h3, h4, h5 {
	font-family:arial, sans-serif;
	margin:0px 0px 4px 0px;
}

h1 {
	color:#fff;
	margin-bottom:10px;
}

ul, p, table{font-size:12px;}

h1 {font-size:2.6em;} 

#content_sub h1 {font-size:2.2em;} 

h2 {
	font-size:1.8em;
	font-weight:normal;
}

h3 {font-size:1.2em;}

h4 {font-size:1.2em;}

p {margin:0px 0px 10px 0px;}

a {
	font-size:1em;
	color:#fff;
	text-decoration:underline;
}

a:visited {}

a:hover {text-decoration:none;}

ul {
	margin:0;
	padding-top:0px;
	padding-right:20px;
	padding-bottom:10px;
	padding-left:23px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/arrow.png");
	line-height:22px;
}

ol {
	margin:0;
	padding-top:0px;
	padding-right:20px;
	padding-bottom:10px;
	padding-left:50px;
	text-indent:0px;
	text-decoration:none;
	line-height:1.4em;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
img {border:0;}

.photoborder {
	border:5px solid #222;
}

.center {text-align:center;}

.bold {font-weight:bold;}

.no_spacing {margin:0px; padding:0;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #FFF;
}

.basic_photo {border:1px solid white}

.photo {
	margin-top:10px;
	margin-left:0px;
	margin-bottom:15px;
	border:0px solid #acc0a5;
}

.thumbnail {
	float:left;
	margin-right:10px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	
}

.even {background:#efefef;}

.icon {vertical-align:middle;margin-right:4px;}

.basic_list {
	margin:0;
	padding-top:0px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:20px;
	list-style-image:none;
	list-style-type:none;
	list-style:none;
}

.basic_list li {
	margin-bottom:20px;
	border:0px solid white;
}

/* +++ */
.basic_list li h2 {
	margin-left:0px;
	margin-top:0px;
}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN OAF TOOLS */
textarea, .textarea{
	font:11px Geneva, Arial, Helvetica, sans-serif;
}
td {
	font-size:1.1em;
}

.nomargin {margin:0}
.adminBar {
	background-color:#2d4122;
}

.tableLight {
	background-color:#999;
}

.tableDark {
	background-color:#666;
}

.tableHighlight {
	background-color:#5f4f4b;
}

.white {
	color:#FFFFFF;
}

.submit {
	font: 11px bold Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.error {
	color: #CC0000;
}
/* END OAF TOOLS */
/* BEGIN SIFR */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/

/* END SIFR */
/* BEGIN ABOUT */

ul.questions {
	margin:0;
	padding:0px;
	list-style-image:none;
	list-style-type:none;
	line-height:16px;
}

ul.questions li {
	margin-bottom:8px;
	font-size:1.1em;
}

/* END ABOUT */
/* BEGIN MULTIMEDIA */

ul.photos {
	margin:0;
	padding:0px;
	list-style-image:none;
	list-style-type:none;
}

ul.photos li {
	width:190px;
	display:inline;
}

ul.photos li img {
	margin-top:8px;
	margin-bottom:9px;
	margin-right:-1px;
	margin-left:20px;
}

div.lesson {
	padding-top:8px;
	padding-left:20px;
}

.lesson object, .lesson embed {
	border:0px solid white;
	display:block;
	width:420px; 
	height:315px;
}

/* END MULTIMEDIA */
/* BEGIN MUSIC */

ul#music {
	margin:0;
	padding:0px;
	width:100%;
	list-style-image:none;
	list-style-type:none;
}

ul#music li {
	width:220px;
	float:left;
	margin-bottom:10px;
	border:0px solid white;
}

form#quote_form {
	margin:0;
	padding:0;
	margin-left:20px;
	
}

#quote_form tr.title {margin-bottom:10px;}

#quote_form td {vertical-align:top;}

#quote_form td p {margin:0;margin-top:2px;}

#quote_form input, #quote_form textarea, #quote_form select {
	margin:0;
	padding:0;

}
#quote_form input.basic {border:0px solid black;}
#quote_form input {
	height:20px;
	padding-top:1px;
	padding-right:3px;
	padding-left:3px;
}

#quote_form input.submit {
	height:auto;
	margin:0;
	padding:0;
}

#quote_form select {
	height:20px;

}

div#social_networks {width:278px;height:109px;margin-left:0px;margin-top:0px;	background-image:url("/img/social.gif");
	background-position:top left;
	background-repeat:no-repeat;padding-left:23px;padding-top:24px;
	position:relative;}
div#social_networks img{
		/*position:absolute;
		top:35px;
		left:20px;
		margin-right:15px;*/
		margin:11px 3px 0px 3px;
		vertical-align:middle;
		
}
/* END MUSIC */

