/*
Theme Name:   Lee 2008
Theme URI:    http://www.hexkey.co.uk/lee/
Description:  Inspired by DePo Clean by Derek Powazek.
Version:      0.1
Author:       Lee Maguire
Author URI:   http://www.hexkey.co.uk/lee/
*/

* { 
    margin: 0; 
    padding: 0;
}

body {
    background: #fff;
    color: black;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

img#wpstats { width:0px; height:0px; overflow:hidden; }

a { color:#000; text-decoration: none }
a:hover { color:#066; text-decoration: underline }

p, ul, ol, li { 
    margin-bottom: 18px; 
}

blockquote { 
    margin: 0 18px 18px 18px;
    font-size:12px;
    font-color:#333;
}

ul {
    list-style-type: square;
    margin-left: 2em;
}

ol {
    margin-left: 2em;
}

h1 { 
    font-size: 24px; 
    line-height: 36px;
    margin-bottom: 18px; 
}

h2 { 
    font-size: 22px; 
    line-height: 36px;
    margin-bottom: 18px;
}

h3 { 
    font-size: 18px; 
    line-height: 18px;
    margin-bottom: 20px;
}

.container {
    margin: 0 auto;
    padding: 0;
    width: 820px;
}


/* HEADER */

.header {
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #666;
    text-align:left;
}

.header h1 {
    font-size: 26px;
    color: #000;
    font-weight: normal;
}

.header span {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.header a {    color: #333; }
.header a:hover { color: #066; }

.search {
    color: #333;
    padding:11px 0 0 20px;
    float:right;
}

.search form {
   color: #333;
   font-weight: normal;
}

.search input {
    width:150px;
}


/* POSTS */


small.fey { color: #ccc; }

.blogads {
    padding: 31px 0 18px 0;
    width: 300px;
    font-size: 12px;
    color: #666;
    float:right;
    text-align:left;
}

.blogads a { font-weight:bold }

.firstpost {
    text-align:left;
    width: 668px;
    padding: 28px 0 18px 0;
}

.post {
    text-align:left;
    width: 668px;
    padding: 27px 0 7px 0;
    border-bottom: 1px solid #ccc;
}

.post div.content p a {
	text-decoration: none;
	background-color: transparent;
	border-color: #333333;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}


h3.comments_headers {
	font-size: 1.2em;
}

.postnoline {
    text-align:left;
    width: 668px;
    padding: 22px 0 22px 0;
}

.posttopline {
    border-top: 1px solid #ccc;
    text-align:left;
    width: 668px;
    padding: 22px 0 22px 0;
}

span.previous { padding: 0 20px 0 0; float: left; }
    
span.next { float: right; }

span.edit a { 
    float:right;
    font-weight:normal; 
    font-size:11px; 
    color:#666; 
    border:1px solid #ccc; 
    padding:0 4px; 
}

.metainfo {
    float:left;
    width: 120px;
    font-size: 11px;
    color: #666;
    padding: 3px 0;
}

.metainfo a { font-weight:bold }

.content {
    margin-left:130px;
    width: 480px;
    text-align:left;
}

.content a { font-weight:bold }

.previously {
   text-align:left;
    width: 668px;
    padding: 20px 0 3px 0;
    border-top: 1px solid #ccc;
    font-size: 12px;
}

.previously a { font-weight:bold }

.text_area { width: 410px !important; }

.postform { width:150px; margin: 0;} 

.delicious-tags { font-size:11px; color:#666 }
.delicious-tags a { font-weight:normal; color:#333 }


/* FOOTER */

.footer {
    padding: 22px 0 10px 5px;
    border-top: 1px solid #666;
    text-align:left;
    font-size: 11px;
    color: #666;
}

.footer div {
    width:152px;
    margin: 0 20px 0 0;
    float:left;
}

.footer img {
    border:0;
}

.footer div.last {
    width:142px;
    margin: 0 0 0 0;
}

.copyright {
    margin:1x 0 0 0;
    padding: 1px 0 10px 0;
    border-top: 1px solid #666;
    text-align:right;
    font-size: 11px;
    color: #666;
}

ul.nav li { margin: 0 }

/* SIDEBAR */

.sidebar {
  width: 200px;
  display: block;
  float: right;
  text-align: left;
  font-size: 11px;
}

.sidebar li.widget {
	padding-bottom: 10px;
}

.sidebar li {
  background-color: rgb(238, 238, 238);
  list-style-type: none;
  padding-left: 10px;
  padding-right: 8px;
}

.sidebar li ul {
	list-style-type: none;
	display: inline;
	padding: 0 0px;
}

div.footbar {
	width:  820px;
}
.footbar ul {
	width:  820px;
}

.footbar {
	text-align: left;
	font-size: 11px;
	border-top: 1px solid #666;
	color: rgb(102,102,102);
}

.footbar a {
	color: rgb(102,102,102);
}

.footbar li ul {
	list-style-type: none;
	display: inline;
	padding: 0 0px;
}

.footbar ul li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	list-style-type: none;
	padding-right: 20px;
	text-align: left;
	width:22%;
}

.footbar ul li.widget ul li {
	width:100%;
	display: list-item;
	}

/* widget specific */

.widget h2 {
	font-size: 1.2em;
	margin-bottom: 10px;
}

.widget ul li:before {
	content: "\00BB \0020";
}

.widget li {
	margin-bottom: 6px;
}

.widget li {
  list-style: none;
  list-style-type: none;
}

.widget a {
  font-weight: bolder;
}

.widget_rss li {
  list-style: none;
  list-style-type: none;
  font-size: 0.8em;
}

.widget_rss li a {
  font-weight: bold;
  font-size: 1.2em;
  color: rgb(153, 0, 0);
}

.widget_flickrRSS img {
    width: 58px;
    height: 58px;
    margin: 5px 5px;
    border: 1px solid #666;
}

.widget_flickrRSS img:hover {
    width: 72px;
    height: 72px;
    margin: -4px -2px;
    border: 1px solid #000;
}


/* legacy blog css */

div.log {
        border:dotted 1px #000000;
        background-color: #F0FFFF;
        padding: 5px;
        overflow: auto;
}
div.code {
        border: dotted 1px #000000;
        background-color: #F0FFF0;
        padding: 5px;
        overflow: auto;
}
div.config {
        border: dotted 1px #000000;
        background-color: #F0FFF0;
        padding: 5px;
        overflow: auto
}
div.kbd {
        border: dotted 1px #000000;
        padding: 5px;
}


span.post-meta-key { font-weight: bolder; }


