/*  
Theme Name: Zed Simple
Theme URI: http://wp.uberdose.com/2007/01/26/zedsimple-wordpress-theme/
Description: A very nihilistic 1-column layout
Version: 1.1
Author: Just Another Wordpress Fan
Author URI: http://wp.uberdose.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

(modifications by jpl)
*/

body {
	font-family: 'Lucida Grande', Trebuchet, sans-serif;
	color:black;
	background:#C8C8C8;
	font-size: 0.9em;
	text-align: center;
}

a, a:visited {
    color:black;
}

h1 a, h2 a {
    text-decoration:none;
}

h1 {
    font-size:1.6em;
	margin:1em 0 2em 0;
}

#page h1 {
	border-bottom:1px dotted #808080;
}

h2, h3 {
    font-size:1.5em;
	border-bottom:1px dotted #808080;
	margin:1em 0 1em 0;
}

p {
	margin:1em 0 1em 0;
}

#header h1 {
	font-size:2.25em;
	margin:0 0.5em 0 0;
	padding:0 0.5em 0.25em 0;
	border-right:1px solid #808080;
	float:left;
}

#header p {
	float:right;
	margin:0 0 0 0;
	padding:1em 0 1em 0;
}

#header form {
    text-align:right;
}

#page {
    width: 640px;
    text-align:justify;
    margin: 10px auto;
}

#header, #footer {
    text-align:center;
    padding:10px 10px 10px 0px;
    margin-top:10px;
}

.awmp_tags {
    padding:10px 10px 10px 0px;
}

.awmp_tags:before {
    content:"Tags: "; color:#ff0000;
}

.search {
    padding:10px 10px 10px 10px;
    text-align:center;
}

span.littledate {
    font-size:0.6em;
    color:#808080;
    float:right;
}