body {
  background: #fff;
  color: #555;
  font-family: arial, sans-serif;
  font-size: 1em;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-align: center;
}

.wrap {
  padding: 20px 20px 20px 20px;
  background: #fff;
}

.header {
  text-align: left;
  padding-bottom: 10px;
}

.subtitle {
  font-size: .5em;
}

.leftnav {
  background-color: lightGrey;
  padding: 10px;
}

.navbar {
  background-color: #555;
  color: #fff;
  padding: 5px 0 5px 5px;
  margin-bottom: 10px;
}

.navbar a {
  text-decoration: none;
  color: #ccc;
}

.navbar a:hover {
  color: #d10018;
}

.navlinks {

}

.searchbox {
  margin: -7px;
}

.searchbutton {
  margin-left: -15px;
}

.post {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
  height: 350px;
}

h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0px 0px 5px;
}

h1 a {
       text-decoration: none;
       color: black;
     }
h2 { 
  font-size: 21px;
  font-weight: normal;
  margin: 0px 0px 5px;
}

h3 { 
  font-size: 18px;
  font-weight: normal;
  margin: 0px;
}

h4 { 
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
}

.main_content { 
  text-align: left;
}

.data {
  font-size: 12px;
  padding: 5px;
}

.title { 
  font-size: 1.2em;
  font-weight: bold;
}

.drink_title { 
  font-size: 16px;
  padding: 5px 0 0;
  text-align: center;
  height: 50px;
}

.drink_title a {
  text-decoration: none;
  color: #df0000;
}

.rating {
  color: #fff;
  font-weight: bold;
  font-size: 11px;
}

.content {
  font-size: 14px;
  height: 70px;
  padding-bottom: 5px;
}

.user_name {
  text-decoration: none;
}

.strike {
  text-decoration: line-through;
}

.red_background {
  background-color: #d10018;
}  

.red {
  color: #d10018;
}

.white {
  color: #fff;
}

.image {
  padding: 0px;
  height: 150px;
}

a.user_name {
  color: #333333;
  text-decoration: underline;
}

.profile_image {
  margin-left: -5px;
}

.post_details {
  border: 1px solid gray;
}

.post_details_top {
  padding-top: 5px;
}

.post_misc {
  margin-left: -15px;
}

.post_time {
  text-align: left;
  font-size: 9px;
  width: 130px;
}

.post_user {
  text-align: left;
  font-size: 13px;
  line-height: 1.7;
}

.post_body {
  padding-top: 10px;
}

.post_data {
  padding-bottom: 5px;
  padding-top: 5px;
  border-top: 1px dotted gray;
  background-color: lightGrey;
}

.num_posts {
  padding-bottom: 10px;
}

.minimal {
  margin: -8px 0;
}

.user {
  padding-top: 10px;
}

.photo {
  border: 1px solid black;
}

