/* 
-----------------------------------------------------
CSS Table of Contents
-----------------------------------------------------
1.BASE
2.HEADER
3.TYPOGRAPHY & LINKS
4.NAVIGATION
5.CONTENT
5A. HOMEPAGE
5B. BLOG
6.FOOTER
*/

/* ********************************************* */
/* 1.BASE */
body {
	width:960px;
	margin:0 auto;
	background-image:url(images/background-header.jpg);
	background-repeat:repeat-x;
	}

/* ********************************************* */
/* 2.HEADER */
#header {
	width:960px;
	height:118px;
	position: relative;
	}
#header .logo {
	display:block;
	float:left;
	margin-top:4px;
	}

/* ********************************************* */
/* 3.TYPOGRAPHY & LINKS 
@font-face {
	font-family: 'Brawler';
	src: url('fonts/Brawler-webfont.eot');
	src: local('?'), url('fonts/Brawler-webfont.woff') format('woff'), 
	url('fonts/Brawler-webfont.ttf') format('truetype'), 
	url('fonts/Brawler-webfont.svg#Brawler') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
body, sup, sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#222;
	}
.fontface-brawler, h1, h3, #footer li {
	font-family: 'Brawler', Georgia, Palatino, serif;
	}
#content {
	line-height:150%;
	}
.alignright {
	float: right;
	margin: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left; 
	margin: 10px;
}
h1, h2, h3, h4 {
	color:#003767;
	font-weight:normal;
	}
h1 {
	font-size:24px;
	margin-bottom:28px;
	line-height:140%;
	}
h2 {
	font-size: 18px;
	margin-bottom:6px;
	}
h3 {
	font-size:18px;
	margin-bottom:18px;
	}
#private h3 {
	font-size:14px;
	} 
h4 {
	font-size:14px;
	margin-bottom:18px;
	font-weight:bold;
	}
p {
	margin-bottom:20px;
	}
a:link, a:visited {
	color:#0059A9;
	text-decoration:none;
	}
a:active, a:hover {
	color:#377B2B;
	text-decoration:underline;
	}
ul li {
	margin:0 0 20px 20px;
	display:block;
	}
sup {
	height: 0;
	position: relative;
	font-size:13px;
	bottom:5px;
	}
	
ol {
	list-style-type: decimal;
	padding-left: 60px;
	margin-bottom: 20px;
}

ol li {
	margin-bottom: 8px;
}

small {
    font-size: 12px;
}

/* ********************************************* */
/* 4.NAVIGATION */
#nav-main {
	/*width:75%;*/
	float:right;
	clear:right;
	text-align:right; 
	height:36px;
	margin-top: 60px;
}
#nav-utility span {
	background-image:url(images/background-nav-utility-right.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	display:block;
	height:30px;
	position: relative;
}
	
#nav-utility {
	display: inline-block;
	width: auto;
}
#nav-utility li {
	background-position:0px 0px;
	background-image:url(images/background-nav-utility-top.jpg);
	height:20px;
	font-size:11px;
	margin:0 0 0 0;
	padding:3px 0px;
	position: relative;
	display: block;
	float: left;
	clear: both;
	width: auto;
	min-width: 192px;
}
#nav-utility ul {
	padding: 0;
	width: 100%;
}
#nav-utility:hover li.additional_links {
	display: block;
}
#nav-utility li.additional_links {
	clear: both;
	padding:0;
	width: 100%;
	height: auto;
	display: none;
}
#nav-utility li.additional_links li {
	clear: both;
}

#nav-utility ul li:last-of-type a {
	padding-left: 10px;
}

#utility_container {
	height: auto;
	clear: right;
	text-align:right;
	position: absolute;
	z-index: 20;
	right: 0;
}
#nav-utility li.bottom {
	height: 16px; 
	width: 100%; 
	clear: both; 
	padding: 0;
	background:url(images/background-nav-utility-bottom-mid.jpg) repeat-x;
}
#left_bottom {
	background:url(images/background-nav-utility-bottom.jpg) no-repeat;
	width: 14px;
	height: 16px;
	float: left;
	position: relative;
}
#right_bottom {
	background:url(images/background-nav-utility-bottom.jpg) -395px 0px no-repeat;
	width: 14px;
	height: 16px;
	float: right;
	position: relative;
}
#left_utility {
	background-image:url(images/background-nav-utility-left-top.jpg);
	width: 3px;
	height: 30px;
	float: left;
	position: relative;
	top: -5px;
}
#right_utility {
	background-image:url(images/background-nav-utility-right-top.jpg);
	width: 3px;
	height: 30px;
	float: right;
	position: relative;
	top: -5px;
}
#nav-utility ul li {
	background-color: #F7F6F1;
	background-image: none;
	width: 100%;
	display: block;
}
#nav-utility a:link, #nav-utility a:visited {
	color:#003767;
	display:block;
	float:left;
	padding:5px 11px;
	text-decoration:none;
	position: relative;
	top: 2px;
	}
