/*
Theme Name: Carna4
Theme URI: http://wordpress.org/
Description: Customized theme for the Carna4 website.  Based on the default Wordpress TwentyTen theme.
Author: Gary smith
Version: 1.1
Tags: Carna4
*/


/* =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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: #663300;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: none;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
	background-color: transparent;
	background-image: none;
	height: 431px;
		height: 465px !important;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 940px;
	position: relative;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, Helvetica, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	background: transparent;
	margin-top: 12px;
	padding: 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
	width: 910px !important;
	margin: 0 auto;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 280px;
	height: 337px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 11px;
	font-weight: bold;
	width: 940px;
		width: 880px;
	text-align: center;
}
#site-generator {
	float: right;
	width: 220px;
}
#footer-widget-area #third {
	padding-top: 25px;	
	margin-right: 0;
	margin-left: 40px;
	width: 260px;
}
#footer-widget-area #third .textwidget {
	width: 225px;	
	margin-top: 0;
}
#footer-widget-area #third .textwidget p {
	width: 180px;
	padding: 8px 28px 0 0;
	margin: 5px 0 0 0;
	line-height: 17px;
	text-align: left;
	background-image: none;
}
#footer-widget-area #third .textwidget p a {
	font-size: 16px;
	line-height: 17px;
	text-transform: none;
	font-weight: bolder;
	display: inline;
	text-decoration: none;
}
#footer-widget-area #third .textwidget p a:hover {
	text-decoration: underline;
}
#footer-widget-area #third .widget_mailinglistsubscribewidget,
#shortcode_subscribe_form {
	padding-left: 0;	
}
div.subscribe-form {
	width: 220px;
	height: 30px;
	padding: 0;
	margin: 10px 0 10px 0;
	float: left;
	clear: left;
	position: relative;
}
div.subscribe-form input[type="text"] {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	font-size: 13px !important;
	line-height: 14px !important;
	padding: 4px !important;
}
div.subscribe-form input[type="submit"] {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
}
#footer-widget-area #third .widget_mailinglistsubscribewidget input[type="text"],
#shortcode_subscribe_form input[type="text"] {
	width: 140px;	
	color: #63482f;
	background-color: white;
	font-style: italic;
	padding: 4px;
	font-size: 13px;
	margin: 0;
}
#footer-widget-area #third .widget_mailinglistsubscribewidget input[type="submit"],
#shortcode_subscribe_form input[type="submit"] {
	width: 62px;
	height: 30px;
	overflow: visible;
	border: none;
	background-image: url(images/button-signup.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	color: transparent;
	font-size: 0px !important;
	margin-left: 0;
}
#footer-widget-area #third p.divline { 
	padding: 5px 0 5px 0;
	margin-left: -20px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #ffeed2;
	background-image: url(images/background-inner.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
body.home {
	background-image: url(images/background-home.jpg);
}
body.home #main {
	height: 1350px !important;
	overflow: hidden !important;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #fff4b4;
	border: none;
	/* box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); */
	color: #8e8383;
	font-size: 12px;
	font-style: italic;
	padding: 3px;
}
a:link {
	color: #669900;
	text-decoration: none;
}
a:link span {
	color: #669900 !important;	
}
a:visited {
	color: #669900;
	text-decoration: none;	
}
a:active,
a:hover {
	color: #669900;
	text-decoration: underline;	
}
a span {
	color: #669900 !important;	
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
	height: auto;
	background-color: transparent;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: -5px 5px 0 0 !important;
	width: 178px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin-top: -5px;
}
#site-title img {
	margin-left: 42px !important;
}
#site-description {
	clear: right;
	float: left;
	font-style: italic;
	margin: 0 0 0 160px;
	width: 244px;
}
#site-search {
	float: right;
	width: 217px;
	height: 24px;
	overflow: visible;	
}
#site-search label {
	display: none;	
}
#site-search div, #site-search form {
	height: 24px;	
	overflow: visible;
}
#site-search input[type="text"] {
	width: 143px !important;	
	height: 18px !important;
	padding: 2px !important;
	margin: 0 0 2px 0 !important;
	border: none !important;
	color: #90670e;
}
#site-search input[type="submit"] {
	width: 62px;
	height: 30px;
	overflow: visible;
	border: none;
	background-image: url(images/button-search.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	color: transparent;
	font-size: 0px !important;
	margin-left: 5px;
}
/* This is the custom header image */
/*#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}*/
#branding {
	height: 100px;
	background-color: transparent;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: transparent;
	display: block;
	float: left;
	margin: -20px 0 0 110px;
	width: 805px;
}
#access .menu-header,
div.menu {
	font-size: 14px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access ul li {
	background-image: url(images/nav-separator.png);
	background-position: right 5px;
	background-repeat: no-repeat;
	padding: 0;
}
#access ul li.last-top-level-menu {
	background-image: none;	
}
#access ul li ul {
	margin-top: 20px !important;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access .menu-header li a img {
	margin-top: 15px;
	margin-right: 3px;
	margin-left: 3px;
}
#menu-main-nav > li a img {
	padding-bottom: 15px;
}
#access a {
	color: #669933 !important;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access a:hover {
	color: #669933;
}
#access a span {
	color: #669933;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 200px;
	z-index: 99999;
	padding: 17px 20px 10px 0;
	background-color: #fff8eb;
	background-image: none !important;
}
#access ul ul li.double-line-row {
	padding: 0;
	margin: 0;
	height: 10px;
	background-image: none !important;
}
#access ul ul li span.double-line {
	display: block;
	width: 190px;
	height: 100%;
	margin: 0 0 0 15px;
	padding: 4px 0 0 0;
	height: 6px;
	background-image: url(images/double-line.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	
}
#access ul ul li {
	min-width: 200px;
	background-image: none !important;	
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #fff8eb;
	line-height: 1em;
	padding: 7px 5px 7px 5px;
	width: 180px;
	height: auto;
	margin: 0 15px 4px 15px;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #fff8eb;
	background-image: url(images/background-menu.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #fff;
}
#access ul ul :hover > a {
	background-image: none;
	/* margin: 0 15px 0 15px; */
}
#access ul ul :hover > a {
	color: #669933;
	background-color: #f1f1d6;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #669933;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #669933;
}

