/*  
Theme Name: John Leach Blog v4
Theme URI: http://wordpress.org/
Description: John Leach's blog theme
Version: 4
Author: John Leach
Author URI: http://johnleach.co.uk

*/

/* Begin Typography & Colors */

body {
  font-size: 90%;
  line-height: 1.4em;
	font-family: sans-serif;
	background-color: #fff;
	color: #000;
	margin: 0px;
  background-color: #d6eea6;
}

h1 {
  font-size: 1.2em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.2em;
}

a, a:hover, a:visited {
	color: #B36B00;
	text-decoration: none;
}
a:hover {
  color: #fff;
  background-color: #B36B00;
}
blockquote {
	border-left: 2px solid #BF8660;
	padding: 0 1em 0 1em;
	margin: 0 0 0 2em;
	background-color: #eee;
}

#content h2 a, #content h2 a:hover, #content h2 a:visited {
	text-decoration: none;
	color: #934b00;
}

#page {
  background: #efefef;
	width: 790px;
	margin: 0px auto 0px auto;
  padding-top: 5px;
  border-style: solid;
  border-color: #934b00;
  border-width: 0 4px 0 4px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	color: #934b00;
}
#header {
	height: 77px;
}

#content h3 {
	margin: 0px;
	color: #934b00;
}
#content h2 {
	margin: 0px;
	color: #934b00;
}

#headertext {
	color: #934b00;
  padding: 5px 0 5px 25px;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

#content {
	width: 490px;
	padding: 10px 25px 25px 25px;
	float: left;
	margin: 0px 15px 0 0;
  background: #fefefe;
  border-color: #BF8660;
  border-style: solid;
  border-width: 1px 1px 1px 0;
}
#sidebar {
	padding: 0px 10px 0 10px;
	margin: -18px 0 0 560px;
  width: 195px;
}
#sidebar h2 {
	color: #934b00;
  font-size: 1em;
}
#footer {
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
}

ul.postlist {
	padding: 0px;
	margin: 0px;
}

ul.postlist > li {
	list-style-type: none;
	margin: 0 0 20px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #efefef;
  overflow: auto;
  width: 500px;
}
ol.commentlist li {
	list-style-type: decimal;
	margin: 0 0 20px 0;
}
div.post-content a {
	text-decoration: underline;
}
div.post-content a:hover {
  background-color: #B36B00;
  color: #fff;
}
div.post-content ul {
  padding-left: 25px;
}
div.post-content img {
	float: right;
	border: 1px solid;
	max-width: 450px;
	margin: 0 10px 10px 10px;
}

ul.menulist {
	padding: 0px;
	margin: 0px;
}
ul.menulist ul {
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}
ul.menulist li {
	list-style-type: none;
	margin: 0 0 2em 0;
}
ul.menulist ul li {
  margin: 0;
  font-size: 0.9em;
  line-height: 2em;
}
ul.menulist li h2 {
	margin: 0px;
  text-transform: uppercase;
}
p.postmetadata {
  margin-top: 0.8em;
}
p.postmetadata a {
	color: #934b00;
	text-decoration: none;
}

small.tags {
  clear: both;
  color: #bbb;
}
small.tags a {
  color: #bbb;
  padding-left: 0.2em;
}

input {
	background-color: #ddd;
}
input.searchbutton {
  display: block;
  margin: 3px 0 0 10px;
  font-size: 0.8em;
}
input.searchbutton:hover {
}
input.searchbox {
  width: 150px;
}
#comment {
	background-color: #ddd;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
pre {
  display: block;
  overflow: auto;
  padding: 5px;
  background-color: #eee;
}
	
div.code {
	text-align: left;;
	font: 1.1em 'Courier New', Courier, Fixed;
	border: solid 1px #999;
	background-color: #eee;
	display: block;
	padding: 5px;
	}
hr.clearme {
	border: 0;
	color: #fff;
	clear: both;
	visible: 0;
	width: 0px;
	}

  ol.commentlist {
    padding-left: 0px;
    list-style-position: inside;
  }

div.tag-cloud {
  line-height: 3em;
}
div.tag-cloud a {
  padding: 0 0.5em 0 0.5em;
}

p.license img {
  margin: 0 30px 0 30px;
}
p.license {
  width: 148px;
  font-size: 0.8em;
  line-height: 1.1em;
  text-align: center;
  margin: 80px 0 0 10px;
  color: #888;
}

img.blog-profile-photo {
  display: block;
  margin: 5px auto 5px 0px;
  border: 1px solid #934B00;
}

#tabs {
  text-align: right;
  margin: 0 244px 0 0;
}
#tabs li a {
  color: #934B00;
}
#tabs li a:hover {
  background: none;
  color: #934B00;
}
#tabs li {
  display: inline;
  margin: 0 5px 0 0;
  background-color: #eee;
  padding: 2px 4px 2px 4px;
  border-color: #BF8660;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-top-left-radius: 2em;
  -moz-border-radius: 0.5em 0.5em 0 0;
  -webkit-border-radius: 0.5em 0.5em 0 0;
  border-radius: 0.5em 0.5em 0 0;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 16px;
}
#tabs li.selected {
  background-color: #fff;
  border-width: 1px 1px 0px 1px;
  padding: 2px 4px 3px 4px;
  font-weight: bold;
}
#tabs li:hover {
  background: #fff;
}


/* Hightlight.js styling */

pre code {
    display: block;
    color: #000;
    background: #f8f8ff
}

pre .comment, pre .template_comment, pre .diff .header, pre .javadoc {
    color: #998;
    font-style: italic
}

pre .keyword, pre .css .rule .keyword, pre .winutils, pre .javascript .title, pre .lisp .title, pre .subst {
    color: #000;
    font-weight: bold
}

pre .number, pre .hexcolor {
    color: #40a070
}

pre .string, pre .attribute .value, pre .phpdoc {
    color: #d14
}

pre .title, pre .id {
    color: #900;
    font-weight: bold
}

pre .javascript .title, pre .lisp .title, pre .subst {
    font-weight: normal
}

pre .class .title {
    color: #458;
    font-weight: bold
}

pre .tag, pre .css .keyword, pre .html .keyword, pre .tag .title, pre .django .tag .keyword {
    color: #000080;
    font-weight: normal
}

pre .attribute, pre .variable, pre .instancevar, pre .lisp .body {
    color: #008080
}

pre .regexp {
    color: #009926
}

pre .class {
    color: #458;
    font-weight: bold
}

pre .symbol, pre .lisp .keyword {
    color: #990073
}

pre .builtin, pre .built_in, pre .lisp .title {
    color: #0086b3
}

pre .preprocessor, pre .pi, pre .doctype, pre .shebang, pre .cdata {
    color: #999;
    font-weight: bold
}

pre .deletion {
    background: #fdd
}

pre .addition {
    background: #dfd
}

pre .diff .change {
    background: #0086b3
}

pre .chunk {
    color: #aaa
}

