body {
  margin-top: 0;
  padding-top: 0;
  font-family: Verdana, 'Lucida Grande', sans-serif;
  font-size: 10pt;
}

img {
  border: 0;
}

a {
  color: #00c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #c00;
}

#header {
  font-size: 0.9em;
}

#utility-bar {
  padding: 3px 10px 3px;
  margin: 0 auto 0;
}

#utility-bar #rss {
  float: left;
}

#utility-bar #login {
  float: right;
}

#wrapper {
  width: 750px;
  margin: 0 auto 0;
}

#main-body {
  
}

#content {
  
}

#footer {
  font-size: 0.9em;
  margin-top: 40px;
}

.logo {
  padding: 0 15px 0;
  margin-top: 10px;
}

h1.logo {
  padding: 0;
}

h1.logo a {
  width: 370px;
  height: 95px;
  text-indent: -7000px;
  display: block;
  overflow: hidden;
  background: none;
}

p.intro {
  padding: 5px;
  margin-top: 10px;
}

.post {
  padding: 5px;
  margin-top: 10px;
}

.post .post-box {
  float: left;
  width: 680px;
}

.post .post-box h2 {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
}

.post .post-title {
  font-size: 0.9em;
  font-weight: bold;
  padding-bottom: 2px;
}

.post .post-title input {
  border: 1px solid #999;
  padding: 2px;
}

.post .post-head {
  margin-bottom: 5px;
  font-weight: bold;
  padding: 3px;
}

.post .post-description {
  
}

.post .post-details {
  font-size: 0.8em;
  margin-top: 10px;
}

.post .post-details .post-item {
  float: left;
  margin-right: 15px;
}

.post .post-details .post-button {
  float: right;
}

.post .post-avatar {
  float: left;
  width: 50px;
  height: 50px;
  padding-right: 5px;
}

/* FLASHES */

#flash {
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  margin: 10px 0 10px 0;
  padding: 8px;
}

.flash_notice {
  color: #333;  
  background: #efe;
  border: solid 1px #bd7;  
}

.flash_notice .message {
  padding: 0 0 0 25px;
}

.flash_error {
  color: white;
  background: #c00;
  border: solid 1px #c00;
}

.flash_error .message {
  padding: 0 0 0 25px;
}


/* ERRORS */

.fieldWithErrors input[type=text],
.fieldWithErrors input[type=password],
.fieldWithErrors textarea,
.fieldWithErrors input.text,
.fieldWithErrors input[type=file] {
  background: #ffdcdc;
}

#errors {
  background: #ffdcdc;
  border: 1px solid #f3a0a0;
  margin: 10px 0 10px 0;
  padding: 5px 20px;
}

#errors h3 {
  color: #dc3d3d;
  font-size: 120%;
  margin-bottom: 0.3em;
}

#errors ul {
  margin-top: 0.5em;
  margin-left: 2em;
}

/* SCAFFOLD ERRORS */

.fieldWithErrors {
  padding: 1px;
  background-color: red;
  display: table;
}

#errorExplanation {
  border: 2px solid #c00;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 2px;
}

#errorExplanation ul {
  margin: 0;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.pagination {
  text-align: center;
  margin-top: 20px;
}

.back-link {
  padding: 5px;
  margin-top: 10px;
}

.other-stories {
  padding: 5px;
  margin-top: 10px;
}

.other-stories h3 {
  margin: 0;
}

.other-stories ul {
  padding-left: 30px;
  padding-top: 0;
  margin-top: 5px;
}

.story-comment {
  padding: 5px;
  margin-top: 10px;
}

.story-comment-description {
  
}

.comment-box {
  float: left;
  width: 680px;
}

.story-comment-details {
  font-size: 0.8em;
  margin-top: 20px;
}

.story-comment-item {
  float: left;
  margin-right: 15px;
}

.story-comment .story-avatar {
  float: left;
  width: 50px;
  height: 50px;
  padding-right: 5px;
}


/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */