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

* { padding: 0; margin: 0; border: 0; font-family: Arial,Sans-serif; }

/* hide from ie on mac \*/
html, body {
	height:100%;
}
/* end hide */

h1, h2, h4, hr {
	display: none;
}

#clear {
	clear:both;	
	margin:0;
}
.alert {
	color:#e9564f;
}

#float_right {
	float:right;	
}
#hidden {
	display:none;	
}

/* 

================================================

BASIC LAYOUT STYLES 

================================================

*/

body {
	
	text-align:left;
	background-color:#3e3b35;
	font-size:.75em;
	line-height:160%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#4b4842;
	
}

#layout_container {
	 width:100%;
	 height:100%;
	 min-width:900px;
}

#layout {
	background-image:url(../img/papertime.jpg);
	background-color:#ede8dd;
	width:100%; 
}


#header {
	width:100%;
	height:155px;
	background-image:url(../img/header-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
}
#header_container {
	width:900px;
	margin:0 auto 0 auto;
}

#sub_header {
	width:100%;
	height:304px;
	background-image:url(../img/center-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#59bcd7;
	clear:both;
	
}
#sub_header_image {
	width:100%;
	height:304px;
	background-image:url(../img/blue-image.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#sub_header_container {
	width:824px;
	margin:0 auto 0 auto;
	padding:95px 0 0 0;
}
#sub_header_header {
	margin:0 auto 0 auto;
	text-align:center;
	display:block;
	
}

#footer {
	background-image:url(../img/bottom-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:250px;
	margin-bottom:50px;
}

#body_content {
	width:824px;
	margin:0 auto 0 auto;
	min-height:225px;
	padding-bottom:36px;
}

/* 

================================================

Search Box and Main Logo

================================================

*/

#main_logo {
	display:inline; 
	float:left;
	margin-left:2px;
	margin-top:2px;
}
#search_box {
	float:right;
	display:inline;
	margin:82px 38px 0 0;
	width:300px;
}
#search_icon {
	display:inline;
	float:right;
}

#search_holder #search_bar {
	width: 100%;
	color:#c0c0c0;
	font-size:105%;
	text-indent:5px;
	margin:1px 0 0 0;
	padding:4px 0;

}

#search_holder {
	display:inline;
	float:right;
	width: 200px;
	height:26px;
	padding:1px;
	color:#c0c0c0;
	font-size:105%;
	background-color:#FFF;
}

/* 

================================================

Main Nav (in sub_header)

================================================

*/

#main_nav {
	width:100%;
	margin: 67px 0 0 0;
}

#main_nav ul#nav {
	width:100%;
}

#main_nav ul#nav, #main_nav ul#nav li {
	display:inline;
	list-style:none;
	text-indent:0;
	list-style-type:none;
	float:left;
}
#main_nav ul#nav li#about {
	float:right;	
}
#nav li a {
	text-decoration:none;
	display:block;
	width:140px;
	height:46px;
}

#browse_b span, #search_b span, #submit_b span, #about_b span, #adminedit_b span, #adminsubmit_b span {
	display:none;	
}

#browse_b {
	width:140px;
	height:46px;
	background-image:url(../img/nav-sprite.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#browse_b:hover {
	background-position:0px -46px;
}

#search_b {
	width:140px;
	height:46px;
	background-image:url(../img/nav-sprite.jpg);
	background-position:-140px 0px;
	background-repeat:no-repeat;
}

#search_b:hover {
	background-position:-140px -46px;
}

#submit_b {
	width:140px;
	height:46px;
	background-image:url(../img/nav-sprite.jpg);
	background-position:-280px 0px;
	background-repeat:no-repeat;
}

#submit_b:hover {
	background-position:-280px -46px;
}

#about_b {
	width:140px;
	height:46px;
	background-image:url(../img/nav-sprite.jpg);
	background-position:-420px 0px;
	background-repeat:no-repeat;
}

#about_b:hover {
	background-position:-420px -46px;
}




#adminedit_b {
	width:140px;
	height:46px;
	background-image:url(../img/nav-adminsprite.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#adminedit_b:hover {
	background-position:0px -46px;
}

#adminsubmit_b {
	width:140px;
	height:46px;
	background-image:url(../img/nav-adminsprite.jpg);
	background-position:-140px 0px;
	background-repeat:no-repeat;
}

#adminsubmit_b:hover {
	background-position:-140px -46px;
}

/* 

================================================

HOME PAGE

================================================

*/

#normal_left {
	width:388px;
	margin: 36px 0 15px 0;
	display:inline;
	float:left;
}

