/*#############################################################
Name: Twilight
Date: 2006-11-21
Description: A dark and mysterious single column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #665;}

a:hover {color: #993;}

body {
	color: #665;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #0D0D0D;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center top;
	font-family: "Tahoma", Tahoma;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

code {
	background: url(img/bgcode.gif);
	border: 1px solid #060606;
	color: #666;
	display: block;
	font: normal 1.1em "Tahoma", Tahoma;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #664;
	display: block;
	font: normal 1.2em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

h1,h2,h3 {
	color: #663;
	padding-top: 6px;
}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	width: 730px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* title */
.title {
	float: left;
	margin-top: 22px;
	text-align: left;
	width: 220px;
}
.title h1 {
	color: #993;
	font: normal 2em Tahoma, Tahoma;
}
.title h2 {
	color: #665;
	font: normal 1.1em Tahoma, Tahoma;
}

/* top */
.top {
	background: url(img/holder.jpg) no-repeat;
	height: 170px;
	padding: 0 16px; 
	}

/* navigation */
.navigation {
	background: url(img/holder.jpg) no-repeat;
	height: 100px;
	padding: 0 16px;
}
.navigation a {
	border-left: 1px solid #111;	
	color: #665;
	float: right;
	font: bold 1.1em "Tahoma", Tahoma;
	margin-top: 9px;
	padding: 58px 18px 8px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background: #000 url(img/linkhover.png) no-repeat center;
	color: #939381;
	padding: 56px 18px 10px;
}
	 
/* text */
.members {
	color: #665;
	background-position: center top;
	font-family: "Tahoma", Tahoma;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}
	
.members2 {
	color: #665;
	background-color: #0D0D0D;
	font-family: "Tahoma", Tahoma;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}

/* holders */
.holder {
	background: url(img/bgholder.jpg) repeat-y;
	padding: 0 32px;
}
.holder_top,.footer {
	clear: both;
	background: url(img/holder.jpg) no-repeat;
	height: 40px;
}

/* footer */
.footer {
	background-position: left bottom;
	color: #665;
	font-size: 1.1em;
	padding: 6px 25px 0;
}

/* floats */
.left {
	float: right;
}
.right {
	float: right;
	margin: auto;
}
.clearer {clear: both;}
.border {
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
}
