/*#############################################################
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_Purple/resources/common/images/body.jpg') no-repeat center top;
	margin: 0;
	padding: 64px 0 0 0;
	color: #666666;
}

/* 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_Purple/resources/common/images/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

div#sys_yolacredit{
    margin:0 auto !important;
}
/* headere & title */
.header {
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}
#sys_banner {
	/*background: #222 url('templates/Dirtylicious_Purple/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 */
.sys_footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	padding: 10px 12px;
	text-align:center;
}
.sys_footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.sys_footer a:hover {color: #FFC;}
			
.sys_txt{
	font-family	: Verdana, Arial, sans-serif;
	color		: #666666;
	font-size 	: 12px;	
	padding		: 0;
	margin		: 0;
}

a{color:#663366;}

.sys_txt a img{

	border : none;

}

.sys_txt a{

	color : #663366;
	text-decoration : underline;

}

.sys_txt a:hover{

	text-decoration : none;
	color: #9900CC;
	
}

.sys_txt p {
	margin	: 5px 0px;
	padding	: 5px 0px;
}

.sys_txt h1{
	
	font-size      	: 230%;
	color			: #330033;
	border-bottom	: 1px none #5699A7;
	padding			: 10px 0 2px 0;
	margin			: 0 0 10px 0;

}

.sys_txt h2{
	
	font-size		: 200%;
	border-bottom	: 1px none #5699A7;
	padding			: 5px 0 2px 0;
	color			: #333333; 
	margin			: 10px 0;

}

.sys_txt h3{
	
	font-size		: 160%;
	color			: #333333;  
	border-bottom	: 1px none #5699A7;
	padding			: 5px 0 2px 0;
	margin			: 10px 0;

}

.sys_txt h4{
	
	font-size      	: 140%;
	color			: #333333; 
	margin			: 10px 0;

}

.sys_txt h5{
	
	font-size	: 120%;
	color		: #333333; 
	margin		: 10px 0;

}

.sys_txt h6{
	
	font-size	: 100%;
	color		: #333333; 
	margin		: 10px 0;

}

.sys_txt p{

	font-size: 95%;
	line-height: 1.7em;
	
}

.sys_txt blockquote{
	
	border 			: 1px solid #eee;
	background 		: #f9f9f9;
	padding 		: 10px;
	margin 			: 25px 5px;
	line-height:2.2em;
	
}	

.sys_txt ol,			
.sys_txt ul{
	
	padding-bottom		: 15px;
	margin-left		: 20px;
	padding-left	: 35px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:2.2em;
}

.sys_txt ul {
	list-style	: square;
}

.sys_txt ol {
	list-style:lower-roman;
}