/*  
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

*/

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:black;
	font-size: 0.9em;
	text-align: center;
        background: url(tile.jpg);
}

a, a:visited {
    color:6600ff;
}

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:1em;
	margin:1em 0 0 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;
}

#page99 {
    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;
}

.homepage {
position:absolute;
left:10px;
top:10px;
}

.favs {
position:absolute;
left:70px;
top:10px;
}

.fnclb {
position:absolute;
left:130px;
top:10px;
}

.rssf {
position:absolute;
right:10px;
top:5px;
}

.leftfloat {
float:left;
margin-left:30px;
/* width:30% */
}

.rightfloat {
float:right;
}

.btitle {
text-align:center;
font-size:34px;
font-family:"Impact";
color:#666666;
}
