/* @override http://millionyearecho.com/css/mye.css */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.                  */

:link, :visited {
	text-decoration: none;
	}
ul, ol {
	list-style: none;
	}
h1, h2, h3, h4, h5, h6, pre, code, p {
	//font-size: 1em;
	}
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, 
form, body, html, p, blockquote, fieldset, input {
	padding: 0;
	margin: 0;
	}
a img, :link img, :visited img {
	border: none;
}
address {
	font-style: normal;
	}

/* GENERAL STYLES */

html {
	font: 12px Helvetica, Arial, Geneva, sans-serif;
	color: #bfbfbf;
	background: #323232 no-repeat fixed 0 60px;
}
html {
	background-image: url(../images/bgBody_2.jpg);
}
htmlj {
	background-image: url(../images/bgBody_levi.jpg);
}
body {
	float: right;
	padding-right: 2px;
}


p {
	line-height: 21px;
	color: #989898;
}

strong {
	color: #fff;
}

div#content p {
	margin-bottom: 18px;
}

a
 {
	color: #d8d8d8;
	background-color: #323232;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

a:hover {
	background-color: #4c4c4c;
}

a.viewMore {
	padding: 5px;
}

a.viewMore::before {
	content: '» ';
}

#wrapper {
	background-color: #4c4c4c;
	width: 850px;
	margin-top: -2px;
	float: left;
}

#content {
	padding: 25px;
}

#footer {
	clear: both;
	width: 900px;
	padding-top: 1500px;
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

table {
	border-spacing: 1px;
}

table tbody td {
	background-color: #3f3f3f;
	padding: 10px;
}

table thead td {
	background-color: #4c4c4c;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 0 10px;
}

/* HEADER */

#header {
	margin-top: 70px;
	padding-left: 12px;
	letter-spacing: 10px;
	font: normal 50px Georgia, "Times New Roman", Times, serif;
	color: #4c4c4c;
}

/* NAVIGATION */

#navigation {
	font-weight: bold;
	text-transform: uppercase;
	
}

#navigation ul {
	line-height: 27px;
	z-index: 999;
}

#navigation ul li {
	margin-right: 1px;
	float: left;
}

#navigation ul li a {
	background-color: #1e1e1e;
	border-top-style: none;
	border-bottom-style: none;
	padding: 145px 6px 5px;
}
#navigation ul li a:hover,
#navigation ul li a.sfHover {
	background-color: #141414;
}
#navigation li ul {  
	position: absolute;
	margin-top: -2px;
	line-height: 11px;
}

#navigation li ul li {
	display: none;
	float: none;
}
#navigation li ul li a,
#navigation li ul li div {
	border-top: 1px solid #4c4c4c;
	display: block;
	padding: 7px;
	background-color: #141414;
}

#navigation li ul li a:hover,
#navigation li ul li a.sfHover {
	background-color: #1e1e1e;
}
#navigation li ul li a img {
	margin: 8px;
}
#navigation li:hover ul li,
#navigation li.sfHover ul li { display: block; }

#navigation ul#band li {
	float: left;
	text-align: center;
	margin: 0 1px 0 0;
}
#navigation ul#band li a {
	height: 180px;
	padding: 0;
}

#navigation ul#band li a span {
	display: block;
}

#navigation ul#band li:first-child + li + li + li + li {
	float: none;
	margin-top: 181px;
}
#navigation ul#band li:first-child + li + li + li + li a {
	height: 32px;
	padding-top: 20px;
}

#navigation ul#community li a, #navigation ul#community li:first-child div {
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding: 15px;
}

#navigation ul#community li:first-child div {
	padding-right: 0;
}
#navigation ul#community li:first-child div p a {
	margin-left: 10px;
	text-transform: none;
	padding: 2px;
	border-top-style: dotted;
	border-top-color: #323232;
}

#navigation ul#community li:first-child div p:first-child a {
	margin-top: 10px;
}

