@font-face {
  font-family: 'Sorts Mill Goudy';
  src: url('../fonts/GoudyStM-webfont.eot');
  src: url('../fonts/GoudyStM-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GoudyStM-webfont.woff') format('woff'),
  url('../fonts/GoudyStM-webfont.ttf') format('truetype'),
  url('../fonts/GoudyStM-webfont.svg#AquilineRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  text-decoration:inherit;
  font-size: 100%;
  padding: 0;
  border: 0;
  margin: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

hgroup h1 {
  font-family: Samba;
}

table {
  border-collapse: collapse;
}

:focus {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
}

/* clearfix */
.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  display: block;
}


* html .clear {
  height: 1%;
}

a {
  color: #a33;
  text-decoration: underline;
  text-shadow: 1px 1px 0px #fff;
}

a:hover{
  color: #222;
}

hr {
  color:hsla(5, 89%, 35%, 1.0);
}

body{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #efefef;
  padding: 0;
  margin: 0;
  text-shadow: 0px 2px 0px #efefef;
}

#container{
  background-color: hsl(40, 29%, 90%);
  width: 640px;
  margin: 0 auto;
  padding: 12px;
  -moz-box-shadow: 0px 4px 12px #ccc; /* FF3.5+ */
  -webkit-box-shadow: 0px 4px 12px #ccc; /* Saf3.0+, Chrome */
  box-shadow: 0px 4px 12px #ccc; /* Opera 10.5, IE 9.0 */
  filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=12px, OffY=12px, Color='#ccc'); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=12px, OffY=12px, Color='#ccc')"; /* IE8 */
}

footer{
  font-size: 10px;
  text-align: center;
  margin-top: 24px;
  text-shadow: 0px 2px 0px #fff;
}

/* Button styles from the awesome: http://www.webdesignerwall.com/demo/css-buttons.html */

.button {
  display: inline-block;
  zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
  *display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px/100% Arial, Helvetica, sans-serif;
  padding: .5em 2em .55em;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
  text-decoration: none;
}
.button:active {
  position: relative;
  top: 1px;
}

.bigrounded {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.medium {
  font-size: 12px;
  padding: .4em 1.5em .42em;
}
.small {
  font-size: 11px;
  padding: .2em 1em .275em;
}


/* white */
.white {
  color: #606060;
}
.white:hover {
  background: hsla(0, 0%, 100%, 0.3);
}
.white:active {
  color: #000;
}

.banner{
  border-bottom: 1px solid hsla(5, 89%, 35%, 1.0);
  padding: 0 12px;
  position: relative;
}

.banner h1{
  text-align: center;
  font-family: 'Wire One', sans-serif;
  font-weight: 100;
  font-size: 150px;
  color: hsla(5, 89%, 35%, 1.0);
  line-height: 154px;
  border-bottom: 1px solid hsla(5, 89%, 35%, 1.0);
  border-top: 1px solid hsla(5, 89%, 35%, 1.0);
}


.banner h3{
  color: #333;
  font-weight: normal;
  font-size: 16px;
  line-height: 2.5em;
}

.banner nav{
  position: absolute;
  right: 12px;
  bottom: 5px;
}

.banner nav li{
  list-style-type: none;
  float: left;
}

.banner nav li a.button{
  margin: 1px;
}

.banner nav li a.button.active{
  color: hsl(5, 89%, 35%);
  margin: 1px;
}

.banner nav li a.button:hover{
  color: hsla(5, 89%, 35%, 1.0);
  margin: 0px;
  border: solid 1px hsla(5, 89%, 35%, 1.0);
  background-color: hsla(0, 0%, 0%, 0.04);
}

.gum_excerpt{
  padding-bottom: 24px;
}

.gum_excerpt .post time{
  float: none;
  clear: left;
}

.gum_excerpt .button{
  float: right;
}

.gum_excerpt h3
{
  font-size: 24px;
  line-height: 36px;
  border-bottom: 1px solid #ccc;
}

.gum_excerpt h3{
  margin-bottom: 24px;
}

section.content{
  padding: 12px;
}

/* listing */

.listing{
  margin-top: 24px;
}

.listing img{
  width: 220px;
}

.listing li{
  background-color: #ededed;
  list-style-type: none;
  float: left;
  width: 272px;
  margin-right: 24px;
  margin-bottom: 24px;
  padding: 12px;
  -moz-box-shadow: 0px 4px 12px #ccc; /* FF3.5+ */
  -webkit-box-shadow: 0px 4px 12px #ccc; /* Saf3.0+, Chrome */
  box-shadow: 0px 4px 12px #ccc; /* Opera 10.5, IE 9.0 */
  filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=12px, OffY=12px, Color='#ccc'); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=12px, OffY=12px, Color='#ccc')"; /* IE8 */

}

