/* 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 */

html, body {
	margin:0;
	padding:0;
	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:#3f0f07;
	background-image:url("/img/bg.jpg");
	background-position:top left;
	background-repeat:repeat;
}

div#branding {
	width:806px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	height:132px;
	background-image:url("/img/bg-content-top.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
	border:0px solid white;
}

div#branding img {margin-top:38px;}

div#container {
	position:relative; 
	width:806px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	text-align:left;
	background-image:url("/img/bg-content.png");
	background-position:top left;
	background-repeat:repeat-y;
	border:0px solid black;
}

div#graphic {
	background-image:url("/img/bg-banjo.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
}

/* +++ */
ul#nav {
	height:48px;
	margin:0;
	margin-right:7px;
	margin-left:7px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	background-color:#4e1f1f;
	border:0px solid black;
}

#nav a{
	display:block;
	height:48px;
	border:0px solid black;
}

#nav span {position:absolute;left:-2000px;}

#banjos_nav, #artists_nav, #parts_nav, #clothing_nav, #videos_nav, #about_nav {
	float:left;
	height:48px;
}

#banjos_nav {width:162px;}

#banjos_nav a, #banjos_nav a:visited {background:url("/img/btn-banjos.gif") top left no-repeat;}

#banjos_nav a:hover {background:url("/img/btn-banjos.gif") top right no-repeat;}

#artists_nav  {width:102px;}

#artists_nav a, #artists_nav a:visited {background:url("/img/btn-artists.gif") top left no-repeat;}

#artists_nav a:hover {background:url("/img/btn-artists.gif") top right no-repeat;}

#parts_nav {width:93px;}

#parts_nav a, #parts_nav a:visited {background:url("/img/btn-parts.gif") top left no-repeat;}

#parts_nav a:hover {background:url("/img/btn-parts.gif") top right no-repeat;}

#clothing_nav {width:113px;}

#clothing_nav a, #clothing_nav a:visited {background:url("/img/btn-clothing.gif") top left no-repeat;}

#clothing_nav a:hover {background:url("/img/btn-clothing.gif") top right no-repeat;}

#videos_nav {width:189px;}

#videos_nav a, #videos_nav a:visited {background:url("/img/btn-videos.gif") top left no-repeat;}

#videos_nav a:hover {background:url("/img/btn-videos.gif") top right no-repeat;}

#about_nav  {width:132px;}

#about_nav a, #about_nav a:visited {background:url("/img/btn-about.gif") top left no-repeat;}

#about_nav a:hover {background:url("/img/btn-about.gif") top right no-repeat;}

/* +++ */
div#content {
	overflow:auto;
	width:792px;
	margin-right:7px;
	margin-left:7px;
	padding:0 0 0 0px;
	padding-top:20px;
	background-image:url("/img/gradient-top.gif");
	background-position:top left;
	background-repeat:repeat-x;
	border:0px solid white;
}

/* +++ */
div#content_main {
	float:right;
	width:465px;
	margin-right:35px;
	margin-bottom:20px;
	border:0px solid white;
}

div#content_main_full {
	width:720px;
	margin-left:35px;
	margin-bottom:25px;
	border:0px solid white;
}

div#quotes_container {margin-left:20px;}

img#quote_top {margin-top:10px;}

div#quotes {
	width:445px;
 	text-align:center;
	margin:0px;
	padding:0;
	margin-top:-3px;
	background-color:#121212;
	border-right:1px solid #3d2e2b;
	border-left:1px solid #3d2e2b;
}

div#quotes div {
	margin-left:4px;
	margin-right:4px;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid #231d1c;
	border-left:1px solid #231d1c;
}

div#content_sub {
	float:left;
	width:270px;
	text-align:center;
}

div#content_sub {
	float:left;
	width:270px;
	height:439px;
	margin-bottom:20px;
	text-align:center;
	border:0px solid white;
}

div.celebrity {background-image:url("/img/celebrity.png");	background-position:center center;
	background-repeat:no-repeat;}

div.special {background-image:url("/img/special.png");	background-position:center center;
	background-repeat:no-repeat;}

div.buck_creek {background-image:url("/img/buck_creek.png");	background-position:center center;
	background-repeat:no-repeat;}

div.feud {background-image:url("/img/feud.png");	background-position:center center;
	background-repeat:no-repeat;}

div.aurora {background-image:url("/img/aurora.png");	background-position:center center;
	background-repeat:no-repeat;}
	
div.rocky_hill {background-image:url("/img/rocky-hill.png");	background-position:center center;
	background-repeat:no-repeat;}

div.about {background-image:url("/img/arthur-hatfield.jpg");	background-position:top center;
	background-repeat:no-repeat;}

