
body {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    /*background: black url(/site_media/site_images/tone-bg-2.jpg) fixed no-repeat top center;*/
	background: black url(/site_media/site_images/road.jpg) fixed no-repeat top center;
    font: 11px/18px Helvetica, Verdana, Arial, sans-serif;
}

div, span p, h1, h2, h3, dl, dt, dd, ol, ul, li, table, tr, td, img, embed {
    margin: 0;
    padding: 0;
    border: 0;
}

h1 {
    clear: both;
    font: 24px/24px Helvetica, Arial, sans-serif;
    padding: 12px 0 12px 0;
    letter-spacing: -1px;
}

h2 {
    clear: none;
    font: bold 16px/16px Helvetica, Arial, sans-serif;
    padding: 8px 0 12px;
}

h2.clear {
    clear: both;
}

a {
    color: #944;
}

a:hover {
    color: #944;
    text-decoration: none;
}

div#wrap {}

div.gallery img { position: absolute }

div#sidebar {
    /*float: left;*/
    /*margin: 253px 0 0 20px;*/
    position: fixed;
    top: 253px;
    width: 610px;
    /*min-height: 425px;*/
    background: white;
}

div#sidebar div.thumbs {
    margin: 305px 0 0 0;
    padding: 0;
    background: white;
    text-align: left;
}

div#sidebar div.thumbs img {
    display: inline-block;
    position: static;
    width: 87px;
    height: 45px;
    margin: 5px 0;
    background: red;
}

div#main {
    float: right;
    margin: 20px 20px 20px 0;
/*  margin: 25px 0 0 620px; */
    width: 350px;
    background: white;
}

div#logos {
    position: fixed;
    bottom: 15px;
    padding: 0 0 0 15px;
    background: transparent;
}

div#urlogo {
	position: fixed;
	top: 20px;
/*	padding: 0 0 0 215px;*/
	padding: 0 0 0 15px;
}

div#social {
    position: fixed;
    bottom: 75px;
    padding: 0 0 0 15px;
    background: transparent;
}

div#feature {
	position: fixed;
	top: 30px;
	width: 212px;
	height: 212px;
	background: transparent;
	margin: 0 0 0 365px;
}

div#menu {
    padding: 7px;
    background: white;
    border-bottom: 1px solid #ccc;
}

div#menu ol#menuitems, div#footer ol {
    list-style: none outside none;
}

div#menu ol#menuitems li, div#footer ol li {
    display: inline;
    margin-right: 0.25em;
}

div#menu ol#menuitems li a {
    font: bold 11px/11px Helvetica, Arial, sans-serif;
    padding: 2px 3px 2px 2px;
    text-decoration: none;
    color: black;
}

div#menu ol#menuitems li a.selected, div#menu ol#menuitems li a:hover {
    background: black;
    color: white;
}

div#breadcrumb {
    padding: 2px 7px 3px 7px;
    background: white;
    color: black;
    border-bottom: 1px solid #ccc;
}

div#head img {
    _margin-bottom: -2px;
}

div#footer {
    clear: both;
    background: white;
    padding: 7px;
    border-top: 1px solid #ccc;
}

div#breadcrumb span.leaf, div#breadcrumb a, div#footer ol li, div#footer ol li a {
    padding: 0;
    font: 11px/11px Helvetica, Arial, sans-serif;
    text-decoration: none;
}

div#content {
    padding: 7px;
    color: #222;
    background: white;
}

div#content p {
    margin: 0 0 14px 0;
    padding: 0;
}
div#content img {
    border: 1px solid white;
    margin: 0 7px 0 0;
    float: left;
}

div#content img.small {
    margin-bottom: 7px;
    border: none;
    position: relative;
    left: -7px;
    top: 4px;
}

/* places text correctly next to mp3 player icons */
div#content span.track {
    position: relative;
    top: -4px;
    left: 7px;
}

div#content table.tracklisting {
    width: 329px;
    font: 11px/18px Helvetica, Verdana, Arial, sans-serif;
    margin-bottom: 20px;
}

div#content table.tracklisting tr td {
    height: 24px;
}

div#content table.tracklisting tr td.number {
    width: 5%;
    text-align: right;
}

div#content table.tracklisting tr td.player {
    width: 5%;
    padding: 0 7px 0 7px;
}

div#content table.tracklisting tr td.title {
    width: 80%;
}

div#content table.tracklisting tr td.length {
    width: 10%;
    text-align: right;
}

/* archive layout */
div#content dl.archive { margin: 0 0 1em 0 }

/* paypal */
form.paypal { 
	display: inline-block;
	margin: 0 0 5px 0;
	padding: 0;
}
form.paypal img { display: none !important; margin: 0; border: none }
form.paypal input.submit {
	margin: 0;
	padding: 3px;
	background: #eee;
	border: 1px solid #ddd;
}
form.paypal input.submit:hover {
	background: #ddd;
	border: 1px solid #eee;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

