/* Open Source Food CSS - 19/01/2008

	Table of Contents:
	Reset
	Typography
	Positioning
	IE Fixes

*/

/* Reset
---------------------------------------------------------------------------------------- */

@import "reset.css";

* {
	margin: 0;
	padding: 0;
}

/* now I'm working with a clean slate! */


/* Typography
---------------------------------------------------------------------------------------- */

html, body {
  height: 100%;
}

body {
	font-family: 'Lucida Grande', Arial, Helvetica, sans serif;
	font-size: 12px;
	color: #000;
	background:#DED6C9;
    min-width: 976px;
}

span.new_alert {
    font-size: 9px;
}

ul#member_subnav span, table#mail_table td.time, ul#recent_searches, ul.recipe_list li cite, em.recipe_stats, div#comment_ads_container, div#logged_in span.logout, p.submit_button button, a.submit_link, div#license_container, div#blogthis, a.delete_comment, p#login_error_email, p.ban_user, p.time {
    font-size: 11px;
}

div#register_ad p#join_us, p.meta, p#copyright, p#featured_recipe, div#sub_nav, ul.recipe_list li h2, ul#member_tools, ul#recipe_tools, ul.overview, p.form_legal {
    font-size: 11px;
}

div#recipe_pic_container ul#tag_list, ul.recipe_list.members div.owner h2, ul.recipe_list.members div.owner cite, ul.recipe_list.large li cite, ul.recipe_list.large h2, div#logged_in, input#mailing_list_input, #targeted-recipes li h3 {
    font-size: 12px
}

p#member_sub_static_header, table#mail_table, ul#tag_list, p#not_logged_comment, div#recipe_method, input#search_form_input, form#recipe_comment_form textarea, p#temp_static, form.add_form input.form_input_text, div#add_recipe_desc div.content, h4.meta, div#member_profile.view, div#single_mail {
    font-size: 14px;
}

p#intro, p#pagination, h3.subheading, div#breadcrumb, form#search_form h2, form.add_form label.title, div#login_error {
    font-size: 15px;
}

div#member_profile h2, div#home_search form#search_form input, div#home_search form#search_form button, div#register_form h2, div#register_desc h2, p#temp_notice, div#single_mail h3 {
	font-size: 16px;
}

h1.subheading, p#no_results, div#notice_box h1 {
    font-size: 20px;
}

ul#tag_list li.vvlow a {
    font-size: 100%;
    color: #CCC;
}

ul#tag_list li.vlow a {
    font-size: 120%;
    color: #b8b8b8;
}

ul#tag_list li.low a {
    font-size: 150%;
    color: #999;
}

ul#tag_list li.med a {
    font-size: 180%;
    color: #888;
}

div#recipe_pic_container ul#tag_list li.med a {
    font-size: 160%;
}

div#recipe_pic_container ul#tag_list li.high a {
    font-size: 170%;
}

div#recipe_pic_container ul#tag_list li.vhigh a {
    font-size: 180%;
}

ul#tag_list li.high a {
    font-size: 220%;
    color: #686868;
}

ul#tag_list li.vhigh a {
    font-size: 240%;
    color: #333;
}

ul#tag_list li a:hover {
    color: black;
}

.content_links {
    text-decoration: none;
    font-weight: 600;
}
.editorsNote {font-style: italic;}

a {
	color: #e68a2e;
}

a:hover {
	color: #003399;
}

ul#recent_searches a, div#comment_ads_container, p#no_results {
    color: #CCC;
}

div#register_ad p#join_us, ul#member_tools li.follower a:hover, div#logged_in span.logout a, ul#comment_list li p cite a, p#featured_recipe cite a, ul#subnav li a, ul#member_subnav li a, p#pagination a, ul#recent_searches a:hover, div.owner cite a, div.owner cite, ul#member_tools a, ul#recipe_tools li a, h3.subheading span, h1.subheading span, div#blogthis, div#member_profile h2 span, p.ban_user a {
    color: #000;
}

div#register_ad, p#featured_recipe, form#recipe_comment_form strong, div#back_online_soon, form.add_form p.form_legal label, p#inbox_header, td.time.new {
    color: #696969;
}

p#member_sub_static_header, div#register_ad strong, p#intro strong, ul.recipe_list#home_recently_commented li div.recently_commented_info p, ul#comment_list li div, div#breadcrumb strong, ul.overview p, div#recipe_ingredients strong, div#recipe_method, ul#subnav li.current_item a, ul#member_subnav li.current_item a, ul#subnav li a:hover, ul#member_subnav li a:hover, h1.subheading, h3.subheading, p.meta a:hover, p#pagination, p#pagination a:hover, ul#member_tools a:hover, ul#recipe_tools li a:hover, form.add_form label, div#register_form h2, div#register_desc h2, h4.meta, p#login_error_email, div#member_profile.view, div#single_mail h3, div#single_mail_body {
    color: black;
}

a.submit_link, .submit_button, p#featured_recipe a, div.member_pic_container h2 a, div.owner a, div#login_error h3, div#vote_container p, ul#recipe_tools li.vote a {
    color: white;
}

p.meta a {
    color: #544a46;
}

span.new_alert {
    color: #999933;
}

div#form_errors {
	color: red;
}

div#form_success {
	color: green;
}

div.owner cite a, div.owner p a {
  text-transform: none !important;
}

ul#tag_list a, a.submit_link, div#logged_in a:hover.submit_link, div#logged_in a, ul#comment_list li p cite a, ul#subnav li a, ul#member_subnav li a, ul#main_nav a, ul#member_tools a, ul#recipe_tools li a, ul#recent_searches a, div.owner a, div.owner h2 a, div.owner cite a, p.meta a, p#featured_recipe a, div.member_pic_container h2 a, p#pagination a {
    text-decoration: none;
    text-transform: capitalize;
}

