@import url("foodista_reset_fonts_yui.css");
@import url("foodista_typo.css");
@import url("foodista_forms.css");

body {
	background: #D7711E;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

h2 {
	padding: 10px 0;
}

/****** =LAYOUT= ******/

#wrapper {
	margin: 0 auto;
	padding-bottom: 15px;
	position: relative;
	text-align: left;
	width: 960px;
}

#content {
	height: 100%;
	position: relative;
	top: 0;
}

#contentwrap {
	background-color: #fff;
	margin: 0;
	padding: 1px 27px;
	overflow: hidden;
	position: relative;
	width: 906px; /* for IE6 absolutely positioned children */
}

#curved_top {
	background: url(../images/curved_one.png) no-repeat;
	height: 16px;
	margin: 0;
	padding: 0 0 0px 0;
	width: 960px;
}

#curved_bottom {
	background: url(../images/curved_two.png) no-repeat left bottom;
	margin: 0;
	padding: 0 0 0px 0;
	width: 960px;
}

#footer {
	color: #ffffff;
	padding-top: 20px;
	text-align: center;
}

#footer a {
	color: #ffffff;
}

#footer ul li {
	border-right: 1px solid #fff;
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
}

#footer ul li.last {
	border-right: none;
}

#copyright {
	margin: 10px auto 0;
	padding-top: 8px;
	text-align: center;
}

.title input {
	border: solid thin black;
	width: 300px;
}

.warning {
	color: #ff0000;
}

.recipe_yield input {
	border: solid thin black;
	width: 150px;
}

textarea.description {
	border: solid thin black;
	display: block;
	height: 100px;
	margin-bottom: 10px;
	width: 515px;
}

textarea.paragraph {
	border: solid thin black;
	display: block;
	height: 100px;
	margin-bottom: 10px;
	width: 515px;
}

.clearboth {
	clear: both;
}

.module {
	clear: both;
	margin: 0 0 10px;
	overflow: hidden;
}

.module h2 {
	background-position: 10px 3px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #AF5018;
	margin: 0 0 10px 0;
	padding: 0;
}

.module h2 .edit {
	color: #000000;
	float: right;
	font-size: 81.3%;
	font-weight: normal;
	margin: 0.15em 5px 0 0;
}

.module .embed {
	background-color: transparent;
	line-height: inherit;
	padding: 10px 0;
	margin: 0;
	width: 100%;
}

.module .more {
	clear: both;
	float: right;
}

.module h2.recipe {
	background-image: url(../images/icon_recipe_md.png);
	padding-left: 50px;
}

.module h2.food {
	background-image: url(../images/icon_food_md.png);
	padding-left: 50px;
}

.module h2.technique {
	background-image: url(../images/icon_technique_md.png);
	padding-left: 50px;
}

.module h2.tool {
	background-image: url(../images/icon_tool_md.png);
	padding-left: 50px;
}

.module h2.profile {
	background-image: url(../images/icon_profile_md.png);
	padding-left: 50px;
}

.module h2.book {
	background-image: url(../images/icon_book_md.png);
	padding-left: 50px;
}

.module h2.event {
	background-image: url(../images/icon_event_md.png);
	padding-left: 50px;
}

.module-box {
	border: 1px solid #9c9795;
	padding: 10px;
}

.module-box h2 {
	background-color: #F8F7F5;
	border-bottom: 1px solid #9c9795;
	color: #867F79;
	margin: -10px -10px 10px -10px;
	padding: 10px 10px;
}

/****** =LINKS= ******/

a, a:visited, a:hover {
	color: #3f7591;
	text-decoration: underline;
}

a.popup, a.popup:visited {
	border-bottom: 1px dotted #3f7591;
	text-decoration: none;
}

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

a.command, a.command:visited, a.command:hover {
	text-decoration: none;
}

#user-panel a, #user-panel a:visited {
	color: #fff;
	text-decoration: underline;
}

a.offthef, a.offthef:visited {
	text-decoration: none;
}

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

a.outer, a.outer:visited, a.outer:hover {
	background: url(../images/outerlink.png) no-repeat 100% 0;
	padding-right: 12px;
}