#normal_right {
	width:388px;
	margin: 36px 0 15px 0;
	display:inline;
	float:right;
}
a#no_styles{
	text-decoration:none;
	color:#4b4842;
}

#recipe_card {
	width:388px;
	margin:0 0 44px 0;
}
#recipe_card_top {
	background-color:#ffffff;
	width:100%;
	border-bottom:1px solid #e8e5df;

	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topright:8px; 
	-webkit-border-top-right-radius:8px;
	
}
#recipe_card_bottom {
	background-color:#fdfaf4;
	height:34px;
	width:100%;
	
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px; 
	-webkit-border-bottom-right-radius:8px;
}


#recipe_card #image_small, #recipe_card_left #image_small, #recipe_card_right #image_small{
	width:91px;
	height:91px;
	xborder:2px solid #dedede;
	border:1px solid #e8e5df;
	float:left;
	display:inline;
	margin:20px 2px 20px 18px;
}

#recipe_card #image_small img, #recipe_card_left #image_small img, #recipe_card_right #image_small img {
	width:91px;
	height:91px;
	border:none;
}

#card_content {
	width:230px;
	margin: 18px 18px 0 18px;
	display:inline;
	float: left;

}

#recipe_card table, #recipe_card_left table, #recipe_card_right table {
	width:230px;
	border:none;
	table-layout:fixed;
	text-align:center;
	margin: 0 0 10px 0;
}
#recipe_card th, #recipe_card_left th, #recipe_card_right th {
	color:#66635F;
	font-weight:normal;
	font-size:80%;
}
#recipe_card td, #recipe_card_left td, #recipe_card_right td {
	color:#726F6A;
	padding:5px 0 4px 0;
	text-align: center;
	vertical-align:top;
}
#recipe_card td b, #recipe_card_left td b, #recipe_card_right td b{
	font-size: 170%;
}

#recipe_card_bottom #votes {
	float:left;
	display:inline;
	margin:8px 20px 0 20px;
}

#recipe_card_bottom #stars {
	float:right;
	display:inline;
	margin:4px 20px 0 0;
}

#recipe_card h3, #recipe_card_left h3, #recipe_card_right h3 {
	text-transform:uppercase;
	font-weight:normal;
	display:block;
	height:42px;
	width: 230px;
	margin: 0;
	font-size:125%;
	overflow:hidden;
	margin-bottom:2px;
}


#recipe_card .greentext h3, #recipe_card_left .greentext h3, #recipe_card_right .greentext h3 {
	color:#4E896E;
}
#recipe_card .greentext td, #recipe_card_left .greentext td, #recipe_card_right .greentext td{
	background-color:#e0ffe3;
}

#recipe_card .yellowtext h3, #recipe_card_left .yellowtext h3, #recipe_card_right .yellowtext h3 {
	color:#887E65;
}
#recipe_card .yellowtext td, #recipe_card_left .yellowtext td, #recipe_card_right .yellowtext td {
	background-color:#fffde0;
}

#recipe_card .purpletext h3, #recipe_card_left .purpletext h3, #recipe_card_right .purpletext h3  {
	color:#867b90;
}
#recipe_card .purpletext td, #recipe_card_left .purpletext td, #recipe_card_right .purpletext td {
	background-color:#E5E7FF;
}

#recipe_card .bluetext h3, #recipe_card_left .bluetext h3, #recipe_card_right .bluetext h3 {
	color:#798890;
}
#recipe_card .bluetext td, #recipe_card_left .bluetext td, #recipe_card_right .bluetext td {
	background-color:#E5F8FF;
}





/* 

================================================

Submit A Recipe

================================================

*/

#big_left {
	width:462px;
	margin: 36px 0 0 0;
	display:inline;
	float:left;
}

#small_right {
	width:315px;
	margin: 36px 0 0 0;
	float:right;
	display:inline;
}


#h2_image {
	display:block;
	width:100%;
	height:18px;
	background-repeat:no-repeat;
	margin: 0 0 36px 0;
}

.h2_recipe {
	background-image:url(../img/h2-smoothierecipe.gif);	
}

.h2_color {
	background-image:url(../img/h2-smoothiecolor.gif);
}

.h2_difficulty {
	background-image:url(../img/h2-difficulty.gif);
}

.h2_yourinfo {
	background-image:url(../img/h2-yourinfo.gif);
}

.h2_tags {
	background-image:url(../img/h2-smoothietags.gif);
}

.h2_whentomakeit {
	background-image:url(../img/h2-whentomakeit.gif);
}

.h2_flavor {
	background-image:url(../img/h2-smoothieflavor.gif);
}

.h2_texture {
	background-image:url(../img/h2-smoothietexture.gif);
}