div#logged_in a:hover, ul#comment_list li p cite a:hover, p#featured_recipe a:hover, div.owner h2 a:hover, div.owner cite a:hover, div.member_pic_container h2 a:hover, ul#recipe_tools li.vote a:hover {
    text-decoration: underline;
}

table#mail_table td, p.meta, div#comment_ads_container, ul#tag_list, a.submit_link, div#back_online_soon {
    text-align: center;
}

div#recipe_pic_container ul#tag_list, form#mailing_list {
    text-align: left;
}

div#logged_in, p#join_us, p#pagination, div#vote_container p {
    text-align: right;
}

div#register_ad, div#register_ad strong, p#intro, p#intro strong, table#mail_table td, ul#recent_searches, ul.recipe_list.members div.owner h2, ul#tag_list, p#not_logged_comment, div#logged_in, a.submit_link, button.submit_button, p.submit_button button, input#search_form_input, div#breadcrumb h1 strong, ul.recipe_list.large h2, div#recipe_method strong, ul#member_subnav, ul#subnav, ul#main_nav, p#pagination, form.add_form label, p.form_legal, div#member_profile strong, div#vote_container p, p#inbox_header em, table#mail_table td.time.new, ul#recipe_tools li a {
    font-weight: bold;
}

div#register_ad p#join_us, ul#member_subnav span, table#mail_table td.time, div#logged_in span.logout, ul#subnav ul#filter_options, ul.recipe_list li h2, #targeted-recipes li h3 {
    font-weight: normal;
}

p#intro, div.member_pic_container div.owner, ul#member_list li, ul.overview, .submit_button, a.submit_link, ul.recipe_list li h2, #targeted-recipes li h3, div#license_container p {
    line-height: 1.3em;
}

div#add_recipe_desc div.content, ul#comment_list li div, div#recipe_ingredients, div#recipe_method, div#recipe_ingredients h3.subheading, div#recipe_method h3.subheading, div#member_profile {
    line-height: 1.5em;
}

ul#recipe_tools li a {
	line-height: 16px;
}

ul#tag_list {
    line-height: 2em;
}

/* Positioning
---------------------------------------------------------------------------------------- */

body {
	background:#DED6C9;
}

div.center_box, div#main_content, div#footer, ul#recent_searches {
    width: 976px;
    margin: 0 auto;
}

div#header div.center_box {
    background: url(../images/system/nibbledish-header.png);
}

#targeted-recipes h1 {
	margin-top: 20px;
	font-size: 180%;
	color: #555;
}

#targeted-recipes h2 {
	margin-top: 20px;
	font-size: 180%;
	text-transform: capitalize;
}

#targeted-recipes p {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: right;
	border-bottom: 1px solid #ccc;
}

h1#osf_logo a span {
    display: none;
}

p#featured_recipe {
    position: absolute;
    background: transparent url(../images/system/blackbar.png);
    bottom: 0;
    left: 198px;
    padding: 4px 5px 10px 5px;
}

#navigation {
  margin-top: 115px;
}

ul#main_nav {
    float: left;
}

ul#login {
  float: right;
  width: auto;
}

ul#login li, ul#main_nav li {
    float: left;
    margin-right: 3px;
}

ul#login li.last {
  margin-right: 0;
}

ul#login li a, ul#main_nav li a {
    float: left;
    padding: 10px 20px;
    color: #ccc;
    background: #457e73;
	border-top-left-radius:1em;
	-moz-border-radius-topleft:1em;
	-webkit-border-top-left-radius:1em;
	border-top-right-radius:1em;
	-moz-border-radius-topright:1em;
	-webkit-border-top-right-radius:1em;
	text-shadow:0.1em 0.1em 0.2em black;

}

ul#main_nav li.current_item a {
	color: #fff;
    background: #88d1ca;
	border-top-left-radius:1em;
	-moz-border-radius-topleft:1em;
	-webkit-border-top-left-radius:1em;
	border-top-right-radius:1em;
	-moz-border-radius-topright:1em;
	-webkit-border-top-right-radius:1em;
}

ul#login li a:hover, ul#main_nav li a:hover {
	color: #fff;
    background: #88d1ca;
}

ul#login li a {
	color: #fff;
    background: #88d1ca;
    text-decoration: none;
}

#login, div#logged_in {
    float: left;
    width: 400px;
    height: 25px;
}

div#logged_in {
    padding: 0;
    background: transparent;
    margin-top: -4px;
    width: 400px;
    float: right;
    right: 10px;
}

div#logged_in span.after_badge {
    padding-left: 15px;
}

div#logged_in img {
    float: right;
    width: 36px;
    height: 36px;
}

form.login_form input {
    width: 90px;
    padding: 4.5px 7px;
    color: #aeadad;
    border: 1px solid #c7c7c7;
}

div#logged_in div {
    float: right;
    overflow: hidden;
    margin-top: 14px;
}

.logged_in_username {
	margin-right: 4px;
	padding-right: 8px;
	color: #67a54b;
	border-right: 1px solid #fff;
}

.logged_in_username:hover {
	color: #67a54b;
}

div#logged_in div#add_recipe_button_container {
	padding-left: 0;
}

#register_notice {
	float: left;
	margin: -2px 10px 0;
	font-size: 90%;
}

#register_notice strong a {
	color: #00b0ee;
	text-decoration: none;
}

#register_notice a {
	color: #aeadad;
	text-decoration: none;
}

ul.recipe_list {
    padding: 15px 0;
    width: 100%;
}

ul.recipe_list li {
    float: left;
    height: 150px;
    width: 150px;
    position: relative;
    margin: 0 15px 15px 0;
}

ul.recipe_list.members {
    margin-left: 16px;
}

ul.recipe_list.large li {
    width: 232px;
    height: 232px;
}

ul.recipe_list#home_following li {
	width: 90px;
	height: 90px;
}

ul.recipe_list#home_recently_commented li {
	width: 322px;
	background: #F8F8F8;
	overflow: hidden;
}