#access ul li.current-menu-item,
#access ul li.current-menu-parent {
 /* */
}

/* =Content
-------------------------------------------------------------- */
#main {
	clear: both;
	overflow: visible; /* changed march 6 */
	padding: 40px 0 0 25px;
	min-height: 500px;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #603913;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content h1 span,
#content h2 span,
#content h3 span,
#content h4 span,
#content h5 span,
#content h6 span {
	color: #000;
	line-height: 1.5em;
	margin: 15px 0 5px 0;
}
#content h1 iframe {
	margin: 0 0 -11px 0;
	padding: 0;
}
#content table {
	background-color: #ffeed2;
	border: none;
	color: #663326;
	margin: 0 -1px 24px 0;
	padding: 5px;
	text-align: left;
	width: 100%;
	font-size: 14px !important;	
	line-height: 18px !important;
}
#content table a {
	color: #663326 !important;
}
#content table tr th,
#content table thead th {
	background-color: #e7d3b3;
	color: #663326;
	font-weight: bold;
	line-height: 18px;
	padding: 10px;
	margin: 5px;
	vertical-align: bottom;
}
#content table tr {
	border: none;
	background-image: url(images/table-double-line.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#content table tr.spacer {
	background-image: none;
	height: 15px;
}
#content table thead  {
	border: none !important;
	background-image: none !important;
}
#content table tr td {
	border: none;
	padding: 5px 6px 6px 6px;
}
.hentry {
	margin: 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #020201;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #669900;
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
	margin-bottom: 0;
	margin-top: 0;
}
#content .entry-title span {
	color: #669900;	
}
.entry-title a:link,
.entry-title a:visited {
	color: #603913;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #603913;
	text-decoration: underline;
}
.entry-meta {
	color: #020201;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	width: 856px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 10px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #020201;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #020201;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #669900;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #669900;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: transparent;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #020201;
	font-size: 12px;
	margin: 5px;
	font-style: italic;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #020201;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #020201;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #020201;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#commentform input {
	background-color: #ebe0cd;
	border: 1px solid #dad0bc;	
}
#comments {
	clear: both;
	width: 660px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #020201;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #020201;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #020201;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
.entry-utility, .edit-link { /* hide edit links */
	display: none !important;	
}

