/*** tags ***/

html {
	background-color: #101010;	
	color: #cccccc;
	margin: 0;
	padding: 0;
}

html, body, div, li, p {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
}

body {
	margin: 0;
	padding: 0;
}

div, p {
	margin: 0;
	padding: 0;
}

img {
	border: 0;	
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #84e756;	
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin 0 0 5px 0;
	color: #ffffff;
}

h1.big {
	font-size: 16px;	
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;	
}

textarea {
	width: 500px;
	height: 200px;
	border: 1px solid #515556;
	background-color: #2b2b2b;
	color: #cccccc;
}

input {
	border: 1px solid #515556;
	background-color: #2b2b2b;
	color: #cccccc;
	width: 100%;
}

input[type=submit] {
	border: 1px solid #515556;
	background-color: #cccccc;
	color: #2b2b2b;
	width: 150px;
}

/*** divs ***/

#outer {
	width: 790px;
	margin: 0 auto;
}

#inner {
	width: 790px;
	background-image: url('img/back.png');
}

#header {
	width: 770px;
	height: 250px;
	margin: 0 auto;
}

#header img {
	width: 770px;
	height: 250px;
}

#sub_header {
	width: 770px;
	margin: 0 auto;
	border-top: 1px solid #515556;
	border-bottom: 1px solid #515556;
	font-weight: bold;
}

#navigation_index {
	float: right;
	margin: 10px 25px 10px 10px;
	text-align: right;
}

#features,
#features_index {
	clear: both;
	width: 770px;
	margin: 0 auto;
	background-color: #424242;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #515556;
}

#footer {
	width: 790px;
	height: 35px;
	clear: both;
}

#footer_left {
	width: 35px;
	height: 35px;
	background-image: url('img/lbback.png');
	float: left;
}

#footer_right {
	width: 35px;
	height: 35px;
	background-image: url('img/rbback.png');
	float: right;
}

#footer_center {
	width: 720px;
	height: 35px;
	background-image: url('img/bback.png');
	float: left;
	text-align: center;
	line-height: 25px;
}

/*** navigation ***/
#navigation ul,
#navigation_index ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li,
#navigation_index li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#navigation ul {
	text-align: center;
}

#navigation li {
	display: inline;
	margin: 10px;
}

#navigation li a,
#navigation_index li a {
	color: #ffffff;
	text-decoration: none;
}

#navigation li a:hover,
#navigation_index li a:hover {
	color: #84e756;	
}

#navigation li.nav_2, 
#navigation li.nav_5,
#navigation_index li.nav_2, 
#navigation_index li.nav_5 {
	font-size: 22px;
	letter-spacing: 1px;
}

#navigation li.nav_3,
#navigation li.nav_6,
#navigation_index li.nav_3,
#navigation_index li.nav_6 {
	font-size: 14px;
	letter-spacing: 2px;
}

#navigation li.nav_4,
#navigation_index li.nav_4 {
	font-size: 18px;
	letter-spacing: 1px;
}

#navigation li.active,
#navigation_index li.active {
	color: #c0c0c0;
	text-decoration: line-through;
}


/*** misc ***/
#intro {
	float: left;
	width: 560px;
	margin: 25px;
	word-spacing: 1px;
	line-height: 2em;
}

#intro b {
	color: #dd433b;
}

div.clear {
	clear: both;	
}

/* columns */
#features_index #left_column {
	float: left;
	width: 400px;
	margin: 25px 0 25px 25px;
}

#features_index #right_column {
	float: right;
	width: 300px;
	margin: 25px 25px 25px 0;
}

#features #center_column {
	width: 720px;
	margin: 25px;
}

#features #left_column,
#features .left_column {
	float: left;
	width: 350px;
	margin: 25px 0 25px 25px;
}

#features #right_column,
#features .right_column {
	float: right;
	width: 350px;
	margin: 25px 25px 25px 0;
}

#features p {
	margin: 10px 1;
}

#features p:first-letter {
	font-size: 16px;
}

#features p.error {
	color: #dd433b;
	font-weight: bold;
}

#features p.error:first-letter {
	font-size: 12px;
}

#features div.img {
	margin: 20px 0;
	width: 350px;
	text-align: center;
}

#features div.img img{
	margin: 0 auto;
	display: block;
}

#features ul.nobullet {
	list-style: none;
}

#features ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#features li {
	margin: 0px 5px;
	padding: 0px;
}

#features hr {
	width: 700px;
	height: 1px;
	background: #515556;
	border: none;
}

#features p.review {
	font-style: italic;
}

#features p.small,
#features div.small p {
	font-size: 10px;
}

#features p.small:first-letter,
#features div.small p:first-letter {
	font-size: 12px;
}

#features div.past_gigs h2 {
	color: #999999;
}

#features div.past_gigs p {
	font-size: 11px;
	color: #999999;
}

#features div.past_gigs p:first-letter {
	font-size: 13px;
}

#features div.past_gigs a {
	color: #cccccc;
}

#features div.past_gigs a:hover {
	color: #84e756;	
}

#features img.review_cover {
	margin: 5px 25px;
	width: 300px;
}

#features img.thumb {
	width: 100px;
	height: 100px;
}

/*** releases ***/
#releases .release {
	margin-bottom: 10px;
}

#releases span.mark {
	color: orange;
}

#releases ol {
	margin: 0;
	padding: 0;
}

#releases ol li {
	margin: 0 0 0 25px;
	padding: 0;
	font-size: 10px;
	line-height: 1.2em;
}

#releases td {
	vertical-align: top;
}

#releases td p {
	font-size: 10px;
	line-height: 1.2em;
	margin-bottom: 5px;
}

#releases td p:first-letter {
	font-size: 10px;
}

#members b {
	color: #dd433b;
}
