body {
  font: normal normal normal small "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
  font-weight: bold;
  background-color: #fee;
  color: black;
  margin: 0;
  padding: .1em;
  line-height: 18px;
}

table {
  width: 100%;
}

tr {
  margin: .5em;
  cursor: pointer;
  font-size: 135%;
}

tr:hover {
  background: #f9f;
  color: white;
}

th {
  font-family: georgia, times, serif;
  font-weight: normal;
  font-size: 115%;
  color: white;
  background: #f6f;
  padding: .4em;
}

th.center, td.center {
  text-align: center;
}

#users_show th.unpublished {
  background: red;
}

td {
  padding: .4em;
}

td.stat {
  width: 150px;
}

p.search_subtitle {
  text-align: center;
  margin: .5em 0 3.5em 0;
}

/* headings... */

h1, h2, h3, h4, h6 {
  font-family: georgia, times, serif;
  font-weight: normal;
  padding: 0;
  color: black;
  letter-spacing: -.04em;
}

h1 {
  margin: .5em 0;
  text-align: right;
  font-size: 300%;
}

h1 span, #about span {
  letter-spacing: -.15em;
}

h2 {
  text-align: left;
  font-size: 250%;
  font-weight: normal;
  margin: 0 0 0 0;
  padding: 0;
  letter-spacing: -.08em;
}

h2 span {
  letter-spacing: .01em;
}

h3 {
  font-style: normal;
  font-size: 200%;
  margin: 0 0 .75em 0;
  padding: .4em;
  background: #f6f;
  color: white;
}

.optional h3 {
  background: #f9f;
}

h4 {
  padding: .4em;
  margin: 0;
  font-size: 145%;
  background: #f6f;
  color: white;
}

h5 {
  font-size: 150%;
  margin: 0;
}

h6.alert {
  font-size: 200%;
  padding: .4em;
  text-align: center;
  border: 2px solid yellow;
  margin-bottom: 1em;
}

h6.notice {
  color: white;
  background: #f6f;
}

h6.error {
  color: white;
  background: red;
}

/* ...headings */


/* forms ... */

textarea, input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.checkbox {
  display: inline;
  width: auto;
  margin-right: .25em;
}


#lists_new input,
input#list_title {
  font-family: Georgia, Times, serif;
}

textarea {
  width: 100%;
  height: 10.3em;
  font-size: 125%;
  color: #333;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1.5em;
}

.button, button {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 0 1.5em 0;
  padding: .5em 0;
}

#about_index #description {
  margin-bottom: 2em;
}

#about_index #description .button {
  text-align: center;
  display: block;
  width: 80%;
  margin: .5em;
  margin-left: 1.5em;
  padding: .75em 0;
}

label {
  display: block;
  font-size: 150%;
  margin: 0 0 .4em 0;
}

.optional label {
  color: #999;
}

input {
  width: 100%;
  font-size: 200%;
  margin: 0 0 1em 0;
}

input#search {
  background: url(/images/search.png) no-repeat right top;
  padding-right: 1.5em;
  margin: .75em 0 0 0;
  width: 95%;
  color: #999;
}

input#item_name {
  display: inline;
  font-size: 135%;
  color: black;
/* these were making a blank space on the right side of a new item */
/* can't see any reason for them */
/* commented out 12.27.2008 -sb */
/*  width: 85%;*/
/*  padding-right: 4em;*/
}

p.form_input_description {
  color: #f6f;
  font-size: 90%;
  margin: -.5em 0 .5em 0;
}

/* ... forms */

/* header/footer... */

#header {
  width: 100%;
  margin-bottom: 2em;
  background: #f6f;
  border-bottom: 5px solid black;
}

.container #nav ul {
  margin: 1.35em 0 0 0;
  font-size: 125%;
}

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

#footer li {
  margin-right: -.35em;
}

#nav ul li,
#footer ul li {
  display: inline;
  border-left: 1px solid #333;
  padding: 0 .5em;
}

#nav li a,
#footer li a {
  padding: 0;
}

#nav li:first-child,
#footer li:first-child {
  border: 0;
  padding-left: 0;
}

#footer #stats {
  color: #666;
  margin-top: -.2em;
  text-align: right;
}

#footer {
  margin: 3em 0 0 0;
  padding: 0;
}

.container #footer ul,
.container #footer p {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
/* ...header/footer */


/* links... */
a img {
  text-decoration: none;
  border: none;
}

a:hover img {
  text-decoration: none;
  border: none;
  background: none;
}

.inline_editing a.delete_item_link,
a {
  color: #F3F;
  text-decoration: none;
  display: inline;
}

.inline_editing a.delete_item_link:hover,
a:hover {
  color: white;
  background: #F9F;
  display: inline;
}

.inline_editing a.delete_item_link:hover {
  background: red;
  padding: .2em;
}

.inline_editing a.delete_item_link {
  font-size: 12px;
  line-height: 30px;
}

#header a,
#header a:link,
#header a:active,
#header a:visited {
  color: white;
  background: #f6f;
}

#header a:hover {
  color: black;
}

.inline_editing a {
  display: block;
  color: black;
}

.inline_editing a:hover {
  background: #fee;
  color: black;
}

.inline_editing a:hover {
  color: black;
}

h3 a,
h4 a {
  color: black;
  background: #f6f;
  padding: 0;
}

h3 a:hover,
h4 a:hover {
  color: white;
  background: none;
}
/* ...links */

/* single_list style ... */
#list_meta {
  text-align: center;
  font-size: 115%;
  font-weight: bold;
  margin: .75em 0 2em 0;
  padding: .5em;
  background: #fee;
  color: #666;
  clear: both;
}

#list_meta p {
  margin: 0;
  padding: 0;
}

