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%;vertical-align:baseline;background:transparent}body{line-height:1em}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

html {
	overflow-y: scroll;
}
body {
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(../images/bg_body.jpg) repeat-y center top;
}

/* 
-----------------------------------------------------------------------------
Spacing
-----------------------------------------------------------------------------*/

ol {list-style: decimal;}

ul {list-style: disc;}

li {margin-left: 30px;}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
}
h1 {
	font-size: 22px;
	color: #7c6d3b;
	margin-bottom: 10px;
}
h2 {
	font-weight: bold;
  font-size: 16px;
  clear: both;
}
h3 {
	font-weight: bold;
}

/* 
-----------------------------------------------------------------------------
Links
-----------------------------------------------------------------------------*/
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* 
-----------------------------------------------------------------------------
Layout
-----------------------------------------------------------------------------*/
#container {
	width: 955px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
#header {
	background: url(../images/bg_header.jpg) no-repeat top left;
	color: #FFFFFF;
	height: 150px;
}
#left {
	float: right;
	width: 206px;
}
#right {
	float: left;
	width: 728px;
}
.content {
	padding: 20px; /*Original 10px*/
	width: 686px; /*Original 706px*/
	background-color: #FFFFFF;
	border-right: #7c6d3b 1px solid;
	border-left: #7c6d3b 1px solid;
  overflow: hidden;
}
#logo {
	margin-left: 25px;
}

/* 
-----------------------------------------------------------------------------
Navigation - main
-----------------------------------------------------------------------------*/
#navigation {
	background: url(../images/bg_navbar.gif) no-repeat top left;
	height: 40px;
	margin-bottom: 10px;
}
#navigation ul {
	margin: 0px;
	padding: 1px 0px 1px 12px;
	list-style: none;
}
#navigation li {
	float: left;
	padding: 0px;
	margin: 0px;
}
#navigation li a {
	background: url(../images/bg_nav.jpg) repeat-x top left;
	display: block;
	padding: 8px 15px;
	font-size: 18px;
	border-left: #83271a 1px solid;
	border-right: #6b1313 1px solid;
}
#navigation li a:hover {
	background-position: 0px -38px;
	border-left: #8a7b43 1px solid;
	border-right: #8a7b43 1px solid;
	text-decoration: none;
}
html.cufon-active #navigation li a { /* for Cufon.replace('h1') */
	padding: 12px 25px 8px 25px;
  *padding: 8px 25px; /*Hack for IE7*/
}


/* 
-----------------------------------------------------------------------------
Sidebar Left
-----------------------------------------------------------------------------*/
.content_left {
	padding: 2px;
	width: 200px;
	background-color: #FFFFFF;
	border-right: #7c6d3b 1px solid;
	border-left: #7c6d3b 1px solid;
}
.content_left ul {
	padding: 0px;
	margin: 0px;
	margin-top: -9px;
	position: relative;
	z-index: 3;
	list-style: none;
}
.content_left li {
	background: url(../images/bg_sidebar_li.gif) no-repeat 0px 0px;
	padding: 0px 0px 1px 0px;
	margin: 0px;
}
.content_left li a, .content_left li span.nolink {
	background: url(../images/bg_sidebar_icons.gif) no-repeat -30px 30px;
	display: block;
	padding: 5px 0px 0px 15px;
	height: 23px;
  color: #ffffff;
}
.content_left li ul {
	padding: 0px;
	margin: 3px 0px 0px 10px;
}
.content_left li li {
	background-image: none;
	padding: 0px 0px 1px 0px;
	margin: 0px;
}
.content_left li li a, .content_left li li a:visited, .content_left li li a:hover {
	background: none;
	color: #7c6d3b;
	padding: 0px;
	height: 100%;
}

.content_left li a.icon_faq { background-position: 165px 4px; }
.content_left li span.icon_tags { background-position: 165px -26px; }
.content_left li a.icon_chordchart { background-position: 165px -56px; }
.content_left li a.icon_jamtrack { background-position: 165px -86px; }


