/*
Template name: Dirtylicious (edited)
Template URI: http://templates.arcsin.se/dirtylicious-website-template/
Release date: 2007-03-10
Description: A soft-colored, bright and somewhat dirty two-column template.
Author: Viktor Persson
Author URI: http://arcsin.se/
Edited by: Franch88, website owner

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #08d;}
a:hover {color: #0cf;}

body {
	background: #E4E8EB url('body.jpg') no-repeat center top;
	color: #CCC;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 64px;
}

p,code,ul {padding-bottom: 1.2em;}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #B8D3E5;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.outer-container {
	background: url('container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #222 url('indexlogo.jpg') no-repeat;
	height: 580px;
	margin-bottom: 5px;
	text-align: right;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	color: #FFF;
	font: italic 3em sans-serif;
	padding-bottom: 2px;
	padding-right: 15px;
	text-decoration: none;
}
.header .title a:hover {color: #D0ECFF;}
.header .title .slogan {
	font: italic 1.1em Verdana,sans-serif;
	padding-top: 6px;
	padding-right: 12px;
	text-align: right;
}

/* main */
.main {
	background: url(img/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	margin-top: 250px;
}

.content p {
	font-family: "Verdana",sans-serif;
	color: #07b;
	margin-top: 5px;
}

/* footer */
.footer {
	background: #B8D3E5;
	color: #003E7E;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #003E7E;
	text-decoration: none;
}
.footer a:hover {color: #26A6FF;text-decoration: underline;}
.footer .right, .footer .right a {color: #003E7E;}
.footer .right a:hover {color: #26A6FF;text-decoration: underline;}