.h2_popular {
	background-image:url(../img/h2-mostpopular.gif);
}

.h2_featured {
	background-image:url(../img/h2-featuredsmoothie.gif);
}

.h2_smoothiepic {
	background-image:url(../img/h2-smoothiepic.gif);
}
.h2_ingredients{
	background-image:url(../img/h2-ingredientsneeded.gif)
}
.h2_directions {
	background-image:url(../img/h2-directions.gif);
}
.h2_notes {
	background-image:url(../img/h2-othernotes.gif);
}
.h2_thankyou {
	background-image:url(../img/h2-thankyou.gif);
}
.h2_allrecipes {
	background-image:url(../img/h2-recipesinsystem.gif);
}
.h2_searchresults {
	background-image:url(../img/h2-searchresults.gif);
}
.h2_simplesearch {
	background-image:url(../img/h2-simplesearch.gif);	
}

#h2_image_three {
	display:block;
	width:100%;
	height:18px;
	background-repeat:no-repeat;
	margin: 0 0 24px 0;
}

#h2_image_two {
	display:block;
	width:100%;
	height:30px;
	background-repeat:no-repeat;
	margin: 0 0 36px 0;
}

.h2_selectoptimum {
	background-image:url(../img/h2-productselect.gif);
}
.h2_selectedoptimum {
	background-image:url(../img/h2-productselected.gif);
}


#submit_form div {
	margin: 0 0 40px 0;	
}

#submit_form_two div {
	margin: 0 0 20px 0;	
}

#submit_form_two {
	margin: 0 0 60px 0;	
}

#submit_form_two label {
	text-transform:uppercase;
	margin:0 0 10px 0;
	display:block;
	font-size:110%;
	font-weight:bold;
	color: #726F69;
}

#submit_form label {
	text-transform:uppercase;
	margin:0 0 10px 0;
	display:block;
	font-size:110%;
	font-weight:bold;
	color: #726F69;
}

#inputs {
	width: 100%;
	color:#FF8027;
	background-color:#FFF;
	font-size:140%;
	vertical-align:middle;
	text-indent:2px;
	padding:8px 0;
	
}

#text_area {
	width: 100%;
	color:#FF8027;
	font-size:140%;
	vertical-align:middle;
	padding:4px 0 0 0;
	background-color:#FFF;
}

#servings {
	display:inline;
	float:left;
}
#serving_select {
	display:inline;
	float:left;
	margin:0 0 28px 19px;
	padding:2px;
	width:100px;
}

#color_ul {
	width: 100%;
}
#color_ul li {
	font-style:italic;
	color:#938C83;
	display:inline;
	float:left;
	width:42px;
	margin:0 21px 22px 0;
}
#color_ul li, #color_ul {
	list-style:none;
	text-indent:0;
	list-style-type:none;
}
#color_holder {
	width:42px;
	height:56px;
	background-color:#FFF;
}
#color_image {
	margin:6px 0 0 8px;
}
.red {
	background-color:#e9564f;
}
.orange {
	background-color:#ffa948;
}
.yellow {
	background-color:#fff48f;
}
.green {
	background-color:#b1ff7b;
}
.blue {
	background-color:#77c1f3;
}
.purple {
	background-color:#987af3;
}
.pink {
	background-color:#ffb5d1;
}
.brown {
	background-color:#b99883;
}
.black {
	background-color:#423a35;
}
.grey {
	background-color:#f3f3f3;
}

#red, #orange, #yellow, #green, #blue, #purple, #pink, #brown, #black, #grey {
	margin:7px 0 0 15px;
	width:12px;
	height:12px;
}

#footnote {
	font-size:90%;
	text-indent:4px;
	display:block;
	margin: 4px 0 0 0;
	color:#7C7C7C;
}
#footnote a {
	color:#47ad85;
}
#footnote a:hover {
	color:#D78954;
}



#half_margin {
	margin:0px 0 10px 0;	
}



#section_margin {
	margin:33px 0 0 0;	
}

#smoothie_tags {
	width: 100%;
	color: #726F69;
}
#smoothie_tags li {
	font-style:italic;
	color: #726F69;
	display:inline;
	float:left;
	width:156px;
	margin:0 0 16px 0;	
}
#smoothie_tags, #smoothie_tags li {
	list-style:none;
	text-indent:0;
	list-style-type:none;	
	font-weight:bold;
	text-transform:uppercase;
	font-style:normal;
}

#smoothie_select {
	width:100%;
	padding:2px 0;
	color:#88705B;
	background-color:#FFF;
	font-size:120%;
	vertical-align:middle;
	margin-bottom:20px;
}

