/* S3C CSS (screen) by Sail Fast // "Modern" Theme */
/* (c) 2008 Sail Fast and Land Rover Series 3 Club */

body {
	margin: 0px;
	background: #ddd;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}

#wrapper {
	width: 800px;
	display: inline-block;
	text-align: left;
}

div#header {
	padding: 15px 0;
	padding-left: 280px;
	height: 30px;
	line-height: 45px;
	font-size: 18px;
	color: #999;
	text-align: right;
	background: url(../img/logo-160x30.png) no-repeat 15px 15px;
}

div#header a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	margin-right: 15px;
}

div#header a:hover, div#header a.active {
	color: #d00;
	border-bottom: 1px dashed #a00;
}

img.postit {
	position: absolute;
	top: 65px;
	z-index: 1;
	right: 15px;
	opacity: 0.75;
	display: none;
}

img.postit:hover {
	opacity: 1.0;
}

#slideshow {
	z-index: -1;
	position: relative;
}

#slideshow img, img.hero {
}

div#hero-description {
	padding: 15px;
	font-size: 22px;
	color: #555;
}

div#hero-description .black {
	color: #333;
}

div#hero-description a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

div#hero-description a:hover {
	color: #d00;
	border-bottom: 1px dashed #a00;
}

div#ad-box {
	display: block;
	text-align: center;
	padding: 15px;
	background: #eee;
}

div#ad-box div.innercol {
	display: inline;
}

div#footer {
	color: #999;
	font-size: 14px;
	text-align: center;
	margin: 15px;
}

div#footer:hover {
	color: #666;
}

div#footer a {
	color: #666;
	text-decoration: none;
}

div#footer:hover a {
	color: #a00;
}

div#footer a:hover {
	color: #d00;
	border-bottom: 1px dashed #a00;
}

div#footer small {
	font-size: 10px;
	display: inline-block;
	margin-top: 5px;
}

div#footer:hover small {
	color: #333;
}

/* New Line Break-fix */

div.fixbreak {
	height: 0;
	font-size: 0;
	opacity: 0;
}

/* jQuery Slideshow */

#slideshow {
	position: relative;
	height: 400px;
	margin-bottom: 4px;
}

#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

#slideshow img.active {
	z-index: 10;
}

#slideshow img.last-active {
	z-index: 9;
}