/* Comments form */
input[type=submit] {
	color: #333;
	padding: auto;
	cursor: pointer !important;
}
#comments input[type=submit] {
	padding: 5px;
	border: 1px solid black;
	background-color: #FF9;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #020201;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
	background-color: #ebe0cd;
}
#respond .form-allowed-tags {
	color: #020201;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #603913;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
	width: 1017px;
	height: 395px;
		height: 430px;
	overflow: hidden;
	margin-top: -15px;
}
#footer-widget-area .widget-area {
	width: 276px;
	height: 289px;
	padding: 100px 10px 10px 10px;
	margin: 0 40px 0 0;
	background-position: top left;
	background-repeat: no-repeat;	
}
#footer-widget-area #first {
	background-image: url(images/header-newsroom.png);
	background-position: 40px 10px;
	padding-left: 40px;
	width: 236px;
	margin-right: 0;
	overflow: hidden;
}
#footer-widget-area #second {
	background-image: url(images/header-twitter-feed.png);
	background-position: 40px top;
	padding-left: 40px;	
	width: 236px;
	margin-right: 0;
	overflow: hidden;	
}

#footer-widget-area h3.widget-title {
	display: none;
}
#footer-widget-area ul {
	list-style-type: none;
	margin-left: -2px;
}
#footer-widget-area ul.xoxo {
	max-height: auto;	
	overflow: hidden;
}
#footer-widget-area #third ul.xoxo {
	overflow: visible !important;
}
#footer-widget-area li {
	color: #603913;
	font-size: 14px;
	line-height: 20px;
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 10px;
	padding-left: 0;
	list-style-position: inside;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin: 0;
	background-image: url(images/background-footer.png);
	background-position: bottom center;
	background-repeat: repeat-x;
}
.home-footer {
	background-image: url(images/background-footer-home.png) !important;	
}
#colophon {
	border: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 18px 0 0 0;
}
#site-info {
	font-weight: normal;
	background-color: transparent;
	color: #c7b299;
	text-transform: uppercase;
}
#site-info a {
	color: #c7b299;
	text-decoration: none;
}
#site-info a:hover {
	text-decoration: underline;	
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

#container.home-page {
	position: relative;
	margin-left: 16px !important;
}
#container.inner-page {
	min-height: 500px;
	width: 940px;
	background-image: none;
	background-color: transparent;
	padding: 10px 0 0 0;
}
#container.inner-page .hentry {
	width: 	910px !important;
	float: right !important;
}
#container.inner-page p {
	color: #663300;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 8px;
}
#inner-page-bottom {
	clear: both;
	height: 60px;
	width: 940px;
	margin: 0 auto 0 auto;
	background-image: none;
	background-color: transparent;
	position: relative;	
}
#inner-page-bottom p {
	width: 160px;	
	height: 15px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

/* twitter feed widget */
#twitter-feed {
	height: 145px;
	width: 240px;
	overflow: hidden;
}
#twitter-feed ul {
	margin-left: 0 !important;	
	width: 240px;
	padding: 0;
}
#twitter-feed ul  li {
	line-height: 17px;	
}

/* Social Sharing links */
#simple-social-sharing {
	width: 170px !important;
	height: 20px;
	text-align: right;
	margin-left: 55px;
	padding-top: 10px;
}
#simple-social-sharing a,
#simple-social-sharing span {
	float: left;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0 0 0 -5px;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 940px;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/* carna4 home page */
