/* ---------- Basic Layout ----------*/
body {
	background: #FFF url(images/header-bg.png) repeat-x;
	font: 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #984549;
}
#header {
	width: 1090px;
	margin: 0 auto;
}
#content-wrap {
	clear: both;
	padding: 40px 0 0;
	margin: 0 auto;
	width: 1080px;
	background: url(images/content-bg.png) left top no-repeat;
	position: relative;
	z-index: 100;
}
#content { 
	background: url(images/content-bg-foot.png) left bottom no-repeat;
	width: 1080px;
}
#main {
	width: 780px;
	padding: 20px 0 0;
	float: left;
	min-height: 650px;
}	
#sidebar {
	float: left;
	width: 238px;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 50px;
	color: #000;
	font: 1em Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#footer {
	position: relative;
	z-index: 1;
	background: url(images/footer-bg.png) repeat-x;
	height: 179px;
	margin-top: -65px;
	padding-top: 60px;
}

/* ---------- Basic classes & links ----------*/
.replace {
	text-indent: -9999px;
	font-size: 1%;
	overflow: hidden;
}
a.replace {
	display: block;
}
.clear {
	clear: both;
}
a {
	color: #525e7c;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px dotted;
}

/* ---------- Headings ----------*/
h1#logo {
	margin: 30px 0 0 45px;
}
h1#logo a {
	background: url(images/logo.png) left top no-repeat;
	width: 365px;
	height: 59px;
}
h1#logo a:hover {
	border: none;
}
#main h2 {
	font-size: 1.4em;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 0;
	font-weight: bold;
}
#main h2.page {
	margin: 10px 10px 20px 15px;
	border-bottom: 1px solid;
	border-top: 1px solid;
	padding: 1px 0;
	width: 600px;
}
#main h2.title {
	position: relative;
	margin: 0 0 10px 30px;
	background: url(images/title-bg.png) no-repeat;
	padding: 15px 0 0 20px;
	font-size: 1.5em;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#main h2.searchtitle {
	margin-bottom: 40px;
}

/* ---------- Sidebar ----------*/
#sidebar ul {
	list-style: none;
}
#sidebar li {
	margin-bottom: 50px;
	clear: both;
}
#sidebar li ul {
	padding-left: 30px;
}
#sidebar li ul li {
	margin: 15px 0;
}
#sidebar a, .browser a {
	color: #525e7c;
	padding: 3px;
	text-decoration: none;
	background: #f4f3e5;
	border: 1px solid #e6e5d1;
}
#sidebar a:hover, .browser a:hover {
	color: #fff;
	background: #525e7c;
	border: none;
}
#sidebar h2 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #984549;
	background: url(images/brace.png) left top no-repeat;
	padding: 3px 0 10px 20px;
}
#sidebar .heading {
	background: url(images/heading-bg.png) left top no-repeat;
	padding: 15px;
}
#sidebar #feeder a {
	border: none;
}

/* ---------- Gallery Styles ----------*/
.left-thumb, .right-thumb {
	display: inline;
	float: left;
	margin: 0 10px 50px 30px;
	width: 332px;
}
.left-thumb {
	margin-right: 0;
	margin-left: 30px;
}
.right-thumb {
	margin-right: 0;
}
.screenshot {
	clear: left;
	width: 332px;
}
.screenshot img {
	border: 1px solid #4b5876;
}
#main .screenshot a, #main .screenshot a:hover {
	padding: 0;
	background: transparent;
	border: none;
}
.single .screenshot {
	margin-top: 20px;
	margin-left: 50px;
}
.post {
	padding-bottom: 10px;
	margin: 0 0 20px 40px;
}
.sitemeta {
	margin: 5px 0;
	width: 325px;
	border: 1px solid #e6e5d1;
}
.sitemeta,.post a {
	color: #525e7c;
	padding: 3px;
	text-decoration: none;
	background: #f4f3e5;
}
.sitemeta a {
	color: #525e7c;
}
.post a:hover {
	color: #fff;
	background: #525e7c;
}
#main .sitemeta h2, p.cat {
	font-weight: normal;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: .9em;
	padding: 2px 0 0;
}
p.cat {
	margin-bottom: 5px;
	float: right;
}
.siteinfo {
	padding-top: 20px;
	margin-left: 50px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 2;
}
.siteinfo a {
	border: 1px solid #e6e5d1;
}
.siteinfo p {
	margin-bottom: 10px;
	font-size: 1.1em;
}

#main .single {
	margin-left: 0px;
}

/* ---------- Pages - Mostly Browse page ----------*/
.post.page {
	padding-left: 20px;
}
.browser .bottom {
	padding-bottom: 50px;
	float: left;
}
.browser ul {
	width: 150px;
	float: left;
	margin: 20px 0 10px 60px;
	font: 1em Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#content #main .post.page {
	padding-top: 20px;
}
.browser ul li ul {
	width: auto;
	float: none;
	margin: 0 0 30px;
	padding: 10px 0 0;
}
.browser ul li ul li {
	margin: 15px 0;
}
.browser div {
	clear: left;
}

/* ---------- Main Navigation ----------*/
#nav {
	list-style: none;
	font-weight: bold;
	text-transform: uppercase;
	margin: 39px 0 1px 50px;
}
#nav li {
	display: inline;
	margin-right: 80px;
}
#nav li a {
	color: #fff;
	text-decoration: none;
	padding: 3px;
}
#nav li a:hover {
	background: #fff;
	color: #515e7b;
	border: none;
}

/* ---------- Search Form & Contact Form ----------*/
#searchform {
	padding-bottom: 20px;
}
#searchform label {
	display: block;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #984549;
	background: url(images/brace.png) left top no-repeat;
	padding: 3px 0 10px 20px;
}
#searchform input.text {
	background: #FFF;
	border: 1px solid #E9E8D1;
	width: 140px;
	float: left;
	margin: 0 0 0 20px;
	padding: 3px;
	font-size: 1.1em;
}
.browser #searchform input.text {
	width: 235px;
}
#searchsubmit {
	float: right;
	margin-right: 10px;
}
.wpcf7 #submit {
	width: auto;
	color: #fff;
	border: none;
	padding: 0;
}
.wpcf7 form {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 20px 0 0;
	margin-left: 60px;
	color: #525e7c;
}
.wpcf7 input, .wpcf7 textarea {
	background: #f4f3e5;
	border: 1px solid #d6d3aa;
	width: 580px;
	padding: 5px;
	margin: 10px 0 20px;
	color: #525e7c;
	font-size: 1.2em;
}
.wpcf7 .check input {
	width: auto;
	background: transparent;
}
.wpcf7 p.border {
	margin-bottom: 10px;
	width: 310px;
}
#main .wpcf7-not-valid-tip {
	background: #555555;
	border-color: #f7e700;
}

/* ---------- Footer nav ----------*/
#footer ul {
	width: 1090px;
	margin: 0 auto;
	padding-top: 10px;
	list-style: none;
	font-weight: bold;
	text-transform: uppercase;
}
#footer ul li {
	display: inline;
	margin-right: 80px;
}
#footer ul li.first {
	margin-left: 50px;
}
#footer a {
	color: #fff;
	padding: 3px;
	text-decoration: none;
}
#footer a:hover {
	background: #fff;
	color: #515e7b;
	border: none;
}

/* ---------- Breadcrumbs & pagination ----------*/
.wp-pagenavi {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	clear: both;
}
#postnav {
	clear: both;
	padding-left: 30px;
	margin-bottom: 40px;
	color: #979797;
	text-transform: uppercase;
	font-size: .9em;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#postnav a {
	text-decoration: none;	
	color: #525e7c;
	padding: 3px;
	text-decoration: none;
	background: #f4f3e5;
	border: 1px solid #e6e5d1;
}
#postnav a:hover {
	color: #fff;
	background: #525e7c;
	border: none;
}
#breadcrumbs {
	margin-left: 35px;
	font-size: .9em;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 0 0 15px;
	width: 700px;
	text-transform: lowercase;
	position: relative;
	top: -20px;
}
#breadcrumbs a {
	text-decoration: none;
}