#single_list ul,
#single_list ol,
#lists_new ul,
#lists_new ol {
  font-size: 125%;
  line-height: 2em;
  margin: .5em 0 1em 2.5em;
}

#single_list li,
#lists_new li {
  clear: both;
  padding: .2em;
}

ul#list_actions li {
  display: inline;
}

dt.comment {
  font-weight: normal;
}

dt {
  padding: 1em;
  line-height: 1.75em;
  font-size: 120%;
}

dd {
  padding: 0 1.5em 1.25em 0;
  text-align: right;
  margin: -1em 0 0 0;
  color: #999;
}

#description {
  font-size: 100%;
  color: #666;
  margin-bottom: 0;
  line-height: 18px;
  display: block;
}

#description a {
  padding: 0;
}
/* ... single_list style */

/* list of lists / other lists by user ... */
.list {
  margin-top: 0;
}

.list ul a {
  display: block;
  padding: .5em;
}

.list ul {
  margin: 0;
  padding: 0;
}

.list li {
  font-size: 125%;
  margin: .2em 0;
  list-style: none;
}

.alt {
  background: #fee;
}
/* ...list of lists / other lists by user */

/* home page stuff... */
#about_index h2 {
  text-align: center;
  font-size: 475%;
  font-weight: normal;
  margin: .2em 0 .6em 0;
  letter-spacing: -.08em;
}

#description p, #about p, #terms p {
  margin: .5em 0;
  padding: 0;
  line-height: 1.55em;
  font-size: 125%;
}
/* ... home page stuff */


/* new_list style ... */
#lists_new ul, #lists_new ol {
  margin-top: -6em;
  margin-left: 5em;
}

input#list_ordered_false,
input#list_ordered_true {
  margin: 4.5em 0 0 1em;
}

.list_type {
  cursor: pointer;
  background: #fee;
  margin: 0 0 2em 0;
}

.list_type:hover {
  color: white;
  background: #f6f;  ;
}
/* ... new_list style */

/* randomness ... */
::-moz-selection {
  color: white;
  background: #f6f;
}

::selection {
  color: white;
  background: #f6f;
}

.feed {
  padding: 0 0 0 20px !important;
  background: url(/images/black_feed_icon.png) no-repeat 5px center;
}
/* ... randomness */

/* form submission errors... */
#errorExplanation {
  margin: 1em 0 2em 0;
  border: 3px solid red;
}

#errorExplanation h2 {
  background: red;
  color: white;
  padding: .25em;
  margin: 0;
}

#errorExplanation p {
 display: none;
}

#errorExplanation ul {
  font-size: 120%;
  margin: 1em 0 1em 2em;
}

.fieldWithErrors input {
  border: 3px solid red;
}
/* ...form submission errors */

#user_info h2 {
  margin-bottom: .75em;
}

#user_info ul {
  list-style: none;
  margin-left: 0;
  font-size: 150%;
  background: #fee;
  padding: .5em .25em .25em .75em;
}

#user_info li {
  margin-bottom: .5em;
}

#user_info p {
  font-size: 125%;
  margin: -1em 0 1.5em 0;
}

div#heroku_toolbar {
  display: none;
}

#place_holder h1 {
  text-align: center;
  font-size: 950%;
  color: #f6f;
  margin: .5em 0 0 0
}

#place_holder h2 {
  text-align: center;
  font-size: 400%;
  margin: 0 0 .5em 0
}

#place_holder h3 {
  text-align: center
}

#terms ul,
#terms ol,
#about ul,
#about ol {
  margin-top: .75em;
  font-size: 125%;
}

#terms li, #about li {
  line-height: 1.5em;
  margin-left: 1em;
}

#about .last_p {
  margin-bottom: 1.75em;
}

#last_terms h5 {
  color: #999;
  font-size: 300%;
}

#last_terms p {
  color: #999;
  font-size: 200%;
}

.blockquote {
  color: #666;
  background: #fee;
  font-size: 85%;
  margin: 1em 2em 1em 2em;
  padding: .5em 1em;
}

#signup textarea#user_bio {
  height: 2.8em;
}

#users_new textarea {
  height: 2.5em;
  font-size: 100%;
}

#optional_user_info {
  background-color: #fee;
}

.inline_editing button,
.inline_editing .button {
  font-size: 16px;
  width: 5em;
  margin-right: .5em;
  margin-bottom: 1em;
  padding: .1em;
}

li.inline_editing input {
  font-size: 100%;
  width: 98%;
}

.inline_editing #edit_title input {
  font-size: 235%;
  margin-bottom: .5em;
  letter-spacing: -.08em;
}

.inline_editing {
  padding-bottom: .25em;
  margin-bottom: .25em;
}

#description_link {
  clear: both;
  display: block;
}

#comments textarea {
  width: 99.5%;
  margin-top: 1.75em;
}

.inline_editing textarea {
  font-size: 100%;
  height: 5em;
  margin-bottom: 1em;
}

.saving {
  background: #fee;
  font-size: 160%;
  margin: 0;
  padding: 0;
}

#single_list li .saving {
  margin-left: .5em;
  font-size: 110%;
}

#single_list .reorder {
  margin-left: .7em;
  list-style-type: none;
  cursor: move;
/*  line-height: 2.5em;*/
}

a.done_reordering {
  background: yellow;
  color: black;
  padding: 0 .5em;
}

a:hover.done_reordering {
  background: black;
  color: yellow;
}

p img {
  float: none;
  margin: 0;
  padding: 0;
}

p.forgot_something {
  text-align:right;
  font-size: 150%;
  margin-top: -2.4em;
}

#list li {
  margin-top: 0;
  margin-bottom: 0;
}