* {
	margin: 0;
	padding: 0;
}
body {
	font: 11px/14px arial, helvetica, sans-serif;
	color: #666666;
	padding-bottom:20px;
	background-color: #ffffff;
}
strong { color: #4e2064; }
a { 
	color: #4e2064; 
	cursor:pointer; 
	text-decoration:underline; 
}
a.selected {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}





/*
*****************************************************************************
	HEADERS
*****************************************************************************
*/


h1, h2, h3, h4, h5, h6 {
	color: #4e2064;
	font-weight: bold;
	font-size: 12px;
}
h1 {
	font-size: 12px;
	line-height: 28px;
}
h1.bar {
 	background-color:#dcfa8b;
 	padding: 0 16px 0 16px;
}
h1 a {
	text-decoration:none;
}





p,
ol { margin-bottom: 14px; }


ul {
	list-style:none;
}
ul.bullets {
	list-style:disc;
}
ul.bullets li {
	padding-bottom:7px;
}

ol,ul {
	padding-left: 16px;
}





.error {
	color: #ff0000;
}






ol.ingredients {
	padding-left: 15px;

}




input,select,option { font-size: 10px; }




input.text { 
	width: 160px; 
	height: 14px; 
	margin-bottom:7px; 
}
textarea {
	margin-bottom:7px; 
}
select {
	margin-bottom:7px; 
}


table { border-collapse:collapse; }
table tr.tinted_row {
	background-color: #ffffff;
}



table#subscriptions {
	width: 100%;
}
table#subscriptions td { 
	padding: 2px 5px 2px 5px;
}




img {
	display: block;
	border: none;
}
.mceEditorContainer img {
	display:inline;
}


th {
	text-align: left;
	padding: 2px 5px 2px 5px;
}

td { padding: 0px 5px 0px 5px; }


#main {
	width: 960px;
	margin: 0 auto;
	background-repeat:no-repeat;
	background-color: #ffffde;
	background-color: #ffffff;
	
	padding: 0px 20px 20px 20px;
}

#logo { margin: 0px 0 0px 0px; }


#login_menu {
	text-align:right;
	float:right;
	margin-top: 14px;
	line-height:28px;
}


#login {
 	background-color:#cbf6ec;
 	margin-bottom: 14px;
 	padding-top: 0;
}
#login form {
 	margin-top: 4px;
}

#login label {
	width: 66px;
}

#min_page_height {
	width: 0px;
	height: 400px;	
	float:right;
}


#footer a {
	color:white;
}


#banner_ss {
	float:right;
	width:160px;
}


#recipe_search_form {
	float:right;
	margin-top: 24px;
}

#recipe_search_form input.text {
	
	
	 border: 1px solid #734289;
	 color: #999999;
	 padding: 5px 10px 5px 10px;
	 width: 134px;
	 }


#menu {
	width:100%;
	float:left;
	margin: 0 0 28px 0;
	background-color: #734289;
}

#menu a {
	font-size: 12px;
	/*text-transform: uppercase;*/
	text-decoration: none;
	display: block;
	float: left;
	background-color: #734289;
	color: #fff;
	line-height: 28px;
	width: 79px;
	border-right: 1px solid white;
	text-align: center;
}

#menu a.menu_on {
	background-color: #c9c9c9;
	background-color: #dcfa8b;
	color: #000;
}










#recipe_search,
#recipe_search_small {
	padding-top: 0;
 	background-color:#dcfa8b;
}
#recipe_search form {
	margin-top:6px;
}
#recipe_search label {
	float:left;
	display:block;
	width: 66px;
}
#recipe_search input.text {
	width: 120px;
	vertical-align: middle;
}

#recipe_search_small {
	margin-left: 8px;
}
#recipe_search_small input.text {
	width: 110px;
}





/*
*****************************************************************************
	RECIPE SEARCH RESULTS
*****************************************************************************
*/


#recipe_search_results {
	float:left;
}

#recipe_search_results .recipe_list_cell {
	width: 120px;
	padding: 0 40px 0 0;
	height: 190px;
	float:left;
}