ul.recipe_list#home_recently_commented li div.recently_commented_info {
	position: absolute;
	top: 0;
	left: 150px;
	padding: 10px;
}

ul.recipe_list#home_recently_commented li div.recently_commented_info a.small_user_pic {
	float: left;
	margin: 0 5px 0 0;
}

ul.recipe_list#home_recently_commented li div.recently_commented_info div.overview_content {
	margin-top: 6px;
}

ul.recipe_list#home_recently_commented li div.recently_commented_info p {
	padding: 5px 0;
	clear: both;
}

ul.recipe_list.related li {
    margin: 0 14px 14px 0;
    width: 144px;
    height: 144px;
}

ul.recipe_list.members li {
    margin: 0 15px 15px 0;
    width: 183px;
    height: 183px;
}

ul.recipe_list li.last {
    margin-right: 0;
}

a.recipe_pic {
    display: block;
    border: 1px solid #696969;
    height: 148px;
    width: 148px;
}

a.recipe_pic > span {
  cursor: pointer;
}

ul.recipe_list.large a.recipe_pic {
    display: block;
    border: 1px solid #696969;
    height: 230px;
    width: 230px;
}

ul.recipe_list.related a.recipe_pic {
    display: block;
    border: 1px solid #696969;
    height: 142px;
    width: 142px;
}

ul.recipe_list.members a.recipe_pic {
    display: block;
    border: 1px solid #696969;
    height: 181px;
    width: 181px;
}

ul.recipe_list#home_following a.recipe_pic {
    display: block;
    border: 1px solid #696969;
    height: 88px;
    width: 88px;
}

a.recipe_pic img {
    display: block;
}

ul.recipe_list#home_following a.recipe_pic:hover, ul.recipe_list.members a:hover.recipe_pic, ul.recipe_list.related a:hover.recipe_pic, ul.recipe_list.large a:hover.recipe_pic, a:hover.recipe_pic, ul.recipe_list a:hover.member_pic {
    border: 1px solid black;
}

div.owner {
    background-color: #88D1CA;
    background: rgba(136, 209, 202, 0.75);
    position: absolute;
    bottom: 1px;
    width: 138px;
    left: 1px;
    height: 30px;
    overflow: hidden;
    padding: 5px;
}

ul.recipe_list.related li div.owner {
    width: 132px
}

div.member_pic_container div.owner {
    width: 171px;
}

div.member_pic_container.sidebar div.owner {
    width: 170px;
}

ul.recipe_list.members div.owner {
    width: 171px;
}

ul.recipe_list li h2, #targeted-recipes li h3 {
    height: 1.3em;
    overflow: hidden;
}

ul.recipe_list#home_following div.owner {
	width: 78px;
	height: 1.3em !important;
	overflow: hidden;
}

span.probadge_small {
    width: 18px;
    height: 9px;
    background: transparent url(../images/system/probadge_small.gif) 0 0 no-repeat;
    position: absolute;
    margin-top: 3px;
	margin-left:4px;
}

em.recipe_stats {
    position: absolute;
    right: 10px;
}

span.recipe_stats_comment {
    background: transparent url(../images/system/recipe_list_comment.gif) 0 center no-repeat;
    padding-left: 13px;
}

div#footer {
    position: relative;
    clear: both;
}

ul#footer_links {
    border: 1px solid #e68a2e;
    border-style: solid none none none;
    padding: 10px 0;
}

ul#footer_links li {
    display: inline;
    margin-right: 10px;
}

p#copyright {
    position: absolute;
    top: 10px;
    right: 0;
}

div#sub_nav {
    background: #F8F8F8;
    padding: 5px;
}

ul#recent_searches {
    padding-bottom: 15px;
}

ul#recent_searches li {
    display: inline;
}

ul#member_list {
    padding-top: 15px;
}

div#member_main_content ul#member_list {
    padding-left: 16px;
}

ul#member_list li {
    float: left;
    margin: 0 15px 15px 0;
    background: #333;
}

ul#member_list.show_latest li {
    height: 244px;
}

ul#member_list li.last {
    margin-right: 0;
}

ul#member_list li ul.member_latest_recipes {
    border: 1px solid #696969;
    border-style: none none solid solid;
    float: left;
}

ul#member_list li ul.member_latest_recipes li {
    margin: 0;
    border: 1px solid #696969;
    border-style: none solid none none;
    width: 60px;
    height: 60px;
    float: left;
}

ul#member_list li ul.member_latest_recipes li.last {
    width: 59px;
    overflow: hidden;
}

div.member_pic_container {
    position: relative;
    height: 183px;
    width: 183px;
}

div.member_pic_container.sidebar {
    width: 182px;
}

div.member_pic_container a.member_pic {
    display: block;
    border: 1px solid #696969;
    width: 181px;
    height: 181px;
    position: relative;
}

div.member_pic_container a:hover.member_pic {
    border: 1px solid black;
}

ul#member_list p.meta {
    padding: 5px 0 15px 0;
    background: transparent url(../images/system/meta_dither.gif) 0 0 repeat-x;
}

p#pagination {
    clear: both;
    padding: 10px 0 20px 0;
}

p#pagination a {
    border: 1px solid #EEE;
    padding: 3px 8px;
    margin-left: 5px;
}

p#pagination a:hover {
    border: 1px solid black;
}

div#member_sidebar {
    padding-top: 15px;
    float: left;
    width: 182px;
}

div#member_sidebar a.member_pic {
    width: 180px;
    overflow: hidden;
}

div#member_sidebar div.member_pic_container p {
    width: 170px;
}

div#member_main_content {
    float: left;
    width: 794px;
    padding-top: 15px;
    overflow: hidden;
}

div#member_intro, div#subnav_container {
    background-color: #88d1ca;
    height: 45px;
    border: none;
    position: relative;
}

ul#member_subnav, ul#subnav {
    position: absolute;
    bottom: 5px;
    left: 16px;
}

ul#member_subnav li, ul#subnav li {
    float: left;
    margin-right: 5px;
}