.outerlink {
	background: url(../images/outer_link.jpg) no-repeat 100% 0;
	color: #4c4c4c;
	font-size: 1.0em;
	padding-left: 15px;
	padding-right: 12px;
	padding-top: 0;
}

/****** =HEADER= ******/

#header hr {
	background-color: #E36730;
	border: 0 none;
	clear: both;
	color: #E36730;
	height: 1px;
	text-align: center;
	width: 906px;
}

.header-logo {
	border-style: none;
	float: left;
}

.controls-wrap {
	background: transparent url(../images/tab_strip.png) no-repeat scroll top left;
	clear: both;
	padding-top: 9px;
	width: 100%; /* for IE 6/7 double padding bug */
}

.controls-wrap .controls {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 20px;
}

#top-nav {
	padding: 30px 13px 0 0;
}

#top-nav a {
	color: #003f82;
}

.add-recipe-btn,
.add-food-btn,
.add-technique-btn,
.add-tool-btn {
	background: transparent url() no-repeat scroll top left;
	float: left;
	margin-left: 10px;
	padding-top: 65px;
	text-align: center;
	width: 90px;
}

.add-recipe-btn {
	background-image: url(../images/add_content_recipe.png);
}

.add-food-btn {
	background-image: url(../images/add_content_food.png);
}

.add-technique-btn {
	background-image: url(../images/add_content_technique.png);
}

.add-tool-btn {
	background-image: url(../images/add_content_tool.png);
}

.add-recipe {
	background: transparent url(../images/add_recipe.png) no-repeat scroll top left;
	float: right;
	margin-right: 10px;
	padding: 30px 14px 20px 80px;
	width: 90px;
}

#user-panel {
	float: right;
	height: 44px;
	margin-right: 4px;
	position: relative;
	text-align: right;
	width: 700px;
}

#user-panel ul {
	bottom: 0;
	position: absolute;
	right: 0;
}

#user-panel li {
	color: #fff;
	display: inline;
	padding: 0 5px;
}

/****** =COMMENTS= *******/

.comment {
	border-bottom: 1px solid #e6e6e6;
	padding: 0 10px;
	margin-bottom: 10px;
}

.comment .meta {
	float: right;
}

.comment .body {
	margin-top: 10px;
}

.comment .body p {
	padding-bottom: 10px;
}

#add-comment textarea {
	height: 100px;
	width: 99%;
}


/****** =SEARCH PAGE= ******/

#search h1 {
	padding-bottom: 10px;
}

#searchLeftColumn {
	background: #fff;
	float: left;
	width: 650px;
}

#searchRightColumn {
	background-color: #fff;
	float: right;
	width: 250px;
}

#searchNoMatch {
	color: #705037;
	padding: 5px 0;
}

#searchNoMatch h2 {
	color: #356E99;
}

#searchNoMatch .searchResultDesc {
	margin-top: 5px;
	padding-top: 0;
}

#searchHead .searchResultNo {
	float: left;
	padding: 20px 10px 0 0;
}

#searchFilter {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	height: 40px;
	margin: 0px 0 0px 20px;
	padding: 10px 0 10px 20px;
}

#searchFilterLeft {
	color: #837f7c;
	float: left;
	padding-right: 15px;
	padding-top: 3px;
}

#searchFilterRight {
	float: left;
	padding: 20px 0 0 15px;
}

#searchFilterRight ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding-left: 15px;
}

#searchFilterRight ul li {
	display: block;
	float: left;
	margin: 0;
	padding-right: 20px;
}

#searchMain {
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#searchMain .add span {
	float: left;
}

#searchMain .add-recipe-btn,
#searchMain .add-food-btn,
#searchMain .add-technique-btn,
#searchMain .add-tool-btn {
	font-size: 81.25%;
}

#searchMain .searchUnit {
	border-top: 1px solid #ccc;
	color: #837f7c;
	margin: 0;
	overflow: hidden;
	padding: 12px 0;
	vertical-align: top;
	width: 610px;
}

#searchMain .searchUnit h2 {
	color: #356e99;
}

#searchMain .searchUnit .icon {
	float: right;
}

#searchMain .searchUnitImg {
	float: left;
	height: 80px;
	width: 80px;
}

#searchMain .searchUnitImg img {
	border: 1px solid #eee;
	display: block;
}