#smoothie_diff {
	width: 100%;
	color: #726F69;
}
#smoothie_diff li {
	font-style:italic;
	color: #726F69;
	display:inline;
	float:left;
	width:270px;
	line-height:180%;
	margin:0 0 16px 0;	
}
#smoothie_diff, #smoothie_diff li {
	list-style:none;
	text-indent:0;
	list-style-type:none;	
	text-transform:uppercase;
	font-style:normal;
}

#smoothie_diff li label {
	margin: 0 0 0 27px;
	display:block;
	font-size:85%;
}

#smoothie_diff li label b {
	display:block;
	font-size:133%;
}

#smoothie_diff li input {
	display:inline;
	float:left;
}

#smoothie_image_upload {
	margin: 20px 0 40px 0;
}
#smoothie_image_upload label {
	text-transform:uppercase;
	margin:0 0 10px 0;
	display:block;
	font-size:110%;
	font-weight:bold;
	color: #726F69;	
}
#smoothie_image_upload input {
	background-color:#FFF;
	padding: 8px 0 8px 0;
	font-size:95%;
	color:#FF8027;
	margin:0 0 10px 0;
}
input#image_uploads {
	width:100%;
}

#smoothie_personal_info label {
	text-transform:uppercase;
	margin:0 0 10px 0;
	display:block;
	font-size:110%;
	font-weight:bold;
	color: #726F69;	
}
#smoothie_personal_info div {
	margin: 0 0 30px 0;	
}

#button_holder {
	width:100%;
	margin:55px 0 0 0;
}

#button_holder_two {
	width:100%;
	margin:55px 0 0 0;
}


#shown {
	display:block;
	margin:0 0 0 60px;
	width:148px;
	padding:10px;
	background-color:#FFF;
}


#shown a {
	color:#47ad85;
	font-style:italic;
}
#shown a:hover {
	color:#D78954;
}

a#normal_link {
	color:#47ad85;
	font-style:italic;
	text-transform:lowercase;
	text-align:right;
	float:right;
	font-weight:normal;
	font-size:80%;
}

#shown p {
	text-align:center;
	font-size:95%;
	margin:2px 0 0 0;
	
}


/* 

================================================

Submit Recipe Step 1

================================================

*/
#added_container_empty {
	width:100%;
	height:32px;
	color:#907862;
	border:1px dashed #907862;
	margin-bottom: 20px;
}
#added_container_two {
	width:368px;
	background-color:#FFFFFF;
	padding:10px;
	color:#907862;
	font-weight:bold;
	margin-bottom:20px;
}

#added_container_three{
	width:442px;
	background-color:#FFFFFF;
	padding:10px;
	color:#FF8A1C;
	font-weight:bold;
	margin:0px 0 20px 0;
	display:block;
}

#added_container_three span{
	margin: 0 5px 0 0;
	color:#AB998A;
}

#added_container_two span{
	margin: 0 5px 0 0;
	color:#AB998A;
}

#added_container {
	width:368px;
	background-color:#F8FFFF;
	padding:10px;
	color:#FF8A1C;
	margin-bottom:20px;
}

#selected_products {
	margin: 63px 0 0 0;	
}
#selected_products h3 {
	margin: 0 0 10px 0;	
}
#selected_products h3 i {
	color: #726F69;
	font-weight:normal;
	font-size:12px;
}

#selected_products h3 a {
	color: #6D90A6;
}

#smoothie_select_active {
	width:100%;
	padding:2px 0;
	font-size:120%;
	vertical-align:middle;
	margin-bottom:20px;
}
.active_select {
	background-color:#fff;
	color:#88705B;
}
.unactive_select {
	background-color:#eaeaea;
	color:#999;
}

#add_button {
	float:right;
	text-align:center;
	padding:5px 17px;
	background-color:#C6EAF3;
	color:#FFF;
	border-right:3px solid #fff;
	border-left:3px solid #fff;
	margin:3px 0 10px 0;
	text-decoration:none;
}

#next_button {
	float:right;
	text-align:center;
	padding:5px 17px;
	background-color:#FF9939;
	color:#FFF;
	border-right:3px solid #fff;
	border-left:3px solid #fff;
	text-decoration:none;
	margin:23px 0 35px 0;
}	

#next_button_off {
	float:right;
	text-align:center;
	padding:5px 17px;
	background-color:#FAE3C6;
	color:#FFF;
	border-right:3px solid #fff;
	border-left:3px solid #fff;
	text-decoration:none;
	margin:23px 0 35px 0;
}


/* 

================================================

RECIPE DISPLAY PREVIEW and DISPLAY PAGE

================================================

*/