div.promo-container {
	width: 735px;
	height: 280px;
	padding: 0 0 0 47px;
	margin: 0 ;
}
div.promo-container .promo {
	height: 283px;	
	background-repeat: no-repeat;
	background-position: top left;
	margin: -30px 0 0 -15px;
	padding: 0;
	z-index: 99;
	overflow: hidden;
}
div.promo-container .promo img.promo-rollover {
	margin-top: 25px !important;
}
div.promo-container .promo img.rollover-1 {
	padding-left: 100px;	
}
div.promo-container .promo img.rollover-2 {
	padding-left: 115px;	
}
div.promo-container .promo img.rollover-3 {
	padding-left: 115px;	
}
div.promo-container .promo img.rollover-4 {
	padding-left: 100px;	
}
div.promo-container .promo img.rollover-5 {
	padding-left: 104px;	
}
div.promo-container p.home-header {
	margin: 17px 0 0 128px;
	padding: 0;
	width: 396px;
	height: 50px;
}
div.promo-container p.home-header img {
	padding: 0;
	margin: 0;
	border: none;
}
div.promo-container p.home-intro-text {
	color: #663300;
	font-size: 18px;
	line-height: 27px;
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	width: 660px;
	height: 50px;
	margin: 30px 0 0 60px;
	padding: 0;
	text-align: justify !important;
	font-weight: bold;
}
div.promo-container p.home-intro-text span.standout,
div.promo-container p.home-intro-text span.standout a {
	color: white !important;	
	font-weight: normal !important;
	font-style: italic !important;
	text-decoration: none;
}
div.promo-container .promo-banner {
	margin: -55px 0 0 60px;	
	padding: 0;
	width: 651px;
	height: 96px;
	background-image: url(images/promo-banner.png);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
	z-index: 98;		
}
div.promo-container .promo-banner div {
	margin: 30px 0 0 0;
	padding: 0;
	float: left;
	height: 60px;	
}
div.promo-container .promo-banner div a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
}
div.promo-container .promo-banner div .clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0;
}
div.promo-container .promo-banner .promo1 {
	width: 96px;
	margin-left: 10px;
}
div.promo-container .promo-banner .promo2 {
	width: 141px;
}
div.promo-container .promo-banner .promo3 {
	width: 124px;
}
div.promo-container .promo-banner .promo4 {
	width: 106px;
}
div.promo-container .promo-banner .promo5 {
	width: 146px;
}
/* home page video */
#content .home-video {
	width: 550px;
	height: 332px;
	position: absolute;
	top: 340px;
	left: -5px;
}
/* home page quote */
#content .home-illustration {
	position: absolute;
	top: 33px;
	left: 552px;
	width: 502px;
	height: 607px;
	padding: 0;
	margin: 0;
	z-index: -100 !important;
}
#content  .home-quote img {
	width: 333px;
	height: 151px;
	padding: 0;
	margin: 0;	
	border: none;
}
/* content ordered and unordered lists */
#content ol li, #content ul li {
	font-size: 14px;
	line-height: 23px;	
	margin: 12px 0 12px 0;
}
#content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}
/* 404 page */
#content .error404,
#content .no-results {
	width: 710px;
	float: right;
}
/* index entry previews */
#content .entry_preview {
	width: 600px;
	margin-left: 30px;
}
#content .entry_preview h3 {
	margin-bottom: 0;	
}
#content .entry_preview .postedline {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0;
	padding: 0;
}
#content .navigation {
	width: 640px;
	color: #669900;
}
#content .navigation a {
	color: #669900 !important;
}
#content .navigation a:hover {
	color: #669900 !important;
	text-decoration: underline !important;
}
/* search results */
#content .search-results {
	width: 710px; 
	float: right;
	margin-bottom: 60px;
}
#content .search-results .hentry {
	margin: 10px 0 0 0;	
}
#content .search-results .hentry h2 a {
	color: #669900;
	font-size: 16px;
	line-height: 1.6em;
}
#content .search-results .hentry .entry-meta,
#content .search-results .navigation  {
	display: none;	
}
#content .search-results .hentry .entry-summary {
	margin: 0;
	padding: 0;
}
/* secondary content right column */
#content .secondary {
	float: right;
	width: 240px;
	background-color: transparent;
	color: black;
	padding: 10px;
	margin: 0 0 10px 20px;
}
#content .secondary h3 {
	font-size: 16px;
	line-height: 22px;
	color: #330000;
	font-weight: bold;
}
#content .secondary p,
#content .secondary li,
#content .secondary p strong,
#content .secondary li strong,
#content .secondary p em,
#content .secondary li em {
	color: #003300;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-style: italic;
	font-size: 14px;
	line-height: 23px;
}
#content .secondary a {
	color: #339900 !important;	
}
/* FAQ */
#content .post-115 p a {
	
}
#content .post-115 h3 {
	margin-bottom: 5px;
	margin-top: 10px;
}
/* Newsroom */
#content .post-101 h2 {
	margin-bottom: 5px;
	margin-top: 16px;
}
#content .post-101 h3 {
	margin-bottom: 5px;
	margin-top: 10px;
}
#content .post-101 p.postedline {
	color: black;	
}
/* blue emphasis text style */
address {
	text-decoration: none !important;
	font-size: 18px !important;
	line-height: 25px !important;
	color: #669900 !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-style: italic !important;
	margin-bottom: 10px !important;
}
/* carna4 table styles */
/* #content table {
	width: 100%;
}
#content table tr td {
	border: 1px solid #AAAAAA;
	padding: 2px !important;
}
#content table td p {
	font-size: 11px !important;
	line-height: 14px !important;
	font-weight: normal !important;
}
#content table td p.p2 {
	font-size: 13px !important;
	line-height: 16px !important;
	font-weight: bold !important;
} */
#message {
	font-size: 14px;
	font-weight: bold;
	color: #060;
}
/* formidible form customizations */
#frm_form_fields .frm_description {
	width: 500px;
	line-height: 20px;
}
.with_frm_style .frm_form_fields input[type="text"], 
.with_frm_style .frm_form_fields input[type="email"], 
.with_frm_style .frm_form_fields input[type="number"], 
.with_frm_style .frm_form_fields input[type="url"], 
.with_frm_style .frm_form_fields select, .with_frm_style 
.frm_form_fields textarea, .frm_form_fields_style, 
.frm_form_fields_active_style, 
.frm_form_fields_error_style {
	border-color: #aaaaaa !important;
}
form.frm-show-form {
	border: none !important;
	background-color: transparent !important;
}
.testimonial {
	width: 70%;
	min-height: 160px;
	height: auto;
	padding: 0;
	margin: 0 0 10px 0;
}
.testimonial img {
	float: left;
}
p.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
/* new twitter widget */