#searchMain .searchUnitTxt {
	float: left;
	padding-left: 15px;
	width: 500px;
}

#pagination {
	float: right;
	padding: 10px 0 0 0;
}

#pagination a {
	padding: 0 1px;
}

.search-related ul {
	list-style-type: none;
	padding: 7px 0 0 0;
}

.search-related li {
	padding-bottom: 0.3em;
}

.content-synopsis {
	background-color: #ddd;
	margin: 0 0 20px;
	overflow: auto;
	padding: 10px;
	position: relative;
	width: 590px;
}

.content-synopsis img {
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
}

/****** =SEARCH FORM= ******/

#search-form {
	float: left;
	padding: 11px 0 20px 27px;
	width: 550px;
}

#search-form fieldset {
	display: inline;
	padding: 0;
	position: relative;
}

.overlabel-apply {
	color: #999;
	display: none;
	left: 13px;
	position: absolute;
	top: 11px;
	z-index: 1;
}

#search-query {
	border: 1px solid #dd5324;
	float: left;
	margin: 0 10px 0 0;
	padding: 7px 6px;
	width: 390px;
}

#search-submit {
	cursor: pointer;
	height: 36px;
	width: 110px;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#search-form {
		height: 56px;
	}
}
*/

/****** =FRONTPAGE= ******/

#home h1 {
	padding: 12px 0;
}

#home h1 a, 
#home h1 a:visited {
	color: #705037;
	text-decoration: none;
}

#home h1 a:hover {
	color: #3F7591;
	text-decoration: underline;
}

#home #user-panel {
	float: none;
	height: auto;
	margin-bottom: 0;
	width: auto;
}

#home #user-panel ul {
	position: relative;
}

#home #header {
	margin-top: 20px;
}

#home #top-nav {
	left: 100%;
	margin: 0 0 0 -227px;
	padding: 0;
	position: absolute;
	top: 0;
	width: 200px;
}

#home #content {
	margin-top: 4px;
}

#home #contentwrap {
	overflow: visible;
}

#home #logo {
	padding-top: 1px;
	text-align: center;
	width: 905px;
}

#home #logo p {
	color: #777;
	margin: 0 175px 35px;
	padding: 0;
}

#home #logo a img {
	display: block;
	height: 75px;
	margin: 0 auto 5px;
	width: 370px;
}

#home #search-form {
	background-color: #fff;
	float: none;
	height: 57px;
	margin-top: 0px;
	padding: 0px 0 23px 0px;
	position: relative;
	text-align: center;
	width: 905px;
}

#home #search-form fieldset {
	display: inline; /* for IE6 double-margin bug */
	float: left;
	margin-left: 150px;
}

#home #search-query {
	margin: 0 10px 0 0;
	padding: 7px 6px;
	width: 480px;
}

#home #search-submit {
	cursor: pointer;
	height: 42px;
	width: 112px;
}

#home #sparkle {
	height: 150px;
	left: 27;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 0;
	width: 150px;
}

#home-content-wrap {
	min-height: 540px;
	position: relative;
}

#home-content-wrap .col1 {
	float: left;
	position: relative;
	width: 520px;
}

#home-content-wrap .col2 {
	float: left;
	width: 380px;
	position: relative;
}

#home-content-wrap .col2 h2 {
	margin: 10px 0 14px 0;
	padding: 0;
}

#home-content-wrap .col2 h3 {
	color: #0872ac;
	margin: 0;
	padding: 0 0 5px 0;
	vertical-align: top;
}

#home .add-recipe {
	margin-right: -15px;
}

.recent-images {
	border: 1px solid #999;
	overflow: hidden;
	padding: 20px 0 20px 20px;
	width: 480px;
}

.recent-images .image-full {
	float: left;
	padding: 0 20px 20px 0;
	text-align: center;
	width: 218px;
}

.recent-images .image-full img {
	border: 1px solid #dddddd;
	display: block;
	height: 218px;
	margin-bottom: 5px;
	width: 218px;
}

.recent-editors {
	display: block;
	overflow: hidden;
	width: 520px;
}

.featured-blog h1 {
	margin-left: 5px;
}

