body {
  background: #fff;
  color: #000;
  font-family: "lucida grande", verdana, arial, sans-serif;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

/* Wrapper
----------------------------------------------- */

#wrap {
  background: url(/images/shadows.png) repeat-y;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 900px;
}

/* Header
----------------------------------------------- */

#top {
  margin: 0 9px 0 9px;
  text-align: left;
  width: 882px;
}

#top-left {
  background: #007db1;
  float: left;
  height: 52px;
  padding: 10px;
  width: 591px;
}

#top-right {
  background: #3a98cd;
  color: #fff;
  float: right;
  font-weight: bold;
  height: 52px;
  padding: 10px;
  width: 251px;
}

#top-left .beta {
  vertical-align: 2px;
}

/* Menu
----------------------------------------------- */

#menu {
  color: #0074a7;
  clear: both;
  margin: 0 10px 0 10px;
  text-align: left;
  width: 880px;
}

#menu-left {
  background: #d3e3ea;
  float: left;
  padding: 10px;
  width: 590px;
}

#menu-right {
  background: #e6eef1;
  float: right;
  padding: 10px;
  width: 250px;
}

#shadow {
  background: url(/images/shadow-menu.png) no-repeat;
  clear: both;
  margin: 0 10px 0 10px;
  height: 11px;
  width: 880px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
  font-size: 1.3em;
  font-weight: bold;
  display: inline;
	padding-right: 1.4em;
}

/* Structure
----------------------------------------------- */

div#content {
  color: #000;
  clear: both;
  margin: 0 10px 0 10px;
  text-align: left;
  width: 880px;
}

.container {
  clear: both;
}

#content-left {
  float: left;
  padding: 0 10px 10px 10px;
  width: 590px;
}

#content-right {
  float: right;
  margin-top: 0;
  padding: 0 10px 10px 10px;
  width: 250px;
}

.left {
  float: left;
  width: 275px;
}

.right {
  float: right;
  margin-left: 40px;
  width: 275px;
}

#footer {
  background: url(/images/shadow-footer.png) no-repeat;
  clear: both;
  font-size: 1.1em;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 10px 0 5px 0;
  width: 900px;
}

/* Text
----------------------------------------------- */

h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin: 10px 0 20px 0;
}

h2 {
  border-bottom: 1px solid #ddd;
  font-size: 1.6em;
  line-height: 2em;
  margin: 5px 0 0.8em 0;
}

h3 {
  font-size: 1.3em;
  font-weight: bold;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
}

p {
  font-size: 1.2em;
  line-height: 1.5em;
}

.no-top-margin {
  margin-top: 0;
  padding-top: 0;
}

#footer p {
  font-size: 1em;
  margin: 0 0 5px 0;
}

h3.no-bottom-margin {
  margin-bottom: 0;
}

.edit-ingredient {
  font-weight: bold;
}

.help {
  font-size: 1.1em;
}

.served-by, .small-text {
  font-size: .9em;
}

.smaller-text {
  font-size: .8em;
}

span.success {
  color: #339933;
  font-weight: bold;
}

span.error, p.error {
  color: #ff0000;
  font-weight: bold;
}

.no-bottom-margin {
  margin-bottom: 0;
}

#faq-list h2 {
  border-bottom: 1px solid #ddd;
  font-size: 1.6em;
  line-height: 1.6em;
  margin-top: 35px;
}

/* Links
----------------------------------------------- */

a {
  color: #0074A7;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

#menu a, #content-right a {
  padding: 2px;
  text-decoration: none;
}

#menu a:hover, #content-right a:hover, .active {
  background: #0074a7;
  color: #fff;
}

/* Lists
----------------------------------------------- */

#content-left li, #content-right li {
  font-size: 1.2em;
  line-height: 1.5em;  
  padding-bottom: 5px;
}

#content-left li li, #content-left li p {
  font-size: 1em;
  line-height: 1.5em;
  padding-bottom: 5px;
}

.list-with-space {
  font-size: 1.1em;
  font-weight: bold;
	list-style-type: none;
  margin: 0;
  padding: 0;
}

.list-with-space li {
  margin-bottom: 15px;
}

dl {
  font-size: 1.2em;
  line-height: 1.5em;
}

dt {
  font-weight: bold;
  margin-top: 20px;
}

dd {
  margin: 0;
}

/* The common list
----------------------------------------------- */

.common-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.common-list li, .common-list dd {
  clear: both;
  font-size: 1.2em;
  margin-bottom: 25px;
}

.common-list h3 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 0 .4em 0;
  padding: 0;
}

