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

a:hover { color: white; text-decoration: none;}

body {
	background: #0d0d0d url(images/bg.gif) repeat-y center top;
	color: gray;
	font: 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(images/li.gif);
	margin-left: 18px;
}

code {
	background: url(images/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(images/quote.gif) no-repeat;
	color: #664;
	display: block;
	font: normal 1.2em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

h1,h2,h3 {
	color: white;
	padding-top: 6px;
}

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

/* structure */
.container {
	margin: 0 auto;
	width: 730px;
}

/* title */
.title {
	float: left;
	margin-top: 12px;
	text-align: center;
	width: 220px;
}
.title h1 {
	color: white;
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: gray;
	font: 1.1em Verdana, sans-serif;
}

/* navigation */
.navigation {
	background: url(images/holder.jpg) no-repeat;
	height: 100px;
	padding: 0 16px;
}
.navigation a {
	border-left: 1px solid #111;	
	color: gray;
	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(images/navhover.gif) repeat-x;
	color: white;
	padding: 56px 18px 10px;
}

.navigation a:active {
	color: white;
}

.recent {
font-size: 1.2em;
margin-left: 10px;
}

.recent a {
color: red;
}

.recent a:hover { 
color: white; 
text-decoration: none;
}


/* holders */
.holder {
	background: url(images/bgholder.jpg) repeat-y;
	padding: 0 32px;
}
.holder_top,.footer {
	clear: both;
	background: url(images/holder.jpg) no-repeat;
	height: 40px;
}

/* footer */
.footer {
	background-position: left bottom;
	color: gray;
	font-size: 1.1em;
	padding: 6px 25px 25px;
}

.contact {
}

.contact a {
color: red;
}

.contact a:hover {
color: white;
}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}

body#links .navigation a#nav-links,
body#portfolio .navigation a#nav-portfolio,
body#experience .navigation a#nav-experience,
body#services .navigation a#nav-services,
body#home .navigation a#nav-home
{
	background: #000 url(images/navhover.gif) repeat-x;
	color: white;
	padding: 56px 18px 10px;
}
body#links .navigation a:hover#nav-links,
body#portfolio .navigation a:hover#nav-portfolio,
body#experience .navigation a:hover#nav-experience,
body#services .navigation a:hover#nav-services,
body#home .navigation a:hover#nav-home
{
	background: #000 url(images/navhover.gif) repeat-x;
	color: white;
	padding: 56px 18px 10px;
}