#left_a, #left_b, #left_c {
	display:inline;
	float:left;	
}

#left_a {
	width:167px;
	margin:36px 0 0 0;
}

#left_b {
	width:402px;
	margin:36px 0 0 31px;
}

#left_b a {
	color:#4FBAD4;
	text-decoration:none;
}

#left_b a:hover {
	text-decoration:underline;
}

#left_c {
	width:192px;
	color:#555246;
	margin:36px 0 0 0px;
	float:right;
}

#b_img_holder {
	width:167px;
	background-color:#fcfcfc;
	background-image:url(../img/offwhitebg.jpg);
	background-repeat:repeat-x;
	margin: 0 0 36px 0;
}

#b_img_holder img {
	width:147px;
	margin: 10px;
	background-color:#eee;
}
#star_container {
	border-top:1px solid #e8e5df;
	background-color:#fdfaf4;
	height:36px;
	width:100%;
}
#star_container img {
	width:131px;
	height:26px;
	margin: 5px 0px 0px 16px;
	background-color:#fdfaf4;
}


#h3_image {
	display:block;
	width:100%;
	height:16px;
	background-repeat:no-repeat;
	margin: 0 0 10px 0;
}
#h3_image h3 {
	display:none
}
.h3_nutrition {
	background-image:url(../img/h3-nutritionfacts.gif);
}
.h3_similar {
	background-image:url(../img/h3-morerecipes.gif);
}
.h3_recipetags {
	background-image:url(../img/h3-recipetags.gif);	
}
#nutrition_info {
	width: 172px;
	background-color:#fef9e5;
	background-image:url(../img/nutritionbg.jpg);
	background-repeat:repeat-x;
	min-height:50px;
	margin:0 0 30px 0;
	padding:10px;
	color: #55524b;
	
}

#recipe_tags {
	width: 172px;
	background-color:#c4f7e3;
	background-image:url(../img/similarrecipes-bg.jpg);
	background-repeat:repeat-x;
	min-height:50px;
	margin:0 0 30px 0;
	padding:10px;
}

#recipe_tags a {
	color:#645C54;
}

#recipe_tags a:visited {
	color:#77726E;
}

#recipe_tags ul {
	width:100%;
	margin: 17px 0 0 0;
}

#recipe_tags ul, #recipe_tags li {
	list-style:inside;
	text-indent:0;
	font-style:normal;
}

#recipe_tags li {
	line-height:120%;
	font-size:90%;
	margin: 12px 0 2px 0;
	color:#645C54;
	list-style:inside;
}

#similar_recipes {
	width: 172px;
	background-color:#c4f7e3;
	background-image:url(../img/similarrecipes-bg.jpg);
	background-repeat:repeat-x;
	min-height:50px;
	margin:0 0 30px 0;
	padding:10px;
}

#similar_recipes ul {
	width:100%;
	margin: 17px 0 0 0;
}

#similar_recipes ul, #similar_recipes li {
	list-style:inside none;
	text-indent:0;
	font-style:normal;
}

#similar_recipes li {
	line-height:120%;
	font-size:90%;
	margin: 12px 0 2px 0;
	color:#645C54;
	display:block;
}

#recipe_header {
	width:373px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	min-height:50px;
	background-color:#fefefe;
	padding:12px;
	margin:0 0 40px 0;
}
#recipe_header p {
	width:100%;
	line-height:140%;
	font-size:110%;
}

#recipe_header h2 {
	color:#FF9623;
	font-size:200%;
	line-height:130%;
	text-transform:uppercase;
	font-weight:normal;
	display:block;
	width:100%;
	margin:0 0 5px 0;
}

#recipe_header #recipe_by {
	color:#9b948f;
	font-size:120%;
	width:100%;
	margin:0 0 10px 0;
}


#ingredients_div {
	margin:0 0 36px 0;
}
#ingredients_div ul {
	width:100%;	
}

#ingredients_div ul, #ingredients_div li {
	list-style:outside url(../img/ul-check.gif);
	text-indent:0;
	font-style:normal;
}
#ingredients_div li {
	line-height:140%;
	font-size:135%;
	margin:0 0 10px 20px;
	color:#5C554E;
}

#directions_div {
	margin:0 0 45px 0;
}
#directions_div  ul {
	width:100%;	
}

#directions_div ol, #directions_div li {
	list-style:none inside;
	text-indent:0;
	font-style:normal;
}

#directions_div li span#num_span {
	background-color: #ff8f42;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 3px 9px;
	color:#eee9e1;
	display:inline;
	float:left;
	font-weight:bold;
}

#directions_div li {
	margin: 0 0 22px 0;
	color:#5C554E;
}

