/* ALL */

* {
	padding: 0;
	margin: 0;
}
body {
	background-image: url('../img/bg.jpg');
	font-family: 'Special Elite', sans-serif;
	font-size: 24px;
}
.post , .post-header , .post-footer ,.post-navigation, #slider {
	width: 996px;
	margin: auto;
}

/* HEADER */

.header-wrapper {
	background-image: url('../img/header.png');
	margin-bottom: 48px;
}
header {
	width: 996px;
	height: 280px;
	margin:  auto;
	text-align: center;
}
header h2, header h3 {
	color: #432a14;
	padding-right: 50px;
}

header h2 {
	padding-top: 25px;
	letter-spacing: -1.5px;
	font-size: 70px;
}
header h3 {
	padding-top: 5px;
	letter-spacing: -1px;
	font-size: 30px;
}

/* POST */

.post {
	background: url('../img/post-bg.png') top center;
	position: relative;
}
.post-header {
	height: 148px;
	background: url('../img/post-top.png') no-repeat bottom center;
}
.post-footer {
	height: 164px;
	background: url('../img/post-bottom.png') no-repeat top center;
	margin-bottom: 18px;
}
.post img {
	max-width: 100%;
}
.post-entry {
	margin: 0 40px 20px 100px;
	display: inline-block;
}
.post .post-date {
		position: absolute;
		background: url('../img/date.png') no-repeat top left;
		width: 105px;
		height: 86px;
		left: -27px;
		margin-top: 0px;
}
.post-title {
	display: inline-block;
}
.post-title h2 {
	font-size: 45px;
	letter-spacing: -2px;
	margin-bottom: 30px;
	color: #432a14;
}
.month {
	color: #ffffff;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 37px;
	text-transform: capitalize;
}
.day {
	color: #ffffff;
	font-size: 36px;
	padding-left: 40px;
	padding-top: 4px;
}
sup {
	font-size: 10px;
}
.post-text p {
	font-size: 24px;
	text-align: justify;
	line-height: 180%;
	word-spacing: 3px;
	color: #432a14;
	margin-bottom: 20px;
}
.left {
	float: left;
	margin-right: 20px;
}

/* POST NAVIGATION */

.post-navigation {
	padding-top: 18px;
	font-size: 24px;
	text-transform: capitalize;
	width: 996px;
	margin: auto;
}
.older a, .newer a{
	color: #ffffff;
	text-decoration: none;
}
.older {
	float: left;
}
.newer {
	float: right;
}

/* FOOTER */

footer {
	padding-top: 52px;
	font-size: 16px;
	letter-spacing: 2px;
	word-spacing: 5px;
	clear: both;
	text-align: center;
}

/* SLIDER */
#slider {	
	position: relative;
}
		
#slider .previous-button {
	position: absolute;
	background: url('../img/arrow-left.png') no-repeat top left;
	left: -27px;
	bottom: 216px;
	width: 59px;
	height: 65px;
	text-indent: -99999em;
	z-index: 99;
}

#slider .next-button {
	position: absolute;
	background: url('../img/arrow-right.png') no-repeat top left;
	right: -28px;
	bottom: 216px;
	width: 59px;
	height: 65px;
	text-indent: -99999em;
	z-index: 99;
}

#slider .viewer {
	margin: 0;
	overflow: hidden;
	z-index: 98;
	margin-left: 20px;
	height: 375px;
	margin-right: 20px;
}
#slider img {
	max-width: 956px;
}
.slide {
	width: 956px;
	height: 375px;
	position: relative;
}
#slider .viewer .reel h2 {
	position: absolute;
	bottom: 28px;
	left: 0;
	width: 100%;
	height: 65px;
	line-height: 65px;
	background: url('../img/sliderbg.png') repeat-x top left;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
	font-size: 2em;
	z-index: 5;
	text-shadow: 0 1px 1px rgba( 0, 0, 0, 1);
}
#slider .viewer .reel p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #896d5a;
	text-align: center;
	opacity: 0.85;
	font-weight: normal;
	color: #ffffff;
	font-size: .8em;
	font-family: 'Special Elite', cursive;
	z-index: 4;
	text-shadow: 0 1px 1px rgba( 0, 0, 0, 1);
}
#slider .indicator {
	margin: 0 auto 0 auto;
}
#slider .indicator ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#slider .indicator ul li {
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: #432a14;
	margin: 0 2px 0 2px;
	border-radius: 8px;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #909090;
	line-height: 12px;
}
#slider .indicator ul li.active {
	background: #896d5a;
	border-top: solid 1px #896d5a;
}