.featured-blog h1 img,
.recent-blog h1 img {
	padding-right: 10px;
	vertical-align: text-bottom;
}

.featured-blog .date {
	color: #666666;
	font-size: .8em;
	font-style: italic;
	font-weight: normal;
}

.recent-blog {
	display: block;
	padding: 0 0 10px 0;
	width: 370px;
}

.recent-blog .more {
	margin-left: 10px;
}

.recent-blog h1 {
	margin-left: 7px;
}

.blog-summary {
	height: 85px;
	margin-bottom: 8px;
	padding: 0 10px;
	overflow: hidden;
}

.blog-summary img {
	border: 1px solid #999;
	background-color: #ffffff;
	float: left;
	height: 75px;
	margin-right: 10px;
	padding: 3px;
	width: 75px;
}

.featured-blog .blog-summary {
	background-color: #ffffb3;
	padding: 15px 10px;
}

.discover {
	clear: both;
	overflow: hidden;
	padding: 25px 0;
}

.discover-module {
	border: 1px solid #b8b8b8;
	display: inline; /* for IE 6 float margin bug */
	float: left;
	margin-bottom: 1em;
	margin-right: 8px;
	min-height: 120px;
	padding: 7px;
	position: relative;
	width: 202px;
}

.discover-module .icon {
	float: right;
	margin: -2px -2px 0 0;
	position: relative;
}

.discover-module h4 {
	padding-bottom: 1em;
}

.discover-module li {
	padding-bottom: 0.4em;
}

.discover-module a.discover-photos {
	float: right;
	padding-top: 0.6em;
}

.discover-module a.discover-more {
	float: left;
	padding-top: 0.6em;
}

/****** =FBOD= ******/

#fbod h1 img {
	vertical-align: top;
}

#fbod .featured-blog {
	display: inline;
	float: left;
	margin: 0 20px 20px 20px;
	width: 400px;
}

#fbod h2 {
	border-bottom: 1px solid #999;
	padding-bottom: 2px;
}

#fbod .blog-summary {
	background-color: #fff;
	padding: 10px 0 0;
}

/****** =PROFILE= ******/

#profile #col1 {
	float: right;
}

#profile #col2 {
	float: left;
}

#profile h1 a {
	font-size: 60%;
	font-weight: normal;
	vertical-align: 16%;
}

#profile h1 img {
	vertical-align: -16%;
}

#profile h2 {
	border-bottom: 1px solid #AF5018;
	margin: 10px 0;
	padding: 0;
}

#profile-pic {
	text-align: center;
	width: 550px;
	margin-bottom: 10px;
}

#profile-pic img {
	border: 1px solid #999;
	max-width: 550px;
	padding: 3px;
}

.embed {
	background-color: #DDD;
	margin: 0 0 10px 0;
	padding: 10px;
	overflow: hidden;
	width: 530px;
}

.embed h3 {
	padding-bottom: 7px;
}

.embed img {
	background-color: #fff;
	border: 1px solid #999;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	padding: 3px;
	width: 75px;
}

.embed .date {
	color: #666;
}

.favorite {
	border: 1px solid #999999;
	display: inline; /* for ie6 double margin bug */
	float: left;
	margin: 5px;
	height: 35px;
	overflow: hidden;
	padding: 5px;
	width: 235px;
}

.favorite img {
	float: left;
	height: 35px;
	margin-right: 10px;
	width: 35px;
}

.profile-stats .stat {
	overflow: hidden;
	position: relative;
	padding-bottom: 5px;
}

.profile-stats .label {
	color: #705037;
	display: block;
	float: left;
	font-weight: bold;
	width: 75px;
}

.profile-stats .data {
	display: block;
	float: left;
	margin-left: 10px;
	width: 235px;
}

.profile-stats .about {
	clear: both;
	padding-left: 15px;
}

.profile-edits ul {
	margin-left: 15px;
}
.profile-edits li {
	list-style-type: disc;
	padding-bottom: 5px;
}

/****** =RECIPE DETAIL= ******/

.addnav {
	float: right;
	margin-right: 8px;
	padding: 17px;
	position: relative;
	right: 0;
	top: 0;
}

ul#addlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#addlist li {
	display: inline;
	list-style-type: none;
}

#addlist a {
	padding: 3px 10px;
}