/* 
-----------------------------------------------------------------------------
Rounded Corners
-----------------------------------------------------------------------------*/
.corners_top, .corners_bottom {
	background-image: url(../images/bg_corners.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 9px;
	overflow: hidden;
	z-index: 1;
}
.corners_top_right, .corners_bottom_right {
	background-image: url(../images/bg_corners.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	height: 9px;
	width: 9px;
	overflow: hidden;
}
.corners_top { background-position: -9px -9px; }
.corners_top_right { background-position: 0px -9px; }
.corners_bottom { background-position: -9px 0px; margin-bottom: 12px; }
.corners_bottom_right { background-position: 0px 0px; }

/* 
-----------------------------------------------------------------------------
Content
-----------------------------------------------------------------------------*/
.content a:link, .content a:visited {
	color: #8a7b43;
	text-decoration: none;
}
.content a:hover, .content a:active {
	color: #8a7b43;
	text-decoration: underline;
}
.content h1 a:hover {
	text-decoration: none;
}
.content h2 a:link, .content h2 a:visited {
	color: #000000;
}
.meta {
  font-size: 11px;
}
.submitted {
  padding: 3px 0px;
}
.terms {
  padding-bottom: 15px;
}
.content .terms a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: url(../images/bg_sidebar_li.gif) no-repeat center -1px;
  color: #FFFFFF;
  padding: 2px 12px;
  text-decoration: none;
}
.content .terms a:hover {
  background: #7E0000;
}
.addthis_toolbox {
  padding-bottom: 30px;
}
.more {
  padding-bottom: 30px;
}

blockquote {
  font-style: italic;
  padding: 0px 30px;
}
.photo_left {
  float: left;
  margin: 0px 15px 15px 0px;
}
.photo_right {
  float: right;
  margin: 0px 0px 15px 15px;
}


.bio {
  clear: both;
  padding-bottom: 30px;
}

/* 
-----------------------------------------------------------------------------
Thumbnail Gallery
-----------------------------------------------------------------------------*/
.gallery {
	overflow: auto;
	width: 100%;
	padding-bottom: 15px;
}
.gallery a {
	float: left;
	margin: 0px 9px 10px 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
.gallery a:hover {
	margin: 2px 7px 8px 2px;
	padding: 0px;
	border: 1px solid #00429D;
}


/* 
-----------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/
#footer {
	color: #FFFFFF;
	margin: 0px 20px;
	height: 42px;
	font-size: 12px;
	text-align: right;
	clear: both;
}
#footer .spacer{
	color: #FFFFFF;
}
#footer #iselect{
	font-size: 10px;
}
#footer a:link, #footer a:visited {
	color: #8a7b43;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #8a7b43;
	text-decoration: underline;
}

/* 
-----------------------------------------------------------------------------
Tag Cloud
-----------------------------------------------------------------------------*/
a.size9 {
	font-size: 26px;
}
a.size8 {
	font-size: 24px;
}
a.size7 {
	font-size: 22px;
}
a.size6 {
	font-size: 20px;
}
a.size5 {
	font-size: 18px;
}
a.size4 {
	font-size: 16px;
}
a.size3 {
	font-size: 14px;
}
a.size2 {
	font-size: 12px;
}
a.size1 {
	font-size: 8px;
}
a.size0 {
	font-size: 6px;
}
.content_left .tag_cloud {
	margin: 0px;
	padding: 0px;
}
.content_left li .tag_cloud a {
	color: #8a7b43;
  margin: 0px;
	padding: 0px;
  display: inline;
}


/* 
-----------------------------------------------------------------------------
Misc
-----------------------------------------------------------------------------*/
.clear {
	clear: both;
}
#spunny { /* hunny pot to repel spam */
	display: none;
}
.small_text {
	font-size: 10px;	
}
.red_text, .error {
	color: #FF0000;
}

/* 
-----------------------------------------------------------------------------
Videos
-----------------------------------------------------------------------------*/
.video {
  clear: left;
  padding-bottom: 30px;
}
.thumbnail {
	position: relative;
  float: left;
}
.thumbnail .tn-overlay a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 120px;
  height: 90px;
  letter-spacing: -1000em;
	text-indent: -999em;
	overflow: hidden;
}
.thumbnail > .tn-overlay a {
  background: url(../images/tn_overlay.png) no-repeat 0px 0px;
}
.info {
  padding-left: 140px;
}
.latest-title {
  padding-bottom: 5px;
}

/*
-----------------------------------------------------------------------------
Adsense
-----------------------------------------------------------------------------*/
.adsense {
  padding: 0px 0px 12px 0px;
}
#left .adsense {
  padding: 0px 0px 12px 3px;
}
.content .adsense {
  margin-left: -20px;
}

/* 
-----------------------------------------------------------------------------
iSelect Promo
-----------------------------------------------------------------------------*/
#iselect_design {
	position: relative;
}
#iselect_design a, #iselect_design a:hover  {
	text-decoration: none;
}
#iselect_promo {
	display: none;
	position: absolute;
	width: 336px;
	height: 50px;
	top: -1.5em;
	left: -100px;
	z-index: 100;
	letter-spacing: -1000em;
	text-indent: -999em;
	overflow: hidden;
	background: url(http://www.iselect.net/images/iselect_footer.gif) 0 0 no-repeat;
	opacity: 0.9;
	filter: alpha(opacity=90); /* for IE */
	cursor: pointer;
}