ul#member_subnav li a, ul#subnav li a, ul#subnav li ul#filter_options li {
    float: left;
    padding: 6px 9px;
	color:#fff;
   /* background: white;*/
    /*border: 1px solid #CCC;*/
}

ul#subnav li a {
   /* background: white url(../images/system/sub_tab_dither.gif) bottom left repeat-x;*/
}

ul#subnav li.current_item a {
	/*background: white;*/
	color:#fff;
	text-shadow: 0.1em 0.1em 0.2em black;
}

ul#subnav li ul#filter_options li {
    border: none;
    background: none;
    margin-top: 0;
    width: 70px;
    padding: 7px 0;
    margin-left: 10px;
    height: 10px;
}

ul#subnav li ul#filter_options li#show_latest_recipes {
    width: 150px;
    margin-left: -15px;
}

label {
    cursor: pointer;
}

ul#filter_options input {
    margin-right: 2px;
}

ul#member_subnav li.current_item a, ul#subnav li.current_item a {
    border-color: #CCC #CCC white #CCC;
}

ul#member_subnav span {
    padding-left: 2px;
}

ul#member_tools li a {
    display: block;
    padding: 6px 8px 6px 28px;
    /*border: 1px solid #EEE;
    border-style: solid solid none solid;*/
    background: transparent url(../images/system/classic_icons/16/94.png) 6px center no-repeat;
}

ul#member_tools li.follow a {
    background: transparent url(../images/system/classic_icons/16/77.png) 6px center no-repeat;
}

ul#member_tools li.follower a {
    background: transparent url(../images/system/classic_icons/16/26.png) 6px center no-repeat;
}

ul#member_tools li.homepage a {
    background: transparent url(../images/system/classic_icons/16/4.png) 6px center no-repeat;
}

ul#member_tools li.rss a {
    background: transparent url(../images/system/classic_icons/16/rss.gif) 6px center no-repeat;
}

ul#member_tools li.add a {
    background: transparent url(../images/system/classic_icons/16/13.png) 6px center no-repeat;
}

ul#member_tools li.edit_profile a {
    background: transparent url(../images/system/classic_icons/16/72.png) 6px center no-repeat;
}

ul#member_tools li.ban_user a {
    background: transparent url(../images/system/classic_icons/16/123.png) 6px center no-repeat;
}

ul#member_tools {
    /*border: 1px solid #EEE;
    border-style: none none solid none;*/
    margin-bottom: 15px;
}

div#member_overview {
    width: 282px;
    float: left;
    padding: 15px 15px 0 16px;
}

div#member_latest_recipes {
    width: 480px;
    float: left;
    padding-top: 15px;
}

ul.overview {
    border: 1px solid #CCC;
    border-style: solid none none none;
    margin: 15px 0;
    float: left;
    width: 100%;
}

ul.overview p {
    padding: 3px 0;
}

ul.overview li {
    padding: 8px 0;
    float: left;
}

ul.overview li a.small_user_pic {
    float: left;
    margin-right: 8px;
    width: 30px;
}

ul.overview li div.overview_content {
    float: left;
    width: 236px;
}

div#comment_container ul.overview li div.overview_content {
    width: auto !important;
    max-width: 360px;
}

div#recipe_container div#comment_container ul.overview {
    border: none !important;
    padding-top: 0 !important;
    padding-bottom: 8px;
}

ul#home_recently_commented div.overview_content p {
	width: 150px;
}

div#featured_recipe {
    margin: 15px 0;
    position: relative;
    min-height: 50px;
    height: 282px;
    width: 282px;
}

div#featured_recipe a.recipe_pic {
    min-height: 100px;
    width: auto !important;
    height: auto !important;
}

div#featured_recipe div.owner, ul.recipe_list.large li div.owner {
    width: 270px;
}

ul.recipe_list.large li div.owner {
    width: 220px;
}

ul#member_list li div.owner {
    width: 171px;
}

div#featured_recipe div.owner h2 {
    height: 1.3em;
    overflow: hidden;
}

div.ad_180 {
    clear: both;
    border: 1px solid #EEE;
    width: 180px;
    margin-bottom: 15px;
}

div.ad_180 img {
    display: block;
}

div#recipe_container {
    padding: 15px 0 0 15px;
    width: 780px;
}

h1.subheading {
    padding: 0 0 15px 0;
}

div#recipe_pic_container {
    margin-bottom: 15px;
    clear: both;
    float: left;
    width: 100%;
}

div#recipe_pic {
    min-height: 100px;
    width: 506px;
    position: relative;
    float: left;
    background: #F8F8F8;
}

div#vote_container {
    background: black;
    padding: 2px 5px 5px 5px;
}

div#vote_container p {
    position: absolute;
    margin: 5px 0 0 5px;
    width: 302px;
}

a#vote_button {
	display: block;
	width: 180px;
	height: 24px;
    background: transparent url(../images/system/vote_button.gif) 0 center no-repeat;
    margin: 0 0 0 315px;
}

div#recipe_pic img {
    display: block;
    border: 3px solid black;
}

div#recipe_ingredients h3.subheading, div#recipe_method h3.subheading {
    padding-bottom: 15px;
    margin-bottom: 10px;
}

div#recipe_ingredients {
	clear: left;
}

h3.subheading {
    position: relative;
    clear: both;
}

h3.subheading a {
    position: absolute;
    right: 0;
}

h3.subheading a.breadcrumb {
	position: relative;
	right: auto;
}

div#recipe_container ul {
    list-style-type: disc;
    margin-left: 25px;
}

div#recipe_container ol {
    list-style-type: decimal;
    margin-left: 20px;
}

div#recipe_method, div#recipe_ingredients {
    width: 465px;
    float: left;
}

div#recipe_ingredients {
    width: 300px;
    margin-right: 15px;
}


div#recipe_method p, div#recipe_ingredients p, div#recipe_ingredients li, div#recipe_method li {
    padding-bottom: 5px;
}