#nav-utility a:active, #nav-utility a:hover {
	color:#0063ba;
	}
#nav-utility li:last-of-type a {
	padding-left:17px;
	background-image:url(images/bullet-nav-utility.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
	}
#nav-main {
	font-size:15px;
	*width: 700px;
	}
#nav-main li {
	display:inline-block;
	margin:0 0 0 0;
	position: relative;
	*display: inline;
	zoom: 1;
	z-index: 10;
	}
#nav-main a:link, #nav-main a:visited {
	color:#003767;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 5px 0 25px;
	margin-left:6px;
	background-image:url(images/bullet-nav-main.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	position: relative;
	z-index: 10;
	}
#nav-main a:active, #nav-main a:hover {
	color:#0063ba;
	}
#nav-main li:first-child a {
	background-image:none;
	padding-left:0;
	}
#nav-main li:first-child ul {
	margin-left: 0px;
}
#nav-main li ul li a:link, #nav-main li ul li a:visited{
	float: none;
	text-align: left;
	background: url(images/dd_arrows.png) 0px -154px no-repeat;
	padding-left: 10px;
	border-bottom: solid #E1E1E1 1px;
	display: block;
	padding-bottom: 10px;
}
#nav-main li ul li a:hover {
	background-position: 0px 5px;
	color: #8FD300;
}
#nav-main li ul li {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background: url(images/dd_body.png) repeat-y;
	width: 238px;
}
#nav-main li ul li:first-child {
	background: url(images/dd_top.png) 0px bottom no-repeat;
	width: 258px;
	height: 10px;
	position: relative;
	margin: 0;
	border: none;
	padding: 0;
}
#nav-main li ul li:nth-last-child(2) a {
	border:none;
}
#nav-main li ul li.last-child {
	background: url(images/dd_bottom.png) no-repeat;
	width: 258px;
	height: 10px;
	position: relative;
	margin: 0;
	border: none;
	padding: 0;
	*top: -10px;
}
#nav-main li.last-child a {
	padding-right:0;
	}
#nav-main li ul {
	position: absolute;
	margin-left: 25px;
	width: 258px;
	display: none;
	padding-top: 25px;
	z-index: 5;
	*margin-left: 0px;
	*left: 10px;
}
#nav-main li:hover ul {
	display: block;
}
#nav-main li ul li {
	display: block;
	list-style: none;
}
#private #nav-main {
	font-size: 15px;
	}
#private #nav-main li:last-of-type a {
	padding-right:0;
	}
#nav-left {
	font-size:20px;
	margin-bottom:70px;
	}
#nav-left li {
	border-bottom:solid #E1E1E1 1px;
	margin:0 0 0 0;
	display: block;
	}
#nav-left li:last-of-type {
	border-bottom:0px;
	}
#nav-left a {
	background:url(images/side_nav_arrow.png) no-repeat 0px -46px;
	padding-left: 12px;
	text-decoration: none;
	color:#003767;
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
}
#nav-left li ul li {
	border: none;
}
#nav-left li ul li ul li a{
	font-size: 12px;
}
#nav-left li ul li ul li ul li a{
	font-size: 11px;
}
#nav-left ul, ul#nav-left {
	margin-left: 15px;
}
#nav-left a:hover, #nav-left a.on {
	color:#7FBA00;
	background-position: 0px 5px;
}
#nav-left li ul a {
	color:#003767;
	background:url(images/arrow-nav-left-sm-blue.png) no-repeat;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 0px;
	background-position: 2px 6px;
}
#nav-left li ul a:hover, #nav-left li ul a.on {
	color:#7FBA00;
	background-position: 2px -74px;
}
 .header_superscript{font-size:12px; vertical-align:top;  line-height: 24px;} 
 a .header_superscript {font-size: inherit; line-height: inherit; }
 .blog_post .header_superscript { line-height: 21px;}
  .superscript{font-size:8px; vertical-align:top;  line-height: 16px;} 
  
  .entry-content ul, .entry-content ol {
	padding-left: 40px;
  }
  
  .entry-content ul li {
	list-style-type: disc;
	display: list-item;
  }
/*
	background-repeat:no-repeat;
	background-position:13px -33px;
	color:#003767;
	display:block;
	text-decoration:none;
	padding:16px 0 11px 25px;
	padding: 4px 0 3px 34px;
	color:#003767;
	background:url(images/arrow-nav-left-sm-blue.gif) no-repeat;
	color:#7FBA00;
	color:#003767;
	background-position: 38px 6px;
*/
#nav-footer {
	float:right;
	}
	
