/*
Template Name: Dirtylicious
Template URI: http://templates.arcsin.se/dirtylicious-website-template/
Template Release Date: 2007-03-10
Template Description: A soft-colored, bright and somewhat dirty two-column template.
Template Author: Viktor Persson
Template Author URI: http://arcsin.se/
Template Mod Author: Atticus Ryan

This template is licensed under a Creative Commons Attribution 2.5 License.
Template License URI: http://templates.arcsin.se/license/
*/


/* Standard Elements */

html {
	min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #152A03;
	color: #444;
	font: normal 62.5% Arial,Helvetica,Sans-Serif;
	padding-top: 64px;
}

a {
	color: #048;
	text-decoration: none;
}

a:hover {
	color: #048;
	text-decoration: none;
}

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

li {
	list-style: none;
}

h1 {
	font: bold 20px "Times New Roman",Serif;
}

h2 {
	font: bold 14px "Times New Roman",Serif;
}

h3 {
	font: italic 12px "Times New Roman",Serif;
}

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

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

pre {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 11px "Courier New",Verdana,Monospace;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

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

blockquote {
	background: url(../img/style_quote.gif) no-repeat;
	display: block;
	color: #555555;
	font: italic 11px Arial,Helvetica,Sans-Serif;
	padding-bottom: 1.2em;
	padding-right: 50px;
	padding-left: 28px;
}


/* Misc Elements */

.clearer {
	clear: both;
	font-size: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* Structure Elements */

.inner-container {
	border: 2px solid #949490;
	background: #FFF;
	font-size: 10px;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

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


/* Header & Title */

.header {
	background: #222 url('../img/style_header.jpg') no-repeat;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}

.header .title {
	color: #FFF;
	padding-top: 20px;
	padding-left: 245px;
}

.header .title .sitename a {
	/* color: #FFFFFF; */
	color: #444;
	font: bold 22px Arial,Helvetica,Sans-Serif;
	border-bottom: 1px solid #444;
	padding-bottom: 2px;
	text-decoration: none;
}

.header .title a:hover {
	color: #F0F0EB;
	border-bottom: 1px solid #FFE;
}

.header .title .slogan {
	color: #222222;
	font: italic 16px "Times New Roman",Serif;
	padding-top: 6px;
	padding-left: 75px;
}


/* Path Navigation Bar */

.path {
	background: #949490;
	color: #FFF;
	font: normal 11px Verdana,Sans-Serif;
	padding: 8px 12px;
}

.path a {
	color: #FAFAFA;
	text-decoration: none;
}

.path a:hover {
	color: #F0F0EB;
	text-decoration: underline;
}


/* Main */

.main {
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}


/* Content (Right Column) */

.content {
	float: right;
	width: 538px;
}

.content .descr {
	color: #664;
	font: normal 9px Arial,Helvetica,Sans-Serif;
	margin-bottom: 15px;
}

.content li {
	list-style: circle;
	font: normal 11px Arial,Helvetica,Sans-Serif;
	padding: 1px 0 1px 0;
	margin-left: 37px;
	margin-right: 75px;
}

.content p {
	font: normal 12px "Times New Roman",Serif;
}

.content a:hover {
	text-decoration: underline;
}

.img-story {
	display: block;
	margin: 0 auto;
	padding: 4px;
}

.align-left {
	float:left;
	margin: 9px 10px 15px 5px;
}

.align-right {
	float:right;
	margin: 0 0 0 10;
}


/* Navigation (Left Column) */

.navigation {
	float: left;
	width: 210px;
}

.navigation h2 {
	color: #5A5A43;
	font: bold 14px "Times New Roman",Serif;
	line-height: 30px;
	margin: 0;
	padding-left: 10px;
}

.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.navigation li {
	font: normal 11px Arial,Helvetica,Sans-Serif;
	border-bottom: 1px solid #EAEADA;
}

.navigation li a {
	color: #554;
	display: block;
	padding: 8px 0 8px 10px;
	text-decoration: none;
	width: 95%;
}

.navigation li a:hover {
	background: #F0F0EB;
	color: #654;
}


/* Footer */

.footer {
	background: #949490;
	color: #F7F7F2;
	font: normal 11px Arial,Helvetica,Sans-Serif;
	margin-top: 5px;
	padding: 10px 12px;
}

.footer a {
	color: #F7F7F2;
	text-decoration: none;
}

.footer a:hover {
	/* color: #FFC; */
	color: #FFE;
	text-decoration: underline;
}

.footer .right, .footer .right a {
	color: #C8C8C3;
}

.footer .right a:hover {
	color: #FFE;
}