@charset "utf-8";
/* ---------------------------------------------------------------------
Original Author: Kelly Meath

Target Browsers: IE6, IE7, IE8, Firefox3, Safari 3, Safari 4
Media Type: Screen

CSS Coding Standards Documentation: http://wiki.bravo/index.php/CSS_Coding_Standards 
------------------------------------------------------------------------ */
@import url('css/reset.css');

.single_post .the_post_page p{
	margin-bottom: 10px !important;
	font-size: 12px !important;
}

.single_post .the_post_page ul{
	margin-bottom: 10px !important;
	list-style:disc inside none !important;
}

#left_column .single_post .the_post_page ul li{
	padding: 3px !important;
	font-size: 12px !important;
	line-height: 15px !important;
	list-style-type: disc !important;
}

body{
	font-family: Helvetica, sans-serif;
	color: #333;
}

a{
	cursor: pointer;
	color: #EB6E1F;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.clear{
	clear: both !important;
	height: 0 !important;
}

#main_container{
	width: 950px;
	margin-left: 25px;
	/* 
	margin: 0 auto;
	*/
}

#nav_container, 
#main_content{
	float: left;
	display: inline;
}

#nav_container{
	width: 251px;
}

#main_content{
	padding-top: 119px;
	width: 685px;
	margin-bottom: 55px;	
}

#main_content h2,
#main_content #home_content,
#main_content #news_filter,
#main_content .page_image,
#main_content .home_image,
#main_content #left_column{
	padding-left: 50px;
}

/* ---------------------------------------------------------------------
Header / Navigation styles
------------------------------------------------------------------------ */
#site_title{
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	background: url(i/logo.png) no-repeat;
	height: 65px;
	width: 170px;
	color: black;
}

h1{
	color: #333;
	text-transform: uppercase;
	font: bold 12px Arial, sans-serif;
	position: relative;
}

#site_title span{
	position: absolute;
	top: 0;
	display: block;
	color: #EB6E1F !important;
	letter-spacing: -3px;
	text-transform: lowercase !important;
	font: normal 68px Helvetica, sans-serif !important;
}

#site_title span span{
	display: inline !important;
	font-size: .3em !important;
	padding-top: 20px;
}

#nav{
	padding: 29px 21px 0 15px;
	background: url(i/nav_bubble.png) no-repeat left 106px;
	height: 300px;
	width: 215px;
	margin-bottom: 20px;
}

#nav ul{
	/* once conversation page is added, use this padding
	padding: 48px 0 0 29px; */
	padding: 56px 0 0 29px;
}

#nav ul li{
	font: 20px Georgia, serif;
	line-height: 23px;
	text-transform: lowercase;
}

#nav ul li a{
	text-decoration: none !important;
	color: #333;
}

#nav ul li a:active,
#nav ul li a:hover,
#nav ul li.current_page_item a{
	color: #EB6E1F;
}

#nav ul li.inactive_page a{
	cursor: default;
	color: #333;
}

#shopping_cart{
	padding: 29px 21px 0 15px;
	width: 215px;
	font-size: .8em;
	display: none;
}

/* ---------------------------------------------------------------------
Main Content styles
------------------------------------------------------------------------ */
.page_image{
	margin-bottom: 25px;
	max-height: 300px;
	overflow: hidden;
}

.page_image img,
.page_image p img,
.page_image a img,
.page_image p a img{
	max-width: 635px;
}

.home_image img,
.home_image p img,
.home_image a img,
.home_image p a img{
	margin-bottom: 5px;
}

#main_content h2{
	font: 32px Georgia, serif;
	text-transform: lowercase;
	padding-bottom: 4px;
	color: #666;
}
#left_column,
#right_column{
	float: left;
	display: inline;
}

#left_column{
	width: 485px;
	position: relative;
}

#left_column p,
.wrap{
	width: 450px;
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 40px;	
}

#right_column{
	width: 131px;
	padding-left: 19px;
}

#right_column ul{
	margin-bottom: 20px;
}

