/*
	Name: Smashing HTML5
	Date: July 2009
	Description: Sample layout for HTML5 and CSS3 goodness.
	Version: 1.0
	Author: Enrique Ramírez
	Autor URI: http://enrique-ramirez.com
*/
/* Imports */
@import url("reset.css");
@import url("pygment.css");
@import url("typogrify.css");
@import url("http://fonts.googleapis.com/css?family=Oxygen:400,700|Headland+One|Droid+Sans+Mono");
/*@import url("http://fonts.googleapis.com/css?family=Noto+Sans:400,700|Headland+One|Droid+Sans+Mono");*/
/*@import url("http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz&subset=latin");
@import url("http://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,600,600italic,700,700italic");
@import url("http://fonts.googleapis.com/css?family=Droid+Sans+Mono");
*/
/***** Global *****/
/* Body */
/* Inspiration: http://www.colourlovers.com/palette/937624/Dance_To_Forget */
body {
  background: #2e2e23;
  font-size: 16px;
  font-family: "Oxygen", Helvetica, sans-serif;
  line-height: 1.65;
  margin: 0;
  padding: 0;
  text-align: left;
  padding-top: 0;
}
code {
  background-color: #f7fcf0;
  color: #000;
  border-radius: 7px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 0px;
  font-weight: normal;
  font-family: "Droid Sans Mono", monospace;
}
/* Headings */
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.571em;
}
/* 22px */
h3 {
  font-size: 1.429em;
}
/* 20px */
h4 {
  font-size: 1.286em;
}
/* 18px */
h5 {
  font-size: 1.143em;
}
/* 16px */
h6 {
  font-size: 1em;
}
/* 14px */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
  /*margin-bottom: .8em;*/
  font-family: "Headland One", Times, serif;
}
h1,
h3,
h4,
h5,
h6 {
  margin-top: 1em;
  margin-bottom: 0.3em;
}
/* Anchors */
a {
  text-decoration: underline;
}
a img {
  border: 0px;
  text-decoration: none;
}
a:link {
  color: #a61f03;
}
a:visited {
  color: #044c68;
}
a:hover {
  background-color: #cbee98;
}
h1 a:hover {
  background-color: inherit;
}
::selection {
  background-color: #ff3409;
}
::-moz-selection {
  background-color: #ff3409;
}
/* Undoing resets */
p {
  margin-bottom: 1.143em;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
dl {
  margin: 0 0 1.5em 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
/* HTML5 tags */
header,
section,
footer,
aside,
nav,
article,
figure {
  display: block;
}
/* Lists */
ul {
  list-style: outside disc;
  margin: 1em 0 1.5em 1.5em;
}
ol {
  list-style: outside decimal;
  margin: 1em 0 1.5em 1.5em;
}
.post-info {
  /*float:right;*/
  /*margin:10px;*/
  /*padding:5px;*/
}
.post-info p {
  margin-bottom: 1px;
}
#post-list .post-info address.author.vcard {
  /* I find this boring */
  display: none;
}
.readmore {
  float: right;
}
pre {
  background-color: #000;
  padding: 10px;
  color: #fff;
  margin: 10px;
  overflow: auto;
}
/* Quotes */
blockquote {
  margin-left: 40px;
}
div.note {
  float: right;
  margin: 5px;
  font-size: 85%;
  max-width: 300px;
}
#main-container li {
  margin-bottom: 0.7em;
}
#main-container dt {
  font-weight: bold;
}
#main-container dd {
  margin-bottom: 1em;
}
/***** Layout *****/
.body {
  clear: both;
  margin: 0 auto;
  max-width: 800px;
}
@media (max-width: 768px) {
  .body {
    max-width: auto;
    width: auto;
  }
}
img.right,
figure.right {
  float: right;
  margin: 0 0 2em 2em;
}
img.left,
figure.left {
  float: left;
  margin: 0 2em 2em 0;
}
/*
	Header
*****************/
#banner {
  padding: 0.5em 0 0 0;
  border-bottom: 3px solid #636353;
  /* Banner */
  /* Main Nav */
}
#banner h1 {
  margin-top: 0;
  font-size: 51px;
}
#banner h1 a:link,
#banner h1 a:visited {
  text-align: center;
  color: #383732;
  display: block;
  font-weight: normal;
  margin: 0 0 .4em .2em;
  text-decoration: none;
}
#banner h1 a:hover,
#banner h1 a:active {
  background: none;
  color: inherit;
}
#banner h1 strong {
  font-size: 0.36em;
  font-weight: normal;
}
#banner nav {
  background: transparent;
  padding: 0;
  text-align: center;
  max-width: 800px;
  font-style: italic;
  border-radius: 5px;
}
@media (max-width: 768px) {
  #banner nav {
    max-width: auto;
    width: auto;
  }
}
#banner nav ul {
  list-style: none;
  margin: 0 auto;
  max-width: 800px;
}
@media (max-width: 768px) {
  #banner nav ul {
    max-width: auto;
    width: auto;
  }
}
#banner nav li {
  float: left;
  display: inline;
  margin: 0;
}
#banner nav a:link,
#banner nav a:visited {
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  color: #8A887B;
}
#banner nav a:hover,
#banner nav a:active,
#banner nav .active a:link,
#banner nav .active a:visited {
  background: transparent;
  text-decoration: underline;
}
#banner nav li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/*
	Featured
