@import url(reset.css);

body {
  background: black url(../images/bg.jpg) top center no-repeat;
	color: white;
	font: 14px Helvetica, Arial;
}

#page-wrapper {
	width: 1008px;
	margin: 0 auto;
}

#header {
	padding: 80px 90px 45px 90px;
	width: 828px;
}

#header h2 {
	background: url(../images/slogan.png) top left no-repeat;
	text-indent: -9999px;
	width: 400px;
	height: 100px;
	float: right;
	margin: 50px 0 0;
}

#stage {
	background: url(../images/stage-bg.png) top center no-repeat;
	height: 473px;
	padding: 18px 32px 0 23px;
}

#stage .content {
	height: 364px;
	margin: 36px 54px 0;
	position: relative;
	overflow: hidden;
}

#stage .content ul {
	position: relative;
}
#stage .content li {
	float: left;
	width: 845px;
	overflow: hidden;
}

#stage .content img {
	float: left;
}

#stage .content .description {
	float: left;
	width: 440px;
	margin: 0 0 0 24px;
}


#stage .content .description h3 {
	font: bold 48px Helvetica, Arial, sans-serif;
	letter-spacing: -.035em;
	margin: 30px 0 0;
}

#stage .content .description h4 {
	font: normal 22px Helvetica, Arial, sans-serif;
	margin: 0 0 22px;
}

#stage .content .description p {
	background: #281804;
	padding: 1em;
	line-height: 1.6em;
}

#stage .content .description p a {
	display: block;
	color: #adf;
	font-size: 14px;
	margin: .5em 0 0;
}


#stage #paginator {
	padding: 20px;
}

#stage #paginator ol li {
	float: left;
	margin: 0 18px 0 0;
}

#stage #paginator ol li a {
	display: block;
	font: bold 13px Helvetica, Arial;
	background: black;
	color: #945c3a;
	text-decoration: none;
	padding: .25em .5em;
	border: 1px solid #391506;
	border-top-color: #371a08;
	border-right-color: #371a08;
}

#stage #paginator ol li.current a,
#stage #paginator ol li a:hover {
	color: black;
	background: #90621d;
}

#footer {
	padding: 0 30px 0 25px;
}
#footer,
#footer a {
	text-decoration: none;
	color: #7c674c;
	font-size: 11px;
}
#footer .nav {
	float: right;
}






/* Helpers */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear { 
	clear: both;
}