/* ********************************************* */
/* 5.CONTENT */
.image_w_caption {
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	width: 158px;
	padding: 2px;
	height: 146px;
	vertical-align: top;
}
.image_w_caption.jewelry {
	height: 216px;
}
#feature {
	padding:2px 0px;
	border-bottom:solid #EDE6D9 1px;
	}
#feature.interior {
	height:180px;
	}
#content {
	background-image:url(images/background-content.jpg);
	background-repeat:no-repeat;
	packground-position: top center;
	width:100%;
	float:left;
	}

#content #breadcrumbs {
	width:100%;
	text-align:right;
	font-size:11px;
	height:18px;
	padding-top:3px;
	padding-bottom:20px;
	}
#content #breadcrumbs ul {
	padding-right:8px;
	}
#content #breadcrumbs ul li {
	display:inline !important;
	background-image:url(images/arrow-breadcrumbs.gif) !important;
	background-repeat:no-repeat;
	background-position:0 3px;
	}
#content #breadcrumbs ul li a:link, #content #breadcrumbs ul li a:visited {
	color:#717b84;
	padding-left:9px;
	display:inline;
	}
#content #breadcrumbs ul li a:hover, #content #breadcrumbs li.current {
	color:#5180a8;
	}
#content #breadcrumbs li.current
	{
		padding-left: 9px;
	}
#content #breadcrumbs ul li:first-of-type {
	background-image:none;
	}
#content #col-left {
	float:left;
	width:26%;
	border-right:solid #E1E1E1 1px;
	padding:8px 0 0;
	}
#private #content #col-left {
	padding-top:38px;
	}
#private #content #col-left h1 {
	margin-bottom:10px;
	padding-top:30px;
	}
#content #col-left img {
	display:block;
	padding-bottom:16px;
	}
#content #col-right {
	float:right;
	width:66.666666%;
	padding:0px 10px 0 0;
	}
#content #col-right ul {
	padding-left: 40px;
	margin-bottom: 20px;
}
#content #col-right ul li {
	list-style-type: disc;
	display: list-item;
	margin-bottom: 5px;
}
#homepage #col-right {
	padding-top:32px;
	}
#sidebar {
	font-size:12px;
	}
#sidebar h3 {
	margin-bottom:10px;
	}
#sidebar.from-batesville li {
	margin:0 0 20px 0;
	padding:0 25px 0 0;
	}
#sidebar.product-videos li {
	margin:0 0 20px 0;
	padding:0 25px 0 0;
	text-indent:12px;
	background-image:url(images/arrow-left-col-list.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	}
#sidebar.from-batesville a:link, #sidebar.from-batesville a:visited, #sidebar.product-videos a:link, #sidebar.product-videos a:visited {
	color:#003767;
	}
#sidebar.from-batesville a:active, #sidebar.from-batesville a:hover, #sidebar.product-videos a:active, #sidebar.product-videos a:hover {
	text-decoration:underline;
	}

/* 5A.HOMEPAGE */

#feature.home {
	background: url(images/slide1_bg.png) -30px 0px no-repeat;
	width: 1021px;
	height: 385px;
	margin-left: -30px;
	padding: 0;
	}

#feature .caption {width: 340px; height: 100%; float: right; left: 0; bottom: 0; background: url(images/caption_bg.png) repeat-y; margin-bottom: 1px; margin-right: 30px; }
#feature .caption h1 {
	font-size: 26px;
	text-align: center;
	margin-top: 20px;
	*margin-top: 40px;
	margin-bottom: 0px;
	line-height: 29px;
	width: 324px;
	margin-left: auto;
	margin-right: auto;
	height: 29px;
	background: url('images/home_header_bg.png') 0px 0px no-repeat;
	display: block;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
/* Caption style */
/* IE rgba() hack */
#feature .caption h2 {
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	font-family: Brawler, Georgia, Palatino, serif;
}
#feature .caption p {
	text-align: center;
	font-size: 12px;
	line-height: 19px;
	margin-top: 25px;
}
#feature .caption h1, #feature .caption h2, #feature .caption-link a, #feature .caption p {
	color: white;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
}
#feature .caption-link a:hover {
	text-decoration: underline;
}
#feature .caption .caption-link {
	background: #8FD400;
	font-family: Brawler, Georgia, Palatino, serif;
	width: 100%;
	height: 27px;
	padding-top: 14px;
	text-align: center;
}
#feature .caption-link a {
	background: url('images/link_arrow.png') 25px 2px no-repeat;
	padding-left: 45px;
}

/* 5B.BLOG*/
.blog_post {
	display: block;
	border-bottom: solid #E1E1E1 1px;
	padding: 20px;
}