#directions_div li span#dir_span {
	display:inline;
	float:left;
	width:355px;
	margin:0 0 0 11px;
	line-height:140%;
	font-size:135%;
	
}

#notes_div {
	margin:0 0 36px 0;
}

#notes_div p {
	margin:0px;
	line-height:150%;
	font-size:125%;
	color:#5C554E;
}

#serving_size {
	font-size:90%;
	line-height:120%;
}

#serving_size_small {
	font-size:75%;
	line-height:120%;
}

#nutrition_value {
	font-size:90%;
	line-height:130%;
	text-align:left;
}

#nutrition_value b{
	float:left;
	display:inline;
}

#nutrition_value span {
	float:right;
	font-size:80%;
	display:inline;
	text-align:right;
}

#thick_line {
	margin:10px 0 8px 0;
	border-top:6px solid #55524b;
	
}

#med_line {
	margin:8px 0;
	border-top:4px solid #55524b;
	
}

#thin_line {
	margin:8px 0;
	border-top:1px solid #55524b;
	
}

#button_sidebar {
	margin: 20px 0 0 0;
}

#not_found {
	color:#92897D;
}

#preview_div {
	padding:16px 0 15px 0;
	margin:36px 0 0 0;
	width:100%;
	background-color:#DEDEDE;
	border-top:3px solid #ffffff;
	border-bottom:3px solid #ffffff;
	background-image:url(../img/message-bg.jpg);
	background-repeat:repeat-x;
}

#preview_div h3{
	width:280px;
	margin:0 10px 20px 15px;
	font-size:150%;
	
}

#preview_div p {
	display:inline;
	width:300px;
	float:left;
	font-size:110%;
	margin:0 10px 0 35px;
	color:#645E57;
}

#preview_div #button_holder {
	width:220px;
	display:inline;
	float:right;
}

#preview_div #button_holder_two {
	width:392px;
	display:inline;
	float:right;
}

#edit_button {
	text-align:center;
	padding:5px 17px;
	background-color:#65C1D8;
	color:#FFF;
	border-right:3px solid #fff;
	border-left:3px solid #fff;
	text-decoration:none;
	margin: 0 30px 0 0;
	display:inline;
	float:left;
}

#save_button {
	text-align:center;
	padding:5px 17px;
	background-color:#FF9939;
	color:#FFF;
	border-right:3px solid #fff;
	border-left:3px solid #fff;
	text-decoration:none;
	float:right;
	display:inline;
	margin: 0 30px 5px 0;
}	

/* 

================================================

FOOTER

================================================

*/


#footer_container {
	width:824px;
	margin:0 auto 0 auto;
	padding:50px 0 0 0;
}
#footer_column {
	width:165px;
	float:left;
	display:inline;
	margin:0 0 0 40px;
}
#footer_column ul {
	width: 100%;
}
#footer_column li {
	font-style:italic;
	color:#989086;
}

#footer_column li a {
	font-style:italic;
	color:#A69C91;
	text-decoration:none;
}

#footer_column li a:hover {
	text-decoration:underline;
}

#footer_column li, #footer_column ul {
	list-style:none;
	text-indent:0;
	list-style-type:none;
}

#h4_image {
	display:block;
	width:100%;
	height:14px;
	background-repeat:no-repeat;
	margin: 0 0 24px 0;
}

.h4_browse {
	background-image:url(../img/footer-browse.gif);	
}

.h4_search{
	background-image:url(../img/footer-search.gif);	
}

.h4_submit {
	background-image:url(../img/footer-submit.gif);	
}

.h4_about {
	background-image:url(../img/footer-about.gif);	
}


/* 

================================================

ADMIN

================================================

*/

#full_left {
	width:100%;
	margin: 36px 0 15px 0;
	display:inline;
	float:left;
	
}

#full_left #recipe_card {
	width:824px;
	margin:0 0 44px 0;
}

#full_left #recipe_card div#commands {
	float:right;
	width:500px;
	text-align:right;
	font-size:120%;
	margin: 20px 25px 0 0;
	
}

#full_left #recipe_card div#commands a {
	color:#00A8CC;
}

#alert_two {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	text-align:center;
	color:#C3F;
	background-color:#FFFFCC;
	padding:10px;
	width:100%;	
}


/* 

================================================

BROWSE

================================================

*/


#browse_left {
	width:100%;
	margin: 36px 0 15px 0;
	display:inline;
	float:left;
}
#browse_left #recipe_card_left {
	width:388px;
	margin:0 0 44px 0;
	float:left;
	display:inline;
	
}
#browse_left #recipe_card_right {
	width:388px;
	margin:0 0 44px 0;
	float:right;
	display:inline;
	
}

