/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */



html, body {
   margin:0;
   padding:0;
   height:100%;
}

html, body, #container { height: 100%; }

body > #container { height: auto; min-height: 100%; }

body {
	margin:0;
	padding:0;
	background:#dfe9bf;
	color:#463326;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#content {
	padding-bottom:62px;
}

#header {
	padding:0;
	margin:0;
	background: url('/images/header_bg.png') top center repeat-x;
	height:142px;
}
#header img {
	padding-top:10px;
	margin-left:-20px;
	border:0px;
}
#header #flash_message {
	position:absolute;
	top:92px;
	right:5px;
}
#header #login_header {
	position:absolute;
	top:1em;
	right:1em;
	font-size:0.6777em;
}
#header #search {
	position:absolute;
	top:35px;
	right:0px;
}
#header #search .input_container {
	width:233px;
	height:57px;
	background: url('/images/search_box_bg.png') no-repeat;
	position:relative;
}
#header #search .input_container input {
	position:absolute;
	top:16px;
	left:15px;
	font-size:18px;
	color:#463326;
	margin:0px;
	padding:0px;
	border:0px;
	width:175px;
	height:30px;
	background:#F4FFD1;
}

#sidebar {
	background:#C7CC76;
}

#footer {
	background: url('/images/footer_bg.png') bottom center repeat-x;
	margin:0px;
	padding:0px;	
	clear: both;
	position: relative;
	z-index: 10;
	height: 62px;
	margin-top: -62px;
}

#footer #email_subscribe_form {
	float:left;
	font-size:0.8em;
	padding-top:0.6em;
}

#footer div.copywrite {
	font:1em;
	padding:10px 0px;
	text-align:right;
}
#footer .links {
/*	bottom: 5px;*/
	float: right;
	display:inline;
	font-size: 0.667em;
	margin:-5px;
/*	position: absolute;*/
/*	right: 0px;*/
}
#footer .badges {
/*	bottom: 0px;*/
/*	float: left;*/
	font-size: 0.667em;
/*	position: absolute;*/
/*	left: 0px;*/
/*	margin:-5px;*/
	display:inline;
	padding-right:5px;
}
#footer .badges img {
	width:25px;
	height:25px;
}
.wideness {
	width:960px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

a, a:visited {
	color:#463326;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.highlight, a.highlight:visited {
	color:#a4701b;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.recipe {
	padding-top:10px;
	padding-bottom:10px;
	font-size:0.8em;
}
.recipe .text {
	float:left;
	overflow:hidden;
}
.recipe .text, .recipe #comments {
	padding-left:1em ;
	width:454px;
}
.recipe .inputs .text {
	padding-left:0em ;
	overflow:visible;
}
.recipe .text .content {
	background-color:#C7CC76;
	padding:10px;
	margin:0px;
}
.recipe .text .content .title {}
.recipe .text .content .title h2 {
	margin:0px;	
	font-size:1.5em;
}
.recipe .text .content .byline {
	font-size:0.8em;
	padding:0.333em 0 0.333em 0;
}
.recipe .text .content .byline a, .recipe .text .content .byline a:visited {
	font-size:1em;
	color:#A65B00;
	text-decoration:none;
}
.recipe .text .content .byline a:hover {
	text-decoration:underline;
}
.recipe .text .content .summary {
	font-size:1em;
	padding-top:10px;
}
.recipe .text .content h3 {
	font-size:1em;
	padding:0.333em;
	margin:1em 0.333em 0.333em -0.333em;
	background-color:#A65B00;
	color:#C7CC76;
}
.recipe .text .header {
	margin-left:-1px;
	background:url('/images/recipe_box_header.png') no-repeat;
	width:455px;
	height:50px;
	font-size:12px;
	color:#463326;
/*	overflow:hidden;*/
}
.recipe .text .header div.detail {	
	overflow:hidden;
	position:relative;
	float:left;
	top:20px;
	height:1.5em;
}
.recipe .text .header label {
	font-weight:bold;
/*	vertical-align:text-top;*/
}
.recipe .text .header div.rating {
	left:58px;
	width:133px;
	height:30px;
	overflow:visible;
}
.recipe .text .header div.rating img {
	top:15px;
	margin-top:-3px;
}
.recipe .text .header div.number_of_servings {
	left:33px;
	width:143px;
	white-space:nowrap;
}
.recipe .text .header div.time_commitment {
	left:15px;
	width:155px;
}
.recipe .text .header div.time_commitment .total_time {
	border-bottom: 1px dashed;
	white-space:nowrap;
}

