/*#############################################################
Name: Pause Modified "Fluid Solution"
Date: 2006-11-30 / 2006-09-06
Description: Totally liquid three-column layout, clean and simple.
Template Author: Viktor Persson
#############################################################*/

/* standard elements */

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
body {
	color: #444;
	font: normal 62.5% Arial,sans-serif;
	padding-top: 50px;
	background-color: #FFFFFF;
	background: #FFF url(img/bg.gif) repeat-x;
}
p,code,ul {
	font-size: small;
	padding-bottom: 1.2em;
	float: none;
	margin-bottom: 2em;
	margin-right: 0px;
	margin-top: 0px;
	text-align: left;
	border-bottom-color: #FFFFFF;
	border-bottom-style: none;
	margin-left: 0px;
	line-height: normal;
}
li {
	list-style: none;
}
h1 {
	font-size: large;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #F06;
	color: #444;
	display: block;
	font: x-small (Arial, Helvetica, sans-serif);
	margin-bottom: 12px;
	padding: 8px 20px;
	white-space: normal;
	margin-right: 60px;
}
blockquote {
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: x-small (Arial, Helvetica, sans-serif);
	margin-bottom: 0px;
	padding: 12px;
	background-color: #CCCCCC;
}
h1,h2,h3,h4 {
	font: normal 1.2em "Arial, Helvetica, sans-serif";
	color: #F06;
}
/* misc */
.clearer {
	clear: both;
	background-color: #FFFFFF;
}

/* header */
.header {
	border-bottom: 1px solid #EEE;
	height: 160px;
	margin-bottom: 24px;
	background-color: #FFFFFF;
	background-image: url(img/stripes.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 0px;

}
.header h1 {
	color: #222;
	font: normal 2em sans-serif;
	margin-top: 2px;
	text-align: center;
	background-color: #FF0066;

}
.header h2 {
	border-top: 1px solid #EEE;
	color: #666;
	text-align: right;
}
.header h2 span {
	background: #222;
	color: #EEE;
	padding: 0 6px;
	background-color: #000000;
}

/* left side (main content) */
.left {
	margin: 20px 20% 10px 22%;
}

.content .descr {
	color: #0066FF;
	font-size: 1.4em;
	margin-bottom: 6px;
}

.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content h1 {
	font-size: x-large;
	margin-bottom: 4px;
}
.content a,.footer a {
	color: #F06;
	text-decoration: none;
}
.content a:hover,.footer a:hover {
	color: #444;
	border-bottom: 1px solid #F06;
	border-top-width: 0px;
	padding-top: 10px;
}

/* nav & subnavigation */
.nav,.right {
	margin-bottom: 20px;
	position: absolute;
	top: 40px;
	overflow: visible;
}	

/* navigation */
.nav {
	left: 3%;
	text-align: center;
	width: 17%;
}
.nav .logo {
	background: url(img/logo.gif) no-repeat center top;
	border-bottom: 1px solid #EEE;
	height: 46px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
	top: 0px;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}

.nav h1 {
	color: #F60;
	margin: 12px 0;
}
.nav li {
	border-bottom: 1px solid #EEE;
}
.nav li a {
	color: #888;
	display: block;
	font: small;
	padding: 5px 0;
	text-align: center;
}
.nav li a:hover {
	background: #FAFAFA;
	color: #F06;
	text-align: center;
}

/* subnav */
.right {
	background: #222;
	right: 3%;
	width: 18%;
}
.subnav {
	padding: 12px 12px 0;
}
.subnav h1 {
	color: #FF0066;
	font-size: 1.4em;
	height: 20px;
	margin-left: 8px;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #333;
}
.subnav li a {	
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #DDD;
}

/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(img/round.gif);
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}

/* footer */
.footer {
	color: #666;
	border-top: 1px solid #EEE;
	font: x-small;
	margin: 0 3%;
	padding: 20px 6px;
	text-align: center;
}