.page_button {
	text-align:center;
	padding:5px 13px;
	background-color:#65C1D8;
	color:#FFF;
	text-decoration:underline;
	margin: 23px 0 35px 0;
	display:inline;
	float:left;
}

.page_button_light {
	text-align:center;
	padding:5px 13px;
	background-color:#84D2E5;
	color:#FFF;
	text-decoration:underline;
	margin: 23px 0 35px 0;
	display:inline;
	float:left;
}
#page_button_on {
	text-decoration:none;
	font-weight:bold;
}

#gallery_navigation a.page_button:hover, #gallery_navigation a.page_button_light:hover  {
	background-color:#87DDBF;
}


#nextprev_button {
	float:left;
	display:inline;
	text-align:center;
	padding:5px 17px;
	background-color:#FF9939;
	color:#FFF;
	border-right:3px solid #fff;
	border-left:3px solid #fff;
	text-decoration:none;
	margin:23px 0 35px 0;
}	

#nextprev_button_off {
	float:left;
	display:inline;
	text-align:center;
	padding:5px 17px;
	background-color:#FAE3C6;
	color:#FFF;
	border-right:3px solid #fff;
	border-left:3px solid #fff;
	text-decoration:none;
	margin:23px 0 35px 0;
}	

#gallery_navigation_container {
	width:100%;
}

#gallery_navigation {
	float:right;
}

#h2_image_browse {
	display:block;
	width:100%;
	height:22px;
	background-repeat:no-repeat;
	margin: 0 0 32px 0;
}


/* Product Headers */
.h2_wheygoldstandard {
	background-image:url(../img/h2-wheygoldstandard.gif);	
}
.h2_anywhey {
	background-image:url(../img/h2-anywhey.gif);	
}
.h2_procomplex {
	background-image:url(../img/h2-procomplex.gif);	
}
.h2_oatswhey {
	background-image:url(../img/h2-oatswhey.gif);	
}
.h2_caseingoldstandard {
	background-image:url(../img/h2-caseingoldstandard.gif);	
}
.h2_nitrocore {
	background-image:url(../img/h2-nitrocore.gif);	
}
.h2_vassiveno {
	background-image:url(../img/h2-vassiveno.gif);	
}

/* Tag Headers */
.h2_red {
	background-image:url(../img/h2-red.gif);	
}
.h2_orange {
	background-image:url(../img/h2-orange.gif);	
}
.h2_yellow {
	background-image:url(../img/h2-yellow.gif);	
}
.h2_green {
	background-image:url(../img/h2-green.gif);	
}
.h2_blue {
	background-image:url(../img/h2-blue.gif);	
}
.h2_purple {
	background-image:url(../img/h2-purple.gif);	
}
.h2_pink {
	background-image:url(../img/h2-pink.gif);	
}
.h2_brown {
	background-image:url(../img/h2-brown.gif);	
}
.h2_lightclear {
	background-image:url(../img/h2-lightclear.gif);	
}
.h2_darkblack {
	background-image:url(../img/h2-darkblack.gif);	
}


.h2_sweet {
	background-image:url(../img/h2-sweet.gif);	
}
.h2_tangy {
	background-image:url(../img/h2-tangy.gif);	
}
.h2_bland {
	background-image:url(../img/h2-bland.gif);	
}
.h2_fruity {
	background-image:url(../img/h2-fruity.gif);	
}
.h2_spicy {
	background-image:url(../img/h2-spicy.gif);	
}
.h2_neutral {
	background-image:url(../img/h2-neutral.gif);	
}
.h2_rich {
	background-image:url(../img/h2-rich.gif);	
}
.h2_sour {
	background-image:url(../img/h2-sour.gif);	
}
.h2_salty {
	background-image:url(../img/h2-salty.gif);	
}


.h2_chunky {
	background-image:url(../img/h2-chunky.gif);	
}
.h2_smooth {
	background-image:url(../img/h2-smooth.gif);	
}
.h2_watery {
	background-image:url(../img/h2-watery.gif);	
}
.h2_heavy {
	background-image:url(../img/h2-heavy.gif);	
}
.h2_light {
	background-image:url(../img/h2-light.gif);	
}
.h2_thick {
	background-image:url(../img/h2-thick.gif);	
}
.h2_crunchy {
	background-image:url(../img/h2-crunchy.gif);	
}
.h2_squishy {
	background-image:url(../img/h2-squishy.gif);	
}
.h2_fizzy {
	background-image:url(../img/h2-fizzy.gif);	
}


