body {
	color: #6a3535;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	background: url('../images/background.jpg') top left no-repeat #fbfbf7;
}
div#wrapper {
	float: left;
	background-image: url('../images/header_background.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding-right: 170px;
	width: 635px;
	padding-bottom: 50px;
}
h1 {
	height: 189px;
	width: 635px;
	z-index: 50;
	position: relative;
	display: block;
}
h2.banner {
	background: url('../images/banner_background.png') no-repeat center;
	width: 298px;
	height: 30px;
	color: #fff;
	text-align: center;
	font-family: 'PaktBlack';
	text-transform: uppercase;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 auto 20px;
}
p {
	margin-bottom: 20px;
}
ul#navigation {
	background: url('../images/navigation_background.png') no-repeat right top;
	display: block;
	float: left;
	height: 84px;
	width: 500px;
	z-index: 50;
	position: relative;
}
ul#navigation li {
	display: inline-block;
	float: left;
}
ul#navigation li a {
	background-color: #84ecfb;
	display: inline-block;
	float: left;
	padding: 5px 15px 2px;
	font-family: 'PaktBlack';
	font-size: 23px;
	color: #fb3f0d;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
ul#navigation li.active a {
	color: #fff;
	padding-top: 42px;
	background-color: #fb3f0d;
}
div#content {
	display: block;
	clear: both;
	margin: 10px;
	position: relative;
	top: 25px;
}
div#footer {
	font-size: 8px;
	text-transform: uppercase;
	background: #fff;
	padding: 10px;
	display: inline-block;
}
div#footer a {
	color: #2c0202;
	text-decoration: none;
}
img {
	display: block;
}
ul#folio_items {
	display: block;
	clear: both;
}
ul#folio_items li a {
	width: 196px;
	height: 168px;
	float: left;
	margin: 4px;
	background-position: center center;
}
ul#folio_items li a:hover {
	border: 10px solid #f74a19;
	width: 176px;
	height: 148px;
}

div#previous-next {
	display: block;
	margin: 10px 5px 20px 5px;
}
div#previous-next a {
	height: 26px;
	background-position: 0px 0px;
}
div#previous-next a:hover {
	background-position: 0px -26px;
}
a#next-button {
	width: 73px;
	background-image: url('../images/next_button.png');
	float: right;
}
a#previous-button {
	float: left;
	width: 103px;
	background-image: url('../images/previous_button.png');
}

div#poster {
	display: block;
	float: right;
	height: 703px;
	width: 308px;
	position: relative;
	top: -298px;
	left: 0;
	z-index: 15;
}
div#poster img {
	display: block;
	position: relative;
	z-index: 20;
}
div#poster img.poster-image {
	position: relative;
	top: -401px;
	left: 18px;
	z-index: 19;
}

div#information {
	display: block;
	width: 300px;
	position: relative;
	top: 40px;
}

button, input[type='submit'] {
	display: inline-block;
	cursor: pointer;
	font-family: 'PaktBlack';
	font-size: 14px;
	border: none;
	background: #7cf5fd;
	color: #000;
	text-transform: uppercase;
	padding: 3px 8px;
	letter-spacing: 2px;
	margin-right: 5px;
}

.post {
	background: #fff;
	margin-bottom: 20px;
	padding: 10px;
}
div.post-header {
	background: #f74a19 url('../images/title_split.gif') no-repeat left center;
	display: block;
	height: 26px;
	clear: both;
	padding: 0 0 0 28px;
	margin-bottom: 20px;
}
div.post-header h2 {
	width: 300px;
	display: block;
	height: 26px;
	float: left;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'PaktBlack';
	font-weight: normal;
	font-size: 18px;
}
div.post-date {
	background: url('../images/date_split.gif') no-repeat left center #7cf5fd;
	height: 24px;
	display: inline-block;
	float: right;
	font-family: 'SentinelLightItalic';
	padding: 2px 10px 0 25px;
	font-size: 16px;
	letter-spacing: 1px;
}

p#footer {
	background: #fff;
	display: block;
	width: 450px;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 9px;
	margin: 100px auto 0;
	text-align: center;
	clear: both;
}
p#footer a {
	color: #6a3535;
	text-decoration: none;
}

label {
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
}
#mc_sidebar .widgettitle {
	display: none;
}
#mc_sidebar, #mc_sidebar li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mc_sidebar {
	margin-bottom: 20px;
	display: block;
}
.mc_merge_var, .mc_signup_submit {
	display: block;
	width: 25%;
	float: left;
}
.mc_signup_submit {
	position: relative;
	top: 14px;
}