#right_column ul li{
	line-height: 15px;
	clear: both;
}

.list_title,
.related_post_title{
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

#right_column p a,
#right_column ul li,
#right_column ul li a{
	font-size: 11px;
	color: #333 !important;
	text-decoration: none !important;
}

#right_column p a:hover,
#right_column ul li a:hover{
	color: #EB6E1F !important;
}

/* ---------------------------------------------------------------------
Home page styles
------------------------------------------------------------------------ */
#home_content{
	width: 592px;	
}

#home_content img{
	max-width: 100%;
	height: auto;
}

#home_content p{
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 50px;
}

#news_feed{
	width: 592px;
	height: 18px;
	overflow: hidden;
	border-top: 1px solid #e2e7e8;
}

#news_title{
	font-weight: bold;	
}
#news_feed_holder,
#news_title{
	float: left;
	display: inline;
	height: 18px;
	overflow: hidden;
	width: auto !important;
}

#news_title p{
	line-height: 16px !important;
}

#news_title p,
#news_feed_holder p{
	color: #999;
	font-size: 9px;
	line-height: 18px;
	text-transform: uppercase;
	height: auto !important;
	width: auto !important;
}

#news_feed_holder p a{
	text-decoration: none;
	color: #999;
}

#news_feed_holder p a:hover{
	color: #EB6E1F !important;
	text-decoration: underline !important;
}

#news_feed_container{
	position: relative;
}


/* ---------------------------------------------------------------------
About page styles
------------------------------------------------------------------------ */
.subpage{
	margin-bottom: 40px;
}

.subpage_content{
	font-size: 15px;
	line-height: 19px;
}

.subpage h3{
	margin-bottom: 8px;
}

.toTop{
	position: absolute;
	right: -100px;
}

/* ---------------------------------------------------------------------
News / Events page / details styles
------------------------------------------------------------------------ */
#news_filter li{
	font-size: 11px;
	display: inline;
	margin-right: 14px;
	height: 12px;
	line-height: 12px;
}

#news_filter{
	margin-bottom: 22px;
}

.news_filter p,
#left_column .single_post{
	margin-bottom: 20px !important;
}

.news_filter p{
	width: 450px !important;
}

.cat,
.date,
.headline,
.excerpt_post{
	display: block;
}

.cat,
.date{
	font-size: 11px;
	text-transform: uppercase;
	line-height: 12px;
}

.date{
	font-weight: bold;
}

.headline{
	font-size: 15px;
	line-height: 15px;
	padding: 3px 0 4px 0;
}

.headline a:link,
.headline a:visited{
	color: #333;
}

.excerpt_post{
	font-size: 12px !important;
	line-height: 15px !important;
}

.excerpt_post a{
	color: #333;
	text-decoration: underline;
}

.headline a:hover,
.excerpt_post a:hover{
	color: #EB6E1F;	
}

.excerpt_post img{
	max-width: 100%;
	height: auto;
}

.post-page{
	width: 450px !important;
}

#post_pagination li{
	display: inline;
	padding-right: 4px;
	font-size: 11px;
	color: #333;	
}

#post_pagination li a{
	text-decoration: none !important;
	color: #333;	
}

#post_pagination li a:hover{
	text-decoration: underline !important;
}

#post_pagination li a#active{
	text-decoration: underline !important;
	color: #EB6E1F;
}

.PDF_download{
	margin: 2px 0;
}

.PDF_download a{
	line-height: 17px !important;
	min-height: 17px !important;
	vertical-align: middle !important;
	padding-right: 22px;
	display: inline-block;
	background: url(i/PDF_icon.png) no-repeat top right;
}

#form_left,
#form_right{
	float: left;
	display: inline;
}

#form_left{
	width: 165px;	
	margin-right: 20px;
}

#form_right{
	width: 300px;
}

#form_left div input{
	width: 161px;
	padding: 1px;
}

#form_right div textarea{
	width: 292px;
	padding: 3px;
	height: 71px;
}