#recipe_search_results .recipe_list_cell img.thumb {
	width: 120px;
}

#home #recipe_search_results .recipe_list_cell {
	padding: 0 0 7px 0;
}





/*
*****************************************************************************
	MEMBER RECIPES
*****************************************************************************
*/


#member_recipes {
}

#member_recipes .recipe_list_cell {
	width: 120px;
	padding: 0 16px 28px 0;
	height: 140px;
	float:left;
}

#member_recipes .recipe_list_cell img.thumb {
	width: 120px;
}













#member_search,
#member_search_small 
{
	padding-top: 0;
 	background-color:#cbf6ec;
}
#member_search label {
	float:left;
	display:block;
	width: 66px;
}

#member_search_small {
	margin-left:8px;

}




form {
}
fieldset {
	border:none;
}
label {
	width: 110px;
	float: left;
}

.checkbox {
	margin-right: 2px;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	vertical-align:middle
}









div.content_box {
	padding: 14px 16px 14px 16px;
}




table.member_info {
	
}
table.member_info td {
	vertical-align:top;	
}



#member_info div.photo_holder {
	float:left;
	width: 146px;
}



#member_info .label {
	float:left;
	width:100px;
}

#member_info .value {
}

textarea {
	width:400px;
}


#member_list {
	
}
#member_list div.member_list_cell {
	width:120px;
	margin-right:20px;
	float:left;
}
#member_list div.image_container {
	width:120px;
	height:120px;
}

#member_list img {
}


img.icon {
	display:inline;
	vertical-align:middle;
	margin:2px 0 2px 0;
}






/*
*****************************************************************************
	RECIPE RATING
*****************************************************************************
*/

div.recipe_rating_display {
	visibility: visible;
	width:37px;
	height:22px;
	background-color: #BCBC9F;
	margin-top:4px;
	float:left;
}

div.recipe_rating_display .fill {
	background-color: #734289;
	height:22px;
	z-index: 0;
}

div.recipe_rating_display img {
	position:absolute;
	z-index: 10;
}

div.recipe_rating_display .score_button {
	width:20%;
	height:22px;
	float:left;
	cursor:pointer;
}

div.recipe_rating_percent {
	visibility: visible;
	float:left;
	margin:3px 0 0 4px;
}













img.video_thumbnail {
	float: left;
	margin: 0px 10px 14px 0;
}




div.page_controls,
div.form_buttons {
 	background-color:#dcfa8b;
 	background-color:#f3f3f3;
	padding: 0px 16px 0px 16px;
	line-height: 28px;
	/*height: 35px;*/
}

div.form_buttons input {
	height: 21px;
	margin: 4px 0 3px 0;
	
}


/*
*****************************************************************************
	FORUM VIEW
*****************************************************************************
*/


table#forum {
	width: 100%;
}
table#forum tr {
	background-color:#fdfdfd;
}
table#forum tr.tintRow {
	background-color:#f9f9f9;
}
table#forum th {
 	border-right:1px solid #dcfa8b;
 	border-left:1px solid #dcfa8b;
 	background-color:#dcfa8b;
	white-space: nowrap;
	padding: 5px;
}
table#forum td {
	padding: 5px;
	white-space: nowrap;
	vertical-align:top;
	border: 1px solid #f0f0f0;
}
table#forum td.subject {
	white-space: normal !important;
}
table#forum tr.selected {
	background-color:#ececec;
}

#forum_top_page_controls {
 	background-color:#dcfa8b;
	float:right;
}



/*
*****************************************************************************
	POST VIEW
*****************************************************************************
*/


div#post_view {
}
div#post_view .author_info {
	width: 159px;
	float:left;
	border-right: dotted 1px #d0d0d0;
}
div#post_view .post_content {
	width:472px;	
	float:left;
	padding-left: 8px;
}













div.recipe_image_list_cell {
	float:left;
	margin-right:7px;
	margin-bottom:7px;
}
div.recipe_image_list_cell img {
	cursor:pointer;
}




