@charset "utf-8";
/* CSS Document */

/*
  
 * Filename		 		style.css
 * Website				
 * Author				InMotion Hosting - http://inmotionhosting.com 

 */

html, body {
	margin:0;
	padding:0;
}
body {
	background:url(../_img/home-bg.jpg) no-repeat top center #425679;
	line-height:1.3;
	font-family: 'Lato', sans-serif;
	font-size:14px;
}
@font-face {
    font-family: 'BirchStdRegular';
    src: url('birchstd-webfont.eot');
    src: url('birchstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('birchstd-webfont.woff') format('woff'),
         url('birchstd-webfont.ttf') format('truetype'),
         url('birchstd-webfont.svg#BirchStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1, h2, h3, h4, h5, h6 {
	color:#3c260c;
	margin-bottom:10px;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
	line-height:1.3;
}
h1 {
	font-size:32px;
}
h2 {
	font-size:30px;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:20px;
}
h5 {
	font-size:16px;
}
h6 {
}
#content p {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#3C260C;
	margin-bottom:20px;
	font-weight:bold;
}
#content img {
	border:1px solid #402000;	
}
a:link, a:visited {
	text-decoration:none;
	outline:none;
	color:#054C06;
}
a:hover, a:focus {
	text-decoration:underline;
	outline:none;
}
/* want rounded corners?  Add this class to your containers for instant gratification -- adjust the curve as needed */

.rounded-corners {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
/* insert this class where you need to clear inline items */
.clearall {
	clear:both;
}
/* float images left or right - adjust margins as needed */
.left-img {
	float:left;
	margin:5px 10px 0 0;
}
.right-img {
	float:right;
	margin:5px 0 0 10px;
	
}
/*** LAYOUT STYLES ***/

#header-wrap, #leaderboard-wrap, #content-wrap, #footer-wrap {
	width:100%;
}
#header, #leaderboard, #content, #footer {
	margin:0 auto;
	width:960px;
}
/* HEADER */

#header-wrap {
	
}
#header {
	background:url(../_img/header-bg.png) repeat;
	height:80px;
	padding:10px;	
	box-shadow:#000 1px 1px 7px;
	position:relative;
}
#logo {
	float:left;
	margin-top:10px;
}
#contact-info {
	float:right;
}
#header #owl {
	position:absolute;	
	top:22px;
	left:480px;
}
#contact-info p, #contact-info a, #contact-info a:visited {
	text-align:right;	
	font-weight:bold;
	color:#353001;
	font-size:14px;
}

#contact-info a#gallery-link, #contact-info a#gallery-link:visited {
	font-size:18px;
	color:#b1890e;
	font-weight:bold;
	
}
/* NAVIGATION */

#nav {
	width:980px;
	margin:0px auto 280px;
}
#nav ul#main {
	background:url(../_img/nav-bg.png);
	width:511px;
	height:30px;
}
#nav  li {
	padding:0px 7px;
	float:left;
	height:30px;
}
#nav li ul {
	display:none;	
}
#nav li:hover ul {
	display:block;
	background: #3D2F17;
	height:auto;
	position:absolute;
}
#nav li:hover ul li {
	clear:left;
	background: #3D2F17;
	width:200px;
	position:relative;
}
#nav li:hover ul li a, #nav li:hover ul li a:hover  {
	font-size:14px;
}
#nav li a, #nav li a:visited {
	color:#f9f5ed;
	font-size:16px;
	font-family: 'News Cycle', sans-serif;
	text-shadow:#000 3px 3px 3px;
	line-height:25px;
}

#nav li a:hover, #nav li a:focus {
	text-decoration:none;
	color:#690;
}
#left-bottom {
	height:16px;
	background:url(../_img/left-col-bottom.png) no-repeat;
	float:left;
	width:249px;
	margin-left:-7px;
	clear:left;
}
/* CONTENT */

#content-wrap {
}
#content {
	background:url(../_img/content-bg2.png) repeat;
	width:960px;
	padding:10px;
	box-shadow:#000 3px 3px 10px;
}
#content-bottom {
	height:17px;
	width:980px;
	margin:0px auto;
	background:url(../_img/content-bottom.png) no-repeat;	
}
#content-left {
	float:left;
	
}

#content-right {
	float:right;
	width:691px;
	background:url(../_img/right-col-bg.png) repeat-y;
	min-height:500px;
	margin-right:-11px;
	padding:10px 21px 10px 17px;
}
#right-bottom {
	height:18px;
	background:url(../_img/right-col-bottom.png) no-repeat;	
	width:729px;
	float:right;
	clear:right;
	margin-right:-11px;
}
/* FOOTER */

#footer-wrap {
	height:91px;
	background:url(../_img/footer-bg.jpg) repeat-x center;
	margin-top:25px;
}
#footer {
	padding-top:10px;
}
#footer ul {
	float:right;	
}
#footer ul li {
	float:left;	
	margin-left:10px;
}
#footer ul li a, #footer ul li a:visited {
		color:#a79e5f;
		font-weight:bold;
}
#footer p {
	color:#a79e5f;
	float:left;
}
#footer a, #footer a:visited {
}
#footer a:hover, #footer a:focus {
}
#contact {
}
#contact p {
}
#social {
}
#copyright {
}
#copyright p {
	float:right;
	font-size:11px;
	text-align:right;
	clear:right;
	margin-top:25px;
}
#copyright a, #copyright a:visited {
	color:#a79e5f;
}
#copyright a:hover, #copyright a:focus {
}
/* Errors */

#404wrap {
	margin:20px auto;
	width:800px;
	height:400px;
	background:#f2f2f2;
	border:1px solid #e3e3e3;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#404wrap h1 {
	font-size:18px;
	margin:20px;
	text-align:center;
}
#404wrap p {
	margin:20px;
	text-align:center;
}
#404wrap ol {
	margin:40px;
}
#404wrap ul {
	margin:40px;
}
#404wrap li {
	padding-bottom:8px;
}
#404wrap a:link, #404wrap a:visited {
	color:#01759d;
	text-decoration:none;
	outline:none;
}
#404wrap a:hover, #404wrap a:focus {
	color:#e26c1d;
	text-decoration:underline;
	outline:none;
}
#tagline {
	color: #353001;
	font-size:26px; 
	font-family: 'BirchStdRegular';
	font-weight:bold;
	float:right;
	text-align:right;
	clear:right;
	line-height:1;
	margin-top:5px;
}
.rotator {
	height:203px;	
	margin-bottom: 20px;	
}
#hours {
	text-align:center;	
}
#gallery-box {
	width:450px;
	float:left;	
	padding-right:20px;
	margin-bottom:15px;
}
.center {
	text-align:center;	
}
.image-row {
	text-align:center;	
}
.image-row img  {
	margin-right:10px;	
}