#form_left div input,
#form_right div textarea,
#form_right div input{
	border: 1px solid black;
	font-size: 11px;
	color: #333;
	font-family: Helvetica, sans-serif;
}


.form_text1{
	font-size: 15px;
	line-height: 15px;
	height: 15px;
}

.form_text2{
	font-size: 11px;
	height: 40px;
	color: #999;
	padding: 3px 0 0 6px;
}

.form_text3{
	font-size: 11px;
	height: 15px;
	line-height: 15px;
	color: #999;
	position: relative;
}

.form_submit{
	position: relative;
	margin-top: 15px;
}

.form_submit input.single{
	-webkit-box-shadow: none !important;
}

.form_submit input{
	position: absolute;
	right: 0;
	color: white !important;
	padding: 0 20px;
	background-color: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: -1px 1px 2px #666;
	-webkit-box-shadow: -1px 1px 2px #666;
	cursor: pointer;
}

.form_fail{
	color: red !important;
}

.form_success{
	color: #0C0;
}

#form_message li{
	font-size: 11px;
	line-height: 15px;
}

#newsEventsEmail{
	margin-top: 40px;
}

#chars_left{
	font-style: italic;
	position: absolute;
	right: 0;
}

/* ---------------------------------------------------------------------
Products page styles
------------------------------------------------------------------------ */
#product_image{
	width: 215px;
	float: left;
	margin-right: 20px;
}

#product_image div{
	width: 215px !important;
	overflow: hidden;
	display: none;
	position: relative;	
}

#product_image div img{
	max-width: 100%;
	position: relative;
}

#product_column{
	width: 450px;
	float: left;
	position: relative;
	z-index: 1;
}

#product_column h2{
	padding-left: 0 !important;
}

#page_description{
	font-size: 15px;
	line-height: 19px;
	color: #333;
	width: 440px;
	margin: 22px 0 53px 0;
}

.product_thumbs{
	width: 80px;
	float: left;
	margin-right: 16px;
	display: inline-block;
	color: #333;
	font-size: 10px;
	cursor: pointer;
}

.product_thumbs img{
	max-width: 100%;
	height: auto;
}

.product_thumbs a#selected{
	text-decoration: underline !important;
	color: #EB6E1F;
}

.product_thumbs a{
	text-transform: uppercase;
	padding-top: 14px;
	display: block;
	text-align: center;
	line-height: 12px;
	color: #333;
}

#product_descriptions div{
	display: none;
	margin-top: 30px;
	width: 100% !important;
}

.product_title{
	font-size: 16px;
	color: #EB6E1F;
	margin-bottom: 4px;
}

.product_description{
	font-size: 12px;
	color: #333;	
	line-height: 15px;	
}

.product_links{
	margin-top: 24px;
	font-size: 11px;
}

.product_links li{
	clear: both;
}

.product_links li a{
	color: #333;
	text-decoration: none;	
}

.product_links li a:hover{
	color: #EB6E1F !important	
}

.buy_now a{
	color: #EB6E1F !important;
	line-height: 30px;
}

.buy_now a:hover{
	text-decoration: underline;		
}

.popup{
	position: absolute;
	z-index: 2;
	width: 333px;
	display: none;
	padding: 13px 16px 16px 16px;
	border: 1px solid #b8b5b5;
	background-color: white;
	top: 0;	
	-moz-box-shadow: 3px 3px 4px #d9d9d9;
	-webkit-box-shadow: 3px 3px 4px #d9d9d9;	
}

.nutritionImage{
	display: block;
	width: 100%;
}

.nutritionImage img{
	max-width: 100%;
	height: auto;
	padding-top: 16px;	
}

#single_post.popup{
	left: 100px;
	cursor: move;
	top: 80%;
}

.popup a{
	cursor: move;	
}

.popup_header{
	width: 100%;
}

.popup_header span{
	display: inline-block;
	width: 97%;
	float: left;
	text-transform: uppercase;
	color: #EB6E1F;
	font: 9px Arial, sans-serif;
}

