* {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	color: #8c8887;
}

.list a, a.legenda {
	text-decoration: none;
}
.list a:hover, a.legenda:hover {
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #BA853E;
	font-weight: normal;
}

h2 {
	font-size: 13px;
	margin-bottom: 5px;
	color: #BA853E;
}

li {
	list-style-type: none;
}

table {
	font-size: 12px;
	margin-bottom: 40px;
}

	table td {
		padding-right: 10px;
		padding-bottom: 3px;
		margin: 0;
	}
	
.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

span.tiny {
	font-size: 11px;
}

body {
	width: 100%;
	min-height: 470px;
	/*background: #323534;*/
	/*background: #262926;*/
	background: #000000;
	font-family: "Lucida Sans", "Lucida Grande", "verdana";
	font-size: 100%;
	font-size: 12px;
	line-height: 1.5em;
	color: #8c8887;
}

	#static {
		margin: auto;
		width: 920px;
	}
		
		#static #tribal {
			position: absolute;
			z-index: 3	;
			margin-left: 50px;
			margin-top: 20px;
			width: 164px;
			height: 164px;
			background: url(images/menu_bg_tribal.png);
			opacity: 0.7;
			-webkit-transform: rotate(-0deg);
			-moz-transform: rotate(-0deg);
		}
		
		#static #header {
			position: absolute;
			z-index: 3;
			width: 920px;
			height: 194px;
			background: url(images/header_bg.png);
		}
		
			#static #header #menu { width: 100%; }
			#static #header #menu li { position: absolute; height: 30px; width: 85px; list-style-type: none; }
			#static #header #menu a { display: block; height: 100%; width: 100%; margin-top: 3px; }
		
			#static #header #menu li.first { background: url(images/menu_bg1.png) no-repeat; right: 70px; margin-top: 154px; }
			#static #header #menu li.first a { background: url(images/menu_contact.png); }
			#static #header #menu li.second { background: url(images/menu_bg2.png) no-repeat; right: 175px; margin-top: 153px; }
			#static #header #menu li.second a { background: url(images/menu_live.png); }
			#static #header #menu li.third { background: url(images/menu_bg3.png) no-repeat; right: 280px; margin-top: 149px; }
			#static #header #menu li.third a { background: url(images/menu_interact.png); }
			#static #header #menu li.fourth { background: url(images/menu_bg4.png) no-repeat; right: 395px; margin-top: 146px; }
			#static #header #menu li.fourth a { background: url(images/menu_gallery.png); }
			#static #header #menu li.fifth { background: url(images/menu_bg5.png) no-repeat; right: 515px; margin-top: 142px; }
			#static #header #menu li.fifth a { background: url(images/menu_releases.png); }
			#static #header #menu li.sixth { background: url(images/menu_bg6.png) no-repeat; right: 625px; margin-top: 138px; }
			#static #header #menu li.sixth a { background: url(images/menu_band.png); }
			#static #header #menu li.seventh { background: url(images/menu_bg7.png) no-repeat; right: 735px; margin-top: 135px; }
			#static #header #menu li.home { right: 775px; margin-top: 133px;}
			#static #header #menu li.home a { background: url(images/icons/home.png) no-repeat; }
			
			#static #header #menu li.active { background: none; }

		#static #contentBgFill {
			position: absolute;
			left: 25px; right: 25px;
			top: 0; bottom: 0;
			background-color: #000000;
		}
			

		#static #content {
			position: absolute;
			z-index: 2;
			margin-top: 134px;
			margin-left: 45px;
			min-height: 670px;
			width: 900px;
			padding: 100px 30px 0 0;
			color: #8c8887;
			background: url(images/bg_body.jpg) no-repeat;
		}

		#static #context {
			width: 210px;
			float: left;
		}
		
			#static #context input, #static #context textarea {
				width: 180px;
				margin-top: 3px;
				margin-bottom: 3px;
				background-color: #DAD2C9;
				padding: 2px;
			}
			#static #context textarea {
				height: 66px;
			}
			#static #context input.submit {
				float: right;
				width: 80px;
				margin-top: 6px;
				padding: 0;
				background-color: #BA853E;
				border: 1px solid #5B3B19;
			}
		
			#static #context h2 {
				height: 30px;
				width: 120px;
				padding-right: 10px;
				line-height: 30px;
				background: #000000;
				margin-bottom: 10px;
				font-size: 16px;
				text-align: right;
				color: #454342;
			}
		
			#static #context .block {
				margin-bottom: 30px;
				margin-left: 30px;
			}

				#static .gallery a {
					display: block;
					margin: 5px 0 0 0;
					text-align: center;
				}

				#static .gallery a img {
					box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
					-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
					-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
					border: 1px solid #62554e;
				}
				
				#static .gallery a.legenda {
					box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
					-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
					-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
					border: none;
				}
				
			#static #context #uc {
				position: absolute;
				top: 350px;
				width: 160px;
				padding: 10px;
				margin-left: 5px;
			}
	
		#static #main {
			margin-left: 260px;
			width: 480px;
			padding: 10px 0 30px 30px;
		}
		
			#static #main .block {
				float: left;
				width: 220px;
				margin-right: 20px;
			}

			#static #main p {
				margin-bottom: 10px;
			}
			
			#static #main a {
				font-weight: bold;
				text-decoration: none;
				color: #B5ADAA;
			}
			
			#static #main a:hover {
				text-decoration: underline;
			}
			
		
			#static #main #lyrics {
				margin-bottom: 60px;
				text-align: center;
			}
			
				#static #main #lyrics div {
					display: none;
					width: 420px;
				}

					#static #main #lyrics p {
						margin: 0 0 15px 0;
					}
			
					#static #main #lyrics h2 {
						margin-bottom: 20px;
						color: #BA853E;
					}

			#static #main .quote {
				font-style: italic;
			}
		
			#static #main #albumInfo {
				margin-top: 40px;
				height: 180px;
			}
			
			#static #main #albumInfo #albumImage {
				position: absolute;
				margin-left: 130px;
				box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
				-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
				-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
				border: 1px solid #62554e;
			}
		
			#static #main #albumInfo a {
				display: block;
				position: absolute;
				opacity: 0.7;
			}

			#static #main #albumInfo a:hover {
				cursor: pointer;
			}

				#static #main #albumInfo div#playerInfamia 				{ position: absolute; width: 18px; height: 18px; margin-top: 20px; margin-left: 0; }
				#static #main #albumInfo div#playerIAmDirt 				{ position: absolute; width: 18px; height: 18px; margin-top: 55px; margin-left: 0; }

				#static #main #albumInfo a#songInfamia 					{ width: 56px; height: 13px; margin-top: 25px; margin-left: 25px; background: url(album/infamia.png) no-repeat; }
				#static #main #albumInfo a#songInfamia:hover,
				#static #main #albumInfo a#songInfamia.active 			{ background: url(album/infamia_a.png) no-repeat; }
				#static #main #albumInfo a#songIAmDirt 					{ width: 72px; height: 14px; margin-top: 55px; margin-left: 25px; background: url(album/iamdirt.png) no-repeat; }
				#static #main #albumInfo a#songIAmDirt:hover,
				#static #main #albumInfo a#songIAmDirt.active 			{ background: url(album/iamdirt_a.png) no-repeat; }				
				#static #main #albumInfo a#song222 						{ width: 31px; height: 14px; margin-top: 85px; margin-left: 15px; background: url(album/222.png) no-repeat; }
				#static #main #albumInfo a#song222:hover, 
				#static #main #albumInfo a#song222.active 				{ background: url(album/222_a.png) no-repeat; }
				#static #main #albumInfo a#songAddict 					{ width: 51px; height: 18px; margin-top: 105px; margin-left: 45px; background: url(album/addict.png) no-repeat; }
				#static #main #albumInfo a#songAddict:hover,
				#static #main #albumInfo a#songAddict.active 			{ background: url(album/addict_a.png) no-repeat; }
				#static #main #albumInfo a#songGodDontForgive 			{ width: 143px; height: 17px; margin-top: 20px; margin-left: 310px; background: url(album/goddontforgive.png) no-repeat; }
				#static #main #albumInfo a#songGodDontForgive:hover,
				#static #main #albumInfo a#songGodDontForgive.active 	{ background: url(album/goddontforgive_a.png) no-repeat; }
				#static #main #albumInfo a#songBeautifulPain 			{ width: 111px; height: 17px; margin-top: 50px; margin-left: 330px; background: url(album/beautifulpain.png) no-repeat; }
				#static #main #albumInfo a#songBeautifulPain:hover,
				#static #main #albumInfo a#songBeautifulPain.active 		{ background: url(album/beautifulpain_a.png) no-repeat; }
				#static #main #albumInfo a#songToAshes 					{ width: 69px; height: 17px; margin-top: 75px; margin-left: 360px; background: url(album/toashes.png) no-repeat; }
				#static #main #albumInfo a#songToAshes:hover,
				#static #main #albumInfo a#songToAshes.active 			{ background: url(album/toashes_a.png) no-repeat; }
				#static #main #albumInfo a#songRequiem 					{ width: 58px; height: 23px; margin-top: 100px; margin-left: 335px; background: url(album/requiem.png) no-repeat; }
				#static #main #albumInfo a#songRequiem:hover,
				#static #main #albumInfo a#songRequiem.active 			{ background: url(album/requiem_a.png) no-repeat; }	
				
		#main a.more {
			font-weight: bold;
			text-decoration: none;
		}
		#main a.more:hover {
			text-decoration: underline;
		}
				
			#static #main #members {
				margin-top: 20px;
				margin-left: 5px;
			}
			
			
				#members div.left a.avatar {
					float: left;
					margin-right: 5px;
				}

				#members div.right a.avatar {
					float: right;
					margin-left: 5px;
					margin-right: 10px;
				}

				#members h2 {
					float: left;
					width: 360px;
					font-size: 18px;
					color: #8c8887;
					margin-bottom: 0;
					margin-top: 10px;
					padding-bottom: 4px;
					border-bottom: 1px solid #726e6e;
					font-weight: normal;
				}
				
				#members div.right h2 {
					float: right;
					text-align: right;
				}

				#members div.caption {
					float: left;
					width: 360px;
					margin-top: -20px;
					text-align: right;
					font-size: 10px;
				}
				
				#members div.right div.caption {
					float: right;
					text-align: left;
				}
				
				#static #main #members p {
					margin-bottom: 3px;
					font-size: 11px;
					line-height: 15px;
				}
				
				#members div.questions {
					width: 360px;
					float: left;
					margin-top: 5px;
					margin-bottom: 30px;
				}
				#members div.right div.questions {
					float: right;
				}				
				#members div.left div.questions {
					margin-left: 20px;
				}
				
					strong {
						font-size: 10px;
						color: #BA853E;
					}
					
				#members div.extended {
					margin-bottom: 10px;
				}

			#shoutbox li {
				margin-bottom: 10px;
				font-size: 11px;
				line-height: 15px;
			}
			#shoutbox li.addShout a{
				display: block;
				text-align: right;
			}
			#shoutbox li a.www {
				font-size: 10px;
				text-decoration: none;
			}
			#shoutbox li a.www:hover {
				text-decoration: underline;
			}
			
			.news li {
				padding-bottom: 10px;
			}
			
			.news span.date {
				margin-right: 8px;
				line-height: 16px;
				font-size: 10px;
				color: #BA853E;
				font-weight: bold;
			}
			
			#main ul.threeCol li {
				width: 140px;
				margin-right: 20px;
				float: left;
			}
	
/* stop the bots */		
input.lalalala {
	opacity: 0.01;
	height: 1px; width: 1px;
	position: absolute;
	background-color: transparent;
	color: transparent;
}