/*  
Theme Name: Andson 
Description: Custom theming for Andson
Version: 1.0
Author: Aleister Kelman
Author URI: http://www.drinkwhileyouthink.co.uk

*/ 



/* =============== GENERAL =============== */ 

body{
	margin:50px 0 0 50px;
	color:#999}
html{
	padding:0}
a:link, a:visited{
	color:#999;
	text-decoration:none}
a:hover{
	color:#000;
	text-decoration:none}

/* =============== HEADINGS =============== */ 

h1{}
h2{}
h3{
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
	color:#000;
	border-top:#000;
	border-top-style:dashed;
	border-top-width:thin;
	padding-top:5px;
	}
h4, h4 a:link, h4 a:visited{
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#000}
h5{
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:lighter;
	color:#999}
h5 p {
  	margin-bottom:0}
h5 p + p {
  	text-indent:1.5em;
  	margin-top:0}

/* =============== CONTENT =============== */

.sidebar{
	float:left;
	width:120px;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:lighter;
	color:#000}
#wrapper{}
#header{
	width:100%;
	height:50px}
#footer{}
#blogcontainer{
	float:left;
	background-color:#f3eec4;
	width:545px;
	padding:5px 10px 10px 10px;
	margin:0 0 0 182px;}
#container{
	float:left;
	width:605px;}
.navigation{}
.entry{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#000}
.leavecomment{}
.postmetadata{}
.comments-template{}
.comments-template ol{}
.comments-template ol li{}
.post{
	padding: 0}
.date{
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
	color:#000;
	border-top:#000;
	border-top-style:dashed;
	border-top-width:thin;
	padding:10px 0 10px 0;
	margin: 10px 0 0 0;
	}
.title{
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#000;
	font-weight:bold}

/* =============== HEADER =============== */

#menu{
	float:left}
.menuitem{
	float:left;
	width:100px;
	text-align:center;
	padding: 8px 0 0 0}
#logo{
	width:150px;
	height:30px;
	float:left;
	background-image:url(img/logo.jpg);
	background-repeat:no-repeat}