#twtr-widget-1 {
	width: 260px;
	height: 204px;
	margin: 0 0 0 -7px;
	padding: 0;
	overflow: visible;
}
#twtr-widget-1 .twtr-doc {
	padding: 0;
	margin: 0;
	height: 144px;
	overflow: visible;	
}
#twtr-widget-1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px !important;
	padding: 0 !important;
	margin: 0 !important;
}
#twtr-widget-1 .twtr-hd,
#twtr-widget-1 .twtr-ft,
#twtr-widget-1 p em {
	display: none;	
}
#twtr-widget-1 .twtr-tweet {
	border: none !important;;	
}

/* store locator widget */
#content #sl_div {
	padding: 0 !important;
	margin-left: -5px !important;
	width: 700px;
}
#content #sl_div table,
#content #sl_div table tr,
#content #sl_div table td {	
	border: none !important;	
	background-image: none !important;
	background-color: transparent !important;
}
#content #sl_div .sl_footer {
	display: none;	
}
#content #sl_div #addressInput {
	background-image: none !important;	
	font-size: 14px !important;
}
#content #sl_div .searchResultsTable {
	margin-bottom: 0px !important;	
}
#content #sl_div #map_sidebar {
	height: auto !important;	
}
#content #sl_div #map_sidebar .text_below_map {
	display: none;	
}
#content #sl_div #map {
	border: 1px solid #e3aa5d;	
}
#content #sl_div table {
	margin-bottom: 0 !important;	
}

/* sitemap styles */

div.sitemap-container ul.sitemap {
	list-style-type: none !important;
}
div.sitemap-container ul.sitemap li {
	font-size: 16px !important;	
}
div.sitemap-container ul.sub-menu {
	list-style-type: none !important;
	padding-left: 15px;
	margin-bottom: 25px !important;
}
div.sitemap-container ul.sub-menu li {
	font-size: 14px !important;	
}

body.page-id-2353 h1 iframe {
	display: none !important;	
}
/* PRODUCT ORDER FORM - DEC 2012 */
#frm_form_12_container select,
#frm_form_12_container input[type="text"],
#frm_form_12_container input[type="email"],
#frm_form_12_container input[type="url"] {
	background-color: white;
	border: 1px solid #888888;
	border-radius: 3px 3px 3px;
	max-width: 220px !important;
}
#frm_form_12_container input[type="number"] {
	background-color: white;
	border: 1px solid #888888;
	border-radius: 3px 3px 3px;
}
#frm_form_12_container .form-field {
	clear: both !important;
	float: none !important;
	height: auto !important;
}

