html {
	width:100%;
	background: url(images/bg_paper.jpg);
}

a {
	color: #590F12;
}

#header .title {
		height:100px;
		width:100%;
		background: url(images/header_logo.png) no-repeat 0 0;
		background-size: 100%;
}

#header .bar-wrapper {
	background: #D8D8D8;
	width:75%;
	margin-left:auto;
	margin-right:auto;
}

#header .nav-pages {
	background-color: #f1e5cd;
	border: 3px solid black;
	padding-left: 0;
	margin-left: 0;
}

#header .nav-pages ul {
	list-style-type: none;
	margin-bottom: 0;
}

		#header .nav-pages li {
			font-family: Verdana, Geneva, sans-serif;
			font-size: 14pt;
			font-weight: bold;
			padding-top:10px;
			padding-bottom:10px;
			list-style-type:none;
			text-align: center;
			background: url(images/mobile-nav.png);
			border-bottom: 2px solid #b5a27b;
		}
		#header .nav-pages li a {
			text-decoration: none;
			color: #333333;
			display: block;
		}

#header .links {
	display:none;
}

#body {
	margin-left:auto;
	margin-right:auto;
}

#content {
	background: #f1e5cd;
	padding:20px;
	border: 3px black solid;
}

	#content .featured {
		display:none;
	}

	#content .post {
		clear: both;
		border-bottom: 1px solid #DDDDDD;
		margin: 0 20px;
		overflow:hidden;
	}
		#content .post img {
			float: left;
			margin: 0 20px 5px 0;
		}
		#content .post h2 {
			margin-bottom: 6px;
			font-size: 1.7em;
			font-family: Verdana, Geneva, sans-serif;
		}
			#content .post h2 a {
				color: #333333;
				text-decoration: none;
			}
		#content .post .details {
			font-size: 14px;
			padding-bottom: 10px;
		}
		#content .post p {
			line-height: 1.3em; 
			margin-bottom: 10px;
			font-size:18px;
		}
		#content .post .tags {
			font-size: 0.9em;
		}
			#content .post .tags a {
				color: #333333;
				text-decoration: none;
				font-style: italic;
			}
			#content .post .tags a:hover {
				color: #1c6894;
			}

		.tr-caption {
			font-size:11px;
			padding-bottom:5px;
		}

	#content .postnav {
		font-weight: bold;
		text-transform: uppercase;
	}
		#content .postnav a {
			text-decoration: none;
		}
	.postnav_right {
		font-weight: bold;
		text-transform: uppercase;
		float:right;
	}
		.postnav_right a {
			text-decoration: none;
		}

.star {
	display:none;
}

#sidebar {
	display:none;
}

#footer .box {
	display:none;
}

#footer .1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#footer {
	text-align:center;
}