div#recipe_method {
    padding-bottom: 10px;
}

div#related_recipes, div#recipe_comments {
    clear: both;
    padding-top: 15px;
}

div#subnav_container {
   /* margin-top: 15px;*/
  }

div#breadcrumb {
    margin-top: 15px;
}

div#breadcrumb.member_recipes {
    margin-left: 15px;
}

div#breadcrumb span.probadge_small {
    margin-top: 5px;
}

span.after_badge {
    padding-left: 22px;
}

form#search_form {
    position: absolute;
    right: 10px;
    top: 11px;
    background: transparent url(../images/system/improved_search.gif) 0 center no-repeat;
    padding-left: 60px;
}

div#subnav_container form#search_form {
	width: 230px;
}

form#search_form input, form.login_form input {
    margin: 1px 8px 0 0;
}

form#search_form p, form.login_form p {
    float: left;
}

input#search_form_input, form.login_form input, form.add_form input.form_input_text, form.add_form textarea.form_input_textarea {
    background: #fff;
}

.login_form {
	float: left;
}

.login_form button.submit_button {
	float: none;
}

input#search_form_input {
    width: 180px;
}

div#member_intro input#search_form_input {
    width: 150px;
}

div#member_intro form#search_form {
    background: none;
    padding-left: 0;
}

button.submit_button, p.submit_button a.submit_link {
    background: #881CA;
    float: right;
    width: 80px;
	border-top-left-radius: 1em;
    border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

button.submit_button, p.submit_button button, a.submit_link span {
    background: #cd1a06;
    border: 1px solid #cd1a06;
    border-style: solid none;
    cursor: pointer;
    float: right;
    padding: 4px 15px;
    width: 80px;
    color: #fff;
	border-radius: 1em 1em 1em 1em;
}

button.submit_button:hover, p.submit_button button, a.submit_link span:hover {
	border-color: #cd1a06;
}

a.submit_link span {
	width: 50px;
}

div#logged_in a.submit_link {
	width: 100px;
}

div#logged_in a.submit_link span {
	width: 70px;
}

div#recipe_extras {
    padding: 0 0 0 15px;
}

div#recipe_comments_ads {
    clear: both;
}

div#recipe_comments_ads div.ad_180 {
    clear: none;
    float: left;
    margin: 0 15px 0 0;
}

div#recipe_comments_ads div.ad_180.last {
    margin: 0;
}

form#recipe_comment_form {
    background: #F8F8F8;
    padding: 10px;
    border: 1px solid #CCC;
    border-style: solid none none none;
    width: 100%;
    float: left;
}

form#recipe_comment_form textarea, div#member_sub_static textarea {
    background: #FFFFCC;
    width: 441px;
    height: 80px;
    margin: 5px 0;
}

div#comment_container {
    padding: 15px 0 0 0;
    width: 463px;
    float: left;
}

div#comment_ads_container {
    padding: 15px 15px 0 0;
    width: 300px;
    float: left;
}

div#comment_ads_container img {
    display: block;
    margin-bottom: 5px;
}

ul#comment_list li {
    background: #F8F8F8;
    margin: 0 0 15px 0;
    position: relative;
}

a.delete_comment {
	position: absolute;
	right: 10px;
	top: 10px;
}

ul#comment_list li.last {
    margin-right: 0;
}

ul#comment_list li p {
    height: 30px;
    overflow: hidden;
    position: relative;
}

ul#comment_list li p cite {
    position: absolute;
    top: 8px;
    left: 35px;
    width: 140px;
}

p#no_results {
    padding-bottom: 15px;
}

p#no_results.recipe_list {
    padding: 15px 0;
}

a.submit_link {
    float: left;
}

p#not_logged_comment a.submit_link {
    margin: -4px 5px 0 0;
}

div#recipe_container ul#recipe_tools {
    list-style-type: none;
    margin: 0;
}

ul#recipe_tools {
    float: left;
    border: none;
    border-style: none;
}

ul#recipe_tools.vote {
    border: 1px solid #3b6e22;
    border-style: none none none solid;
}

ul#recipe_tools li {
    float: left;
}

ul#recipe_tools li a {
    float: left;
    border: none;
    border-style: none;
    padding: 6px 8px 6px 25px;
}

ul#recipe_tools li.blog a {
    background: transparent url(../images/system/classic_icons/16/104.png) 6px center no-repeat;
}

ul#recipe_tools li.magnify a {
    background: transparent url(../images/system/classic_icons/16/115.png) 6px center no-repeat;
}

ul#recipe_tools li.magnify.contract a {
    background: transparent url(../images/system/classic_icons/16/117.png) 6px center no-repeat;
}

ul#recipe_tools li.vote a {
    background: #67a54b url(../images/system/classic_icons/16/32.png) 6px center no-repeat;
    border: 1px solid #3b6e22;
    border-style: solid solid none none;
}

ul#recipe_tools li.bookmark a {
    background: transparent url(../images/system/share-icon-16x16.png) 6px center no-repeat;
}

ul#recipe_tools li.print a {
    background: transparent url(../images/system/classic_icons/16/8.png) 6px center no-repeat;
}

ul#recipe_tools li.edit a {
    background: transparent url(../images/system/classic_icons/16/1.png) 6px center no-repeat;
}

ul#recipe_tools li.approve a {
    background: transparent url(../images/system/classic_icons/16/71.png) 6px center no-repeat;
}

ul#recipe_tools li.remove a {
    background: transparent url(../images/system/classic_icons/16/69.png) 6px center no-repeat;
}

ul#recipe_tools li.fb {
    background: transparent url(../images/system/classic_icons/16/facebook.png) 6px 7px no-repeat;
    padding: 4px 0 0 25px;
}

div#blogthis {
	position: absolute;
	top: 3px;
	left: 3px;
	padding: 5px;
	background: white;
	display: none;
	border: 1px solid black;
	border-style: none solid solid none;
}