/* CONTENT */

dt {
	text-transform: lowercase;
	margin-top: 18px;
	font: 18px Georgia, "Times New Roman", Times, serif;
}

dt::after {
	content: ' » ';
}

dd {
	margin-left: 10px;
}

img.hero {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: -51px;
	border: 1px solid #929898;
}

img.left {
	float: left;
	border-style: dotted;
	border-width: 1px;
	padding: 5px;
	margin-right: 19px;
	margin-bottom: 25px;
}

img.right {
	float: right;
	border-style: dotted;
	border-width: 1px;
	padding: 5px;
	margin-bottom: 25px;
	margin-left: 20px;
}

body.home img.hero {
	margin-top: 0;
	margin-bottom: 25px;
}

div#content ul.normal {
	margin-bottom: 18px;
	text-indent: 15px;
}

div#content ul.normal li {
	margin-bottom: 9px;
}
div#content ul.normal li::before {
	content: '* ';
	font: 26px/1px "Courier New", Courier, mono;
	letter-spacing: -7px;
	position: relative;
	top: 7px;
}
/* HOME */

body.home #blog {
	width: 42%;
	float: left;
	border-right: 1px dotted #333230;
	position: relative;
	border-left: 1px dotted #333230;
	padding-right: 5%;
	margin-right: 1%;
	padding-left: 1%;
}

body.home #blog .post {
	padding: 10px;
	margin-bottom: 5px;
}

body.home #events table {
	width: 400px;
	margin-bottom: 25px;
}

body.home div#content h1 {
	font-weight: normal;
	font-style: normal;
	text-transform: lowercase;
	font-size: 32px;
	background-color: #1e1e1e;
	display: inline-block;
	margin-bottom: 10px;
	border-top: 1px dotted #929898;
	padding-right: 20px;
	padding-top: 25px;
	padding-left: 9px;
	position: relative;
	left: -9px;
}

body.home div#content #pics h1 {
	margin-top: 40px;
}

body.home div#content #events h1 {
}

body.home #blog h2 {
	font: italic normal 24px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	border: 1px solid #4c4c4c;
	margin-top: 10px;
}

body.home #blog h3 {
	font-size: 11px;
	border: 1px solid #4c4c4c;
	display: inline;
}

/* THE ROAD/EVENTS */

body.events #events table {
	width: 100%;
}

/* BLOG */

.blog h2, body#videos h2 {
	font: normal normal normal 32px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	background-color: #1e1e1e;
	padding: 10px;
	margin-left: -40px;
	border: 1px solid #4c4c4c;
	margin-bottom: 15px;
	float: left;
	margin-top: 35px;
}

.blog h3 {
	padding: 5px;
	background-color: #323232;
	margin-left: -10px;
	font-size: 11px;
	position: relative;
	border: 1px solid #4c4c4c;
	display: inline;
	top: 27px;
}

body.blog h4 {
	clear: both;
}

/* VIDEOS */

object, embed {
	clear: none;
	width: 100%;
}

body.videos div#content p {
	margin-bottom: 45px;
	background-color: #1e1e1e;
	padding-left: 15px;
	padding-bottom: 15px;
}

body.videos h3 {
	background-color: #1e1e1e;
	font-size: 18px;
	margin-top: -2px;
	padding-left: 15px;
	padding-top: 15px;
}

/* PHOTOS */

body.photos div#content a {
	background-color: #4c4c4c;
}

body.photos div#content a img {
	background-color: #4c4c4c;
	margin: -1px;
	border: 5px solid #1e1e1e;
}

body.photos div#content a:hover img {
	border-color: #bfbfbf;
}

/* BAND: MEMBER */

body.member div#content h1 {
	background-color: #1e1e1e;
	text-transform: lowercase;
	font: italic normal 32px Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	margin-top: 5px;
	border-left: 1px dotted #bfbfbf;
}