/* Bass Guitar website by Mari Michaelis www.spitenet.com */

@charset "utf-8";

html {
    /*This fixes page shift effect caused by appearing and disappearing browser vertical scrollbar */
	overflow-y: scroll;
}
html, body {
  height: 100%; 	/* for footer to sit at bottom of page */
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #000;
  background: #fff; 
}

body {   
    font-family: Arial, Verdana, Tahoma, Helvetica, Geneva, SunSans-Regular, sans-serif; 
    font-size: 12px;
  	font-weight: normal;
    color: black;
    margin-left: 1em;
    margin-right: 1em;
    background-color: #FFFFFF;
}

/* reset css */
ol, ul, li, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}

.clear {
	CLEAR: both
}

.floatR {float:right;}

.red {
	color: #C00;
	font-weight:bold;
}

a:link { color: #0000FF; }
a:visited { color: #0000FF; }
a:hover { color: #06f; }
a:active { color: #0cf; }

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal
}
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px ; }

h4 { font-size: 14px; 
margin-bottom: 0em
 }
h5 { font-size: 12px; }
h6 { font-size: 18px;
	margin-top:12px;
	margin-bottom:0;
}

p.sm{
	font-size: 10px;
}
p.fineprint {
	font-size: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}	
p.caption {
	text-align: center;
	font-size: 9px;
	margin-top: -1px;
	margin-bottom: 1px;
	}
.up {
	margin-top:-14px;
	margin-bottom:0px;
}

img {
	border:0px;
}
img.frame {
	border:1px solid #333;
}
img.right {
	float:right;
	padding:3px 3px 3px 3px;
	margin-right:0px;
}
img.left {
	float:left;
	padding:0px 10px 0px 0px;
}

.left {float:left;
	padding-right:15px;}
.right {float:right;
	padding-left:15px;}
img.popOut {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
}

table.header {
	font-size: 18px;
	width:986px;
	background-image: url(images/fretboardreliefH2.gif);
	background-repeat: repeat;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663300;
	border-right-color: #9D4F00;
	border-bottom-color: #9D4F00;
	border-left-color: #663300;
}

div.hr {
	height: 6px;
	color: #F3BB7C;
	background-color: #F3BB7C;
	width: 100%;
	border:none;
	text-align:center;
}

.boxRight {
	float:right;
	width:227px;
	margin-right:-20px;
	margin-top:-6px;
	padding:10px;
	font-size: 10px;
	border: 1px solid #666;
}

.oneColumn {
  padding:6px 20px;
	float:none;
}

#header{
  clear:both;
  text-align:left;
}

#page-wrap {
	min-height:100%; 	/* for footer to sit at bottom of page */
	height: auto !important;  /* for footer to sit at bottom of page */
	height: 100%;		/* for footer to sit at bottom of page */
	max-width: 988px;
	min-width: 560px;
	margin: 20px auto -120px;	/* -negative bottom margin for footer to sit at bottom of page */
	position: relative;
	zoom: 1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#999; /*#666;*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E9C381;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #633;
}

#main-content       { padding: 30px 184px 0 194px; background: white; }

#main-contentLeft   { padding: 10px 184px 0 10px; background: white; }

#main-sidebar       {
	position: absolute;
	left: 0;
	top: 0;
	width: 134px;
	bottom: 0;
	padding: 15px 15px 0 15px;
	background-color: #F9DDA4;
	background-image: url(images/frettile.gif);
	background-repeat: repeat;
	font-size:15px;
	font-weight:bold;
	border: 1px solid #633;
}
                      
#secondary-sidebar  {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	bottom: 0;
	background: #FFF;
	padding-top: 70px;
}

#sidebarR  {
	float:right;
	width: 120px;
	background: #FFF;
	padding-top: 70px;
}

#footer, .push { 	/* for footer to sit at bottom of page */
	height: 120px; /* .push must be the same height as .footer  --match in wrapper*/
}
#footer {
	/* for footer to sit at bottom of page */
	clear: both;
	position: relative;
	margin: 0 auto;
	width:970px;
	padding: 5px;
	font-size:12px;
	text-align:center;
	background-color:#FFF;
}
.footer p {
	position: absolute;
	left: 0;
	bottom:4px;
	width: 800px;
	padding: 0;
	text-align: center;
}
#footerInc {
	clear: both;
	width:970px;
	padding: 5px;
	margin: 0 auto;
	font-size:12px;
	text-align:center;
	background-color:#FFF;
} 
