/* START Post styles */

.post {
  margin-bottom: 20px;
}

.two-col .post-bar {
  background: #fff url(img/post-box-lg.png) no-repeat scroll top left;
  padding-top: 10px;
}

.two-col .post-bar-inner-1 {
  background: #fff url(img/post-box-lg.png) no-repeat scroll bottom left;
  padding-bottom: 10px;
}

.three-col .post-bar {
  background: #fff url(img/post-box.png) no-repeat scroll top left;
  padding-top: 10px;
}

.three-col .post-bar-inner-1 {
  background: #fff url(img/post-box.png) no-repeat scroll bottom left;
  padding-bottom: 10px;
}

.post-bar-inner-2 {
  background-color: #cc5b41;
  padding: 0 10px;
}

.post-link {
  text-decoration: none;
}

.post-title a:hover, .post-title a:active, .post-title a:visited {
  color: #fff;
}

.post-bar-inner-2 a:hover, .post-bar-inner-2 a:active, .post-bar-inner-2 a:visited {
  color: #fff;
}

.three-col .post-title {
  cursor: pointer;
}

.post-title, .post-footer {
  color: #fff;
  text-decoration: none;
}

.post-categories {
  float: right;
  margin: 0 -0.7em 0;
  padding: 0;
}

.post-categories li {
  list-style: none;
}

.post-categories li a {
  text-decoration: none;
  color: #AAAAAA;
}

.post-date {
  font-family: Tahoma, Helvetica Neue, Arial, sans-serif;
  color: #cc5b41;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.8em;
  padding: 0 10px;
}

.post-title h1, .post-link {
  font-family: Tahoma, Helvetica Neue, Arial, sans-serif;
  font-size: 1.2em;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}

.two-col .post-title h1 {
  font-size: 1.5em;
}

.two-col .post-content {
  padding: 10px;
  background: #fff url(img/spiral-lg.png) no-repeat scroll center center;
}

.three-col .post-content {
  padding: 10px;
  background: #fff url(img/spiral.png) no-repeat scroll center center;
}

.post-content p {
  margin: 0.7em 0;
}

.post-content .prompt, .post-content .code {
  padding: 0.8em;
  margin: 1.3em 1em;
  font-family: monospace;
  font-size: 1.2em;
}

.post-content .prompt {
  background-color: #33302E;
  color: #fff;
  overflow: hidden;
}

.post-content .code {
  background-color: #f4e9c5;
  color: #000;
  overflow: hidden;
}

.post-content a {
  color: #E5672B;
}

.post-content a:hover {
  background-color: transparent;
}

.post-content img {
  border: 2px solid #CCC;
  margin: 10px;
}

.post-content .floated-right {
  float: right;
  margin: 0 0 10px 10px;
}

.post-content .floated-right img {
  margin: 0;
}

.post-content blockquote {
  margin: 1.5em 0;
  padding: 0 1.5em;
  border-left: 5px solid #E6E6E6;
  border-right: 5px solid #E6E6E6;
}

.post-footer, .post-footer a {
  font-size: 1em;
  color: #222;
}

.two-col .post-footer {
  background: #fff url(img/post-footer-lg.png) no-repeat scroll top left;
  padding-top: 10px;
}

.two-col .post-footer-inner-1 {
  background: #fff url(img/post-footer-lg.png) no-repeat scroll bottom left;
  padding-bottom: 10px;
}

.three-col .post-footer {
  background: #fff url(img/post-footer.png) no-repeat scroll top left;
  padding-top: 10px;
  font-family: Tahoma, Helvetica Neue, Arial, sans-serif;
}

.three-col .post-footer-inner-1 {
  background: #fff url(img/post-footer.png) no-repeat scroll bottom left;
  padding-bottom: 10px;
}

.single-post .post-footer-inner-2 {
  background-color: #E6E6E6;
  padding: 0 10px;
  height: 40px;
  font-size: 0.95em;
}

.single-post .post-footer-inner-2 a:hover {
  background-color: #fff;
}

.post-listing .post-footer-inner-2 {
  background-color: #E6E6E6;
  padding: 0 10px;
}

.post-listing .post-footer {
  cursor: pointer;
  text-align: right;
}

.share-buttons {
  float: right;
  margin-left: 10px;
}

.two-col .post-footer-inner-2 .share-buttons a {
  text-decoration: none;
}

.two-col .post-footer-inner-2 .share-buttons a:hover {
  background-color: transparent;
}

/* END Post styles */