#addlist a:link, #addlist a:visited {
	text-decoration: none;
}

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

.header_copyedit {
	color: #705037;
	display: block;
	margin: 5px 0;
	padding: 0;
}

/****** =TABS= ******/

#content-header {
	border-bottom: 1px solid #AF5018;
	height: 100%;
}

#content-header td {
	height: 25px;
	vertical-align: bottom;
	width: 50%;
}

#content-header ul {
	list-style-type: none;
	margin-bottom: -1px;
	overflow: hidden;
	padding: 4px 0 1px;
}

#content-header ul li {
	display: inline;
	float: right;
	overflow: visible;
}

#content-header ul li a.command {
	border-color: #af5018 #af5018;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	height: 100%;
	margin: 3px 12px 0 0;
	padding: 2px 7px;
	width: auto;
	position: relative;
}

#content-header ul li a.command:hover {
	background: white url(../images/blank.gif) repeat-x;
	color: #af5018;
	padding-bottom: 2px;
	text-decoration: none;
	z-index: 3;
}

#content-header ul li a.active {
	background-color: #af5018;
	color: #fff;
}

/* MAIN CONTENT WRAPPERS */

#columns {
	background-color: #fff;
	margin-top: 15px;
	min-height: 300px;
	padding-top: 10px;
	overflow: hidden;
}

#col1 {
	background: #fff;
	float: left;
	width: 522px;
}

#col2 {
	background-color: #fff;
	float: right;
	width: 360px;
}

/* embedomatic table classes*/

.get-embed p {
	margin-bottom: 20px;
}

.get-embed p.how-works {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.get-embed img.how-works {
	margin-left: -20px; 
	position: relative;
}

.get-embed form {
	padding: 0;
}

.get-embed form table {
	width: 700px;
}

.embed-image,
.embed-text {
	padding: 0 0 20px;
}

.embed-image {
	text-align: right; 
	vertical-align: top;
	width:275px; 
}

.embed-text {
	width: 400px;
}

.embed-text textarea {
	background-color: #EEEEEE;
	border: 1px solid #ccc;
	height: 91px;
	margin-left: 25px;
	padding: 5px;
	width: 568px;
}

/****** =CONTENT VIEWS= ******/

.content-tools {
	height: 17px;
	overflow: hidden;
}

.content-tools .rating {
	float: left;
	visibility: hidden;
}

.content-tools .message {
	color: #999999;
	float: right;
}

.content-tools .icons {
	float: right;
}

.content-tools .icons img {
	vertical-align: top;
}

.content-tools .icons a {
	margin-left: 5px;
}

.content-view #columns {
	margin-top: 0;
}

.content-view #col1 {
	float: right;
	position: relative;
}

.content-view #col2 {
	float: left;
	position: relative;
}

.content-view .reverse #col1 {
	float: left;
}

.content-view .reverse #col2 {
	float: right;
}

.content-view h1 .personal {
	padding-left: 10px;
	vertical-align: top;
}

.content-view h1 .edit {
	color: #000000;
	font-size: 60%;
	font-weight: normal;
	padding-left: 5px;
	vertical-align: 16%;
}

a.surlatable img {
	display: block;
	margin: 10px 0;
}

.edit-stub {
	background-color: #ddd;
	padding: 5px;
}

.edit-stub a {
	background: transparent url(../images/icon_add_content.png) no-repeat scroll center left;
	display: block;
	padding: 5px 5px 5px 35px;
}

.add-recipe-sm {
	border: 5px solid #ddd;
	padding-left: 5px;
	margin: 10px 0;
}

.add-recipe-sm a {
	background: #fff url(../images/add_recipe_sm.png) no-repeat scroll center left;
	display: block;
	padding: 15px 10px 15px 60px;
}

.ingredients .quantity {
	margin-right: 8px;
	text-align: right;
	vertical-align: top;
}

.ingredients td, 
.ingredients th {
	padding-right: 0px;
}

.ingredients input {
	border: solid thin black;
}

.ingredients .labels {
	text-align: left;
}

.ingredients .quantity, 
.measure {
	width: 55px;
}

.ingredients .food {
	padding-left: 11px;
}

.ingredients .method {
	width: 150px;
}

