﻿/* Design by RTBWizards.com
 * Colors Used: #654321, #654321, #dfddd9 
 */

/* ======== GENERAL RULES ======== */
html {height: 101%;}
header, figure, figcaption, footer, nav, article, section, aside {display: block;}
body {
	background: #ffffff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	height: 100%;
}
blockquote {
	font-size: .95em;
	color: #555;
	margin: 2px 40px;
	padding: 12px;
	text-align: left;
	background-color: #dfddd9;
	border-radius: 10px;
	line-height: 1.3em;
}
blockquote p {
	padding: 0; margin: 0;
}
blockquote strong {
	color: #222; 
	font-size:1.4em; 
	font-weight:normal; 
	letter-spacing:-1px;
}
blockquote.leftside {
	float: left; 
	display: block; 
	width: 30%; 
	margin: 5px 2% 10px 0.5%;
}
blockquote.rightside {
	float: right; 
	display: block; 
	width: 30%; 
	margin: 5px 0.5% 10px 2%;
}
fieldset {
    width: 90%;
    border: 1px solid #bbb;
    padding: 20px 3%;
    margin: 20px 2%;
}
legend {
	color: #654321;
	font: 30px 'Oswald', Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	padding: 0 5px;
}
hr {
	background-color: #ccc;
	border: none;
	color: #ccc;
	height: 1px;
	clear: both;
}
hr.fancy {
	background: transparent url('../images/horizontalrule.png') center center no-repeat;
	color: #eee;
	border: none;
	height: 25px;
	clear: both;
}
hr.noshow {
	background-color: transparent;
	border: none;
	color: #fff;
	height: 1px;
	clear: both;
	visibility: hidden;
}
table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
}
/* ======== TYPOGRAPHY ======== */
a {
	color: #654321;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}
a:hover {
	color: #919191;
	text-decoration: underline;
	font-weight: bold;
}
/* ------------HEADINGS ---------- */
h1 {
	font: 38px 'Raleway', Verdana, Helvetica, sans-serif;
	color: #654321;
	margin: 0.4em 0;
	text-align: center;
	letter-spacing: -1px;
}
h2 {
	font: 34px 'Raleway', Verdana, Helvetica, sans-serif;
	color: #654321;
	margin: 0.4em 0;
	text-align: center;
}
h3 {
	color: #000000;
	border-bottom: 1px #fff solid;
	font: 32px 'Oswald', Verdana, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0.2em 2% 0.5em 2%;
	padding: 1px 3px 8px;
	text-align: center;
}
h4 {
	font: 28px 'Oswald', Verdana, Helvetica, sans-serif;
	color: #000000;
	margin: 0.4em 0;
}
h5 {
	font: 24px 'Oswald', Verdana, Helvetica, sans-serif;
	color: #000000;
	margin: 0.4em 0;
}
h6 {
	font: 18px 'Oswald', Verdana, Helvetica, sans-serif;
	text-transform: uppercase; 
	color: #303030;
	margin: 0.4em 0;
	border-bottom: 1px #303030 solid;
}
.alternate1 {
    overflow: hidden;
    text-align: center;
    font-size: 34px;
    color: #111;
}
.alternate1:before,
.alternate1:after {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    content: "";
    display: inline-block;
    height: .1em;
    position: relative;
    vertical-align: middle;
    width: 50%;
    margin-bottom: .15em;
}
.alternate1:before {
    right: 0.3em;
    margin-left: -50%;
}
.alternate1:after {
    left: 0.3em;
    margin-right: -50%;
}
.alternate2 {
	color: #ffffff;
	font-size: 28px;
	text-align: center;
	padding: 3px 6px;
	margin: 0.2em -3px 0.5em;
	background-color: #654321;
	background-image: linear-gradient(top, #654321, #654321);
	background-image: -webkit-linear-gradient(top, #654321, #654321); 
	background-image: -moz-linear-gradient(top, #654321, #654321);
	background-image: -ms-linear-gradient(top, #654321, #654321);
	background-image: -o-linear-gradient(top, #654321, #654321);
	border-radius: 10px 10px 0 0;	
	border: 1px solid #654321;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* ------------LISTS ---------- */
ul {
	margin: 10px 0 20px 0;
	padding: 0 0 0 15px;
}
ul li a {
	color: #654321;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
}
ul li a:hover {
	color: #919191;
	text-decoration: underline;
}
ul.list1 li {
	list-style-type: none;
	background: url(../images/bullet01.png) no-repeat 0 6px;
	margin: 0 0 0 -15px;
	padding: 1px 0 0 18px;
}
ul.list2 li {
	list-style-type: none;
	background: url(../images/bullet02.png) no-repeat 0 6px;
	margin: 0 0 0 -15px;
	padding: 1px 0 0 18px;
}
ul.list3 li {
	list-style-type: none;
	background: url(../images/bullet03.png) no-repeat 0 6px;
	margin: 0 0 0 -15px;
	padding: 1px 0 0 18px;
}
ol.leadingzero {
	background: none;
	list-style-position: outside;
	list-style-type: decimal-leading-zero;
}
/* ------------PARAGRAPHS ---------- */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.small {
	font-size: 0.85em;
}
.wide {
	letter-spacing: 3px;
}
.comment {
	background: transparent url('../images/comment.png') 0 3px no-repeat;
	padding: 0 0 5px 35px;
}
.home {
	background: transparent url('../images/home.png') 0 3px no-repeat;
	padding: 0 0 5px 35px;
}
.phone {
	background: transparent url('../images/phone.png') 0 1px no-repeat;
	padding: 0 0 5px 35px;
}
.email {
	background: transparent url('../images/email.png') 0 3px no-repeat;
	padding: 0 0 5px 35px;
}
.hours {
	background: transparent url('../images/clock.png') 0 3px no-repeat;
	padding: 0 0 5px 35px;
}
.socialmedia {
    text-align: left;
    letter-spacing: 4px;
}
.authorDate {
	color: #888; 
	font-size: 0.95em; 
	text-transform: uppercase;
	border-bottom: 1px #888 solid; 
	font-weight: lighter; 
	letter-spacing: 2px;
	margin: 0; padding: 0;
}
.breadcrumbs {
	color: #000; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	margin: 0 0 20px 0; 
	padding: 5px 0 5px 0; 
	border-bottom: 1px dashed #aaa; 
	font-size: 0.95em;
	text-align: right;
}
.breadcrumbs a,
.breadcrumbs a:hover {
	font-weight: bold; 
	text-decoration: none;
}
.dropcap {
	overflow: hidden;
}
.dropcap:first-letter {
	color: #654321;
	display: block;
	float: left;
	font: 60px/50px Georgia, Garamond, serif;
	padding: 6px 4px 0 0;
}
/* ----------MISCELLANEOUS ---------- */
.bignumber {
	border-radius: 50%;
	background: #654321;
	box-shadow: 0 0 20px #654321 inset;
	color: #ffffff;
	display: block;
	float: left;
	font: normal 30px/50px Garamond, Georgia, serif;
	margin: 5px 10px 5px 0;
	text-align: center;
	text-transform: uppercase;
	height: 50px;
	width: 50px;
}
.button {
	font: 16px 'Oswald', Verdana, Helvetica, sans-serif;
	color: #eee;
	text-decoration: none;
	font-weight: normal;
	padding: 2px 13px;
	background-color: #fff;
	background-image: linear-gradient(top, #fff, #222); 
	background-image: -webkit-linear-gradient(top, #fff, #222); 
	background-image: -moz-linear-gradient(top, #fff, #222);
	background-image: -ms-linear-gradient(top, #fff, #222);
	background-image: -o-linear-gradient(top, #fff, #222);	
	border: solid 1px #222;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
}
.button:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background-color: #654321;
	background-image: linear-gradient(top, #654321, #654321); 
	background-image: -webkit-linear-gradient(top, #654321, #654321); 
	background-image: -moz-linear-gradient(top, #654321, #654321);
	background-image: -ms-linear-gradient(top, #654321, #654321);
	background-image: -o-linear-gradient(top, #654321, #654321);
	border: solid 1px #654321;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
}
.scroll-to-top {
    display: none;
    position: fixed; bottom: 20px; right: 10px;
    z-index: 5;
    width: 30px;
    height: 30px;
    padding: 8px;
    text-align:center;
	text-decoration: none;
	background-color: #fff;
	box-shadow: inset 0 0 10px #000000, 0 1px 1px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	border-radius: 50%;
}
.scroll-to-top:hover {
    text-decoration: none;
	background-color: #654321;
	box-shadow: inset 0 0 15px #654321, 0 1px 1px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.scroll-to-top a, 
.scroll-to-top a:hover {text-decoration: none;}
/* ======== LAYOUT RULES ======== */
.wrapper {
	width: 1200px;
	color: #42530f;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
.headerwrapper {
	width: 1200px;
	color: #42530f;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.inside {
	width: 96%;
	padding: 0 2%;
}
.row01, .row2, .row3 {
	width: 100%;
}
/* ----------CLEAR FLOATS ---------- */
.clear {clear: both;}
/* ======== HEADER AREA ======== */
header {
    background-color: 42530f;
    background-image: linear-gradient(top, #42530f 0%, #647823 40%, #42530f 100%);
    background-image: -moz-linear-gradient(top, #42530f 0%, #647823 40%, #42530f 100%);
    background-image: -webkit-linear-gradient(top, #42530f 0%, #647823 40%, #42530f 100%);
    background-image: -ms-linear-gradient(top, #42530f 0%, #647823 40%, #42530f 100%);
    background-image: -o-linear-gradient(top, #42530f 0%, #647823 40%, #42530f 100%);
    padding: 0 0 10px 0;
    margin-bottom: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    border-bottom: 1px rgba(255, 255, 255, 0.9) solid;
}
/* ======== LOGO/SITE NAME AREA ======== */
#logo {
	width: 100%;
	padding: 10px 0 30px 0;
	text-align: center;
}
#logo img {
	display: block; 
	margin: 0 auto; 
	padding: 15px;
	background-color: 42530f;
	box-shadow: 0 0 0 3px 42530f inset, 0 0 0 4px rgba(255, 255, 255, 0.6) inset, 0 0 20px #654321 inset, 0 10px 15px -10px rgba(0,0,0,0.9);
	border-radius: 50%;
}
.brand, 
.brand a, 
.brand a:hover  {
	font: 36px 'Raleway', Verdana, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: -1px;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 0; padding: 0 0 0 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.slogan {
	font: italic normal 0.95em Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #eee;
	margin: 0; padding: 0 0 0 10px;
	letter-spacing: 1px;
	text-align: center;
}
/* ======== MAIN NAVIGATION AREA ======== */
#mainnavbg {
	height: 50px;
	padding: 0;
}
#mainnav {
	color: #ffffff;
	height: 50px;
	padding: 0;
	text-transform: uppercase;
	font-size: 0.90em;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
#nav {
	margin: 0; padding: 0;
	list-style: none;
	text-align: center;
}
#nav li {
	display: inline-block;
	position: relative;
	z-index: 500;
	margin: 0 -1px;
	padding: 0;
	text-align: left;
	font-weight: normal;
	width: 160px; /* you can increase or decrease width */
}
/* this is the parent menu */
#nav li a {
	display: block;
	padding: 13px 0;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	transition: all 0.3s ease 0.0s;
	-webkit-transition: all 0.3s ease 0.0s;
}
#nav li a:hover {
	font-weight: normal;
	padding: 13px 0;
	background-color: #654321;
	background-image: linear-gradient(top, #654321, #654321, #654321);
	background-image: -webkit-linear-gradient(top, #654321, #654321, #654321);
	background-image: -moz-linear-gradient(top, #654321, #654321, #654321);
	background-image: -ms-linear-gradient(top, #654321, #654321, #654321);
	background-image: -o-linear-gradient(top, #654321, #654321, #654321);
	color: #ffffff;
	transition: all 0.3s ease 0.0s;
	-webkit-transition: all 0.3s ease 0.0s;
}
/* submenu, it's hidden by default */
#nav ul {
	position: absolute;
	left: 0;
	display: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	box-shadow: 0 3px 3px rgba(0,0,0,0.5);
}
#nav ul li {
	width: 160px; /* you can increase or decrease width of submenu */
	float: left;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-size: 0.90em;
}
#nav ul a {
	display: block;
	height: 22px;
	font-weight: normal;
	text-transform: none;
	padding: 5px;
	color: #ffffff;
	background: #42530f;
	border: none;
	border-radius: 0;
	box-shadow: none;
	
	

}
#nav ul a:hover {
	font-weight: normal;
	color: #fff;
	background: #654321;
	box-shadow: inset 0 0 20px #654321;
	padding: 5px;
	text-transform: none;
	text-decoration: none;
	border: none;
	border-radius: 0;
	
	
}
.selectnav {
	display: none; 
	cursor: pointer;
}
.selectnav select {
	border: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('../images/menu.png') no-repeat;
	background-position: 82px 7px;
	background-position: right 24px center;
	width: 220px;
	text-indent: 0.01px;
	text-overflow: "";
	cursor: pointer;
}
/* ======== TOP IMAGE AREA ======== */
#photoblock {
    width: 80%;
    padding: 0;
    text-align: center;
    margin: 40px 10% 50px;
}
#stack {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 600px;
}
#stack:before, #stack:after {
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    border: 10px solid #fff; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
#stack:before {
    background-color: #654321;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6), box-shadow: 0 0 100px #654321 inset;
    top: 8px; 
    left: -20px;
    z-index: -10; 
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
#stack:after {
    background-color: #bbb;
    top: 8px; 
    left: 20px;
    z-index: -20; 
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    transform: rotate(4deg);
}
/* ======== PAGE TITLE AREA ======== */
.pageTitle {
    width: 90%; 
    padding: 5px 5%; 
    margin: 0 0 5px 0; 
    color: #000000;
}
.pageTitle h1 {
    text-align: center; 
    margin: 0; 
    padding: 0 0 10px 0; 
}
.pageTitle p {
    text-align: center; 
    margin: 0; 
    padding: 5px 0;
}
/* ======== SECTION BLOCKS ======== */
.contentBox2a {
	float: left; 
	width: 48%; 
	padding: 0; 
	margin: 0 2% 0 0;
}
.contentBox2b {
	float: left; 
	width: 48%; 
	padding: 0; 
	margin: 0 0 0 2%;
}
.contentBox3a {
	float: left; 
	width: 31.33333%; 
	padding: 0; 
	margin: 0 2% 10px 0;
}
.contentBox3b {
	float: left; 
	width: 31.33333%; 
	padding: 0; 
	margin: 0 1% 10px 1%;
}
.contentBox3c {
	float: left; 
	width: 31.33333%; 
	padding: 0; 
	margin: 0 0 10px 2%;
}
.contentBox4a {
	float: left; 
	width: 23%; 
	padding: 0; 
	margin: 0 2% 0 0;
}
.contentBox4b,
.contentBox4c  {
	float: left; 
	width: 23%; 
	padding: 0; 
	margin: 0 1% 0 1%;
}
.contentBox4d {
	float: left; 
	width: 23%; 
	padding: 0; 
	margin: 0 0 0 2%;
}
.sidebarLeft {
    float: left; 
    width: 31.3333%; 
    padding: 0; 
    margin: 0 2% 0 0;
}
.contentRight {
    float: right; 
    width: 64.666%; 
    padding: 0; 
    margin: 0 0 0 2%;
}
.sidebarRight {
    float: right; 
    width: 31.3333%; 
    padding: 0; 
    margin: 0 0 0 2%;
}
.contentLeft {
    float: left; 
    width: 64.666%; 
    padding: 0; 
    margin: 0 2% 0 0;
}
.colorbox {
    width: 94%;
	text-align: center;
    padding: 10px 3%;
    margin: 20px 0;
	color: #ffffff;
	background-color: #654321;
	border-radius: 10px;
	box-shadow: 0 0 0 5px #654321 inset, 0 0 0 6px rgba(255, 255, 255, 0.6) inset, 0 0 40px #654321 inset, 0 10px 15px -10px rgba(0,0,0,0.6);
}
.colorbox h3 {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.callbox1 {
	color: #ffffff; 
	text-align: center; 
	padding: 2px 3%; 
	margin: 12px 0; 
	background-color: #654321;
	border-radius: 10px;
	box-shadow: 0 0 0 5px #654321 inset, 0 0 0 6px rgba(255, 255, 255, 0.6) inset, 0 0 40px #654321 inset, 0 10px 15px -10px rgba(0,0,0,0.6);
}
.callbox2 {
	color: #ffffff; 
	text-align: center; 
	padding: 2px 3%; 
	margin: 12px 0; 
	background-color: #aaa7a7;
	border-radius: 10px;
	box-shadow: 0 0 0 5px #aaa7a7 inset, 0 0 0 6px rgba(255, 255, 255, 0.6) inset, 0 0 40px #686767 inset, 0 10px 15px -10px rgba(0,0,0,0.6);
}
.callbox1 p:first-of-type, 
.callbox2 p:first-of-type {
	font: 24px 'Oswald', Verdana, Helvetica, sans-serif;
}
.announcements {
	padding: 10px 0; 
	color: #000000; 
	width: 96%; 
	margin: 30px auto 10px; 
	background-color: #dfddd9; 
	border: 5px solid #ffffff; 
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/* ======== FOOTER AREA ======== */
footer {
	color: #ffffff;
	width: 100%;
	font-size: 0.90em;
	line-height: 1.2em;
	padding: 10px 0;
	margin: 30px 0 0 0;
	background-color: #42530f;
	border-top: 1px solid rgba(255, 255, 255, 0.8);
	box-shadow: none;
}
.fBox4a {
	float: left; 
	width: 23%; 
	padding: 0; 
	margin: 0 2% 0 0;
}
.fBox4b, .fBox4c {
	float: left; 
	width: 23%; 
	padding: 0; 
	margin: 0 1% 0 1%;
}
.fBox4d {
	float: left; 
	width: 23%; 
	padding: 0; 
	margin: 0 0 0 2%;
}
footer p {
    color: #ffffff !important;
}
footer a {
	color: #654321;
}
footer a:hover {
	color: #eee;
}
footer ul {
	list-style-type: none; 
	line-height: normal; 
	margin: 0 0 10px 0; 
	padding: 0;
}
footer ul li {
	margin: 0 20px 0 0; 
	background: url(../images/bullet03.png) no-repeat 0 7px; 
	padding: 4px 0 2px 20px;
}
footer ul li a {
	color: #eee; 
	text-decoration: none; 
	font-weight: bold; 
	letter-spacing: 2px;
}
footer ul li a:hover {
	color: #654321; 
}
footer h4 {
	color: #654321; 
	text-align: left; 
	border-bottom: 1px solid #654321; 
	letter-spacing: -1px; 
	font: 28px 'Oswald', Verdana, Helvetica, sans-serif;
}
footer hr {
	background-color: rgba(255, 255, 255, 0.2); 
	border: none; 
	color: rgba(255, 255, 255, 0.2); 
	height: 1px; 
	display: block; margin: 20px 0;
}
.footerbottom {
	padding: 5px 0 10px;
}
.footerbottom h1 {
	font: 28px 'Raleway', Verdana, Helvetica, sans-serif; 
	text-align: center; 
	color: #fff; 
	margin: 0; 
	padding: 0;
}
.copyright {
	letter-spacing: 3px; 
	text-align: center; 
	color: #ddd; 
	font-size: 0.85em; 
	margin: 0; 
	padding:0;
}
/* --- template attribution link can be deleted --- */
.designed {color: #bbb !important; text-align: center; letter-spacing: 1px; font-size: 10px; font-size: 0.75em; margin: 0; padding: 15px 0 0 0;}
.designed a {color: #bbb !important; font-weight: normal; text-decoration: none;}
.designed a:hover {color: #bbb !important; font-weight: normal; text-decoration: underline;}

/* ======== CATALOG PAGE ======== */
.catalog {/* adds a border to the bottom of a div */
	max-width: 100%;
	border-bottom: 1px #c0c0c0 solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.catalog h6 {
	text-align: center;
	font: normal 20px Georgia, Garamond, serif;
}
/* ======== CONTACT FORM ======== */
form.contactform {
	width: 99%; text-align: left;
}
.contactform label {
	width: 99%; 
	text-align: left; 
	font-style: italic; 
	display: block; 
	margin-bottom: 4px;
}
.contactform input {
	width: 99%; 
	border: 1px #c0c0c0 solid; 
	background-color: #efefef; 
	padding: 5px; 
	margin-bottom: 10px; color: #000000;
}
.contactform textarea {
	width: 99%; 
	border: 1px #c0c0c0 solid; 
	background-color: #efefef; 
	padding: 5px; 
	resize:none; 
	color: #000000;
}
.contactform .submit {
	width: 100px; 
	margin: 10px 0 0 0; 
	cursor: pointer; 
	color: #444;
	font: 16px 'Oswald', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	padding: 1px 14px;
	text-decoration: none;
	background-color: #eee;
	background-image: linear-gradient(top, #eee, #ccc); 
	background-image: -webkit-linear-gradient(top, #eee, #ccc); 
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	border: solid 1px #ccc;	
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.8), 0 1px 1px rgba(0, 0, 0, 0.3);
}
.contactform .submit:hover {
	text-decoration: none;
	color: #eee;
	background-color: #654321;
	background-image: linear-gradient(top, #654321, #654321); 
	background-image: -webkit-linear-gradient(top, #654321, #654321); 
	background-image: -moz-linear-gradient(top, #654321, #654321);
	background-image: -ms-linear-gradient(top, #654321, #654321);
	background-image: -o-linear-gradient(top, #654321, #654321);
	border: solid 1px #654321;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
}
/* ======= ACCORDION CONTENT ======== */
#acc dl {
	position: relative;
	width:100%; 
	color:#000; 
	padding: 0; 
	margin: 0 auto;
}
#acc dt {
	margin: 0 0 3px 0;
	padding: 4px 4px 4px 20px;
	text-align: left; 
	font: 22px 'Oswald', Verdana, Helvetica, sans-serif;
	color: #000000; 
	cursor: pointer;
	background: #ffffff url('../images/expand-gray.png') no-repeat right 10px center;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) inset; 
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
#acc dt:hover {
	color: #ffffff;
	background: #654321 url('../images/expand-white.png') no-repeat right 10px center;
	box-shadow: 0 0 15px #654321 inset;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	transition: all 0.4s ease 0.0s;
	-webkit-transition: all 0.4s ease 0.0s;
}
#acc dd {
	width: 94%; 
	padding: 5px 2% 10px; 
	margin: 0 auto; 
	border-top: none;
}
/* ======= Ticker on Inside Pages ======== */
#ticker2 {
	list-style: none outside none; 
	margin: 0; 
	padding: 10px 0 0 0;
}
#ticker2 li {
	margin: 0; 
	background: none; 
	padding: 0;
}
#ticker2 p {
	margin-top: 0; 
	padding-top: 0;
}
#ticker2 .content {
	position: relative; 
	color: #000; 
	padding: 15px; 
	background-color: #dfddd9; 
	border-radius: 10px; 
	margin-bottom: 15px;
}
#ticker2 .content:after {
	content: ''; 
	position: absolute; 
	border-style: solid; 
	border-width: 15px 15px 0; 
	border-color: #dfddd9 transparent;
	display: block; 
	width: 0; 
	z-index: 1;
	margin-left: -15px; 
	bottom: -15px; left: 50%;
}
#ticker2 .content p {
	color: #000000;
}
#ticker2 .author {
	color: #888; 
	text-align: center; 
	font-size: 0.90em; 
	letter-spacing: 2px;
}
/* ======== IMAGE STYLES ======== */
img {
	border: none; 
	max-width: 100%; 
	box-sizing: border-box; 
	-moz-box-sizing: border-box;
}
.image-left {
	margin: 5px 10px 0 0; 
	float: left;
}
.image-right {
	margin: 5px 0 0 10px; 
	float: right;
}
.image-Border {
	margin: 2px 0; 
	border: 1px #c0c0c0 solid;
}
.image-leftBorder {
	margin: 5px 10px 0 0; 
	float: left; 
	border: 1px #c0c0c0 solid;
}
.image-rightBorder {
	margin: 5px 0 0 10px; 
	float: right; 
	border: 1px #c0c0c0 solid;
}
.image-Curved {
	border-radius: 10px; 
	margin: 4px 2px; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-leftCurved {
	margin: 5px 10px 0 0; 
	float: left; 
	border-radius: 10px; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-rightCurved {
	margin: 5px 0 0 10px; 
	float: right; 
	border-radius: 10px; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-Frame {
	background: #ffffff; 
	border: 1px #aaa solid; 
	padding: 3px; 
	margin: 4px 1px; 
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-leftFrame {
	float: left; 
	background: #ffffff; 
	border: 1px #aaa solid; 
	padding: 3px; 
	margin: 4px 15px 4px 2px; 
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-rightFrame {
	float: right; 
	background: #ffffff; 
	border: 1px #aaa solid; 
	padding: 3px; 
	margin: 4px 2px 4px 15px; 
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-Round {
	border-radius: 50%; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-leftRound {
	margin: 5px 10px 0 0; 
	float: left; 
	border-radius: 50%; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-rightRound {
	margin: 5px 0 0 10px; 
	float: right; 
	border-radius: 50%; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-Rotate {
    margin: 10px 0;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-leftRotate {
	float: left; 
	margin: 20px; 
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-rightRotate {
 	float: right; 
	margin: 20px; 
   -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-Mini {
	max-width: 180px; 
	height: auto;
}
/* ===== MEDIA QUERIES ======= */

/* =========================== */
/* ===== MAIN NAV ============ */
@media screen and (max-width: 1025px) {
	.js #nav {display: none;}
	#mainnav {
	  height: 40px; 
	  padding: 5px 3px 0 3px; 
	  float: none; 
	  width: 250px; 
	  margin: 0 auto; 
	  overflow: hidden;}
	.js .selectnav {
	  display: block; 
	  margin: 0;}
	select#selectnav1 {
	  color: #ffffff; 
	  background: transparent; 
	  margin: 0 auto 0 auto; 
	  padding: 6px 0; 
	  font-size: 1.0em; 
	  letter-spacing: 1px; 
	  border: 0 !important; 
	  appearance: none; 
	  -webkit-appearance: none; 
	  -moz-appearance: none;
	  background: url('../images/menu.png') no-repeat; 
	  background-position: right 22px center; 
	  width: 270px;}
	select#selectnav1 option {
	  background-color: #333; 
	  color: #ffffff; 
	  font-size: 0.90em; 
	  padding: 3px 10px;}
}
/* =========================== */
/* ===== SMALL DEVICE 01 ===== */
@media screen and (max-width: 320px) {
	.headerwrapper {width: 98%; margin: 0 1%;}
	.wrapper {width: 98%; margin: 0 1%;}
	#logo {width: 100%;}
	.brand, .brand a, .brand a:hover {font-size: 24px; letter-spacing: normal;}
	.slogan {font-size: 0.80em;}
    #stack {height: auto;}
	fieldset img {max-width: 180px; height: auto;}
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox2a, .contentBox2b,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 98%; margin: 1%; padding: 0;}
	.sidebarLeft, .sidebarRight {width: 98%; margin: 1%; padding: 0;}
	.contentRight, .contentLeft {width: 98%; margin: 1%; padding: 0;}
	.fBox4a, .fBox4b, .fBox4c, .fBox4d {width: 98%; margin: 1%; padding: 0;}
	.catalog {margin-bottom: 20px;}
}
/* =========================== */
/* ===== SMALL DEVICE 02 ===== */
@media screen and (min-width: 321px) and (max-width: 480px) {
	.headerwrapper {width: 98%; margin: 0 1%;}
	.wrapper {width: 98%; margin: 0 1%;}
	#logo {width: 100%;}
	.brand, .brand a, .brand a:hover {font-size: 30px; letter-spacing: normal;}
	.slogan {font-size: 0.80em;}
    #stack {height: auto;}
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox2a, .contentBox2b,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 98%; margin: 1%; padding: 0;}
	.sidebarLeft, .sidebarRight {width: 98%; margin: 1%; padding: 0;}
	.contentRight, .contentLeft {width: 98%; margin: 1%; padding: 0;}
	.fBox4a, .fBox4b, .fBox4c, .fBox4d {width: 98%; margin: 1%; padding: 0;}
	.catalog {margin-bottom: 20px;}
}
/* =========================== */
/* ===== SMALL DEVICE 03 ===== */
@media screen and (min-width: 481px) and (max-width: 623px) {
	.headerwrapper {width: 98%; margin: 0 1%;}
	.wrapper {width: 98%; margin: 0 1%;}
	#logo {width: 100%;}
	.brand, .brand a, .brand a:hover {font-size: 36px; letter-spacing: normal;}
	.slogan {font-size: 0.80em;}
    #stack {height: auto;}
 	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox2a, .contentBox2b,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 98%; margin: 1%; padding: 0;}
	.sidebarLeft, .sidebarRight {width: 98%; margin: 1%; padding: 0;}
	.contentRight, .contentLeft {width: 98%; margin: 1%; padding: 0;}
	.fBox4a, .fBox4b, .fBox4c, .fBox4d {width: 48%; margin: 1%; padding: 0;}
	.catalog {margin-bottom: 20px;}
}
/* =========================== */
/* ===== MID DEVICE 01 ======= */
@media screen and (min-width: 624px) and (max-width: 669px) {
	.headerwrapper {width: 98%; margin: 0 1%;}
	.wrapper {width: 98%; margin: 0 1%;}
	#logo {width: 100%;}
	.brand, .brand a, .brand a:hover {font-size: 36px; letter-spacing: normal;}
	.slogan {font-size: 0.80em;}
    #stack {height: auto;}
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
  	.contentBox2a, .contentBox2b,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 98%; margin: 1%; padding: 0;}
	.sidebarLeft, .sidebarRight {width: 98%; margin: 1%; padding: 0;}
	.contentRight, .contentLeft {width: 98%; margin: 1%; padding: 0;}
	.fBox4a, .fBox4b, .fBox4c, .fBox4d {width: 48%; margin: 1%; padding: 0;}
	.catalog {margin-bottom: 20px;}
}
/* =========================== */
/* ===== MID DEVICE 02 ======= */
@media screen and (min-width: 670px) and (max-width: 768px) {
	.headerwrapper {width: 98%; margin: 0 1%;}
	.wrapper {width: 98%; margin: 0 1%;}
	#logo {width: 100%;}
	.brand, .brand a, .brand a:hover {font-size: 36px; letter-spacing: normal;}
	.slogan {font-size: 0.90em;}
    #stack {height: auto;}
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox3a, .contentBox3b {width: 48%; margin: 1%; padding: 0;}
	.contentBox3c {width: 98%; margin: 1%; padding: 0;}
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 48%; margin: 1%; padding: 0;}
	#sidebarLeft, #sidebarRight, #contentRight, #contentLeft {width: 98%; margin: 1%; padding: 0;}
	.fBox4a, .fBox4b, .fBox4c, .fBox4d {width: 48%; margin: 1%; padding: 0;}
}
/* =========================== */
/* ===== MID DEVICE 03 ======= */
@media screen and (min-width: 769px) and (max-width: 800px) {
	.headerwrapper {width: 98%; margin: 0 1%;}
	.wrapper {width: 98%; margin: 0 1%;}
	#logo {width: 100%;}
	.branding, .branding a, .branding a:hover {font-size: 36px; letter-spacing: normal;}
	.slogan {font-size: 0.90em;}
    #stack {height: auto;}
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
 	.contentBox3a, .contentBox3b {width: 48%; margin: 1%; padding: 0;}
	.contentBox3c {width: 98%; margin: 1%; padding: 0;}
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 48%; margin: 1%; padding: 0;}
	.sidebarLeft, .sidebarRight {width: 98%; margin: 1%; padding: 0;}
	.contentRight, .contentLeft {width: 98%; margin: 1%; padding: 0;}
	.fBox4a, .fBox4b, .fBox4c, .fBox4d {width: 48%; margin: 1%; padding: 0;}
}
/* =========================== */
/* ===== LARGE DEVICE 01 ===== */
@media screen and (min-width: 801px) and (max-width: 1024px) {
	.headerwrapper {width: 98%; margin: 0 1%;}
	.wrapper {width: 98%; margin: 0 1%;}
	#logo {width: 100%;}
	.brand, .brand a, .brand a:hover {font-size: 36px; letter-spacing: normal;}
	.slogan {font-size: 0.90em;}
    #stack {height: auto;}
}
/* =========================== */
/* ===== LARGE DEVICE 02 ===== */
@media screen and (min-width: 1025px) and (max-width: 1279px) {
	.headerwrapper {width: 98%; margin: 0 1%;}
	.wrapper {width: 98%; margin: 0 1%;}
	#logo {width: 100%;}
	.brand, .brand a, .brand a:hover {font-size: 36px; letter-spacing: normal;}
	.slogan {font-size: 0.90em;}
    #stack {height: auto;}
}