.recipe .text .header #time_commitment_details {
	background-color:#F4FFD1;
	z-index:1000;
	position:absolute;
	top:50px;
	left:338px;
	width:142px;		
	border:5px #A65B00 solid;	
  -webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding:5px;
}

.recipe .text .footer {
	background:url('/images/recipe_box_footer.png') no-repeat;
	width:454px;
	height:31px;
}
.recipe .options {
	float:left;
	padding-left:1em;
	position:relative;
}
.recipe .options .header {
	background:url('/images/add_to.png') no-repeat;
	height:33px;
	width:152px;
}
.recipe .options .header h2 {
	position:relative;
	top:10px;
	left:25px;
	font-size:1em;
	color:#463326;
}
.recipe .options .actions {
	background-color:#C7CC76;	
}
.recipe .options .actions ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.recipe .options .actions ul li {
/*	background-image: url('/images/list_brown_arrow.png');*/
	background-repeat: no-repeat;
	background-position: 2px 5px; 
	padding: 5px 0px 5px 25px;
}
.recipe .options .actions ul li.sharethis {
	padding: 5px 0px 5px 15px;
}
.recipe .options .actions ul li.print {
	background:url('/images/printer.png') no-repeat;
	background-position:4px 3px;
}
.recipe .options .actions ul li.recipe_box {
	background:url('/images/add_to_recipe_box.gif') no-repeat;
	background-position:4px 3px;
}
.recipe .options .actions ul li.embed {
	background:url('/images/tag.png') no-repeat;
	background-position:4px 3px;
}
.recipe .options .actions ul li.follow_author {
	background:url('/images/user_add.png') no-repeat;
	background-position:4px 3px;
}
.recipe .options .actions ul li.edit {
	background:url('/images/page_white_edit.png') no-repeat;
	background-position:4px 3px;
}
.recipe .options .actions ul li.review {
	background:url('/images/comment_new.gif') no-repeat;
	background-position:4px 3px;
}
.recipe .options .footer {
	background:url('/images/add_to__footer.png') no-repeat;
	height:11px;
	width:152px;
}

.recipe .media {
	float:left;
}
.recipe .media .photos {
}
.recipe .media .photos .primary img {
	border:5px #463326 solid;	
  -webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.recipe .media .photos .others {
	margin-left:-2px;
	padding-top:3px;
}
.recipe .media .photos .others img {
	border:3px #A65B00 solid;
	padding-left:3px;
	padding-right:2px;
}
.recipe .media .photos .others img.nav {
	border:none;
	position:relative;
	top:-20px;
}
.recipe #comments {}
.recipe #comments .comment {
	padding-top:1em;
	padding:5px;
}
.recipe #comments .commment a, .recipe #comments .commment a:visited {
	font-size:1em;
	color:#A65B00;
	text-decoration:none;
}

.clear {
	clear:both;
}

#index .recipe a, #index.recipe a:visited {
	color:#a4701b;
	text-decoration:none;
}
#index .recipe a:hover {
	text-decoration:underline;
}
#index .meta {
	width:175px;
	float:left;
}
#index h2 {
	font-size:16px;
}
#index .recipes {
/*	width:235px;*/
	float:left;
	padding-bottom:20px;
}
#index h2.recipes_narrative {
	padding:1em 0px;
	font-weight:normal;
}
#index h2.recipes_narrative em {
	font-weight:bold;
}

#homepage #welcome {
	border:5px solid #A4701B;
  -webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	display:inline-block;
	margin:1em 0 1em 0;
	padding:1em;
	background-color:#F4FFD1;
	line-height:2em;
}
#homepage #no_welcome {
	margin:1em 0 1em 0;
}
#homepage #welcome a, #homepage #welcome a:visited {
	color:#A4701B;
}
#homepage #featured {
	padding-left:50px;
	width:500px;
	float:left;
}
#homepage #featured .header {
	padding-bottom:1em;
}
#homepage #featured h2 {
	display:inline;
}
#homepage #featured .toggle_browse {
	padding-top:3px;
	font-size:0.6em;
	display:block;
}
#homepage #featured #index .recipes{
	width:auto;
}
#index .recipe img {
	float:left;
  border:#463326 solid 8px;
  -webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
}

