/*
  log.css
*/

/* 1. Global + Body
********************************************************/

* {
  padding: 0;
  margin: 0;
}
body {
  background: #FEFFFE;
  font: 16px/1.7 Georgia, sans-serif;
  text-align: center;
  color: #333;
}
.wrapper {
  width: 31.25em;
  text-align: left;
  margin:0 auto;
}

/* 2. Headings
********************************************************/

h1 {
  font-family:serif;
  font-weight:200;
  font-size: 6em;
  line-height:1;
  text-align: center;
  border-bottom:4px double;
  padding:0.67em 0 0.33em;
  margin: 0 0 0.67em ; /* 10px */
  text-shadow: #fff 1px 1px 2px;
  background:#eee;
}
h2 {
  font-family:serif;
  font-size: 1.38em; /* 18px */
  border-bottom: 1px solid;
  margin-bottom: 0.44em; /* 8px */
  color: #901F00;
  font-weight: normal;
}
h2 a {
  color: #fff;
  font-weight: normal;
  font-size: 1em;
}

article h3 {
  font-size: 1.154em;
  font-weight: normal;
  margin: 0.666em 0 0.733em;
  border-bottom: 1px solid;
}

/* 3. Generics
********************************************************/

h2, p, blockquote, ul {

}
pre {
  padding: 10px;
  width: 480px;
  overflow: auto;
}
code {
  padding:0 2px;
}
pre, code {
  background: #F6CCC0;
  text-shadow: none;
}
pre, p,ul,blockquote  {
  margin-bottom: 0.6em;
}
ul {
  list-style-image: url(./list-item.png);
}
blockquote {
  border-left: 4px solid #901F00;
  padding-left: 0.7692em; /* 10px */
  margin: 0.9231em 1.3846em; /* 12px 18px */
}

a:link,
a:visited {
  color: #901F00;
  text-decoration: none;
}
a:focus,
a:active {
  position: relative;
  top: 1px;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: 0;
}

/* 3. Articles 
********************************************************/

article {
  padding-bottom: 1.5385em; /* 20px */
  margin-top: 0.7692em; /* 20px */
  display: block;
}

article .perma {
  margin-bottom: 2em;
  text-align: right;
}
article .perma span {
  color:#F8D0CF;
}
article .perma:hover span{
  color:inherit
}
article .perma a:hover {
  text-decoration: none;
}
.footnote {
  font-size: 0.9em;
  font-style: italic;
}

/* 3.1 Link
********************************************************/
article.link h2 {
  border-bottom: 0;
  margin-bottom: 0;
}
article.link h2 a {
  padding-right: 1.11em; /* 20px */
  background: transparent url(http://e26.co.uk/images/post-uni/external.png) center right no-repeat;
}

/* 3.2 Text 
********************************************************/
article.text h2 {
  font-size: 1.666em;
}
article.text h2 + p:first-letter{
 float: left;
 font-size: 3.3em;
 line-height: 1;
 margin-right: 0.1em;
 margin-bottom:-0.25em;
}


/* 3.3 Converstation 
********************************************************/
article .convo {
  list-style: none;
}
article .convo li {
  padding: 0.1538em 0.3077em; /* 2px 4px */
}
article .convo li.odd {
  background: #A3A3A3;
  -moz-border-radius: 0.1538em; /* 2px */
  -webkit-border-radius: 0.1538em; /* 2px */
}
article .convo .person {
  font-weight: bold;
}

/* 3.4 Quotes 
********************************************************/
article.quote blockquote {
  font: 1.5385em/1.3846em Georgia,serif; /* 20px */
  font-style: italic;
  margin: 0.4615em 0; /* 6px */
  border: 0;
  padding: 0;
}
article.quote blockquote .quotemark {
  font-size: 2.5em; /* 60px */
  line-height: 0;
  margin: 0 0 0 -0.1667em; /* 10px */
  padding: 0 0.1667em; /* 0 10px */
  vertical-align: bottom;
  color: #9E2900;
}

/* 4 Pagination
********************************************************/

#pagination {
  list-style: none;
  text-align: center;
}
#pagination li {
  display: inline;
  padding: 3px;
}
#pagination a {
  padding: 0.2308em 0.4616em; /* 3px 6px */
  color: #000;
  -moz-border-radius: 0.2308em; /* 3px */
  -webkit-border-radius: 0.2308em; /* 3px */
}
#pagination a:hover {
  text-decoration: none;
  background: transparent;
  border: 0.0769em solid #303030;
  padding: 0.1539em 0.3847em;
}

/* 5 Footer
********************************************************/

footer {
  display: block;
  margin:6em auto 0; /* 20px */
  padding-bottom: 0.769em;
  font-size:.8em;
  border-top:3px double;
  background:#eee;
}
footer .column {
  width: 225px;
  float: left;
  margin: 20px 10px;
}
footer #tweet {
}
footer .about {
}
footer div.box {
  background:rgba(0,0,0,0.2);
  float: left;
  padding: 7px 7px;
  margin-top: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}
footer div.box h3 {
  position: absolute;
  top: -15px;
  left: -10px;
}
footer #flickr {
  margin: 40px 10px 20px;
  padding:7px;
  width: 220px;
}
footer #flickr div {
  padding: 3px 0 0 0;
  margin: 5px;
  float: left;
}
footer #flickr div a{
  height:100px;
  width:100px;
  display:block;
  background:#000;
  line-height:100px;
  vertical-align:middle;
}
footer #flickr div a img{
  vertical-align:middle;
}
footer .fullfrontal {
  margin-top: 20px;
  float: right;
}

#copy {
  clear: both;
  text-align: center;
  padding-top: 1.5385em; /* 20px */
  margin: 0;
}

