/*#############################################################
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: #61948b;}

a:hover {color: #7cc0b1;}

body {
	/*background: url('http://mattcreameraudio.com/content/bg.jpg');*/
	background-color: #000000;
	/*background: #0D0D0D url(img/bg.gif) repeat-y*/
	color: #61948b;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: center;
}
p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

h1 {
	font-size: 1.8em;
	margin-bottom: 4px;
}

li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

code {
	background: url(img/bgcode.gif);
	border: 1px solid #060606;
	color: #658857f;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	/*background: url(img/quote.gif) no-repeat;*/
	color: #4e6e6c;
	display: block;
	font: normal 1.2em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

h1,h2,h3 {
	color: #58857f;
	padding-top: 6px;
}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	margin: 0 auto;
	width: 730px;
}
/* title */
.title {
	/*float: left;*/
	padding-top: 22px;
	margin-top: 22px;
	text-align: center;
	margin:0 auto;
	width: 639px; height: 49px;
}
.title h1 {
	color: #993;
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: #665;
	font: normal 1.1em Verdana,sans-serif;
}

/* navigation */
.navigation {
	background: url(img/holder.jpg) no-repeat;
	/*padding-top: 22px;*/
	/*padding: 16px;*/
}

.navigation ul, .navigation ul li {
     list-style: none;
     margin: 0;
     padding: 0;
}
.navigation ul {
     text-align: center;
}
.navigation ul li {
     display: inline;
     margin-right: .75em;
}

.navigation ul li.last {
     margin-right: 0;
}
.navigation li a {
     padding: 5px 1em;
}
.navigation a {
	/*border-left: 1px solid #111;	*/
	color: #61948b;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	/*float: right;
	margin-top: 9px;
	margin: 10px;
	padding: 22px 18px 8px;
	text-align: center;
	text-decoration: none;
	*/
}
.navigation a:hover {
	/*background: #000 url(img/navhover.gif) repeat-x;*/
	color: #7cc0b1;
	/*padding: 15px 15px 15px;*/
}
/* 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: #4e6e6c;
	font-size: 1.1em;
	text-align: center;
}