/*
Template name: Dirtylicious
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/

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: #048;}
a:hover {color: #06c;}

html {
	background: #e6e7e1;
}

body {
	/* background: #e6e7e1 url('images/body.jpg') no-repeat center top; */
	background: #e6e7e1;
	color: #444;
	font: normal 62.5% Tahoma,Verdana,sans-serif;
	/* padding-top: 64px; */
	padding-top: 10px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,Verdana,sans-serif;}
h2 {font: bold 1.4em Tahoma,Verdana,sans-serif;}
h3 {font: bold 1em Tahoma,Verdana,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,Verdana,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 {padding-top: 0;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #d7d7d2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	/* width: 780px;  OLD_WIDTH */
	width: 950px;
}

.outer-container {
	/* background: url('images/container.jpg') no-repeat center bottom; */
	padding-bottom: 64px;
}

/* logo area */
.logo_area {
	height: 140px;
}
.logo_area a img {
	border: 0;
}
.logo_area #quick-links {
	float: right;
	text-align: right;
}
.logo_area #quick-links p,
.logo_area #quick-links h2 {
	margin: 0 0 10px 0;
	padding: 0;
}
.logo_area #quick-links h2 {
	font-style: italic;
	color: #002576;
	font-size: 18px;
}
.logo_area #quick-links p.links {
	color: #bbb;
	margin-bottom: 40px;
}
.logo_area #quick-links a:link,
.logo_area #quick-links a:visited {
	text-decoration: none;
}
.logo_area #quick-links a:hover,
.logo_area #quick-links a:active {
	text-decoration: underline;
}

/* headere & title */
.header {
	background-color: #FFF;
	background-repeat: no-repeat;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #fff;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #fff;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #f60;}
.header .title .slogan {
	font: normal 1.1em Tahoma,Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #002576;
	color: #fff;
	font: normal 1.1em Tahoma,Verdana,sans-serif;
	padding: 5px 10px;

	height:21px;
	margin-bottom:15px;
	margin-top:5px;
	padding:4px 0;
	width:100%;
	line-height: 20px;
}
.path a {
	color: #fafafa;
	text-decoration: none;
}
.path a:hover {
	color: #ffe;
	text-decoration: underline;
}
.path .breadcrumb {
	padding-left: 10px;
}
.path #searchContainer {
	float: right;
	padding-right: 5px;
}
.path #searchContainer #searchBox {
	color: #ccc;
	border: 1px solid #888;
	padding-left: 5px;
}
.path #searchContainer button {
	padding: 0;
	margin: 0;
	font-size: 12px;
	height: 18px;
	margin-top:2px;
}
.path #searchContainer #search-icon {
	float: right;
	padding: 2px 0 0 3px;
}

.path #searchContainer fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

/* main */
.main {
	background: url(images/main.gif) repeat-y;
	border-top: 4px solid #fff;
	padding: 8px 0 0 0;
	/* padding: 8px 12px 0 0;  OLD_WIDTH */
}

/* content */
.content {
	float: right;
	min-height: 400px;
	/* width: 538px;  OLD_WIDTH */
	width: 700px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}
.content p {font-family: Tahoma,Verdana,sans-serif;}

/* footer */
.footer {
	clear: both;
	background: #949490;
	color: #f7f7f2;
	font: bold 1em Tahoma,Verdana,sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #f7f7f2;
	text-decoration: none;
}
.footer a:hover {color: #ffc;}
.footer .left, .footer .left a {color: #c8c8c3;}
.footer .left a:hover {color: #f7f7f2;}

/* bottom links */
.bottom_links {
	padding-top: 10px;
	text-align: center;
	color: #c8c8c3;
}
.bottom_links a:link,
.bottom_links a:hover,
.bottom_links a:active,
.bottom_links a:visited {
	color: #949490;
	text-decoration: none;
}
.bottom_links a:hover {
	color: #000;
	text-decoration: underline;
}

a.fullsize {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.content .thumbArea  {
	padding-top: 30px;
}
.content .thumbArea img {
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 5px;
}

.content img {
	padding: 10px;
	padding-left: 0;
}

a.flatout-link img {
	border: 0;
	padding-left: 10px;
	padding-right: 90px;
}