.blog_post a:first-child:hover h2, .blog_post a:first-child:hover {
	color: #7FBA00;
}

.blog_post h2 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: Brawler, Georgia, Palatino, serif;
}

.blog_post h3 {
	font-size: 16px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

.post_info {
	font-size: 12px;
	margin-bottom: 15px;
}

/* ********************************************* */
/* 6.FOOTER */
#footer {
	padding-top:70px;
	padding-bottom:40px;
	display:block;
	clear:left;
	background-image:url(images/background-footer.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:100px;
	color:#565656;
	}
#footer #copyright {
	padding-top:20px;
	float:left;
	font-size:11px;
	line-height:170%;
	}
#footer ul {
	float:left;
	padding-top:10px;
	background-image:url(images/background-nav-footer-divider.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	}
#footer ul:nth-child(1) {
	background-image:none;
	}
#footer li {
	text-transform: uppercase;
	font-size:12px;
	margin:0;
	}
#footer li a:link, #footer li a:visited {
	padding: 8px 25px;
	color: #000000;
	display:block;
	}
#footer li a:visited, #footer li a:hover {
	color: #000000;
	}
	
/* SINGLE */

#nav-single {
	margin-top: 20px;
}

.nav-previous a {
	background: url(images/prev_arrow.png) 2px 4px no-repeat;
	padding-left: 12px;
	font-style: normal;
}

.nav-previous {
	display: inline-block;
	width: 92px;
	*display: inline;
	zoom: 1;
}

.nav-previous a:hover {
	background-position: 2px -22px;
	color: #7FBA00;
	text-decoration: none;
}

.nav-news a {
	padding-left: 12px;
	font-style: normal;
}

.nav-news {
	display: inline-block;
	width: 125px;
	*display: inline;
	zoom: 1;
}

.nav-news a:hover {
	background-position: 2px -22px;
	color: #7FBA00;
	text-decoration: none;
}

.nav-next a {
	background: url(images/arrow-nav-left-sm-blue.png) right 4px no-repeat;
	padding-right: 12px;
	font-style: normal;
}

.nav-next a:hover {
	background-position: right -76px;
	color: #7FBA00;
	text-decoration: none;
}

/* login */
.error_message {
	color: red;
}

#welcome {
	display: inline-block;
	float:left;
	cursor: pointer;
	cursor: hand;
}

#down_arrow {
/*
	width: 20px;
	height: 4px;
	background: url(images/down_arrow.png) no-repeat;
	display: inline-block;
	position: relative;
	left: 3px;
	top: -1px;
	*/
	float:left;
	width:8px;
	height:4px;
	background: url(images/down_arrow.png) no-repeat;
	display: inline-block;
	position: relative;
	left: 3px;
	top:5px;

}

.welcome:hover #down_arrow {
	background-position: 0px -6px;
}

.welcome {
	cursor: default;
}

.column {
	display: inline-block;		
}
	
input[type="text"], input[type="password"] {
	width: 200px;
	border:1px solid #a9a9a9;
}

input[readonly] {
	background-color: #cecec7;
}

#content #col-right form ul {
	padding-left: 10px;
	margin: 5px 0 0 0;
}
#content #col-right form ul li {
	font-size: 12px;
	margin-bottom: 0;
}

#users_nav {
    margin-top: 20px;
}

#users_nav a {
    padding: 8px 16px;
    background-color: #0059a9;
    color: #ffffff;
	font-family: 'Brawler', Georgia, Palatino, serif;
}

#users_nav a:hover {
    background-color: #377b2b;
}

#ua_scrollbox {
	overflow-y: scroll;
	height: 350px;
	width: 100%;
	border: 1px solid #dddddd;
	padding: 10px;
	margin-bottom: 20px;
}

button.submitEdit {
	background:none!important;
	border:none;
	padding:0!important;
	font: inherit;
	color: #0059a9;
	cursor: pointer;
}

button.submitEdit:hover {
	color: #377b2b;
}

.field {
	padding: 5px 5px 5px 0px;
}

.success_message {
	color: #003767;
}
.gap ul li{
	margin:0;
}




/* Gravity Form Layout Fixes */
#content #col-right form li.gsection {margin-bottom:1.2em;}
#content #col-right .gform_wrapper .top_label li.gfield.gf_left_half,
#content #col-right .gform_wrapper .top_label li.gfield.gf_right_half,
#content #col-right .gform_wrapper .top_label li.gfield.gf_left_third,
#content #col-right .gform_wrapper .top_label li.gfield.gf_middle_third,
#content #col-right .gform_wrapper .top_label li.gfield.gf_right_third {display:inline-block;}
#content #col-right form li.gfield {margin:6px 0;}