


	/*#############################################################
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.
#############################################################*/

/* standard elements */
html {min-height: 100%;}

body {
	background: #E7E7E2 url('templates/Dirtylicious/resources/common/images/body.jpg') no-repeat center top;
	margin: 0;
	padding: 64px 0 0 0;
	color: #444;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.outer-container {
	background: url('templates/Dirtylicious/resources/common/images/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}
#sys_banner {
	/*background: #222 url('templates/Dirtylicious/resources/common/images/header.jpg') no-repeat;*/
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 62px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 2em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #949490;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
}
.path ul{margin:0;padding:0;}
.path li{display:inline;padding:0 15px;}
.path li a{display:inline;}


.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	background:#fff ;
	border-top: 5px solid #FFF;
	padding: 5px 5px 10px 5px;
}

/* content */
.content {
	float: right;
	width: 538px;
}

/* footer */
.footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}