.h2_breakfast {
	background-image:url(../img/h2-breakfast.gif);	
}
.h2_lunch {
	background-image:url(../img/h2-lunch.gif);	
}
.h2_dinner {
	background-image:url(../img/h2-dinner.gif);	
}
.h2_preworkout {
	background-image:url(../img/h2-preworkout.gif);	
}
.h2_postworkout {
	background-image:url(../img/h2-postworkout.gif);	
}
.h2_snack {
	background-image:url(../img/h2-snack.gif);	
}
.h2_dessert {
	background-image:url(../img/h2-dessert.gif);	
}


.h2_lowcarb {
	background-image:url(../img/h2-lowcarb.gif);	
}
.h2_hiprotein {
	background-image:url(../img/h2-hiprotein.gif);	
}
.h2_recovery {
	background-image:url(../img/h2-recovery.gif);	
}
.h2_diet {
	background-image:url(../img/h2-diet.gif);	
}
.h2_lowcalorie {
	background-image:url(../img/h2-lowcalorie.gif);	
}
.h2_glutenfree {
	background-image:url(../img/h2-glutenfree.gif);	
}
.h2_vegetarian {
	background-image:url(../img/h2-vegetarian.gif);	
}
.h2_weightgainer {
	background-image:url(../img/h2-weightgainer.gif);	
}
.h2_other {
	background-image:url(../img/h2-other.gif);	
}

.h2_easy {
	background-image:url(../img/h2-easy.gif);	
}
.h2_intermediate {
	background-image:url(../img/h2-intermediate.gif);	
}
.h2_advanced {
	background-image:url(../img/h2-advanced.gif);	
}



.h2_mostrecent {
	background-image:url(../img/h2-mostrecent.gif);	
}



/*

================================================

BIG SEARCH FORM

================================================

*/


#big_search_form {
	width:690px;
	margin:0px auto 0px auto;
		
}
#search_bar_big {
	font-size:150%;
	padding:6px;
	width:550px;
	margin-bottom:6px;
	color:#c0c0c0;
	display:inline;
	margin:0px;
	float:left;
}
#search_adv_select {
	width:100%;
	padding:2px 0;
	color:#6F7A81;
	background-color:#FFF;
	font-size:120%;
	vertical-align:middle;
	margin-bottom:20px;
}
#search_button_big {
	text-align:center;
	padding:7px 25px 7px 25px;
	background-color:#FF9939;
	color:#FFF;
	border-right:3px solid #fff;
	border-left:3px solid #fff;
	text-decoration:none;
	margin:0px;
	display:inline;
	font-size:12px;
	float:right;
}	
#thirds_container {
	margin:0 0 7px 0;	
}

#lighter_h3 {
	margin:10px 0 7px 0;
	font-size:115%;
}
#thirds {
	width:33%;
	float:left;
	display:inline;
}
#thirds select {
	width:90%;
}	

#dividing_line {
	margin: 0 0 20px 0;
	width:100%;
	padding-top:25px; /*IE 8 fix */
}


#dividing_line table {
	width:100%;
	margin-bottom:24px;	
}
#dividing_line table td {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	padding:5px;
	
}
#dividing_line table td.light {
	background-color:#FFFFE3;
}
#dividing_line table td.dark {
	background-color:#FDFAE5;
}
#dividing_line table td.light_two {
	background-color:#F7FFF2;
}
#dividing_line table td.dark_two {
	background-color:#EEFDE5;	
}
#dividing_line table td.light_three {
	background-color:#F2FFF9;
}
#dividing_line table td.dark_three {
	background-color:#E4FEF1;	
}

.h2_ingredientsearch {
	background-image:url(../img/h2-ingredientsearch.gif);
}
.h2_notfound {
	background-image:url(../img/h2-404.gif);
}

/*

================================================

About Sections

================================================

*/

#about p {
	
	margin:0 0 30px 0;
	font-size:112%;
	line-height:180%;
		
}

.h2_about {
	background-image:url(../img/h2-about.gif);
}



.h2_faq {
	background-image:url(../img/h2-faq.gif);
}


#faq_container {
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	padding:10px 0;
	margin: 0 0 20px 0;
}

.l_one {
	background-color:#FFFFE3;	
}

.l_two {
	background-color:#F7FFF2;
}

#question {
	margin: 0 10px 10px 10px;
	color:#957154;
	font-style:italic;
	font-size:120%;
}

#answer {
	margin: 0 10px;
}

#smoothie_guide {
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	padding:15px;
	text-align:center;
	background-color:#FFFFE3;
	font-size:130%;
}

#smoothie_guide a, #smoothie_guide a:hover {
	color:#4b4842;
}







