* {
    margin: 0;
    padding: 0;
}

html {
	background: transparent url(img/bg.jpg) left top;
	background-repeat: repeat-x;
	background-color: #545454;	
}

body {
	font: normal 0.7em/1.4em Verdana, Arial, Georgia, sans-serif; 
	color: #FFFFFF;
	text-align: left;
}

img {
    border: none;
    vertical-align: middle;
}
h1, h2, h3, h4 {
    font-weight: normal;
}

a {
    color: #FFF;
    text-decoration: none;
}
a:hover {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

#header {
	position: absolute;
	margin-left: 100px;
	margin-top: 0px;
	width: 800px;
	height: 72px;
	background: transparent url(img/header.jpg) center top;
}

#header ul {
    list-style: none;
}
#header li {
    display: inline;
    margin-left: 0.5em;
}
#header h1 {
    font-size: 200%;
    font-weight: normal;
    margin-bottom: 0.4em;
}
#header a:hover {
    border-bottom: 2px solid #fff;
}

#content {
	position: absolute;
	margin-left: 100px;
	margin-top: 72px;
	
	width: 550px;
	background: transparent url(img/bg_content.jpg) center top;
	background-repeat: repeat-x;
	background-color: #000000;	
}

#subcontent {
	padding: 20px;
}

#content p {
    text-align: justify;
    margin-bottom: 1em;
}
#content h2 {
    font-size: 150%;
    margin: 1em 0 0.2em 0;
    border-bottom: 1px solid #fff;
}
#content p a {
    border-bottom: 1px solid #fff;
}
#content p a:hover {
    border-bottom: 2px solid #fff;
}
/*
#content p a:visited {
    color: #444;
}
*/
#content ul, #content ol { margin-left: 2em; margin-bottom: 0.5em; }
#content ul { list-style-type: square; }

.cd_title {
	font-size: 10px;
	
}

#rightrail {
	position: absolute;
	z-index: 1;
	margin-top: 72px;
	margin-left: 650px;
	min-height: 768px;
	width: 250px; 
	background: transparent url(img/bg.jpg) center top;
	background-repeat: repeat-x;
	background-color: #545454;	
	
}

#rightrail h1 {
	font: normal 1em Verdana, Arial, Georgia, sans-serif;
	line-height: 1.5em;
	text-indent: 10px;
	width: 250px;
	height: 20px;
	
}

#rightrail h2 {
	font: normal 1em Verdana, Arial, Georgia, sans-serif;
	color: #000;
	line-height: 1.5em;
	text-indent: 10px;
	background-color: #FFF;
	width: 250px;
	height: 20px;
	
}

#about {
	position: relative;
}

#discography {
	position: relative;
}

#cover1 {
	position: relative;
	border: solid 1px #fff;
	width: 95px;
	height: 95px;
	position: relative;
	margin: 20px;
}

#cover2 {
	position: relative;
	border: solid 1px #fff;
	width: 95px;
	height: 95px;
	margin: 20px;
	margin-top: -117px;
	margin-left: 135px;
}
#shows {
	position: relative;
	margin-top: 10px;
}

#show1, #show2, #show3, #show4 {
	position: relative;
	margin-left: 8px;
	margin-top: 5px;
	border: solid 1px #fff;
	width: 230px;
	height: 50px;
}

#blog {
	position: relative;
	margin-top: 10px;
}

.post-title {
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0;
	border-bottom: 1px solid #fff;
}
.post-title a {
    text-decoration: none;
}
.post-date {
    color: #FFF;
    text-align: right;
    margin: 0.2em 0 2em 0;
}
.post-meta {
    color: #fff;
    font-weight: bold;
    margin-bottom: 1em;
}
.post-meta a {
    font-weight: normal;
    border-bottom: 1px solid #fff;
}
.post-meta a:hover {
    border-bottom: 2px solid #fff;
}

table.comment {
    padding: 0;
}
tr.comment td {
}
td.comment-text {
    font-size: 8pt;
    width: 70%;
    padding: 5px;
    vertical-align: top;
    border-bottom: 1px solid #fff;
}

td.comment-meta {
    font-size: 8pt;
    padding: 5px;
    vertical-align: top;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

td#owner {
    background: #eee;
}
.float-left {
    float: left;
    margin-right: 10px;
}
.float-right {
    float: right;
    margin-left: 10px;
}
.sidebar {
    float: right;
    margin-left: 10px;
    padding: 1em;
    width: 250px;
    font-size: 80%;
    background: #eee;
    border: 1px solid #fff;
}
.sidebar-title {
    font-size: 100%;
    font-weight: bold;
}
.metabar {
	padding: 10px;
    position: relative;
    width: 230px;
    top: 10px;
}
.metabar a {
}
.metabar h3 {
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}
.metabar ul {
    margin-bottom: 20px;
    list-style: none;
}
.metabar li {
    padding-left: 17px;
    margin-bottom: 0.2em;
    background-repeat: no-repeat;
}
ul.post-list li {
    background-image: url(file.gif);
    background-position: 0 0.2em;
}
ul.comment-list li {
    background-image: url(comment.gif);
    background-position: 0 0.3em;
}
ul.tag-list li {
    background-image: url(tag.gif);
    background-position: 0 6px;
}
ul.feed-list li {
    background-image: url(feed.gif);
    background-position: 0 0.3em;
}
ul.link-list li {
    background-image: url(link.gif);
    background-position: 0 0.3em;
}


/*** Favorites ***/
#fvorites h3 {
    margin: 5px 0 0 0;
    clear: left;
}
#fvorites ul {
    margin: 0;
    list-style-type: none;
}
#fvorites li {
    float: left;
    margin: 2px 5px;
    width: 22%;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 3px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}
#fvorites li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}


/*** Gallery ***/
#gallery{
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 470px; /* important */
	height: 86px; /* important */
	margin: 0 85px;
	background: #000;
}

#gallery_frame {position: relative}
#gallery_previous {float: left;}
#gallery_next {float: right;}
#gallery_content {
	position: absolute;
	top: 0;
	margin-left: 20px;
}

#gallery_content
#gallery_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#gallery_content {
		width: 5418px;
	}
	#container_bd #example_3 ul li {
		display: block;
		float: left;
		margin: 5px;
		padding: 5px;
		border: 1px solid #666;
		background-color: #000;
	}

#container_bd #example_3 ul li img {
	display: block;
}
			