/*
Theme Name: wally's plain
Theme URI: http://matt.matzi.org.uk/
Description: Nice and clean theme inspired by an iWorks '08 template, built by <a href="http://matt.matzi.org.uk/">Matthew Hall</a>.
Version: 0.9
Author: Matthew Hall
Author URI: http://matt.matzi.org.uk/
Tags: simple, central, fixed width, white
*/

body
	{
	font-family: Arial, sans-serif;
	font-size: 9pt;
	margin: 0px;
	text-align: center;
	}

img
	{
	padding: 2px;
	margin: 2px;
	border: 1px solid #303030;
	background-color: #C0C0C0;
	}

div#header, div#footer
	{
	margin-top: 40px;
	margin-bottom: 35px;
	margin-left: 60px;
	margin-right: 155px;
	overflow: hidden;
	
	padding: 10px;
	}

div#header
	{
	background-image: url('images/head_bg.png');
	background-repeat: no-repeat;
	background-position: 0cm 0.15cm;
	
	text-align: right;
	
	border-right: 4px solid #000000;
	}

div#footer
	{
	color: #606060;
	text-align: center;
	font-size: 8pt;
	clear: both;
	}

h1
	{
	margin-bottom: 0px;
	}

div#content
	{
	float: left;
	width: 505px;
	
	/* Just don't ask.
	 * IE seems to not handle margins or padding correctly here */
	position: relative;
	left: 60px;
	}

div#sidebar
	{
	float: right;
	
	/*border-left: 2px solid #000000;*/
	
	padding: 0px 0px 5px 15px;
	
	width: 130px;
	
	/*position: relative;
	top: 26px;*/
	
	font-size: 8pt;
	}

li#recent-posts a, li#pages a
	{
	text-indent: -10px;
	display: block;
	text-align: left;
	padding-left: 10px;
	}

div#sidebar h2
	{
	margin-top: 0.1cm;
	}

div#sidebar ul
	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

div#sidebar ul li
	{
	margin: 0px;
	padding: 0px;
	}

div#sidebar a, div#footer a
	{
	text-decoration: none;
	}

a
	{
	color: #999933;
	}

a:hover
	{
	text-decoration: underline;
	}

h1, h2, h3, h4
	{
	font-family: 'Arial Black', sans-serif;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 0px;
	}

h1 a, h2 a, h4 a
	{
	color: #000000;
	}
	
h3
	{
	color: #999933;
	}

.entry ul
	{
	padding-left: 30px;
	padding-right: 30px;
	}

div.post
	{
/*	margin-top: -10px;*/
	margin-bottom: 10px;
	border-bottom: 1px solid #E0E0E0;
	}

div#page
	{
	margin: 0 auto;
	width: 720px;
/*	padding-left: 60px;*/
	text-align: justify;
	}

hr
	{
	display: none;
	}

blockquote
	{
	background-color: #EAEAEA;
	background-image: url('images/quotes.png');
	background-position: 8px 15px;
	background-repeat: no-repeat;
	padding: 15px 20px 5px 35px;
	font-family: Palatino, Georgia, serif;
	}

pre
	{
	text-align: left;
	width: 100%;
	word-wrap: break-word;
	}

textarea
	{
	width: 100%;
	}

p
	{
	margin-top: 0px;
	margin-bottom: 10px;
	}

img.alignleft
	{
	margin-right: 10px;
	margin-bottom: 10px;
	}

p.postmetadata
	{
	clear: both;
	}

.alignleft
	{
	float: left;
	}

.alignright
	{
	float: right;
	}

div.navigation
	{
	overflow: hidden;
	padding-bottom: 10px;
	}