.common-list dd h3 {
  font-size: 0.9em;
}

.common-list dd span {
  font-size: 0.75em;
}

.common-list-picture {
  border: 5px solid #e4e4e4;
  float: left;
  padding: 0;
  margin: 0 6px 25px 0;
}

.common-list dt {
  background: #eee;
  padding: 4px;
}

a:hover .common-list-picture {
  border: 5px solid #999;
}

/* Forms
----------------------------------------------- */

#content-left label {
  float: left;
  padding: 6px 5px 0 0;
  text-align: right;
  width: 130px;
}

.label-no-alignment {
  float: none !important;
  text-align: left !important;
}

fieldset {
  border: none;
  font-size: 1.2em;
  margin: 0 0 25px 0;
  padding: 0;
}

#content-left input, #content-right input {
  font-size: 1.2em;
}

#content-left fieldset input[type="submit"], #content-right fieldset input[type="submit"] {
  font-size: 1em;
}

#content-left fieldset input[type="button"], #content-right fieldset input[type="button"] {
  font-size: 1em;
}

fieldset table {
  margin: 20px 0 20px 0;
}

fieldset td {
  padding: 0 4px 0 0;
}

fieldset p {
  font-size: 1em;
}

fieldset em, fieldset ul {
  font-size: 0.8em;
  font-style: normal;
}

label em {
  color: #999;
  display: block;
  margin-top: 2px;
  font-style: italic;
}

legend {
  font-size: 1.3em;
}

.form_error {
  color: #ff0000;
  margin: 10px 0 0 0;
}

.borders {
  border: 1px solid #ddd;
  margin: 40px 0 20px 0;
  padding: 1em;
}

.notice-text {
  color: #999;
  font-size: .9em;
  margin-bottom: 10px;
  padding-left: 135px;
}

p.notice-text {
  font-size: 1em;
  margin: -10px 0 0 0;
  padding-left: 0;
}

.bold {
  font-weight: bold;
}

.button-top-space {
  margin-top: 5px;
}

.width40px {
  width: 40px;
}

.width110px {
  width: 110px;
}

.width150px {
  width: 150px;
}

.width170px {
  width: 170px;
}

.width200px {
  width: 200px;
}

.width220px {
  width: 220px;
}

.width250px {
  width: 250px;
}

.width320px {
  width: 320px;
}

.width350px {
  width: 350px;
}

.width375px {
  width: 375px;
}

fieldset.small-top-spacing {
  margin-top: 20px;
}

fieldset.width520px {
  width: 520px;
}

/* The Meta area
----------------------------------------------- */

#featured-actions ul {
  list-style-type: none;
  margin-top: 17px;
  padding-left: 0;
  margin-left: 0;
}

#featured-actions li {
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 10px;
}

#other-actions ul, #feeds ul {
  list-style-type: none;
  margin-top: 20px;
  padding-left: 0;
  margin-left: 0;
}

#other-actions li, #feeds li {
  font-size: 1.2em;
  padding-bottom: 5px;
}

#featured-actions li a, #other-actions li a, #feeds li a {
  display: block;
}

/* Alerts
----------------------------------------------- */

.alert {
  background: #faeeee;
  border: 2px solid #c61a1a;
  margin-bottom: 20px;
  padding: 0 10px 0 10px;
  text-align: center;
}

.meta-area {
  background: #fff;
  border: 2px solid #000;
}

.no-stress {
  background: #f3f9fb;
  border: 2px solid #cddbe1;
}

/* Tabs
----------------------------------------------- */

#tab-head {
  border-bottom: 3px solid #007db1;
  padding-bottom: 5px;
}

span.tab a {
  background: #ececec;
  font-size: 1.3em;
  margin: 0 20px 0 0;
  padding: 5px;
  text-decoration: none;
}

#show-unlinked-tab {
  background: #ececec;
  font-size: 1.3em;
  margin: 0 20px 0 0;
  padding: 5px;
  text-decoration: none;
}

span.tab-focus a {
  background: #007db1;
  font-size: 1.5em;
  font-weight: bold;
}

a.tab-unfocus-link {
  color: #000;
}

a.tab-focus-link {
  color: #fff;
}

#tab-head span a:hover {
  background: #007db1;
  color: #fff;
}

/* The sign up box
----------------------------------------------- */

#signup-top {
  background: #3a98cd url(/images/signup-top.png) no-repeat;
  height: 9px;
  margin: 20px 0 0 0;
  width: 240px;
}

#signup-middle {
  background: #3a98cd url(/images/signup-middle.png) repeat-y;
  color: #fff;
  margin: 0;
  padding: 1px 0 7px 0;
  text-align: center;
  width: 240px;
}