div#blogthis p {
	padding: 0 3px 6px 3px;
}

div#blogthis textarea {
	width: 380px;
	height: 180px;
	display: block;
	background: #FFFFCC;
}

ul#tag_list {
    padding: 15px 0 20px 0;
}

div#recipe_data {
	float: left;
	margin: 0 0 0 20px;
    width: 254px;
}

div#tag_list_container, div#license_container {
    width: 254px;
	float: left;
}

div#license_container p {
	padding-top: 6px;
}

div#license_container p#license_mark {
	float: left;
	margin: 0 10px 0 0;
}

h4.meta {
	border: 1px solid #CCC;
	border-style: none none solid none;
	padding: 0 0 5px 22px;
	margin-bottom: 5px;
    background: transparent url(../images/system/classic_icons/16/80.png) 0 1px no-repeat;
}

h4.meta.license {
    background: transparent url(../images/system/classic_icons/16/61.png) 0 1px no-repeat;
}

div#recipe_pic_container ul#tag_list {
    padding: 0 0 0 0;
    margin: 0;
    float: left;
}

ul#tag_list li {
    display: inline;
    padding: 0 3px;
}

div#recipe_pic_container ul#tag_list {
	padding-bottom: 15px;
}

form#follow_form {
    display: none;
}

table#mail_table {
    margin: 15px 0 10px 15px;
    width: 780px;
}

table#mail_table td {
    border: 1px solid #EEE;
    padding: 8px;
}

table#mail_table tr.pending td {
    background: #FFFFCC;
}

div#home_search, div#home_search form#search_form {
	position: relative;
	margin: 0;
	padding: 0;
	top: 13px;
	left: 0;

}

div#home_main_container {
	margin: 15px 15px 15px 0;
	float: left;
	width: 660px;
}

div#home_search form#search_form {
	float: right;
	width:471px;
	height:38px;
	background: url(../images/system/searchbar.png);
}

div#home_search button.submit_button {
	float: none;
}

div#home_search form#search_form input {
	width: 280px;
	height: 24px;
}

div#home_search form#search_form .submit_button, div#home_search form#search_form p.submit_button {
	width: 163px;
	float:right;
	background:none;
	border:none;
	margin-top:4px;

}

div#home_side_container {
	margin-top: 15px;
	width: 300px;
	float: left;
}

div.home_ad_container img {
	display: block;
}

div.home_ad_container {
	margin-bottom: 15px;
	clear: both;
}

form# h2 {
	padding-bottom: 5px;
}

p#intro {
	margin-bottom: 10px;
}

div#share_me {
	background: #F8F8F8;
	padding: 10px;
	margin-top: 15px;
}

div#share_me img {
	display: block;
}

div#register_ad {
	float: left;
	margin: 0 0 15px 0;
	position: relative;
}

div#register_ad ul {
	list-style-type: disc;
	margin: 0 0 0 15px;
}

div#register_ad ul li {
	margin-bottom: 10px;
}

div#register_ad a.submit_link {
	float: right;
}

p#join_us {
	position: absolute;
	bottom: 7px;
	right: 90px;
}

body#back_soon, body#wallpaper {
	background: black;
}

div#back_online_soon {
	width: 500px;
	height: 248px;
    background: transparent url(../images/system/back_online_soon.gif);
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -250px;
    margin-top: -124px;
}

div#back_online_soon p {
	padding-top: 240px;
}

div#back_online_soon_corner {
	width: 300px;
	height: 250px;
    background: transparent url(../images/system/back_online_soon_corner.jpg);
    position: absolute;
    bottom: 0;
    right: 0;
}

p#temp_static {
	padding: 50px 0;
}

div#static_page {
	padding: 20px;
}

div#static_page h1, div#static_page p, div#static_page ul, div#static_page ol {
	padding-bottom: 15px;
}

div#register_form, div#register_desc {
	float: left;
	width: 584px;
}

div#register_desc {
	width: 362px;
}

div#register_form h2, div#register_desc h2 {
	padding: 15px 0 0 0;
}

form.add_form, div#single_mail {
	border: 2px solid #CCC;
	padding: 15px;
	float: left;
	width: 500px;
	margin: 15px 15px 15px 0;
}

form.add_form.recipe {
	width: 450px;
}

form.add_form label {
	margin-right: 10px;
}

form.add_form label.title, form.add_form div.container p {
	display: block;
	padding-bottom: 3px;
}

form.add_form div.container {
	padding: 0 0 20px 45px;
    background: transparent url(../images/system/classic_icons/32/28.png) 0 1px no-repeat;
}

form.add_form div.container img.recipe_pic_preview {
	display: block;
	margin-bottom: 5px;
}

form.add_form div.container.email {
    background: transparent url(../images/system/classic_icons/32/94.png) 0 1px no-repeat;
}

form.add_form div.container.password1, form.add_form div.container.password2 {
    background: transparent url(../images/system/classic_icons/32/52.png) 0 1px no-repeat;
}

form.add_form div.container.country {
    background: transparent url(../images/system/classic_icons/32/7.png) 0 1px no-repeat;
}

form.add_form div.container.gender {
    background: transparent url(../images/system/classic_icons/32/26.png) 0 1px no-repeat;
}

form.add_form div.container.agreement {
    background: transparent url(../images/system/classic_icons/32/71.png) 0 1px no-repeat;
}

form.add_form div.container.member_pic {
    background: transparent url(../images/system/classic_icons/32/97.png) 0 1px no-repeat;
}

form.add_form div.container.foodmail {
    background: transparent url(../images/system/classic_icons/32/54.png) 0 1px no-repeat;
}

form.add_form div.container.usermail {
    background: transparent url(../images/system/classic_icons/32/54.png) 0 1px no-repeat;
}

form.add_form div.container.title, form.add_form div.container.ingredients, form.add_form div.container.method {
    background: transparent url(../images/system/classic_icons/32/93.png) 0 1px no-repeat;
}

