/*
Theme Name: Custom Basic2Col
Theme URI: http://wangenweb.com/wordpress/themes/basic2col/
Description: Use this theme to customise Basic2Col
Version: 1.1
Author: You!
Author URI: http://yoursite.tld/
Tags: 
Template: basic2col
*/

@import url('../basic2col/style.css');

body {
  font-size: 14px;
  margin: 0px 40px;
}

a:link {
  color: #700;
}

a:visited {
  color: #500;
}

a:hover, a:active {
  color: #666;
  text-decoration: underline;
}

#header {
  margin: 60px 4px 0px;
}

.post {
  margin: 30px 0px;
}

#header h1, #header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:active {
  font-weight: bold;
}

#content h2, #content h2 a:link, #content h2 a:visited, #content h2 a:hover, #content h2 a:active {
  font-weight: bold;
}

.post h2 {
  padding-bottom: 10px;
}

.avatar {
  border-width: 0pt;
}

.post-revisions {
    font-size: 12px;
    line-height: 13px;
}

.post-revisions p, .post-revisions h4 {
    margin: 0px;
}

.revision-header p, #revision-diffs {
    font-size: 12px;
    line-height: 15px;
    background-color: #eee;
}

table.diff {
    width: 100%;
}

table.diff th {
    text-align: left;
}

table.diff .diff-deletedline {
    background-color:#fdd;
    width: 50%;
}

table.diff .diff-deletedline del {
    background-color:#f99;
    text-decoration: none;
}

table.diff .diff-addedline {
    background-color:#dfd;
    width: 50%;
}

table.diff .diff-addedline ins {
    background-color:#9f9;
    text-decoration: none;
}