*****************/
#featured {
  background: transparent;
  margin-bottom: 2em;
  overflow: hidden;
  padding: 20px;
  max-width: 760px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #featured {
    width: auto;
    max-width: auto;
    padding: 10px;
  }
}
#featured figure {
  border: 2px solid #eee;
  float: right;
  margin: 0.786em 2em 0 5em;
  width: 248px;
}
#featured figure img {
  display: block;
  float: right;
}
#featured h2 {
  color: inherit;
  font-size: 1.714em;
  margin-bottom: 0.333em;
}
#featured h3 {
  font-size: 1.429em;
  margin-bottom: .5em;
}
#featured h3 a:link,
#featured h3 a:visited {
  color: #000305;
  text-decoration: none;
}
#featured h3 a:hover,
#featured h3 a:active {
  color: #fff;
}
/*
	Body
*****************/
#content {
  background: transparent;
  margin-bottom: 2em;
  overflow: hidden;
  padding: 20px 20px;
  max-width: 760px;
}
@media (max-width: 768px) {
  #content {
    max-width: auto;
    width: auto;
  }
}
/*
	Extras
*****************/
#extras {
  margin: 0 auto 3em auto;
  overflow: hidden;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 235px;
  color: #e1e8ba;
  /* Blogroll */
  /* Social */
}
@media (max-width: 768px) {
  #extras {
    position: static;
    width: auto;
    top: 0;
    right: 0;
    background-color: #2e2e23;
  }
}
#extras ul {
  list-style: none;
  margin: 0;
}
#extras li {
  border-bottom: 1px solid #3e3e33;
}
#extras h2 {
  color: inherit;
  font-size: 1.429em;
  margin-bottom: .25em;
  padding: 0 3px;
}
#extras h1 a,
#extras h2 a,
#extras h3 a,
#extras h4 a,
#extras h5 a,
#extras h6 a,
#extras h1 a:link,
#extras h2 a:link,
#extras h3 a:link,
#extras h4 a:link,
#extras h5 a:link,
#extras h6 a:link,
#extras h1 a:visited,
#extras h2 a:visited,
#extras h3 a:visited,
#extras h4 a:visited,
#extras h5 a:visited,
#extras h6 a:visited,
#extras h1 a:active,
#extras h2 a:active,
#extras h3 a:active,
#extras h4 a:active,
#extras h5 a:active,
#extras h6 a:active {
  display: inline;
  color: inherit;
  text-decoration: none;
  padding: 0;
}
#extras a:link,
#extras a:visited {
  color: #aaae94;
  display: inline-block;
  text-decoration: none;
  padding: .3em .25em;
}
#extras a:hover {
  background-color: #ff3209;
  color: #fff;
}
#extras .blogroll {
  float: left;
  width: 615px;
}
#extras .blogroll li {
  float: left;
  margin: 0 20px 0 0;
  width: 185px;
}
#extras .social a {
  background-repeat: no-repeat;
  background-position: 3px 6px;
  padding-left: 25px;
}
#extras .social {
  /* Icons */
}
#extras .social a[href*='delicious.com'] {
  background-image: url('../images/icons/delicious.png');
}
#extras .social a[href*='digg.com'] {
  background-image: url('../images/icons/digg.png');
}
#extras .social a[href*='facebook.com'] {
  background-image: url('../images/icons/facebook.png');
}
#extras .social a[href*='last.fm'],
#extras .social .social a[href*='lastfm.'] {
  background-image: url('../images/icons/lastfm.png');
}
#extras .social a[type$='atom+xml'],
#extras .social .social a[type$='rss+xml'] {
  background-image: url('../images/icons/rss.png');
}
#extras .social a[href*='twitter.com'] {
  background-image: url('../images/icons/twitter.png');
}
#extras .social a[href*='linkedin.com'] {
  background-image: url('../images/icons/linkedin.png');
}
#extras .social a[href*='gitorious.org'] {
  background-image: url('../images/icons/gitorious.org');
}
#extras .social a[href*='plus.google.com'] {
  background-image: url('../images/icons/google_plus_small.png');
}
#extras .social a[href*='github.com'] {
  background-image: url('../images/icons/github.png');
}
#main-container {
  background: #f7fcf0 url('../images/sprinkles.png');
  padding-right: 0.3em;
}
#main-wrapper1 {
  background: #FC913A;
  padding-right: 22px;
  border-right: 33px solid #FF4E50;
  padding-bottom: 10px;
  border-bottom: 13px solid #FF4E50;
  margin-right: 260px;
}
@media (max-width: 768px) {
  #main-wrapper1 {
    margin-right: 0;
    padding-right: 5px;
    padding-bottom: 2px;
    border-right: 5px solid #FF4E50;
    border-bottom: 2px solid #FF4E50;
  }
}
#main-wrapper2 {
  background: #EDE574;
  padding-right: 22px;
  border-right: 22px solid #F9D423;
  padding-bottom: 10px;
  border-bottom: 10px solid #F9D423;
}
@media (max-width: 768px) {
  #main-wrapper2 {
    padding-right: 5px;
    padding-bottom: 2px;
    border-right: 5px solid #F9D423;
    border-bottom: 2px solid #F9D423;
  }
}
/*
	About
*****************/
#about {
  background: transparent;
  font-style: italic;
  font-size: 11px;
  margin-bottom: 2em;
  overflow: hidden;
  padding: 20px;
  text-align: right;
  max-width: 760px;
  border-radius: 10px;
}
#about .primary {
  float: left;
  width: 165px;
}
#about .primary strong {
  color: #C64350;
  display: block;
  font-size: 1.286em;
}
#about .photo {
  float: left;
  margin: 5px 20px;
}
#about .url:link,
#about .url:visited {
  text-decoration: none;
}
#about .bio {
  float: right;
  width: 500px;
}
/*
	Footer
*****************/
#contentinfo {
  padding-bottom: 2em;
  text-align: right;
}
/***** Sections *****/
/* Blog */
.hentry {
  display: block;
  clear: both;
}
li:last-child .hentry,
#content > .hentry {
  border: 0;
  margin: 0;
}
#content > .hentry {
  padding: 1em 0;
}
.hentry img {
  display: none ;
}
.entry-title {
  /*text-align: center;*/
  font-size: 31px;
  margin-bottom: 10px;
  margin-top: 0;
}
.entry-title a:link,
.entry-title a:visited {
  text-decoration: none;
  color: #2e2e23;
}
.published {
  float: right;
  font-style: italic;
  padding-right: 3px;
  font-size: 90%;
  color: #5e5e53;
}
#post-list .published {
  padding-right: 20px;
  float: none;
}
.hentry {
  /* Content */
}
.hentry .post-info * {
  font-style: normal;
}
.hentry footer {
  margin-bottom: 2em;
}
.hentry footer address {
  display: inline;
}
#post-list {
  /* Blog Index */
  list-style: none;
  margin: 0;
}
#post-list .hentry {
  padding-left: 10px;
  position: relative;
}
#post-list footer {
  left: 10px;
  position: relative;
  float: left;
  top: 0.5em;
  width: 190px;
}
#post-list footer address {
  display: block;
}
/* For using <cite> with blockquotes: */
cite {
  display: block;
  font-style: normal;
  text-align: right;
}
/* About the Author */
#about-author {
  background: #f9f9f9;
  clear: both;
  font-style: normal;
  margin: 2em 0;
  padding: 10px 20px 15px 20px;
  border-radius: 5px;
}
#about-author strong {
  color: #C64350;
  clear: both;
  display: block;
  font-size: 1.429em;
}
#about-author .photo {
  border: 1px solid #ddd;
  float: left;
  margin: 5px 1em 0 0;
}
/* Comments */
#comments-list {
  list-style: none;
  margin: 0 1em;
}
#comments-list blockquote {
  background: #f8f8f8;
  clear: both;
  font-style: normal;
  margin: 0;
  padding: 15px 20px;
  border-radius: 5px;
}
#comments-list footer {
  color: #888;
  padding: .5em 1em 0 0;
  text-align: right;
}
#comments-list li:nth-child(2n) blockquote {
  background: #F5f5f5;
}
/* Add a Comment */
#add-comment label {
  clear: left;
  float: left;
  text-align: left;
  width: 150px;
}
#add-comment input[type='text'],
#add-comment input[type='email'],
#add-comment input[type='url'] {
  float: left;
  width: 200px;
}
#add-comment textarea {
  float: left;
  height: 150px;
  width: 495px;
}
#add-comment p.req {
  clear: both;
  margin: 0 .5em 1em 0;
  text-align: right;
}
#add-comment input[type='submit'] {
  float: right;
  margin: 0 .5em;
}
#add-comment * {
  margin-bottom: .5em;
}
#tagline {
  text-align: center;
  font-style: italic;
  padding: 0px;
  margin: 0px;
}
.comments {
  padding-top: 3em;
}