form.add_form div.container.photo {
    background: transparent url(../images/system/classic_icons/32/90_photo.png) 0 1px no-repeat;
}

form.add_form div.container.subject {
    background: transparent url(../images/system/classic_icons/32/30.png) 0 1px no-repeat;
}

form.add_form div.container.tags {
    background: transparent url(../images/system/classic_icons/32/80.png) 0 1px no-repeat;
}

form.add_form div.container.question {
    background: transparent url(../images/system/classic_icons/32/73.png) 0 1px no-repeat;
}

form.add_form div.container.license {
    background: transparent url(../images/system/classic_icons/32/61.png) 0 1px no-repeat;
}

form.add_form div.container.video {
    background: transparent url(../images/system/classic_icons/32/137.png) 0 1px no-repeat;
}

form.add_form div.container.homepage {
    background: transparent url(../images/system/classic_icons/32/4.png) 0 1px no-repeat;
}

form.add_form div.container_inner {
	border: 1px solid #CCC;
	border-style: none none none solid;
	padding-left: 10px;
}

form.add_form div.container_inner.error {
	border: 2px solid red;
	border-style: none none none solid;
}

form.add_form fieldset {
	border: 1px solid #EEE;
	border-style: solid none none none;
	padding: 15px 0 0 0;
}

form.add_form fieldset legend {
	margin-left: 20px;
}

div#form_errors, div#form_success {
	border: 2px solid red;
	padding: 10px;
	background: #FFCCCC;
	margin-bottom: 15px;
}

div#form_errors { font-weight: bold; }

div#form_success {
	border: 2px solid green;
	background: #ccffcc;
}

form.add_form input.form_input_text, form.add_form textarea.form_input_textarea {
	width: 380px;
}

form.add_form input.form_input_text.change_password {
    width: 150px;
    margin-bottom: 5px;
    display: block;
}

div#change_password_container {
    display: none;
}

form.add_form textarea.form_input_textarea {
	height: 80px;
}

form.add_form textarea.form_input_textarea.large {
	height: 150px;
}

ul#foodpic_list {
	padding: 15px 0;
	float: left;
	width: 362px;
}

ul#foodpic_list li {
	width: 80px;
	height: 80px;
	float: left;
}

p#temp_notice {
	padding: 20px;
}

div#add_recipe_form, div#add_recipe_desc {
	float: left;
	width: 484px;
	padding: 15px 0;
	margin: 0 0 0 20px;
	display: inline;
}

div#add_recipe_desc {
	width: 240px;
}

div#add_recipe_desc div.content {
	padding-top: 15px;
}

input#save_draft_button {
	position: absolute;
	margin-top: 5px;
}

ul.recipe_list span.draftbadge, div#recipe_pic span.draftbadge, div#recipe_pic_container_new span.draftbadge {
	width: 129px;
	height: 129px;
	position: absolute;
    background: transparent url(../images/system/draft.gif) center center no-repeat;
    top: 1px;
    left: 1px;
}

ul.recipe_list span.pendingbadge, div#recipe_pic span.pendingbadge, div#recipe_pic_container_new span.pendingbadge {
	width: 129px;
	height: 129px;
	position: absolute;
    background: transparent url(../images/system/pending.gif) center center no-repeat;
    top: 1px;
    left: 1px;
}

ul.recipe_list span.rejectedbadge, div#recipe_pic span.rejectedbadge, div#recipe_pic_container_new span.rejectedbadge {
	width: 129px;
	height: 129px;
	position: absolute;
    background: transparent url(../images/system/rejected.gif) center center no-repeat;
    top: 1px;
    left: 1px;
}

div#recipe_pic span.draftbadge {
    top: 3px;
    left: 3px;
}

div#recipe_pic_container_new span.draftbadge {
	top: 0;
	left: 0;
}

div#member_sub_static {
	padding: 15px;
}

div#member_sub_static p {
	padding-bottom: 15px;
}

div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

p.form_legal {
    margin-top: 8px;
    position: relative;
}

p.form_legal input {
    position: absolute;
}

p.form_legal label {
    margin-left: 18px;
    display: block;
}

div#login_error {
	width: 500px;
	margin: 50px auto;
	border: 1px solid #EEE;
	background: #F8F8F8;
}

div#login_error h3 {
	background: black;
	padding: 5px;
}

div#login_error form {
	padding: 10px;
}

p#login_error_email {
	padding: 10px 0 0 0;
}

div#member_profile {
    margin: 15px;
}

div#member_profile.edit {
    margin-top: 0;
}

div#member_profile h2 {
    margin-bottom: 10px;
}

div#recipe_title_ad {
    padding: 0 0 10px 0;
    margin: -10px 0 0 -4px;
}

p#inbox_header {
    padding: 15px 0 15px 15px;
    float: left;
}

p#inbox_header a {
    margin-right: 8px;
}

p#inbox_header em {
    padding-top: 6px;
    float: left;
}

span.new_alert {
    background: #FFFFCC;
    padding: 2px;
}

div#single_mail {
    margin-left: 15px;
}

p#mail_from_pic {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
}

div#mail_from_info {
    float: left;
    width: 300px;
    padding-top: 5px;
}

div#mail_from_info p.time {
    padding-top: 3px;
}

div#single_mail_body {
    padding-top: 15px;
    clear: both;
}

div#single_mail_body p {
    margin-bottom: 10px;
}

div#notice_box {
	border: 2px solid #CCC;
	padding: 15px;
	width: 500px;
	margin: 0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#notice_box h1 {
    background: transparent url(../images/system/classic_icons/24/71.png) 0 0 no-repeat;
    padding: 0 0 12px 30px;
    border: 1px solid #EEE;
    border-style: none none solid none;
    margin-bottom: 15px;
}

/* IE Fixes
---------------------------------------------------------------------------------------- */


/* damn you, IE.  damn you */


/* 3rd Party
---------------------------------------------------------------------------------------- */