.prep_steps td {
	padding-bottom: 16px;
	vertical-align: top;
}

.prep_steps_col1 {
	padding-right: 11px;
	text-align: right;
	width: 55px;
}

.tools ul li a, 
.tools ul li a:visited, 
.prep_steps a, 
.prep_steps a a:visited, 
.ingredients .food a, 
.ingredients .food a:visited {
	border-bottom: 1px dotted #3f7591;
	color: #3f7591;
	text-decoration: none;
}

.tools ul li a:hover, 
.prep_steps a:hover, 
.ingredients .food a:hover {
	border-bottom: 1px solid #3f7591;
	color: #3f7591;
	text-decoration: none;
}

.tools ul {
	margin: 0 0 0 67px;
	padding: 0;
}

.tools ul li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.desc_input {
	height: 100px;
	width: 350px;
}

.statictxt li {
	list-style-type: disc;
}

.related-content {
	display: block;
	margin-bottom: 8px;
	padding: 0;
	overflow: hidden;
	width: 100%; /* so ie6 hasLayout */
}

.related-content img {
	border: 1px solid #ccc;
	background-color: #ffffff;
	display: inline;
	float: left;
	height: 75px;
	margin-right: 10px;
	width: 75px;
}

/****** =VIDEOS= ******/

#videos-all {
	display: inline-block; /* for IE 6 float margin bug */
	margin: 20px -70px 20px 0;
	overflow: hidden;
}

.video-container {
	border: 1px solid #aaa;
	overflow: hidden;
	padding: 10px 15px;
    margin-bottom: 15px;
}

.video-vote {
    float:right;
}

.video-attribution {
    float:left;
}

.video {
    margin-bottom: 15px;
}

/****** =PHOTOS= ******/

.photomatic-hov {
	border: 1px solid #ff7c00;
	cursor: pointer;
	opacity: 0.34;
}

.photo-large {
	margin: 0 auto;
	width: 500px;
}

.photo-large .photo {
	height: 375px;
	width: 500px;
}

.photo-large .photo img {
	max-height: 375px;
	max-width: 500px;	
}

.photo-large .photo-meta {
	overflow: hidden;
	height: 30px;
	padding: 5px 0 10px;
}

.photo-large .attribution {
	float: left;
	text-align: left;
	width: 250px;
}

.photo-large .photo-vote,
.photo-large .photo-voted {
	float: right;
	text-align: right;
	width: 200px;
}

.photo-medium {
	border: 1px solid #aaa;
	overflow: hidden;
	padding: 10px 15px;
}

.photo-medium .photo img {
	border: 1px solid #dddddd;
	height: 218px;
	margin: 5px 0;
	width: 218px;
}

.photo-medium .photo-title {
	text-align: center;
}

.photo-vote a {
	margin: 0 0 0 5px;
}

#photos-all {
	display: inline-block; /* for IE 6 float margin bug */
	margin: 20px -70px 20px 0;
	overflow: hidden;
}

#photos-all .photo-medium {
	float: left;
	margin: 0 70px 35px 0;
}

#photos {
	border: 1px solid #9c9795;
	margin-bottom: 15px;
	padding: 10px;
	text-align: center;
}

#photos #thumbs {
	margin: 0 auto;
	width: 395px;
	height: 99px;
	z-index: 1;
}

#photos #thumbs li {
	display: inline;
	float: left;
}

#photos #thumbs img {
	padding: 1px;
}

#photos #thumbs .active {
	border: 2px solid #ff7c00;
	padding: 0px;
}

#photos .photos-all {
	margin: 10px 0;
	text-align: right;
}

#upload-photo {
	padding-top: 5px;
}

/****** =RECENT CHANGES= ******/

#recent-changes {
	width: 100%;
	border-collapse: collapse;
}

#recent-changes th {
	border-bottom: 2px solid #7E3D16;
}

#recent-changes td {
	border-bottom: 1px solid #DEDEDE;
}

#recent-changes tr.separator td {
	border-bottom: 2px solid #AAAAAA;
}

#recent-changes .user {
	padding-left: 10px;
	width: 200px;
}

#recent-changes .action {
	width: 150px;
}

#recent-changes .name {
	width: 330px;
}

