/* Blackwater River Guitars  br.css */

.br { font-weight:bold;}
.name { font-style:italic; font-weight:bold; }
.indent { padding-left:50px; }
.indent10 { padding-left:10px; }
.center{text-align:center;}
table.centered { margin-left:auto; margin-right:auto }

.black {color:#000000;}

/*  for lightbox 2 - set limits for image display - Don't have to rezize all the pictures */
img {max-width:750px; max-height:500px;} /* set limits for image display  for lightbox 2*/
#outerImageContainer, #imageDataContainer {
	max-width:770px; max-height:520px;
/*	width:auto!important; height:auto!important; // for some reason this creates larger white borders for some pics */
}

/*-------body---------*/
body,html {
	margin:5px; padding:0;
	font-size:14px; /* formerly "medium" */
}
body {
	background: url("Images/General/Spruce.jpg") left top repeat; /*--bkgd outside the pg bounds--*/
/*	background-color:#666666; */
}

/* -- page, contains the entire page content --*/
div#page {
/*	text-align:left; to counteract the IE5x hack in the body tag for centering*/
	padding: 0px 0px 0px 0px;
	border:#666 3px double;
	margin: auto; /* set this margin to zero for stuck-left designs, auto for float-center */
	background: url("Images/General/Spruce.jpg") left top repeat;
	width: 96.8%;
	min-width: 780px;
	max-width: 860px; /* orig max width 1004px*/
}

/*-- banner --*/
div#banner {
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: url("Images/General/BR Banner.jpg") top no-repeat;
	height: 130px;
	width: 100%;
}


/*-- topnav bar --*/
div#topnav {
	height: 25px;
    margin: 0;
    padding: 10px 0 0 0;
    width: 100%;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: .9em;  /* any bigger and it starts to wrap */
	text-align:center;
	background: url("images/general/SitkaSpruce black 245x.jpg") left top repeat;
	border-bottom-style:double;
	border-color:#DDDDDD;
}

div#topnav ul.base { list-style-type:none; padding:0px 10px; margin:0; text-align:center}

div#topnav a {
  text-decoration: none;    /*removes underline from anchor*/
  padding: 0px 10px;        /*separates menu items*/
  color:#ffffff;
}		

div#topnav a:hover {
    color: #DDDDDD; 
    background: none;
	text-decoration: underline;
}

#topnav ul.base li {
	float: left;  /* this makes the list go horizontal ZZZZZ Why? */	
	position: relative;
	margin:0px 5px;
	text-align:center;
}

#topnav ul.base li a {
	display: block;
	overflow: hidden;
}

#topnav ul.base li ul {
	display: none;
	margin-top: -25px;
	padding-top: 10px;
	margin-left: 25px;
}

#topnav ul.base li ul li:hover {
	display: block;
}

#topnav ul.dropdown li {
	text-align:left;
	list-style-type:none;
	position:relative;
	left:-20px;
	right:10px;
}

#topnav ul.dropdown li a {
	display: block;
	padding: 3px 5px;
	color: #FFFFFF;
	overflow: visible;
	height:auto;
}

#topnav ul.base li:hover ul /* dropdown menu control */
{
	display: block;
	width: 130px;
	background-color: #444444;
	position: absolute;
	top: 41px; /* puts dropdown menu below main menu item*/
	left: 0;
    text-decoration: none;
}

#topnav ul.dropdown li:hover a
{
	color: #DDDDDD;
	text-decoration: underline;
}
/*-- end topnav --*/

/*-- container for leftcol and main areas --*/
div#content {
	width: 100%;
	float: left;
	background: url("Images/General/SitkaSpruce black 245x.jpg") left top repeat-y;
}

/* -- left column --*/
#leftcol {
	float:left;
	width:25%;
	padding: 10px 10px 10px 10px;
	color:#ffffff;
}

#leftcol {
font-family:"Verdana","Arial","Helvetica",sans-serif;
}

/* Note: cant do this: #leftcol h1, h2, ... - Instead would need to do this: #leftcol h1, #leftcol h2, ... */
#leftcol h1 {font-size: 1.5em;color:#ffffff;}
#leftcol h2 {font-size: 1.3em;color:#ffffff;}
#leftcol h3 {font-size: 1.1em;color:#ffffff;}
#leftcol h4 {font-size: 0.9em;color:#ffffff;}
#leftcol p {font-size: 0.9em;color:#ffffff;}
#leftcol li {font-size: 0.9em;color:#ffffff;}
#leftcol blockquote {font-size: 0.9em;color:#ffffff;}


div#leftcol a:link {
	color:#fadebb;
	text-decoration:none;
}

div#leftcol a:hover {
    color: #fedfcc;  
	text-decoration: underline;
}

div#leftcol a:active {
    color: #666666;  /* kind of gray */
    background: none;
}
div#leftcol a:visited {
    color: #cdaab0; 
	text-decoration:none; 
}


div#leftnav a {text-decoration:none}

div#leftnav ul li{
	list-style-type:none;
	display:block;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 1.1em;
	padding:0px;
}


/* ----------- main ------------ t r b l--------*/
div#main {
	text-align: left;
	float: right;
	width:68%;
	padding: 0px 15px 0px 15px;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	color:#000000;
}

#main h1 {font-size: 1.5em;color:#000000;}
#main h2 {font-size: 1.3em;color:#000000;}
#main h3 {font-size: 1.1em;color:#000000;}
#main h4 {font-size: 0.9em;color:#000000;}
#main p {font-size: 0.9em;color:#000000;}
#main li {font-size: 0.9em;color:#000000;}
#main blockquote {font-size: 0.9em;color:#000000;}

div#main a:link {
	color:#0000aa;
	text-decoration:none;
}

div#main a:hover {
    color: #6633dd;  
	text-decoration: underline;
}

div#main a:active {
    color: #666666;  /* kind of gray */
    background: none;
}
div#main a:visited {
    color: #7000aa; 
	text-decoration:none; 
}

.picright {	width: 38%;	float: right; 	padding:0px 5px 5px 10px;}
.picright p { 
	text-align: center;
	font-style: italic;
}

.picleft { 	width:38%;	float:left;	padding:0px 10px 0px 5px;}
.picleft p {
	text-align:center;
	font-style:italic;
}

.piccenter {
	display: block;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
	font-style:italic;
}


/*-- footer, copyright --*/
div#footer {
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	background: url("images/general/SitkaSpruce black 245x.jpg") left top repeat;
	height: 80px;
	width: 100%;
	border-top-style:double;
	border-color:#DDDDDD;
}

div#footer p {
	text-align:center;
	color:#DDDDDD;
}


/* ------------ ^ footer ^ ----------------*/