/* FACEBOOK */
#or-span { float: left; background: none repeat scroll 0 0 #67A54B; line-height: 27px; font-weight: bold; color: white; }
#login {width:69px;}
form.login_form input {width:65px;padding: 4.5px 3px;}
form.login_form input {margin: 1px 0 0 0;}
.login_form button.submit_button {}
ul#main_nav li a {padding:10px 19px;}
#fb_user_box { margin: 0 0 0 10px; float: left; }
/* /FACEBOOK */

/* Login
---------------------------------------------------------------------------------------- */

nav {}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
 float: right;
  background: #457E73;
  border-bottom: 1px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

nav li {
  float: left;
}

nav #login {
  border-right: 1px solid #ddd;
  -moz-box-shadow: 1px 0 0 #fff;
  -webkit-box-shadow: 1px 0 0 #fff;
  box-shadow: 1px 0 0 #fff;
}

nav #login-trigger,
nav #signup a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  padding: 0 8px;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 1px 0 #88D1CA;
  z-index:999;
}

nav #signup a {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

nav #login-trigger {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

nav #login-trigger:hover,
nav #login .active,
nav #signup a:hover {
  background: #88D1CA;
}

nav #login-content {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 999;
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -ms-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(top, #fff, #eee);
  padding: 15px;
  -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  -moz-border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
}

nav li #login-content {
  right: 0;
  width: 250px;
}

/*--------------------*/

#inputs, #actions {display: inline; float: right; position: relative; }
#actions {}

#fb_user_box {
  float: left;
  margin: 1px 4px 0 405px;
}

#inputs input {
  background: #f1f1f1;
  padding: 4px 5px;
  width: 120px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 1px #ccc inset;
  -webkit-box-shadow: 0 1px 1px #ccc inset;
  box-shadow: 0 1px 1px #ccc inset;
}

#inputs input:focus {
  background-color: #fff;
  border-color: #e8c291;
  outline: none;
  -moz-box-shadow: 0 0 0 1px #e8c291 inset;
  -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
  box-shadow: 0 0 0 1px #e8c291 inset;
}

.placeholder_text { position: absolute; color: #CCC; padding: 5px; top: 1px; font-size: 14px; width: 122px; height: 15px; cursor: text; }
#user_label { left: 0; cursor: text; }
#pass_label { left: 136px; cursor: text; }

/*--------------------*/

#login #actions {
  margin: 10px 0 0 0;
}

#submit {
  background-color: #d14545;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e97171), to(#d14545));
  background-image: -webkit-linear-gradient(top, #e97171, #d14545);
  background-image: -moz-linear-gradient(top, #e97171, #d14545);
  background-image: -ms-linear-gradient(top, #e97171, #d14545);
  background-image: -o-linear-gradient(top, #e97171, #d14545);
  background-image: linear-gradient(top, #e97171, #d14545);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border: 1px solid #7e1515;
  float: left;
  height: 25px;
  padding: 0;
  width: 100px;
  cursor: pointer;
  font: bold 14px Arial, Helvetica;
  color: #fff;
  margin-left: 4px;
}

#submit:hover,
#submit:focus {
  background-color: #e97171;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d14545), to(#e97171));
  background-image: -webkit-linear-gradient(top, #d14545, #e97171);
  background-image: -moz-linear-gradient(top, #d14545, #e97171);
  background-image: -ms-linear-gradient(top, #d14545, #e97171);
  background-image: -o-linear-gradient(top, #d14545, #e97171);
  background-image: linear-gradient(top, #d14545, #e97171);
}

#submit:active {
  outline: none;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

#submit::-moz-focus-inner {
  border: none;
}

#login label {
  float: right;
  line-height: 30px;
}

#login label input {
  position: relative;
  top: 2px;
  right: 2px;
}

/*Contact Form*/

#contact_form_errors                    { background-color: #fff; border: 2px solid #c90a00; padding: 0 !important; margin: 0 !important; }
#contact_form_errors li                 { padding: 5px; list-style-type: none; }

#contact_field *                        { border: none; color: #000; font-weight:bold; font-size: 14px; }
#contact_field span                     { color: #cd1a06; font-weight:normal; font-size: 12px;}
#contact_field>LEGEND                   { margin: 0; padding: 0; }
#contact_field>UL                       { margin: 5px 0!important; padding: 0!important; }
#contact_field>UL>LI                    { list-style-type: none; margin: 10px 0; padding: 0; background: none; }
#contact_field>UL>LI>LABEL              { float: left; width: 175px;  margin: 7px 0; padding: 0; }
#contact_field>UL>LI>INPUT              { width: 313px; border: 1px solid #CCC;  font-weight: bold; padding: 5px; }
#contact_field>UL>LI>TEXTAREA           { width: 488px; border: 1px solid #CCC; height: 150px;  padding: 5px; }
#contact_field>UL>LI:last-child>INPUT   { width: 80px; -moz-border-bottom-colors: none;  -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none;    									 background: none repeat scroll 0 0 #CD1A06; border-color: #CD1A06; border-style: solid none; border-width: 1px; color: #FFFFFF; cursor: pointer; padding: 4px 15px; border-radius: 1em 1em 1em 1em;}
#contact_field #recaptcha_area,
#contact_field #recaptcha_table         { width: auto !important; }

.lefttside								{ width:500px; margin: 0 auto; padding: 20px; float:left; color: black;  }
.rightside 								{ padding-top: 25px; width: 210px; float:right; background:#f4f2ef; }
.rightside .padding 					{ padding: 0 12px;}



/* Google Ads */

#google_ads_div_Nibbledish_Home_Header_ad_wrapper, #google_ads_div_Nibbledish_Skin_ad_wrapper, #google_ads_div_Nibbledish_Landers_Content_Header_ad_wrapper, #google_temp_div_Nibbledish_Home_Header { display: none; }
#google_ads_div_Nibbledish_Skyscraper_ad_wrapper, #google_ads_div_Nibbledish_Skyscraper { text-align: center; }