div.stonycreek {background-image:url("/img/stonycreek.png");	background-position:center center;
	background-repeat:no-repeat;}
	
div#site_info {
	width:806px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	height:90px;
	padding:0px;
	padding-top:18px;
	background-image:url("/img/bg-content-bottom.png");
	background-position:top left;
	background-repeat:no-repeat;
	border:0px solid black;
}

#site_info ul {
	margin:0;
	margin-bottom:2px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	line-height:1.4em;
	font-size:1.1em;
}

#site_info li {
	display:inline;
}

#site_info p {
	font-size:1.1em;
	padding:0 0 0 0px;
}

#site_info a {
	color:#fff;
	text-decoration:none;
}

#site_info a:visited {text-decoration:none;}

#site_info a:hover {text-decoration:underline;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#fff;
}

h1, h2, h3, h4, h5 {
	font-family:arial, sans-serif;
	margin:0;
	margin-bottom:4px;
}

p {font-size:1.2em;}

h1 {font-size:2.4em;} 

h2 {font-size:1.7em;margin-top:15px;}

h3 {font-size:1.4em;}

h4 {font-size:1.2em;}

h5 {
	font-size:1.8em;
	margin:0;
	padding:0;
	border:0px solid white;} /* USED FOR CUSTOMER QUOTES WITH SIFR */

p {margin:0;margin-bottom:10px;}

a {
	font-size:1em;
	color:#fff;
	text-decoration:underline;
}

a:visited {color:#c5c4ca;}

a:hover {text-decoration:none;}

/* +++ */
ul {
	margin:0;
	padding-bottom:10px;
	padding-left:20px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/icon-list.gif");
	font-size:12px;
}

ol {
	margin:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;

}

blockquote {
	margin:0;
	margin-bottom:-8px;
	padding:0
}

cite {
	margin:0;
	margin-top:px;
	padding:0;
	font-style:normal;
	font-size:1.1em;
}


/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
img {border:0;}

ul.nostyle {
	margin:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;

}

ul.standard {
	font-size:12px;
}

ul.standard li {
	margin-bottom:5px;
}

.center {text-align:center;}

.bold {font-weight:bold;}

.italic {font-style:italic;}

.small {font-size:1em;}

.no_spacing {margin:0px; padding:0;}

.justified {
	text-align:justify;

}

.clear {
	clear:both;

	border:0px solid #FFF;
}

.left {text-align:left;}

.photo {
	margin-top:5px;
	border:1px solid #c5c4ca;
}

.photo2 {
	float:left;margin-right:20px;margin-bottom:20px;
	border:1px solid #c5c4ca;
}


.photo3 {
	float:left;
	margin:0 0 0 0px;
	padding:15px;
	background:#999;
	border:1px solid #bbb;
}

.even {background:#efefef;}

ul.thumbnails {
	margin:0;
	padding-bottom:0px;
	padding-top:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;

}

/* +++ */
ul.thumbnails li {
	float:left;
	display:inline;
	width:132px;
	margin-bottom:20px;
	border:0px solid white;
	text-align:center;
}

ul.thumbnails li.middle {
	margin-left:20px;
	margin-right:20px;
}

ul.models thumbnails img {
	border:1px solid #c5c4ca;
	float:left;
}

ul.models {
	margin:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;

}

ul.models li {
	float:left;
	display:inline;
	width:180px;
	padding-bottom:25px;
	border:0px solid white;
	text-align:center;
}

ul.inline, ol.inline  {
	margin:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;

}

ul.inline li, ol.inline li {
	float:left;
	display:inline;
	width:240px;
	border:0px solid white;
	text-align:center;
	font-size:10px;
}

ul.inline li {width:210px;height:500px;}

/* +++ IE6 */
ul.inline li.middle {margin-right:42px;margin-left:42px;}

ul.parts, ol.parts  {
	margin:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}

ul.parts li, ol.parts li {
	float:left;
	display:inline;
	width:240px;
	border:0px solid white;
	text-align:center;
		font-size:10px;
}

ul.parts li {width:210px;height:400px;}

ul.parts li.tall {height:460px;}

/* +++ IE6 */
ul.parts li.middle {margin-right:42px;margin-left:42px;}

a.nostyle {text-decoration:none;color:#fff;}

img.hangout {margin-top:460px;margin-left:8px;}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN OAF TOOLS */
td {
	font-size:0.8em;
}

.adminBar {
	background-color:#2d4122;
}

.tableLight {
	background-color:#f4e2bd;
}

.tableDark {
	background-color:#ecd7aa;
}

.tableHighlight {
	background-color:#5f4f4b;
}

.white {
	color:#FFFFFF;
}

.submit {
	font: 12px bold Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#dac5a8;
	color:#422c28;
}

.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 h5 {
	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 */

