/* Table of Content
==================================================
	#Typography
	#Links
	#Autonav-Pro Icons
	#Blockquotes
	#Lists
	*/


/* #Typography
================================================== */

	h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; font-weight:bold; line-height:1.5; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1		{ color:#285231; font-size: 2.25em; margin-bottom:.5em; line-height:1; padding-bottom:.5em; font-weight:bold; border-bottom: 1px solid #CCC; width: 100%; }
	h2		{ color:#858585; font-size: 1.5em; margin-bottom:.5em; font-weight:normal; }
	h3		{ color:#666666; font-size: 1.35em; margin-bottom:.5em; }
	h4		{ color:#000000; font-size: 1.25em; margin-bottom:.5em; }
	h5		{ color:#004483; font-size: 1.25em; margin-bottom:.5em; }
	h6		{ color:#285231; font-size: 1.15em; margin-bottom:.25em; font-weight:bold; }

	p		{ color:#555555; font-size: 1em; font-family:'Open Sans', sans-serif; font-weight:400; line-height:1.5; margin-bottom:1em; }
	p img 		{ margin: 0; }
	p.lead 		{ color:#333333; font-size: 1em; font-style:normal; line-height:1.5; margin-bottom:1; }

	em 			{ font-style: italic; }
	strong 		{ font-weight: bold; line-height:1.5; }
	small 		{ font-size: 80%; }
		
	hr 			{ border: 1px dashed #c3c3c3; /*box-shadow:0px -1px #584834;*/ border-width: 1px 0 0; clear: both; margin: .25em 0; height: 0; }
						  
	.blog-title		{ color:#ed1c2d; font-size: 1.75em; }
	.search-title	{ color:#ed1c2d; font-size: 1.25em; font-weight:bold; }
	
	.pfoot { color:#a9bcad; }
	
	div.clickable { /* Containing div must have a position value */ 
	position:relative; 
	width:100%;
	opacity: 1;
    transition: opacity 1s ease-in-out;
     -moz-transition: opacity 1s ease-in-out;
     -webkit-transition: opacity 1s ease-in-out;
    } 
	div.clickable:hover { opacity: 0.8; }
	
	div.clickable a { position:absolute; width:100%; height:100%; top:0; left:0; text-decoration:none; /* Makes sure the link   doesn't get underlined */ 
	z-index:10; /* raises anchor tag above everything else in div */ 
	background-color:white; /*workaround to make clickable in IE */ 
	opacity: 0; /*workaround to make clickable in IE */ 
	filter: alpha(opacity=1); /*workaround to make clickable in IE */ }

	.clickable-image {  }

	.clickable-description { position:absolute; bottom:0px; width:90%; background:rgba(0,0,0,.5); color:#FFF; font-size:1.25em; font-weight:bold; line-height:1.5; padding:5px 5%;
	text-transform:uppercase; border-top:1px solid rgba(255,255,255,.25); }
	
	
/* #Tiny MCE Classes
================================================== */

	body.mceContentBody { font-size:15px; background: #ffffff; }

	.termsconditions {
		font-size:90%; }
		
	.margin-left {
		margin-left:1em; margin-bottom:1em; }
		
	.margin-right {
		margin-right:1em; margin-bottom:1em; }
	
	.image-left {
		float:left; margin-right:1em; margin-bottom:1em; padding:.5em; border: 1px solid #dedede; }
		
	.image-right {
		float:right; margin-left:1em; margin-bottom:1em; padding:.5em; border: 1px solid #dedede; }


	.title		{ width:50%; height:auto; text-align:left; float:left; margin:0 0 20px 0; }
	.quantity	{ width:30%; height:auto; text-align:left; float:left; margin:0 0 20px 0; }
	.price		{ width:20%; height:auto; text-align:right; float:left; margin:0 0 20px 0; }
	.caption	{ font-size:80%; font-style:italic; text-align:center; padding-bottom:1em; }	


/* #Links
================================================== */
	
	div#page a:link 						{ color:#333333; text-decoration: underline; }
	div#page a:visited 						{ color:#333333; text-decoration: none; }
	div#page a:hover,
	div#page a:focus 						{ color:#b7171d; text-decoration: underline; }
	
	.bylifestyle1:link 						{ background:rgba(0,0,0,.25); color:#FFFFFF; text-decoration: none; padding:.3em .6em; }
	.bylifestyle1:visited 					{ color:#FFFFFF; text-decoration: none; }
	.bylifestyle1:hover, 
	.bylifestyle1:focus 					{ background:#005aab; color:#FFFFFF; text-decoration: none; }
	.bylifestyle1:active 					{ background:#005aab; color:#FFFFFF; text-decoration: none; line-height: inherit; }
	
	.footer-link:link 						{ color:#ffffff; text-decoration: none; }
	.footer-link:visited 					{ color:#ffffff; text-decoration: none; }
	.footer-link:hover, 
	.footer-link:focus 						{ color:#ffffff; text-decoration: none; }
	.footer-link:active 					{ color:#ffffff; text-decoration: none; }
	
	.facebook-link:link 						{ color:#FFFFFF; text-decoration: none; }
	.facebook-link:visited 						{ color:#FFFFFF; text-decoration: none; }
	.facebook-link:hover, 
	.facebook-link:focus 						{ color:#FFFFFF; text-decoration: none; }
	.facebook-link:active 						{ color:#FFFFFF; text-decoration: none; }
	

/* #Autonav-Pro Icons
================================================== */
	.anp-icon-phone							{ color:#444444; }
	.anp-icon-map-marker					{ color:#444444; }
	.anp-icon-facebook						{ color:#fff; font-size:1.25em; }
	.nav-item-160							{ margin-left:2em; }
	.anp-icon-link							{ color:#555555; }
	.anp-icon-download-alt					{ color:#555555; }
	.anp-icon-file							{ color:#999999; }
	
	
/*	#Blockquotes
================================================== */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }


/* #Lists
================================================== */
	ul, ol {  margin-bottom:1em; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%; }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height:1.5; font-size:1em; color:#555555; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	
	
/* #Lists
================================================== */	

	.button-red,
	button-red,
	input[type="submit"] {
		background: rgb(180,50,42); /* Old browsers */
		background: rgb(180,50,42) -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: rgb(180,50,42) -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: rgb(180,50,42) -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: rgb(180,50,42) -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: rgb(180,50,42) -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: rgb(180,50,42) linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #900;
	  border-top: 1px solid #C30;
	  border-left: 1px solid #C30;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #FFF;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(0,0,0,.75);
	  cursor: pointer;
	  margin:0 .5em 1.5em 0;
	  line-height: normal;
	  padding: .65em 1.25em;
	  width:100%;
	  font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	  }

	.button-red:hover,
	button-red:hover,
	input[type="submit"]:hover {
		color: #FFF;
		background: rgb(180,50,42); /* Old browsers */
		background: rgb(180,50,42) -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%); /* FF3.6+ */
		background: rgb(180,50,42) -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.5))); /* Chrome,Safari4+ */
		background: rgb(180,50,42) -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%); /* Chrome10+,Safari5.1+ */
		background: rgb(180,50,42) -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%); /* Opera11.10+ */
		background: rgb(180,50,42) -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%); /* IE10+ */
		background: rgb(180,50,42) linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%); /* W3C */
	  border: 1px solid #900;
	  border-top: 1px solid #C30;
	  border-left: 1px solid #C30; }

	.button-red:active,
	button-red:active,
	input[type="submit"]:active {
		color: #FFF;
		background: rgb(180,50,42); /* Old browsers */
		background: rgb(180,50,42) -moz-linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(0,0,0,.6) 100%); /* FF3.6+ */
		background: rgb(180,50,42) -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.6))); /* Chrome,Safari4+ */
		background: rgb(180,50,42) -webkit-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(0,0,0,.6) 100%); /* Chrome10+,Safari5.1+ */
		background: rgb(180,50,42) -o-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(0,0,0,.6) 100%); /* Opera11.10+ */
		background: rgb(180,50,42) -ms-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(0,0,0,.6) 100%); /* IE10+ */
		background: rgb(180,50,42) linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(0,0,0,.6) 100%); /* W3C */
	  border: 1px solid #700; }

	.button-red.full-width,
	button-red.full-width,
	input[type="submit"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button-red::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}