.popup_close{
	float: left;
	background: url(i/popup_close.png) no-repeat;
	height: 11px;
	width: 9px;
	display: inline-block;
	width: 3%;
	text-indent: -9999px;
	cursor: pointer !important;
}

/* ---------------------------------------------------------------------
Retail Location styles
------------------------------------------------------------------------ */
#retail_locations{
	position: relative;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0; 
	border-bottom: 1px solid #ccc;	
}

#retail_locations h3{
	font: normal 20px Georgia, serif;
	color: #666;
}

#state_filter{
	position: absolute;
	top: 0;
	right: 0;
	font: normal 14px Georgia, serif;
	color: #666;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: center;
}

#state_filter option{
	font: 12px;
	color: #333;
	text-align: left !important;	
}

.orange{
	color: #EB6E1F !important;
}

.white,
.white a{
	color: white !important;
	background-color: white !important;
}

.gray{
	background-color: #ccc !important; 
}

#retail_container{
	width: 485px;
	max-height: 210px;
	min-height: 105px;
	margin-bottom: 20px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 10px;
}

.outer_retail_container{
	width: 136px !important;
	float: left;
	display: inline;
	border: 1px solid #ccc;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 8px;
}

.retail_container{
	padding: 8px;
	width: 120px;
}

#left_column #retail_container .outer_retail_container .retail_container p{
	margin: 0 !important;
	font-size: 10px;
	width: 120px !important;
	line-height: 13px !important;
}

.location_name,
.location_name a{
	font-weight: bold;
	font-size: 12px !important;	
}

/* ---------------------------------------------------------------------
Products page cart styles [wp-ecommerce plugin overrides]
------------------------------------------------------------------------ */
#products_sale{
	width: 100%;
	position: relative;
}

.prodtitles{
	font-size: 12px !important;
	font-weight: normal !important;
	color: #333 !important;	
	text-transform:uppercase !important;
	margin-bottom: 5px !important;
}

.productdisplay2{
	width: 104px;
	margin: 8px;
	float: left;
	display: inline;
}

.producttext{
	width: 100% !important;
}


.producttext p{
	margin-bottom: 0 !important;
}

.producttext div p{
	font: 12px Helvetica, sans-serif !important;
	color: #666 !important;
}

.wpsc_buy_button{
	color: white !important;
	padding: 0 5px;
	background-color: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: -1px 1px 2px #666;
	-webkit-box-shadow: -1px 1px 2px #666;
	border: 1px solid black;
	font: 10px Helvetica, sans-serif;	
	cursor: pointer;	
}

.wpsc_product_price{
	margin-bottom: 5px;
	font: 12px Helvetica, sans-serif !important;
	color: #666 !important;	
}

.wpsc_loading_animation{
	margin: 5px 0 0 0 !important;
	font-size: 10px !important;
}

.wpsc_product_price span,
.wpsc_quantity_update{
	color: #666 !important;	
	font-size: 12px !important;
}

#wpsc_quantity_update{
	color: #666 !important;
	border: 1px solid #ccc !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: center;	
	font-size: 10px !important;
}
.custom_gateway,
.custom_gateway label{
	border-color: white !important;
}

.custom_gateway label input{
	width: 40px !important;	
	border-color: white !important;	
}



/* ---------------------------------------------------------------------
Products page checkout styles [wp-ecommerce plugin overrides]
------------------------------------------------------------------------ */
form table input,
form table textarea,
form table select,
form table checkbox,
#current_country,
#region,
#zipcode{
	color: #666 !important;
	border: 1px solid #ccc !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 10px !important;
}

#zipcode{
	width: 80px !important;
	margin: 0 9px 0 7px !important;
}

#change_country{
	margin-bottom: 35px !important;
}

form table textarea{
	height: 30px;
}

form table input,
form table textarea{
	width:260px;
}

table.productcart tr.firstrow td,
table.productcart tr td.shipping_header{
	padding: 2px !important;
}

table.productcart tr td.shipping_header{
	margin-top: 35px !important;
}

#wpsc_shopping_cart_container h2{
	padding: 0 !important;
	font: bold 16px Arial, sans-serif !important;
	color: black !important;
}

