/*  
Theme Name: matthewcode theme
Theme URI: http://ccsalon-london.org.uk/
Description: Theme for matthewcode based on Tim's blank theme.
Version: 0.1
Author: Matthew Willson

*/

body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  line-height: 1.55em;
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #111;
}

code, pre {
  font-family: Andale Mono !important; /* to override wp-syntax */
}

code, pre, .entry a {
  background: #fff4cc;
}

code, a {
  padding: 1px 3px;
}

div.wp_syntax {
  border-color: #ec7;
  background: #fff4cc;
}

div.wp_syntax pre {
font-size: 13px;
}

div.wp_syntax td.line_numbers,
div.wp_syntax td.line_numbers pre {
  background: #ec7;
  color: #fff4cc;
}

a {
  color: #911;
}

a:visited {
  color: #400;
}

a:hover {
  background: #fff4cc;
}

.entry a:hover {
  background: #ec7;
}

p {
  margin: 1.55em 0;
}

#page {
  margin: 0 auto;
  width: 650px;
  padding-left: 20px;
  padding-right: 20px;
  background: white;
}

#header {
  margin: 0;
  background: #911;
}

#header h1,
#header .description .wrapper {
  margin: 0 auto;
  width: 650px;
  padding-left: 20px;
  padding-right: 20px;
}

#header .description {
  background: #d80;
  color: #eee;
  font-weight: bold;
  padding: 2px 0;
  font-variant: small-caps;
  font-size: 15px;
  letter-spacing: 0.05em;
}

#header h1 {
  font-size: 85px;
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  background: url(/wp-content/themes/matthewcode/images/matthewcode.gif) 20px 15px no-repeat;
  height: 64px;
  font-size: 1px;
  text-indent: -10px;
  overflow: hidden;
}

h1 a, h2 a, h3 a {
  padding: 0;
  color: #911 !important; /* override a:visited */
  text-decoration: none;
}

li > a:first-child {
  padding-left: 0;
}

#header h1 a {
  color: #d80;
}

#content {
  float: left;
  width: 470px;
}

#sidebar {
  float: right;
  width: 145px;
  padding: 5px 0px;
}

#sidebar > h2 {
  font-size: 15px;
  font-variant: small-caps;
  letter-spacing: 0.05em;
}

#sidebar > ul {
  margin: 0 0 0 25px;
  padding: 0;
}

#sidebar > ul.pages {
  margin: 0;
  list-style-type: none;
}

#footer {
  clear: both;
  text-align: center;
  border-top: 1px solid #333;
}

#comments {
  
}

#commentform {
  
}

.pagetitle {
  
}

.navigation {
  margin-top: 8px;  
}

.post {
  position: relative;
}

.post .date {
  float: right;
  margin-bottom: 10px;
}

.postmetadata {
  
}

.entry {
  
}

.center {
  
}

.alignleft {
  
}

.alignright {
  
}

.commentspopup {
  
}

.nocomments {
  
}

#searchform {
  margin: 20px 0;
}

#searchform #s {
  width: 120px;
  margin: 2px
}
