@import url('http://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700,400italic,700italic');
body {
  /*  background-color: #fff1e6;*/

  width: 830px;
  margin: auto;
  font: 13px/1.4 "Quattrocento Sans", sans-serif;
  position: relative;
}
header {
  margin: 40px 10px 0px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
header a {
  border: none;
}
section.main {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 40px;
  width: 810px;
  overflow: hidden;
}
section.main  > section {
  float: left;
  width: 520px;
}
section.main  > section.comments {
  width: 100%;
  box-sizing: border-box;
}
section.main  > section.comments table {
  width: 100%;
}
section.main  > section.comments table th {
  text-align: left;
}
section.main  > section.comments table td {
  padding: 0;
}
section.main  > section.comments table td ul {
  margin: 0;
}
section.main  > section.container {
  overflow: hidden;
  clear: both;
  width: 100%;
}
section.main  > .work {
  width: 500px;
  float: none;
  margin: auto;
}
section.main  > .work img {
  width: 100%;
}
section.main  > .work h2 {
  text-align: center;
}
section.main .empty {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
}
section.main .post {
  margin-bottom: 40px;
}
aside {
  margin-left: 20px;
  width: 270px;
  float: left;
}
a {
  text-decoration: none;
  border-bottom: 1px dotted silver;
  color: gray;
}
section.comments {
  padding: 20px;
  background: #eee;
  position: relative;
}
section.comments .comment {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 0.85em;
}
section.comments .comment p.name,
section.comments .comment p.date {
  margin: 0;
  text-align: right;
}
h2,
h3 {
  font-family: "Quattrocento Sans", sans serif;
}
h2  + .date,
h3  + .date {
  text-align: center;
}
#title {
  position: relative;
  left: 0px;
  right: 0px;
}
.entry {
  border: 1px solid red;
}
form {
  width: auto;
  margin-top: 40px;
  overflow: hidden;
}
form .thumb {
  width: 200px;
  float: left;
}
form .thumb img {
  width: 100%;
}
a {
  outline: none;
}
nav {
  float: right;
  position: relative;
  top: 30px;
  right: 10px;
}
nav ul {
  list-style: none;
  padding-left: 0;
  display: block;
  overflow: hidden;
  margin: 0;
  float: left;
}
nav ul li {
  float: left;
  margin: 4px;
  font: 1.1em "Quattrocento Sans", sans serif;
}
nav ul li a {
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  padding: 5px 0px 5px 30px;
}
.actions {
  text-align: center;
  margin: auto;
  width: auto;
  overflow: hidden;
  float: left;
  font-size: 0.8em;
}
.actions ul {
  list-style: none;
  padding-left: 0;
  display: block;
  overflow: hidden;
  margin: 0;
  float: left;
}
.actions ul li {
  float: left;
  margin: 4px;
}
section > section.block:nth-child(3n+0) {
  margin-right: 0px;
}
section  > .block {
  float: left;
  height: 300px;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 250px;
  position: relative;
}
section  > .block h2:first-child,
section  > .block h3:first-child {
  margin-top: 0px;
}
section  > .block .thumb {
  width: 100%;
  height: 100%;
}
section  > .block .post,
section  > .block .category {
  padding: 10px;
}
section  > .block h3,
section  > .block h4,
section  > .block .date {
  font-family: "Quattrocento Sans", sans-serif;
}
section  > .block h4 {
  color: black;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0.7em;
  font-weight: normal;
}
section  > .block .date {
  text-align: center;
  margin: 0;
  font-weight: 300;
  color: gray;
  font-size: 0.9em;
}
section  > .block .work {
  position: relative;
  height: 250px;
}
section  > .block input {
  width: auto;
  clear: left;
}
section  > .block input[type="submit"] {
  float: left;
}
label {
  width: 190px;
  display: block;
  float: left;
  clear: left;
  padding: 5px;
  font-size: 0.85em;
}
select,
input,
textarea {
  margin: 1px;
  width: 250px;
  float: left;
  border: 1px solid silver;
  padding: 5px;
}
input[type="submit"] {
  clear: left;
  width: auto;
  float: right;
}
/* the size of the blocks */
.preview {
  width: 250px;
  height: 250px;
  color: #444;
  background: #eee;
}
.preview form {
  padding: 10px;
  position: relative;
}
.preview label {
  font-size: 1em;
}
.preview input {
  width: 230px;
}
.preview input[type="submit"] {
  background: #91999b;
  color: white;
}
.error-banner {
  text-align: center;
  width: 100%;
  line-height: 45px;
  background: #eee;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  z-index: -1;
}
section.description {
  margin-top: 1em;
  margin-bottom: 3em;
}
footer {
  text-align: center;
  font-size: 0.8em;
  color: #ddd;
  margin-top: 200px;
}
.breadcrumbs {
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}
.breadcrumbs ul,
.comments ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.breadcrumbs ul li,
.comments ul li {
  float: left;
  margin-right: 10px;
}
