@charset "utf-8";
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: left;
	font-weight: normal;
}
ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/*-----------------------*/

a, a:hover,a:visited,a:link{
	color: white;
	font-weight:bold;
}
a:hover{
	color:red;
	text-decoration:underline;
}
body {
	font: 80% Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
h1,h2,h3{
	font-weight:bold;
	margin-bottom:0.5em;
}
p{
	margin-bottom:1em;
}
.quote{
	margin-right: 2em;
	margin-left: 2em;
}
table, tr, td{
	border:none;
	vertical-align:middle;
}
td,th{
	padding-right:0.5em;/**/
}
td img,th img,img{
	margin-right:-0.5em;
    display: block!important;
}
ul{
	list-style: square;
	padding-left:1em;
}
ol{
	padding-left:1em;
}
.inline li{
	float:left;
	list-style:decimal;
	margin-right:1.5em;
}
.inline img{
	vertical-align:middle;
    display: block!important;
}
li{
	margin-left:1em;
	margin-bottom:1em;
}
#container {
	width: 96%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	clear:both;
	float:none;
	margin-bottom:1em;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight:bold;
	font-size:160%;
}
#logo{
	float:left;
	margin-right:1em;
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	/*margin-left: 250px;*/
	width:750px;
}
#nav{
	float:left;
	clear:left;
	margin-right:1em;
	border-right: 1px solid #fff;
	padding-right:1em;
	width:135px;
	position:relative;
	padding-bottom:10px;
	margin-bottom:20px;
}

#nav h3{
	margin-top:1em;
	font-weight:bold;
}
#nav a{
	text-decoration:none;
}
#nav ul{
	list-style:none;
	padding-left:0;
	margin-bottom:1em;
}
#nav li{
	margin-left:0;
	margin-bottom:0;
}
#nav ul ul li{
	margin-left:1em;
	font-size:90%;
}
ul#subGuitar{
	display:hidden;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear:left;
	width:100%;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thornFooter{
	width:45%;
}
.fltlft{
	float:left;
	margin-right:0.5em;
	margin-bottom:0.5em;
}
.fltrt{
	float:right;
	margin-left:0.5em;
	margin-bottom:0.5em;
}
.cb{
	clear:both;
	float:none;
	overflow:auto;
}

#advertising{
	border: solid 1px white;
	padding:0 0.5em;
	margin-top:1em;
	width:110px;
	font-size:90%;
	text-align:justify;
}
#advertising h3{
	font-size:80%;
	text-transform:uppercase;
	text-align:center;
color:red;
}
#advertising ul{
	border-bottom: solid 1px white;
}
#advertising p small{
	font-size:90%;
	font-variant:small-caps;
	text-align:justify;
}
#advertising ul li{
margin:0 0em 1em;
border-top: 1px solid white;
padding-top: 1em;
font-size:8pt;
text-align:left;
}
#advertising p a{
color:red;
}
/* GOOGLE ADVERTISING CONTAINERS */
iframe#awswift_1{
	border: solid 1px white;
	padding:0 0.5em;
	margin-top:1em;
	width:150px;
	font-size:100%;
}
iframe#aswift_0,iframe#aswift_2{
	width:728px;
	float:right;
	border: solid 1px white;
	margin:0;
	padding:0;
}	
form#cse-search-box{
	margin:0.5em 0;
}
form#cse-search-box .input{
	width:100px;
	border: solid 1px #ff0000;
}
#cse-search-results,.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
	background-color:#fff;
	border:#000;
}
.button{
	margin-right:-2em;
	padding:0;
}