/*

Theme Name: sxmpl

Theme URI: http://fiveplusone.net/

Description: An extremely simple theme. Began with the theme files from the Wordpress default and a blank stylesheet. Last modified 13 April 2007.

Version: 4.0

Warning: The theme has been tested on IE7 (and seems to work fine), but still breaks IE6. It works fine on all real browsers.

Author: M. Six Silberman

Author URI: http://fiveplusone.net

License: Creative Commons Attribution-ShareAlike 2.5

License URI: http://creativecommons.org/licenses/by-sa/2.5/

*/

body	{
	font-size: 85%;
	font-family: 'Century Schoolbook', Century, Georgia, serif;
	background-color: #fff;
	color: #333;
	}

#footer	{
	margin-left: -8px;
	width: 100%;
	position: fixed;
		bottom: 0px;
	overflow: hidden;
	}

h1, #h1	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9em;
	font-weight: bold;
	color: #000;
	text-align: left;
	text-transform: lowercase;
	letter-spacing: -8px;
	margin: 0 0 -28px 5%;
	}

#et_al
	{
	color: #000;
	font-size: 6em;
	letter-spacing: -5px;
	margin: 0 0 -28px 5px;
	}

#title
	{
	margin-bottom: -28px;
	}

#footer h1
	{
	width: 20%;
	}

a:link	{
	color: #88c;
	text-decoration: none;
	}

a:visited
	{
	color: #559;
	text-decoration: none;
	}

a:hover
	{
	border-bottom: 1px dotted #559;
	}

h2	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	}

h3	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	}

.post h2
	{
	text-align: right;
	position: relative;
/*		right: 103%; */
	padding: 15px 2px 0 0;
	border-top: #aaa solid 1px;
	background-color: #ccc;
	}

h2 a, h2 a:link, h2 a:visited
	{
	color: #fff;
	}

h2 a:hover
	{
	color: #006;
	border: 0;
	}

blockquote
	{
	margin: 15px 30px 0 10px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
	}

#content
	{
	position: absolute;
		top: 10px;
		left: 50%;
	padding-bottom: 150px;
	}

#tagline
	{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	letter-spacing: -0.4px;
	text-transform: uppercase;
	margin: 10px 0 20px 0;
	color: #f90;
	}

.datetime
	{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #ddd;
	text-align: right;
	position: relative;
		right: 103%;
	}

.datetime a
	{
	color: #eee;
	}

.entry	{
	margin-top: -3.15em;
	}

.post	{
	width: 450px;
	margin-bottom: 40px;
	}

#sidebar{
	margin: 0;
	width: 100%;
	height: 60px;
	background: #000;
	}

#sidebar ul
	{
	list-style-type: none;
	position: absolute;
		right: 5px;
	margin-top: 20px;
	}

#sidebar ul li, #sidebar ul li a:link, #sidebar ul li a:visited
	{
	display: inline;
	margin: 0 20px 0 0;
	text-transform: capitalize;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: -0.8px;
	color: #fff;
	}

#sidebar ul li a:hover
	{
	color: #559;
	border: 0;
	}

#sidebar #feed a, #sidebar #feed a:link, #sidebar #feed a:visited
	{
	color: #f90;
	}

#sidebar #feed a:hover
	{
	color: #fff;
	}

ol.commentlist
	{
	margin-left: -1.6em;
	}

#comment_author
	{
	font-weight: bold;
	}

a img
	{
	text-align: center;
	}

.alignleft
	{
	text-align: right;
	position: relative;
		right: 103%;
	}

#lowercase
	{
	text-transform: lowercase;
	display: inline;
	}

#capitalize
	{
	text-transform: capitalize;
	display: inline;
	}

#qotw
	{
	font-size: 0.8em;
	width: 70%;
	}

#qotw #qotw_cite
	{
	margin-top: 5px;
	text-align: right;
	}