#index .recipe .copy {
	float:left;
	position:relative;
	left:18px;
	width:400px;
}
#index .recipe .copy .title {
	font-size:16px;
	font-weight:bold;
}
#index .recipe .copy .submitted_by {
	font-size:12px;
}
#index .recipe .copy .summary {
	width:360px;
	padding-top:5px;
	font-size:14px;	
}

form.recipe h1 {
	padding:10px 0px 10px 0px;
}

form div.tooltip {
  background-color: #000;
  border: 1px solid #fff;
  padding: 10px 15px;
  width: 220px;
  display: none;
  color: #fff;
  text-align: left;
  font-size: 0.8em;
  /* Webkit (Safari, Chrome) */
  -webkit-box-shadow: black 0px 0px 10px;
  /* Gecko (Firefox, Camino) */
  -moz-box-shadow: black 0px 0px 10px;
  /* CSS3 */
  box-shadow: black 0px 0px 10px;
}

#new_recipe h1 {
	padding:15px 0px 15px 0px;
}

ul.directions {
/*	list-style:decimal inside;*/
}
ul.directions li {
	padding-top:5px;
}

.user_profile {
	margin-top:2em;
}

.user_profile .feature {
	width:30%;
	float:left;
}
#highlights .user_profile {
	margin:auto;
}
#highlights .feature {
	float:none;
	clear:both;
	margin-bottom:1em;
	width:100%;
}
.user_profile .feature h2 {
	margin:0px;
	padding:0.5em 0px 0px 0px;
}
.user_profile h3 {
	font-size:0.8em;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.user_profile .website_url {
	font-size:0.75em;
	padding-bottom:0.5em;
}

.user_profile .biography {
	font-size:0.75em;
	padding-bottom:0.5em;
}

.user_profile .since {
	font-size:0.6em;
	font-style:italic;
	padding-bottom:1em;
}
.user_profile #index {
	float:right;
}
.user_profile img {
}

.feature {
	background-color:#C7CC76;
	padding:10px;
	margin:0px;
  /* Webkit (Safari, Chrome) */
  -webkit-box-shadow: black 0px 0px 10px;
  /* Gecko (Firefox, Camino) */
  -moz-box-shadow: black 0px 0px 10px;
  /* CSS3 */
  box-shadow: black 0px 0px 10px;
}

.feature h2 {
	padding:0.5em 0;
}

#privacy {
	padding:1em;
}
#privacy h2, #privacy h3 {
	padding-top:1em;
}

#privacy ul {
	list-style:square inside;
}

.cancel {
	padding:10px;
}

#errorExplanation {
	padding:5px 0px 20px 0px;
}

#errorExplanation ul {
	list-style:square inside;	
}

.follow {
	text-align:center;
	font-size:1.2em;
	margin:20px;
}

.follow a {
	text-decoration:underline;
}

.follow a:hover {
	font-weight:bold;
}

.followers h3, .following h3 {
	padding-bottom:3px;
}
.followers img, .following img {
	padding-top:3px;
}

form img.avatar {
	padding-left: 25%;
}

#feedback {
	padding:1em 0;
}

#recipe_box {
	padding:1em 0px;
}


#homepage #highlights {
	float:left;
	width:200px;
/*	border:2px solid #A4701B;*/
}
#homepage #highlights h2 {
	margin-bottom:1em;
}

/**** PAGINATION ****/
.pagination {
      font-size: 1em;
      float: right;
      margin: 0;
      padding: 3px 0 1em;
  }
      .pagination a,
      .pagination span {
          padding: 3px 3px 2px;
      }
      .pagination .disabled {
          background:none repeat scroll 0 0 transparent;
          border:medium none;
          color:#999999;
          cursor:default;
      }
      .pagination a {
          color:#463326;
          cursor:pointer;
          text-decoration:none;
      }
      .pagination a:hover {
          background-color:#463326;
          border-bottom:1px solid #463326;
          border-color:#D8DFEA #D8DFEA #463326;
          color:#FFFFFF;
          text-decoration:none;
      }
      .pagination .current {}
          .pagination .current {
              border-bottom:2px solid #463326;
              border-color:#463326;
              color:#463326;
              font-weight:bold;
              padding-left:2px;
              padding-right:2px;
          }
          .pagination .current a:hover {
              background-color:#463326;
              color:#FFFFFF;
          }

      .pagination .prev_page {

      }
      .pagination .next_page {

      }
