/* @override http://wpsandbox.christieman.com/wp-content/themes/barnsignworks/style.css */

/* @override http://wpsandbox.christieman.com/wp-content/themes/barnsignworks/style.css */

/* @override http://wpsandbox.christieman.com/wp-content/themes/barnsignworks/style.css */

/*
Theme Name: Barn Signworks Wordpress Theme
Theme URI: https://barnsignworks.com/
Author: Chris Tieman (Fat Atom - Team Fusion)
Author URI: http://christieman.com/
Description: Custom theme designed for Barn Signworks.
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* Helpers
-------------------------------------------------------------- */
.clear {
	clear:both;
}

.serif {
	font-family:'Times New Roman', serif;
}

.gold {
	color:#e7c066;
}

.faded {
	color:#555;
	font-size:47px;
}

.highlight {
	background:url('images/gold-leaf.png') no-repeat top left;
	min-height:25px;
	padding-left:55px;
	color:#ae7725;
	font-weight:bold;
	font-size:16px;
}

#content ul, #content ol {
	margin-left:25px;
}

#content ul {
	list-style-type:circle;
}

#content ol {
	list-style-type:lower-alpha;
}


/* Elements
-------------------------------------------------------------- */
#content p,
#content h1, 
#content h2, 
#content h3, 
#content h4, 
#content h5, 
#content h6 {
	margin-bottom:10px;
}

h1 {
	font-size:36px;
}

h2 {
	font-size:32px;
}

h3 {
	font-size:28px;
}

h4 {
	font-size:24px;
}

h5 {
	font-size:20px;
}

h6 {
	font-size:16px;
}

a {
	color:#341802;
}

nav ul {
	list-style-type:none;
}

nav li {
	float:left;
	margin:0px 4px;
}


/* Theme Setup
-------------------------------------------------------------- */
body {
	line-height:1.2;
	font-family:Arial, sans-serif;
	font-size:13px;
	-webkit-font-smoothing: antialiased;
	background:#321702;
}

#wrapper {
	width:983px;
	margin:0 auto;
	padding:0px 45px;
}


/* Header
-------------------------------------------------------------- */
#header {
	position:relative;
	background:url('images/header-bg.png') no-repeat center top;
	height:254px;
	color:#fff;
	padding:0px 10px;
}

#header .logo {
	position:absolute;
	float:left;
	max-width:350px;
	margin-top:5px;
	margin-left:-55px;
	z-index:10;
}

#header .logo img {
	max-width:100%;
}

#header .main-menu {
	position:absolute;
	bottom:36px;
	left:130px;
	height:29px;
}

#header .main-menu .tool {
	position:absolute;
	width:61px;
	height:89px;
	top:1px;
	left:-12px;
	background:url('images/tool.png') no-repeat right top;
	z-index:1;
}

#header .main-nav a {
	display:block;
	width:124px;
	height:29px;
	background:url('images/nav-tab.png') no-repeat;
	text-align:center;
	text-decoration:none;
	padding:10px 5px;
	color:#fff;
}

#header .main-nav a:hover {
	opacity:0.9;
}

/* Content */
#content {
	background:#fcf4dc url('images/content-bg.jpg') no-repeat center top;
}

#main-content {
	padding:30px 60px 30px 120px;
	overflow:hidden;
}

#main-content .left-content {
	float:left;
	width:410px;
}

#main-content .right-content {
	float:right;
	width:375px;
}

#main-content .back-link {
	display:block;
	margin-bottom:15px;
}

#main-content .featured {
	text-align:center;
	margin-bottom:15px;
}

#main-content .featured img {
	max-width:780px;
}

#main-content .gallery article,
#main-content .right-content article {
	padding:10px;
	color:#67637a;
	border:1px solid #b99e75;
	margin-bottom:10px;
}

#main-content .gallery article span,
#main-content .right-content article span {
	margin-left:40px;
}

#main-content .gallery article img,
#main-content .right-content article img {
	width:100%;
	height:auto;
	margin-bottom:5px;
}

#main-content .gallery article a,
#main-content .right-content article a {
	float:right;
	margin-right:40px;
	color:#67637a;
}

#main-content .gallery {
	overflow:hidden;
}

#main-content .gallery-nav {
	overflow:hidden;
	margin-bottom:20px;
}

#main-content .gallery-nav span {
	float:left;
	text-transform:uppercase;
	color:#68667e;
	font-size:12px;
}

#main-content .gallery-nav .inner-nav {
	float:right;
	width:730px;
}

#main-content .gallery article {
	float:left;
	width:345px;
}

#main-content .gallery article:nth-child(even) {
	float:right;
}

/* Footer */
#footer {
	margin-top:-21px;
	height:98px;
	background:url('images/footer-bg.png') no-repeat top left;
	padding:65px 30px 25px 30px;
	color:#fff;
}

#footer .foot-left {
	float:left;
	height:20px;
	width:350px;
	font-size:18px;
	line-height:24px;
}

#footer .foot-left h2 {
	margin-bottom:5px;
}

#footer .foot-right {
	position:relative;
	float:right;
	width:340px;
	text-align:center;
	padding-right:200px;
	padding-top:15px;
	line-height:20px;
}

#footer .foot-right .old-west {
	position:absolute;
	top:-33px;
	right:-25px;
}

#footer .main-nav {
	
}