/*#############################################################
Name: Beautiful Day
Date: 2006-11-12
Description: A soft and bright two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #000;}
a:hover {text-decoration: line-through;}

body {
	background: #282828 url(img/splash_bg.jpg) left top repeat-x;
	color: #000;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h2 {
	font: bold 2.5em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #000;
	border: 1px solid #FFF;
	border-left: 6px double #FFF;
	color: #FFF;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}



/* structure */
.container {
	font-size: 9px;
	color: #CCCCCC;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 65%;
	left: 0px;
}

.descr {
	color: #CCCCCC;
	font-size: 10px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 95%;
	left: 0px;
	}


/* content */
.content {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 30%;
	left: 0px;
}

.content li {
	list-style: url(img/li2.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

}