/*  
Author: Stilla
E-mail: decadent.muse.org@gmail.com
*/


/*
#######################################
Basic elements
#######################################
*/

body
	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(images/bg1.png);
	background-position: left top;
	background-repeat: repeat;
	background-color: #DFDFDF;
	font-size:16px;
	font-family: "Times New Roman", Georgia;
	color:#4B4B4B;
	text-align: justify;
	}
input,textarea,select{
	background-color: #000000;
	color: #eeeeee;
	font-size: 12px;
	margin:1px;
	padding: 5px; 
	font-family: georgia, times;
	border: 1px solid #333333;
	}
a
	{
	font-family: "Times New Roman", Georgia;
	font-weight:normal;
	font-style:italic;
	text-decoration: none;
	color: #c0c0c0;
	}
a:hover{
	text-decoration: none;
	color: #eeeeee;
	}
.clear{
	clear:both;
	}
#wrapper
	{
	width: 900px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color:#000000;
	}
#header
	{
	height: 350px;
	background-image: url(images/header.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
#header h1
	{
	position:relative;
	float:left;
	margin: 0px;
	padding:0;
	left:400px;
	top:50px;
	width: 400px;
	height: 200px;
	}
#header h1 a
	{
	background-image: url(images/headerh1.png);
	background-position: left top;
	background-repeat: repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 400px;
	height: 200px;
	}
#header h1 a:hover
	{
	background-image: url(images/headerh1hover.png);
	background-position: left top;
	background-repeat: repeat;
	}
#header h2
	{
	text-indent: -9999px;
	overflow: hidden;
	margin: 0px;
	padding:0;
	}
#nav
	{
	width:900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	background-color:#EAF0F0;
	}
#nav ul
	{
	margin: 0px;
	padding: 0px;
	}
#nav li
	{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#nav li a
	{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background-color:#000000;
	width: 138px;
	text-align:center;
	display: block;
	color:#878787;
	font-family: "Times New Roman", Georgia;
	font-weight:normal;
	font-style:italic;
	text-decoration: none;
	font-size:20px;
	border:#333333 dotted 1px;
	}
#nav li a:hover
	{
	color:#eeeeee;
	background-color:#141414;
	}
#contents
	{
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	}
#contents h3
	{
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 2px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
	font-family:impact, Helvetica, Calibri, Lucida Sans, sans-serif;
	font-weight:normal;
	text-transform: uppercase;
	font-size: 70px;
	letter-spacing: 70px;
	letter-spacing:7px;
	color:#131313;
	}
#contents img
	{
	padding-left: 7px;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-right: 7px;
	background-color:#222222;
	border: 1px solid #333333;
	}
.entry
	{
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	}
#footer
	{
	padding-top: 35px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #3F3F3F;
	background-color: #171717;
	font-family: small fonts;
	font-size: 7px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: justify;
	}
blockquote
	{
	margin-top: 25px;
	margin-left: 70px;
	margin-right: 70px;
	margin-bottom: 25px;
	text-align: justify;
	background-color:#1A0000;
	padding-left: 25px;
	padding-bottom: 25px;
	padding-top: 25px;
	padding-right: 25px;
	color:#c0c0c0;
	font-family: "Times New Roman", Georgia;
	font-size: 12px;
	line-height: 12px;
	}
li{
	list-style-image: url(images/bullet.png);
	padding-left: 5px;
	padding-bottom: 5px;
	}
/*
#######################################
Members
#######################################
*/
#members
	{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	}
#members table
	{
	width:100%;
	}
#members th
	{
	color:#c0c0c0;
	background-color:#1A0000;
	width:16%;
	}
#members tr
	{
	background-color:#131313;
	width:16%;
	}
#members tr:hover
	{
	background-color:#202020;
	}