#recent-changes .when {
	width: 120px;
}

#recent-changes .history {
	width: 50px;
}

#recent-changes .history a {
	display: block;
	padding: 0 5px 0 20px;
	text-decoration: none;
	font-size: 20px;
}


/***** ESCOFFIER *****/

.escoffier {
	border: 1px solid #999;
	border-width: 2px 1px 1px 2px;
}

.escoffier th,
.escoffier td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 10px 20px 5px;
}

.escoffier th {
	padding-bottom: 0;
}

.escoffier thead th {
	border-bottom: 2px solid #999;
}

.escoffier td img {
	display: block;
	height: 24px;
	margin: -10px auto -5px;
	width: 24px;
}

/***** TRANSLATIONS *****/

.translations {
	padding: 5px 0;
	width: 100%;
}

.translations th,
.translations td {
	line-height: 1.5em;
}

.translations th {
	font-weight: bold;
	width: 100px;
}

/***** INDEX *****/

.alphabetz {
	border-bottom: 1px dotted silver;
	float: left;
	margin-bottom: 15px;
	width: 900px;
}

.ind_alphabetz {
	float: left;
	width: 50px;
}

.alphabetz_contents {
	float: left;
	padding-bottom: 5px;
	width: 850px;
}

.alphabetz_contents ul li, 
.alphabetz_contents_drill ul li {
	display: inline;
	float: left;
	width: 250px;
}

.morelink2 {
	bottom: 3px;
	float: right;
	right: 23px;
}

/***** TO ORGANIZE *****/

.error_message {
	color: red;
	height: auto;
	margin: 15px 0px;
	padding: 10px 0px;
	text-align: center;
	width: 100%;
}

.resetpw, 
.statictxt {
	padding-bottom: 10px;
}

#adsense {
	float: left;
	height: 62px;
	padding: 10px 0 10px 45px;
	width: 460px;
}

.historyTable {
	width: 100%;
}

.historyTable td {
	padding: 4px;
	text-align: right;
}

.changelist li {
	padding-bottom: 4px;
}

.inline-edit {
	position: relative; 
	border: 1px solid #ffffff; 
	padding: 3px;
}

.inline-edit .controls {
	text-align: right; 
	position: relative; 
}

.inline-edit .controls .submit,
.inline-edit .controls .cancel {
	display: none;
}

#user-panel img {
	vertical-align: top;
}

#locavore {
	border: 1px solid #aaa;
	margin-bottom: 15px;
	padding: 10px;
}

#locavore p {
	margin: 5px 10px 8px;
}

#locavore p + p {
	text-align: center;
}

#locavore img {
	vertical-align: middle;
}

.auth #col1,
.auth #col2 {
	width: 440px;
}

.auth p {
	margin: 10px 0;
}

.auth h2 {
	padding: 0;
	margin: 0 0 10px;
}

.auth fieldset {
	padding: 0;
}

#facebook {
	padding: 0 10px;
}

.facebook-friends ul {
	margin-bottom: 10px;
	overflow: hidden;
}

.facebook-friends li {
	float: left;
	padding: 5px 5px;
	text-align: center;
	width: 96px;
}

.facebook-friends img {
	border: 1px solid #aaa;
	display: block;
	height: 50px;
	margin: 0 20px 3px;
	padding: 2px;
	width: 50px;
}

.facebook-friends li a {
	text-decoration: none;
}

.facebook-friends li a:hover {
	text-decoration: underline;
}

.facebook-friends .message {
	background-color: #aaffaa;
	padding: 5px;
	margin: 0 5px 5px;
}

.facebook-friends .count {
	font-style: italic;
	padding-bottom: 5px;
}

.facebook-friends .callout {
	margin: 5px 0;
	padding: 5px 0;
}

.facebook-friends .callout a {
	background: transparent url(http://static.ak.fbcdn.net/images/icons/favicon.gif) no-repeat scroll center left;
	display: block;
	padding: 5px 5px 5px 25px;
	width: 230px;
}

.facebook-friends .callout a.emphasize {
	background-image: url(../images/fb_invite.png);
	padding: 20px 20px 20px 50px;
	width: 190px;
}

.taste-profile .star-rating-container {
	margin-top: -8px;
}