#shippingSameBilling{
	width: 10px;
	border: none !important;
	margin-bottom: 25px !important;
}

.checkout_forms input,
.checkout_forms select,
.checkout_forms_hidden input,
.validation-error input{
	width: inherit !important;
}

p.validation-error{
	width: 260px !important;
	margin-bottom: 0 !important;
}

.wpsc_checkout_forms select{
	margin-bottom: 5px;
}

.imagecolproduct{
	width: 56px;
	margin: 0 16px;
	position: relative;
}

.imagecolproduct img{
	width: 100% !important;
	height: auto !important;
}

.wpsc_checkout_forms input.make_purchase{
	color: white !important;
	padding: 0 5px;
	background-color: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: -1px 1px 2px #666;
	-webkit-box-shadow: -1px 1px 2px #666;
	border: 1px solid black !important;
	font: 10px Helvetica, sans-serif;	
	cursor: pointer;
	margin-top: 5px;
}

form h2{
	font: normal 16px Arial, sans-serif !important;
	color: #333 !important;
	padding: 0 !important;
}

table,
form{
	font: 12px Helvetica, sans-serif !important;
	color: #666 !important;		
}

table h4,
table strong{
	color: #333 !important;
	margin-top: 5px;
}

table tr{
	border-bottom: 5px solid white!important;	
}

.cart_button{
	color: white !important;
	padding: 0 5px;
	width: auto !important;
	background-color: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: -1px 1px 2px #666;
	-webkit-box-shadow: -1px 1px 2px #666;
	border: 1px solid black !important;
	font: 10px Helvetica, sans-serif;	
	cursor: pointer;
}

.cart_field{
	color: #666 !important;
	border: 1px solid #ccc !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 10px !important;	
	text-align: center;
}

.productcart,
.firstrow td{
	font: normal 16px Arial, sans-serif !important;
	color: #333;
}

.productcart tr td{
	font-size: 12px !important;
	color: #333;
}

.user-profile-links{
	font-size: 15px !important;
}

.firstrow td{
	border-left: none !important;
}

.make_purchase{
	width: inherit !important;
}

.shoppingcart tbody tr td,
.shoppingcart tbody tr th{
	padding-right: 10px !important;
}

.productcart{
	margin-bottom: 45px !important;
}

.total_price td{
	padding-top: 0 !important;
}

.wpsc_checkout_forms h2{
	font-weight: bold !important;
}

.wpsc_checkout_table{
	margin-top: 25px !important;
}

.productcart tbody tr.total_price td{
	padding-bottom: 0 !important;
}

.shoppingcart,
.items{
	margin: 0 0 17px 0 !important;
}

.wpsc_empty_the_cart{
	margin-top: 15px !important;
}

.total{
	margin-bottom: 2px !important;
}

#sideshoppingcart{
	padding-left: 27px !important;
}

#sliding_cart p span{
	display: block;
	padding: 5px 0 !important;
	color: #EB6E1F !important;
}

#shoppingcartcontents{
	padding: 0 !important;
}

#sliding_cart{
	padding-left: 2px !important;
}

/* ---------------------------------------------------------------------
Footer styles
------------------------------------------------------------------------ */
#footer{
	text-transform: uppercase;
	font-size: 9px;
	color: #999;
	width: 950px;
	margin-left: 25px;
	/*
	margin: 0 auto;
	*/
}

#copyright{
	width: 286px;
	padding-left: 15px;
}

#footer_links{
	width: 634px;
	height: 16px;
}

#footer div{
	float: left;
	display: inline;
	position: relative;
}

#footer div a{
	color: #999 !important;
	text-decoration: none !important;	
}

#footer div ul{
	display: inline;
	float: left;
}

#footer div ul li{
	display: inline;
	padding-right: 8px;
}

#social_media{
	position: absolute;
	right: 0;
}

#social_media li{
	padding-right: 0 !important;	
}

.paypal_express_form td{
	width: 200px;	
}