div.popup {
	position:fixed;
	background-color:#ffffff;
	padding:2px;
}
div.popup .header {
	padding:4px;
	text-align:right;
}
div.popup .header a {
}



div.alert {
	position:fixed;
	background-color:#ffffff;
	padding:2px;
	border: 1px solid black;
}
div.alert .header {
}
div.alert .header a {
}
div.alert .body {
	padding: 30px 30px 15px 30px;
	text-align:center;
	font-size:13px;
	line-height:18px;
	width:300px;
}
div.alert .footer {
	padding: 0 0 15px 0;
}

div.alert .footer a {
	width: 78px;
	float:none;
	margin: 0 auto 0 auto;
}





ol#ingredient_fields {
	float:left;
}
ol#ingredient_fields li {
	margin-left: 0px;
}
ol#ingredient_fields input {
	width:200px;
}





div.tabs a, 
div.tabs .disabled {
	display:block;
	float:left;
	background-color: #cccccc;
	margin:0 1px 0 0;
	padding: 5px 10px 5px 10px;
	color:#000000;
	font-weight:normal !important;
	text-decoration:none;
}
div.tabs a.selected {
	color:#000000;
	background-color: #dcfa8b;
}



div.chef_list_cell {
	float:left;
	margin:0 20px 20px 0;
	width:120px;
}
div.chef_list_cell table {
	margin:0 0 4px 0;
}
div.chef_list_cell td.image_container {
	width:90px;
	height:90px;
	vertical-align:bottom;
	padding:0;
}


table.chef_table_small {	
}

table.chef_table_small td {
	vertical-align:bottom;
	padding: 0 0 14px 0 ;
	width: 100px;
	text-align:left;
}
table.chef_table_small td img {
	border:1px solid white;
	
}





/*
*****************************************************************************
	MESSAGE SEARCH
*****************************************************************************
*/

div.message_list_cell {
	height:89px;
}

div.message_list_cell img.thumb {
	float:left;
	margin-right: 8px;
}

div.message_list_cell img.icon {
	display:inline;
	margin-right:2px;
}














ul#member_menu {

}

ul#member_menu li {
	margin-bottom: 7px;
	padding: 0;
}



div.rule {
	margin:14px 0 14px 0;
	border-bottom:dotted 1px #d0d0d0;
	height:1px;
	line-height:0;
	font-size:0;
}



div.contest_search_cell {

}


div.contest_search_cell img {
	float:left;
	margin:0 10px 10px 0;
}









#upload_cta {
	padding: 0 0 0 8px;
}


#footer {
	clear: both;
	background-color: #734289;
	line-height: 28px;
	padding:0 14px 0 14px;
	color:#cccccc;
}


#footer a {
	color:#cccccc;
}
#footer a:hover {
	color:#ffffff;
}










/*
*****************************************************************************
	HOME
*****************************************************************************
*/


#forumSummary {

}

#forumSummary table {
	
}
#forumSummary table td {
	padding: 0 7px 7px 0;
}













/*
*****************************************************************************
	COLUMNS
*****************************************************************************
*/


.cols-12-10 {
	float:left;
	width: 800px;
}
.cols-12-9 {
	float:left;
	width: 720px;
}
.cols-12-8 {
	float:left;
	width: 640px;
}
.cols-12-7 {
	float:left;
	width: 560px;
}
.cols-12-6 {
	float:left;
	width: 480px;
}
.cols-12-5 {
	float:left;
	width: 400px;
}
.cols-12-4 {
	float:left;
	width: 320px;
}
.cols-12-3 {
	float:left;
	width: 240px;
}
.cols-12-2 {
	float:left;
	width: 160px;
}
.cols-12-1 {
	float:left;
	width: 80px;
}






.cols-24-4 {
	float:left;
	width: 160px;
}
.cols-24-3 {
	float:left;
	width: 120px;
}
.cols-24-2 {
	float:left;
	width: 80px;
}
.cols-24-1 {
	float:left;
	width: 40px;
}





.cols-48-2 {
	float:left;
	width: 40px;
}
.cols-48-1 {
	float:left;
	width: 20px;
}





