/* //////////////////////////////// */
/* PAGE STRUCTURE */

body {
  line-height: 1.3em;
  font-size: 110%;
  font-family: Helvetica, Arial, Sans-serif;
  color: #9d770a;
  background: #ffd55d;
  margin: 15px 0 100px 0;
  font-weight: bold;
}

/* //////////////////////////////// */
/* COMMON HTML ELEMENTS */

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .3em;
  color: #6d9c0a;
  font-weight: bold;
}

h1 {
  font-size: 2.2em;
}

a {
  color: #131699;
}

a:visited {
  color: #5557b5;
}

a:hover {
  color: #4348f9;
}

h4 {
  font-family: Georgia, Times, serif;
  font-style: italic;
  color: #b99b46;
  font-size: .9em;
  font-weight: normal;
  margin-bottom: .7em;
  margin-left: .2em;
}

p {
  margin-bottom: .8em;
}

ul {
  list-style-type: none;
  margin-left: 0;
}

small {
  font-size: .7em;
  font-weight: normal;
}

form {
  font-size: .7em;
}

label {
  margin-left: 16px;
  margin-right: 5px;
}

input, textarea {
  font-family: Helvetica, Arial, Sans-serif;
}

.input-text {
  padding: 5px 0 0 7px;
}

textarea {
  font-size: 16px;
}

/* //////////////////////////////// */
/* BLUEPRINT OVERWRITES */

.quiet {
  color: #877c56;
}

/* //////////////////////////////// */
/* COMMON DETAILS */

.rounded-12 {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

.rounded-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.rounded-5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.alert-hi {
  background: #ffd55d;
  padding: 18px;
  margin-bottom: 42px;
}

.alert-hi h2, .red {
  color: #ff242a;
}

.alert-success {
  background: #b8fe24;
  color: #ff242a;
  padding: 12px;
}

#wrapper {
  background: #fff;
  padding-top: 35px;
  padding-bottom: 45px;
}

#header {

}

#logo {
  height: 49px;
  background: url(../images/nomms_logo.gif) top left no-repeat;
  display: block;
}

#loggedin {
  font-size: 60%;
  float: right;
  clear: both;
  line-height: 1em;
  margin: 0 0 20px 0;
}

ul#globalnav {
  float: right;
  font-size: .8em;
  background: #ffd55d;
  padding: 12px;
  margin: 0;
}

ul.nav li {
  display: inline;
  float: left;
  margin: 0 9px;
}

ul.thumbgrid {
  margin-top: 22px;
  overflow: hidden;
  clear: both; 
  margin-bottom: 0;
}

ul.thumbgrid li {
  display: inline;
  float: left;
  margin-bottom: 9px;
}

p.leadin {
  text-align: right;
}

ul#footernav {
  text-align: right;
  margin-top: 24px;
  width: 15em;
  float: right;
}

#login {
  float: right;
}

#login fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.timeline img {
  float: left;
}

.timeline li {
  display: block;
  overflow: hidden;
  margin-bottom: 12px;
}

.timeline p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2em;
}

.timeline h5 {
  margin: 0;
}

#joinus {
  margin-top: 12px;
  padding: 6px 8px 5px 12px;
  line-height: 1.1em;
}

#twitter-si {
  vertical-align: middle;
}

#twitter-alert {
  margin-bottom: 20px;
}

/* //////////////////////////////// */
/* PAGE-LEVEL DETAILS */

/* dish page */
#nomm-actions {
  font-size: 9px;
  line-height: 1em;
  margin-bottom: 5px;
  padding-left: 2px;
}

#nomm-owner-meta img {
  float: left;
  margin-right: 9px;
}

#nomm-owner-meta {
  line-height: 1em;
}

#nomm-owner-recent {
  margin: 0;
  clear: both;
  overflow: hidden;
}

#nomm-owner-recent p {
  text-align: right;
  line-height: 1em;
  margin-bottom: 0;
}

#nomm-notes {
  margin-top: 9px;
  clear: both;
}

#notes_change_wrap textarea {
  width: 350px;
}

.cancel_button, .save_button, input[type=submit] {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 3px 0;
  padding: 5px 6px 2px 6px;
  vertical-align: middle;
}

.save_button, input[type=submit] {
  background: #131699;
  color: #fff;
  vertical-align: middle;
}

.cancel_button {
  background: #ccc;
}

input#title {
  color: #6D9C0A;
  font-weight: bold;
}

textarea#description {
  color: #9D770A;
  font-weight: bold;
}

input[type=text], textarea, input[type=password] {
  background: #ffc;
}

/* profile page */
#profile-meta {
  float: left;
  font-size: .7em;
  margin: 0 0 24px 0;
  overflow: hidden;
  line-height: 1.2em;
  width: 300px;
  font-weight: normal;
  font-family: Georgia, Times, serif;
}

#profile-meta img {
  margin-right: 12px;
}

#profile-meta p {
  margin-bottom: .4em;
}

#profile-meta em {
  font-weight: bold;
}
