/*#############################################################
Name: Dirtylicious
Date: 2007-03-10
Description: A soft-colored, bright and somewhat dirty two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/*#############################################################
HEAVILY modified, and largely undocumented,  200801
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #000000;}
a:hover {color: #FF66CC;}

body {
	background: #f0f0f0;
	color: #444;
	font: normal 62.5% Verdana, Lucida, Arial, Helvetica, sans-serif;
	padding-top: 64px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: bold 1.8em Verdana, Lucida, Arial, Helvetica, sans-serif;}
h2 {font: bold 1.4em Verdana, Lucida, Arial, Helvetica, sans-serif;}
h3 {font: bold 1em Verdana, Lucida, Arial, Helvetica, sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(../images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;} */
h1,h2,h3 {padding-top: 6px; color: #482859; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #999999; 
	background: #482859;
	font-size: 1.2em;
	margin: 0 auto;
/*	padding: 10px; */
	width: 780px;
}

.outer-container {
	padding-bottom: 64px;
}

/* main */
.main {
/*	background: url(img/main.gif) repeat-y; */
/*	border-top: 4px solid #FFF; */
	padding: 0px 0px 0 0;
}

/* content */
.content {
	float: right;
	width: 588px;
	background:#ffffff url(../images/Pscript.jpg) no-repeat;
	padding: 0px 0px 0 0;
	padding-left: 12px;
	padding-right: 12px;
}
.content .descr {
/*	color: #664; */
	color: #482859;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}
.content p {font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;}

/* navigation */
.navigation {
	float: left;
	width: 160px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
	border-bottom: 1px solid #EAEADA;
}
/* .navigation li {border-bottom: 1px solid #EAEADA;} */
.navigation li a {
	font-size: 1.1em;
	color: #f0f0f0;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #482859;
	color: #f0f0f0;
	font-weight: bold;
	border-bottom: 1px dotted #EAEADA;
}

/* footer */
#footer {
	padding:10px;
	color: #f0f0f0;
	background:#482859;
	border-top:1px solid #999999;
	}

#footer .holder {
	border-top-width:1px;
	width:100%;
	}
	
.left {
	float:left;
	text-align:left;
	width:33%;
	font-family:font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
.center {
	text-align:center;
	font-size:11px;
	font-family:font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	}

.right {
	float:right;
	text-align:right;
	width:33%;
	font-family:font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
.spacer {
	clear: both;
	}