#frm_form_12_container #product-list {
	width: 820px !important;
}
#frm_form_12_container #product-list .frm_left_container label.frm_primary_label {
	width: 550px;
}
#frm_form_12_container #product-list div,
#frm_form_12_container #product-list div label {
    color: #663300 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: normal !important;
    margin: 6px 0 6px 0 !important;
    padding: 0 0 6px 0 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}
#frm_form_12_container #product-list > div {
    border-bottom: 1px solid #663300 !important;
}
#frm_form_12_container #product-list div label {
	margin-top: 6px !important;
}
#frm_form_12_container h3 {
	margin-top: 32px !important;
}
#frm_form_12_container p#prod-headings {
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: bold !important;
	color: black !important;
	height: 40px !important;
	margin: 10px 0 5px 0;
	padding: 4px 0 4px 0;
	border-top: 1px solid #663300 !important;
	border-bottom: 2px solid #663300 !important;
}
#frm_form_12_container p#prod-subtotal {
	font-size: 16px !important;
	line-height: 22px !important;
	font-weight: bold !important;
	color: black !important;
	height: 25px !important;
	margin: -4px 0 5px 0;
	padding: 14px 36px 12px 0;
	border-top: 2px solid #663300 !important;
	border-bottom: 1px solid #663300 !important;
	color: #663300 !important;
}
#frm_form_12_container p#prod-subtotal span.text {
	display: block;
	float: left !important;
	display: block !important;
	width: 200px !important;
	text-align: left !important;
}
#frm_form_12_container p#prod-subtotal span.value {
	display: block;
	float: right !important;
	width: 200px !important;
	text-align: right !important;
}
#frm_form_12_container span {
	float: left !important;
	display: block !important;
	text-align: right !important;
}
#frm_form_12_container p span.prod-name {
	width: 310px !important;
	text-align: left !important;
}
#frm_form_12_container p span.prod-msrp {
	width: 140px !important;
}
#frm_form_12_container p span.prod-wholesale {
	width: 150px !important;
}
#frm_form_12_container p span.prod-qty {
	width: 100px !important;
}
#frm_form_12_container p span.prod-total {
	width: 120px !important;
}
#frm_form_12_container p.prod-row {
	height: 30px !important;
}
#frm_form_12_container p span.smaller {
	font-size: 12px !important;
	line-height: 16px !important;
}
#frm_form_12_container #product-list div.frm_error {
	text-align: right !important;
	color: #ff0000 !important;
	font-weight: bold !important;
	padding-right: 10px !important;
}
#form_fia841  {
	border: none !important;
	background-color: transparent !important;
}
#dealer-login-link {
	display: block; 
	clear: both; 
	padding: 0 0 0 12px; 
	margin: 9px 0 0 135px; 
	width: 75px; 
	text-align: left; 
	color: #663300 !important; 
	height: 12px; 
	font-size: 11px !important;
	line-height: 14px !important;
}
#post-3126 h1.entry-title iframe {
	display: none !important;
}
#calculate-button {
	float: right !important;
	margin: -48px 138px 0 0 !important;
}
#order-products tr.head td,
#order-products tr.total td {
	font-size: 16px;
	font-weight: bold;
}
#order-products td {
	text-align: right;
}
#order-products td.desc {
	text-align: left;
}
/* NEW HOME PAGE FEB 2013 */
#sliderspacer {
	width: 1px;
	height: 40px;
	clear: both;
	float: none;
	padding: 0;
	margin: 0;
}
#home-page-slider {
	width: 840px;
	height: 425px !important;
	margin: -8px 0 0 0;
	padding: 0;
	overflow: hidden !important;
	overflow-x: hidden !important;
	position: relative;
}
#home-page-slider-slides {
	width: 3500px;
	height: 425px;
	margin: 0;
	padding: 0;
	position: relative;
}
#home-page-slider-slides div.slider-post {
	float: left !important;
	width: 840px;
	height: 425px;
	padding: 0;
	margin: 0;
	position: relative;
	background-position: bottom left;
	background-repeat: no-repeat;
}
#home-page-slider div.slider-post em {
	color: white !important;
}
#home-page-slider div.slider-post h2 {
	position: absolute;
	top: 55px;
	left: 50px;
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
	color: white;
	text-shadow: 0px 0px 5px #666666;
	width: 360px;
	height: auto;
	z-index: 1000 !important;
}
#home-page-bullets-video .left-portion {
	width: 540px;
	height: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
