body {
	background-position: top center;
	background-attachment: fixed;
}

.sidebar, .post-info, .portfolio-big-img, .page-heading, #page-title, #copyrights {
	display: none !important;
}

#page-title {
	clear: both;
}

.mobile-nav {
	padding-top: 0;
}

#slider-navigation-container {
	padding-left: 20px;
	width: 500px;
}

h4 img {
	-webkit-box-shadow: 0 2px 10px 0 #000000;
	box-shadow: 0 2px 10px 0 #000000;
}

img.shadow {
	-webkit-box-shadow: 0 2px 10px 0 #000000;
	box-shadow: 0 2px 10px 0 #000000;
	margin-bottom: 20px;
}

#footer-container {
	background: #684A24;
}

#content .blog-post {
	width: 100%;
	border-bottom: 2px solid #684A24;
}

#contactbar {
	font-weight: bold;
	text-align: center;
	background: #684A24;
	color: #000000;
}

#full-width {
	font-size: 125%;
}

#full-width hr {
	display: none;
}

#contactbar div {
	width: 25%;
	float: left;
	padding: 5px 0;
	line-height: 30px;
	max-height: 30px;
	color: #F6F3E8;
}

#contactbar img {
	max-height: 30px;
	padding: 0 10px;
}

#site, #content-container {
	width: 1024px;
	background: #F6F3E8;
}

#content, .columns-wrapper {
	max-width: 100%;
	width: 902px;
}

#logo-container, #menu-container {
	margin: 0 !important;
	max-width: 100%;
}

#header-top {
	position: relative;
	background-color: #c2aa6b;
}

#logo-container {
	width: 100%;
}

#logo-container a {
	width: 100%;
}

#logo-container img {
	height: auto !important;
	margin: 0 auto !important;
}

#menu-container {
	float: left;
	clear: both;
	width: 100%;
	max-width: 100%;
	margin: 0;
	margin-top: -5px !important;
}

#menu ul {
	margin: 1em 0;
	text-align: center;
}

#menu-container, #menu ul li, #menu ul li a {
	background: #684A24;
	color: #F6F3E8;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	max-height: 36px;
}

#menu ul li a {
	padding: 10px 20px;
	font-weight: bold;
}

#menu ul li a:hover {
	color: #684A24;
	background: #F6F3E8;
}

#portfolio-preview {
	margin-top: 0;
}

#content-container {
	min-height: 200px;
}

#content {
	min-height: 100px;
}

.text-center {
	text-align: center;
}

.text-red {
	color: #c66;
}

.p16 {
	font-size: 16px;
}

.p18 {
	font-size: 18px;
}

.p20 {
	font-size: 20px;
}