/*
THEME NAME: MattColyer
THEME URI: http://matt.colyer.name
DESCRIPTION: A derivation of Sandbox.
VERSION: 1.0
AUTHOR: Matt Colyer
AUTHOR URI: http://matt.colyer.name
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
@import url('sandbox-layouts/3c-b.css');

/* Hide stuff I don't want */
div#nav-above div{display:none}
div#access{display:none;}
div#blog-description{display:none;}
div#primary ul li{list-style-type:none}
div#secondary{display:none;}

ul.post-meta{list-style-type:none; margin-left:0px;padding-left:0px}
.post-meta-key{font-weight:bold}

/* Make a narrow column of text */
body{
margin-left:auto;
margin-right:auto;
width: 800px;
}

/* Position the header how I want it */
div#header{width:500px;margin-left:auto;margin-right:auto;}
div#header img{float:left;margin-left:-22px;border: 0;margin-bottom:20px;}

/* Format the sidebar */
div#primary{margin-top:-12px;font-size:8pt;text-align:right;}
div#primary h3 {margin-bottom:0;}
div#primary ul ul ul {display:none;}

/* Format the footer */
div#footer{text-align:center;padding-top:50px;padding-bottom:20px; font-size:8pt;}

/* Flare the next and previous links out */
div#nav-below div.nav-previous {float:left;}
div#nav-below div.nav-next {float:right;}

/* Make links red */
a{color:#a40002;}

/* Destroy image borders */
img {border:0}
img.ssthumbnail{float:left; padding-right: 20px;clear:both;padding-bottom:10px;}
hr {clear:both;border:0;padding-top:40px;}

/* Format the content */
div#content{line-height:18px;}
div#content p {color:#4a4a4a;}
div#content{margin-right: 130px; margin-left: 130px}

/* Format the entry */
div.entry-date {float:right;margin-top:-27px}
.entry-content{clear:both}
div.post{padding-bottom:40px;}
div.entry-content h3 {clear:both}

/* Text styles */
body{font-family: 'Helvetica','Arial', sans-serif;font-size: 13px}
h2{font-family: Century Gothic; font-size: 12pt;display:inline;}
h2 a {color:black; text-decoration: none}
ul{padding:0;padding-left:20px}

/* Comments */
h3{clear:both;}
form#commentform .form-label{margin:1em 0 0;}
form#commentform span.required{background:#fff;color:red;}
form#commentform,form#commentform p{padding:0;}
input#author,input#email,input#url{width:50%;}
input#author,input#email,input#url,textarea#comment{padding:0.2em;}
div.comments ol li{margin:0 0 3.5em;}
textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:66%;}

/* Color pgp color lighter */
div.page pre {color: #bbbbbb; font-size:8pt}