.listing li:nth-child(2){
  margin-right: 0;
}

.listing li:nth-child(3){
  clear: left;
}

.listing li p{
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 12px;
}


.listing h3{
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 6px;
}

.listing time{
  display:block;
  border-top: 1px solid #ccc;
  padding-top: 4px;
  font-size: 10px;
}

/* Content */
article.post {
  font-family: "Sorts Mill Goudy", Georgia, serif;
}

article.post p{
  font-size: 12px;
  line-height: 24px;
  margin: 6px 0;
}


article.post h1 {
  text-align: center;
  letter-spacing: 0.051em;
  font-size: 1.5em;
  margin-top: 2em;
  padding-left: 1em;
  border-top: solid 1px hsla(5, 89%, 35%, 1.0);
  border-bottom: solid 1px hsla(5, 89%, 35%, 1.0);
}

article.post h1.title {
  border-top: 0px;
  border-bottom: 1px solid #ccc;
}

article.post img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

section.content h1 {
  text-align: center;
  letter-spacing: 0.051em;
  font-size: 1.5em;
  margin-top: 2em;
  padding-left: 1em;
}


.post time{
  font-size: 12px;
  color: #999;
  float:left;
  margin-top: 6px;
}

ul.tags{
  margin-bottom: 24px;
  text-align: right;
}

ul.tags li{
  list-style-type: none;
  display: inline;
}

ul.tags li a{
  color: #999;
  text-decoration: none;
}

h1.tag:before,
ul.tags li a:before{
  content: '\00AB';
}

h1.tag:after,
ul.tags li a:after{
  content: '\00BB';
}

ul.tags li a:hover{
  color: #222;
}

h1 a, h2 a, h3 a{
  text-decoration: none;
}


img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


nav.post_nav{
  background-color: #efefef;
  position: fixed;
  width: 124px;
  margin-left: -186px;
  font-size: 12px;
  padding: 12px;
  padding-right: 24px;
  -moz-box-shadow: 0px 2px 4px #ccc; /* FF3.5+ */
  -webkit-box-shadow: 0px 2px 4px #ccc; /* Saf3.0+, Chrome */
  box-shadow: 0px 2px 4px #ccc; /* Opera 10.5, IE 9.0 */
  filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=12px, OffY=12px, Color='#ccc'); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=12px, OffY=12px, Color='#ccc')"; /* IE8 */

}

a.backlink{
  display:block;
  line-height: 24px;
  margin-bottom: 12px;
}

a.backlink:before{
  content: '\2190';
}

a.prev:before{
  content: '\00AB';
}

a.next:after{
  content: '\00BB';
}

a.prev{
  margin-right: 12px;
}

a.prev,
a.next{
  display: block;
  float: left;
  margin-bottom: 12px;
}

a.next{ float: right };

a.backlink:hover, a.prev:hover, a.next:hover{
  color: #222;
}

.post_nav a.disabled{
  color: #ccc;
}

.post_nav a{
  color: #666;
  text-decoration: none;
  text-shadow: 0px 2px 0px #fff;
}

.post_nav div{
  display: block;
  float: left;
  width: 58px;
  overflow: hidden;
  margin-left: 4px;
}

#facebook_like{
  margin-top: 1px;
}

.archives ul.posts{
  margin-top: 24px;
}

.archives li.post{
  list-style-type: none;
  border-bottom: 1px dotted #ccc;
  padding: 12px 0;

}

.archives li.post time{
  color: #999;
  text-shadow: 0px 2px 0px #fff;
  margin-right: 24px;
  display:block;
  float: left;
  width: 120px;
}

.archives li.post a{
  float: left;
}

.archives ul.tags{
  float: right;
  margin-bottom:0;
}