#home-page-bullets-video .left-portion h3 {
	font-size: 24px;
	line-height: 29px;
	color: white;
	font-weight: bold;
	text-align: center;
	margin: 18px 0 5px 0;
	padding: 0;
	text-shadow: 1px 1px 1px #cccccc;
}
#home-page-bullets-video .left-portion p {
	font-size: 19px;
	line-height: 22px;
	color: #55350f;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 5px 0;
	padding: 0;
}
#home-page-bullets-video .right-portion {
	width: 280px;
	height: 100%;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
}
#home-page-bullets-video .right-portion iframe {
	width: 242px;
	height: 180px;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 10px;
	right: 25px;
}
#home-page-bullets-video {
	width: 840px;
	height: 200px;
	padding: 8px 0 8px 0;
	margin: 15px 0 15px 0;
	border-top: 3px double #b88745 !important;
	border-bottom: 3px double #b88745 !important;	
}
#home-page-products {
	width: 850px;
	height: 640px;
	margin: 10px 0 10px;
	padding: 0;
	overflow: hidden;
}
#home-page-products #all-product-image {
	width: 100%;
	height: 225px;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 0;
}
#home-page-products #all-product-image img {
	width: 800px;
	height: 225px;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
}
#home-page-products h2 {
	font-size: 18px;
	line-height: 22px;
	color: black;
	width: 90%;
	margin: -4px 0 9px 0;
	padding: 0;
}
#home-page-products div.product-post {
	width: 163px;
	height: 324px;
	float: left;
	padding: 15px 25px 15px 15px;
	background-color: white;
	margin: 10px 8px 0 0;
	border-radius: 16px 16px 16px 16px !important;
	border: none;
	border-right: 1px solid #ecdfca;
}
#home-page-products div.rightmost {
	margin-right: 0;
}
#home-page-products div.product-post p.image  {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
#home-page-products div.product-post p.image img {
	margin: 3px auto 5px 0;
	border: 0;
	clear: both;
}
#home-page-products div.product-post ul {
	list-style-type: disc;
	margin: 18px 0 0 0;
	padding: 0;
}
#home-page-products div.product-post p {
	font-size: 15px;
	line-height: 18px;
	margin: 5px 0 5px 0;
	padding: 0;
}
#home-page-products div.product-post li {
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 5px 15px;
	padding: 0;
}
#home-page-products div.product-post p.link {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: right;
}
#home-page-products div.product-post p.link a {
	color: #669900 !important;
	text-decoration: none;
}
#home-page-products div.product-post p.link a:hover {
	text-decoration: underline;
}
#home-likebox {
	margin:-5px 0 10px 0;
	width: 840px;
	height: 25px;
	text-align: right;
	padding: 0;
}
#home-likebox iframe {
	float: right;
}
/* Home Page Awards Graphic */
#awards-heading {
	color: #634928 !important;
	font-size: 24px !important;
	line-height: 29px !important;
	font-weight: bold !important;
	margin-top: 35px !important;
	margin-bottom: 10px !important;
	margin-left: 6px !important;
}
#awards-image {
	padding: 0 0 30px 0;
	margin: 0 auto;
	border-bottom: 3px double #B88745 !important;
}
/* MailChimp Subscribe Form */
#mc-signup-button {
	margin-top: -25px !important;
	margin-bottom: 15px !important;
}

#mc_embed_signup,
#mc_embed_signup form {
	padding: 0 !important;
	margin: 0 !important;
}
#mc_embed_signup form {
	width: 250px;
}
#mc_embed_signup label {
	font-weight: bold !important;
	font-size: 16px !important;
	font-family: Arial, sans-serif;
}
#mc_embed_signup .asterisk {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    font-size: 18px !important;
}
#mc_embed_signup .button {
	background-color: #669900 !important;
	padding: 8px 40px !important;
	height: 50px !important;
	margin-top: -12px !important;
	margin-bottom: 50px !important;
	font-family: Arial, sans-serif !important;
}
/* reCaptcha */
#recaptcha_widget_div {
	height: 129px !important;
	overflow: hidden !important;
	padding-top: 12px !important;
}
#recaptcha_widget_div,
.recaptcha_only_if_privacy {
	margin-top: -10px !important;
}