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

body {
	background: #0D0D0D url(img/bg.gif) repeat-y center top;
	color: #999999;
/*	background: #0D0D0D url(img/bg.gif) repeat-y center top;
	color: #55554A;*/
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p,code,ul {
	font-size: 1.3em;
	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 "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,h3 {
/*	color: #663;*/
	color: #99CC00;	
	padding-top: 6px;
}

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

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

/* title */
.title {
	float: left;
	margin-top: 22px;
	text-align: left;
	width: 100%;
}
.title2 {
	float: right;
	margin-top: 22px;
	text-align: center;
	width: 420px;
}
.title h1 {
	color: #FF0000;
	font: normal 2.4em Verdana,sans-serif;
}
.title h2 {
	color: #995;
	font: normal 1.2em Verdana,sans-serif;
}

/* navigation */
.navigation {
	background: url(img/holder.jpg)  no-repeat;
	height: 100px;
	padding: 0 16px;
}
.navigation a {
	border-left: 1px solid #111;	
	color: #665;
	float: center;
	font: bold 1.3em "Trebuchet MS",sans-serif;
	margin-top: 9px;
	padding: px 0px 8px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background: #000 url(img/navhover.gif) repeat-x;
	color: #993;
/*	padding: 56px 18px 10px;*/
}

/* holders */
.holder {
	background: url(img/bgholder.jpg) repeat-y;
	padding: 0 32px;
	margin-top: 15px;
}
.holder_top {
	clear: both;
	background: url(img/holder.jpg) no-repeat;
	height: 160px;
}
.holder_top1 {
	clear: both;
	background: url(img/holder.jpg) no-repeat;
	height: 205px;
}
.footer {
	clear: both;
	background: url(img/holder.jpg) no-repeat;
	height: 120px;
}


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

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

a.publi {
    font-family: "Lucida Sans Unicode",sans-serif;
    font-size: 13px;
	color: #CCCC00;

}

a.publi:link {
	text-decoration: none;
}
a.publi:visited {
	text-decoration: none;
}
a.publi:hover {
	color: #993;
	text-decoration: none;
}
a.publi:active {
	text-decoration: none;
}
