@charset "UTF-8";

body {
	font-family:'Yanone Kaffeesatz', sans-serif;
	/* background:#000 url(../images/bgBody-new.jpg) top center; */
	background:#345 url(../images/bgDiagonal.png);
}
nav, article, footer, #divRotator, #divHero {
	margin:0 auto;
	width:900px;
/*	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 0 0 5px #000;
*/}
#divHero {
	margin-top:10px;
	height:340px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #999;
	overflow:hidden;
}
#divShadow {
	width:900px;
	margin:0 auto;
}
header {
	margin:60px auto 0;
	width:900px;
	text-align:center;
	font:24px 'Rock Salt', cursive;
	font:24px 'Ovo', cursive;
	/*font:36px 'Yanone Kaffeesatz', sans-serif;*/
	color:#eee;
}
nav {
	margin-top:60px;
	text-align:center;
	font:16px 'Yanone Kaffeesatz', sans-serif;
	letter-spacing:.1em;
	color:#eee;
}
nav a {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid transparent;
	padding:5px 10px;
	margin:0 10px;
}
nav a:link,
nav a:visited {
	color:#eee;
}
nav a:hover {
	text-decoration:none;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
}
article {
	position:relative;
	margin-top:10px;
	background:url(../images/bgContent.png) top center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #000;
}
section {
	margin:20px 20px 10px 0;
	width:580px;
	min-height:300px;
}
aside {
	position:absolute;
	top:10px;
	right:10px;
	margin-bottom:20px;
	width:300px;
	min-height:300px;
	border-left:1px dotted #864;
	overflow:hidden;
}
aside h1 {
	font:14px 'Rock Salt', cursive;
}
aside ul {
	margin:3px 10px 3px 20px;
}
aside ul li {
	margin:0 0 0 25px;
	font-size:13px;
	line-height:18px;
	list-style-type:square;
	color:#864;
}
footer {
	margin-top:10px;
	background:#d3c6b2;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #000;
	padding:10px 0;
	font:italic 13px "Times New Roman", Times, serif;
	text-align:center;
	vertical-align:middle;
	color:#321408;
}
a:link,
a:visited {
	color:#369;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.btn:hover {
	text-decoration:none;
	background:#fff;
}
h1 {
	margin:10px 10px 3px 20px;
	font:18px 'Rock Salt', cursive;
	color:#864;
}
p {
	margin:0 0 0 22px;
	font-size:100%;
	line-height:150%;
}
.btn {
	padding:2px 10px;
	margin-left:5px;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #321408;
	font:12px Arial, Helvetica, sans-serif;
}
.btn:hover {
	text-decoration:none;
}
.filterSelect {
	background:#fff;
}
.spreader {
	padding:0 10px;
}
