/*  
Theme Name: Pawson
Theme URI: http://adrianshort.co.uk/
Description: Minimalist single-column theme for a single-user blog with an emphasis on clarity and simplicity. Named for (but not endorsed by) the architect and designer <a href="http://www.johnpawson.com/design">John Pawson</a>.
Tags: white, fixed width, single column, minimalist, simple
Version: 1.0
Author: Adrian Short
Author URI: http://adrianshort.co.uk/about
*/

body
{
  font-size: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #000; /* #fcfcfc; */
  line-height: 1.4em;
}

h1
{
  font-size: 1.6em;
  margin-top: 40px;
  font-weight: normal;
  line-height: 1.3em;
}

h1.blogtitle a:hover
{
  color: #fff;
}

h2.blogtitle, h2.blogtitle a, h2.blogtitle a:visited
{
  font-size:        1.3em;
  color:            #999;
  text-transform:   uppercase;
  font-weight:      normal;
  letter-spacing:   0.1em;
  text-decoration:  none;
  padding:          0;
}

p
{
  font-size: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: justify;
}


a
{
  color:            #006699; /* was 444 */
  text-decoration:  none;
}

a:visited
{
  color:            #bbb;
  text-decoration:  none;
}


a:hover
{
  color:  #fff;
  text-decoration:  none;
  background-color: #777;
}

#outer
{
  width:            500px;
  margin:           70px auto;
  padding:          50px 95px;
  background-color: #fff;
  border:           1px #fafafa solid;
}



p.tagline 
{
  font-size:        0.7em;
  color:            #999;
  text-transform:   uppercase;
  font-weight:      normal;
  letter-spacing:   0.1em;
}


div#header
{
  margin: 30px 0 80px 0;
  background-color: #fff;
}

.follow
{
  text-align: right;
  font-size: 0.6em;
  text-transform: uppercase;
    font-family:  Verdana;
}

div#footer
{
  margin-top: 25px;
}

.comment-author
{
  font-size: 0.7em;
  text-transform: uppercase;
}

#single-inner
{
  padding: 20px 40px;
  width: 600px;
  border-right: 1px solid #eee;
}

.single-excerpt 
{
  color:      #777;
  font-style: italic;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.section-head
{
  font-size: 90%;
  font-variant: small-caps;
}

.datetime
{
  font-size:        80%;
  color:            #000;
  margin:           5px 0;
  text-transform:   uppercase;
}

.alignleft
{
  float:            left;
}

.alignright
{
  float:            right;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.commentmetadata {
	margin:           0;
	display:          block;
  text-transform:   uppercase;
}

div#footer
{
  clear:            both;
  display:          block;
  margin:           40px 0 0 0;
  font-size:        80%;
}

#footer li
{
  text-transform:   uppercase;
  list-style-type:  none;
  font-size:        80%;
  display:          inline;
  margin-right:     15px;

}

img {
    border:         0;
}
