/*#############################################################
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: #663;}

a:hover {color: #993;}

/* <style type="text/css"> */
  .centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
/* </style> */

body {
	background: #0D0D0D url(img/bgcode.gif)  ;
	color: #AAAAAA;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

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);
	font-size: 1.1em;
	margin-left: 8px;
}

code {
 	background: url(img/bgcode.gif); 
	border: 1px solid #060606;
	color: #666;
	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: #664;
	display: block;
	font: normal 1.2em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

h1,h2 {
	color: #ffffff;
	padding-top: 6px;
}

h3, h4
{
	color: #CCCCCC;
	font: italic 125% "Lucida Sans Unicode",sans-serif;
	padding-top: 4px;
	padding-top: 4px;
}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	margin: 0 auto;
	width: 750px;
}

.container2 {

	margin: -30 0;
	width: 130px;
}
/* title */
.title {
	float: left;
	margin-top: 2px;
	text-align: right;
	width: 200px;
}
.title h1 {
/* 	color: #c5b6e4; */
	color: #ffffff;
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: #ffffff;
	font: normal 1.1em Verdana,sans-serif;
}

/* navigation */
.navigation {
/* 	background: url(img/holder.jpg) no-repeat; */
	height: 96px;
	padding: 0 1px;
	font: normal 1.7em Verdana,sans-serif;
}
.navigation a {
	border-left: 1px solid #111;	
/* 	color: #665; */
	color: #665;
	float: right;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 9px;
	padding: 58px 18px 8px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background: #000 url(img/MyHover.png) repeat-x;
	color: #993;
	padding: 56px 18px 10px;
}

/* holders */
.holder, .news, .rants {
/* 	background: url(img/bgholder.jpg) repeat-y;  */
	padding: 0 32px;
}

.holder_top {
	clear: both;
/* 	background: url(img/holder.jpg) no-repeat; */
	height: 40px;
}

.holder_bottom {
	clear: both;
/* 	background: url(img/holder.jpg) no-repeat; */
	background-position: left bottom;
	height: 30px;
}

/* footer */
.footer {
/* 	background-position: left bottom; */
	color: #665;
	font-size: 1.1em;
	text-align: center;
}