#signup-middle a {
  background: none;
  color: #fff;
  padding: 15px;
}

#signup-middle a:hover {
  background: none;
  text-decoration: underline;
}

#signup-bottom {
  background: #3a98cd url(/images/signup-bottom.png) no-repeat;
  height: 9px;
  margin: 0 0 20px 0;
  width: 240px;
}

#signup-middle p {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}

#signup-middle em {
  font-size: 1em;
  font-style: normal;
}

/* Box used in the meta menu column
----------------------------------------------- */

#several-shopping-lists, #author-info {
  background: #f7f7f7;
  border: 1px solid #bfbfbf;
  margin-top: 20px;
  padding: 1px 10px 0 10px;
}

#several-shopping-lists h2, #author-info h2 {
  border-bottom: none;
  font-size: 1.4em;
  margin: 0;
}

#several-shopping-lists ul, #author-info ul {
  margin: 0;
  padding-bottom: 7px;
  padding-left: 20px;
}

#several-shopping-lists li {
  font-size: 1.2em;
  line-height: 1.5em;
}

#author-info li {
  padding-bottom: 3px;
}

#author-info h3 {
  clear: both;
  margin-bottom: 4px;
  padding-top: 10px;
}

#author-info p {
  font-size: 1.2em;
}

#author-info-avatar {
	display: inline;
	margin: 0;
	padding: 0;
}

#author-info-avatar a, #author-info-avatar a:hover {
	background: none;
	padding: 0;
}

.no-link-padding {
  padding: 0 !important;
}

.mini-avatar-2 {
  float: left;
  padding: 0;
}

/* Misc
----------------------------------------------- */

.clear-me {
  clear: both;
}

.small-top-margin {
  font-size: 1.1em;
  margin-top: 3px;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.right-align-it {
  float: right;
}

.moving-objects {
  cursor: move;
}

a.tag {
  background: #f3f9fb;
  border: 1px solid #cddbe1;
  padding: 2px;
  text-decoration: none;
}

a.tag:hover {
  background: #007db1;
  color: #fff;
}

.icon {
  padding-bottom: 4px;
  vertical-align: middle;
}

.mail-icon {
  padding-bottom: 1px;
  vertical-align: middle;
}

.follow-icon {
  margin-left: 2px;
  padding-bottom: 3px;
  vertical-align: middle;
}

.status-icon {
	background: none;
  vertical-align: middle;
}

a.status-icon {
	background: none;
}

.le-chef {
  padding: 2px 0 5px 0;
  vertical-align: bottom;
}

hr {
  border: none;
}

/* Picture clouds
----------------------------------------------- */

.picture-cloud {
  padding-left: 0;
}

.picture-cloud li {
  display: inline;
  list-style-type: none;
}


/* Pagination
----------------------------------------------- */
div.pagination {
    text-align: center;
}

div.pagination a, div.pagination strong
{
  font-size: 1.3em;
  text-align: center;
  padding: 5px;
}

div.pagination strong
{
  background-color : #007DB1;
  color : #fff;
}

/* Tag cloud
----------------------------------------------- */

#popular-tags {
  padding-top: 5px;
}

#tag-cloud {
  background: #f3f9fb;;
  border: 2px solid #cddbe1;
  clear: both;
  margin: 20px 0 0 0;
  padding: 5px;
}

#tag-cloud a {
  padding: 10px;
  text-decoration: none;
  vertical-align: middle; 
}

/* Search box
----------------------------------------------- */

#search-box {
  background: #e6eef1;
  clear: both;
  font-size: 1.2em;
  line-height: 2em;
  margin: 30px 0 20px 0;
  padding: 12px;
}

#search-box h2 {
  display: none;
}

#search-box p {
  clear: both;
  font-size: 1.2em;
  margin: 0;
}

#search-box p, #search-box a {
  color: #666;
}

#search-box a:hover {
  color: #0074A7;
}

#search-box a {
  margin-left: 5px;
}

#search-box .search-field {
  font-size: 1.8em;
  float: left;
  margin-right: 5px;
  width: 460px;
}

#search-box fieldset {
  margin-bottom: 0;
}

#search-box #search-button {
  padding-top: 2px;
}

.submit {
  background: url(/images/search-button.png) no-repeat;
  border: none;
  cursor: pointer;
  float: left;
  height: 32px;
  padding-top: 32px;
  text-indent: -9999px;
  width: 95px;
}

.submit:hover {
  background: url(/images/search-button.png) 0 -88px no-repeat;
}