/*  
Theme Name: Aidan Lister
Theme URI: http://aidanlister.com
Description: A customisation of Cold Blue.
Version: 1.0
Author: Aidan Lister <aidan@php.net>
Author URI: http://aidanlister.com/
Template: coldblue
Tags:  black, white, light, fixed-width, three-columns, left-sidebar, right-sidebar,  theme-options,  threaded-comments
*/

code, pre {
    font-size: 100% !important;
    }
    
.syntaxhighlighter .lines {
    font-size: 80% !important;
    }
    
.comment-content img {
    border: none;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    }
    
.navigation .alignleft {
    float: none;
    margin-bottom: 1em;
    }
    
#about-me-excerpt {
    padding: .3em 1em;
    background-color: #eee;
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
    margin-bottom: 1.5em;
    }

#about-me-excerpt p {
    margin: .7em 0;
    font-size: 120%;
    }
    
#about-me-excerpt img {
    float: left;
    margin: 1em 1em 0 .2em;
    }

#code-repository {
    padding: .2em;
    height: 28px;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 130%;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: url("/wp-content/themes/aidanlister/images/codereposbutton.png");
    }
    
#code-repository a {
    line-height: 28px;
    color: white;
    text-decoration: none;
    }
    
h2 {
  font-size: 170%;
  }
  
.post-content li {
  line-height: 1.6em;
  }

img.float-left, img.alignleft {
  margin: 0 15px 10px 0;
  }