/* @override http://www.seereditions.com/wp/wp-content/themes/seer/style.css */ 

/*
Theme Name: Seer Editions
Theme URI: http://wordpress.org/
Description: Custom Wordpress theme designed by Jeremy Jansen, developed by <a href="http://www.faunt.com">faunt</a> for Wordpress, derived from defualt theme.
Version: 1.0
Author: David Owen Morgan
Author URI: http://www.faunt.com
Tags: clean, black, single column

	Seer Editions v1.0
	http://www.faunt.com

	This theme was designed by Jeremy Jansen and built by David Owen Morgan for Seer Editions, based on <a href="http://binarybonsai.com/">Michael Heilemann's</a> default design. 

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
html
{
  padding: 0;
  margin: 0;
}
body {
	font-size: 80%; /* Resets 1em to 10px */
	background: #000;
	font-family: "Helvetica Neue", arial;
	color: white;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 2em;
}
#content {
	float:left;
	font-size: 1.2em;
	width:775px;
	}
#sidebar {
	width:0;
	visibility: hidden;
	}	
#footer {
	padding: 20px 0 0 1px;
	margin-top: 0;
	width: 100%;
	clear: both;
	text-align:left;
	}
#header
{
  background: transparent url(images/header.jpg) no-repeat;
  height: 502px;
  padding-bottom: 00px;
  border-bottom: 1px solid white;
}
#nav
{
padding: 420px 0 0;
}
#logo
{
	text-align: center;
}
#menu {
  float: right;
}
#menu ul
{
  float: left;
  margin: 0;
}
#menu li
{

  float:left;
  list-style-type: none;
  padding: 40px 0 0 1em;
}
#menu li a
{
  color: #666;
}
#menu li a:hover, #menu li a:active
{
  color: #fff;
}
#page {
	padding: 0;
	width: 775px;
	margin: 0 auto;
	text-align: left;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

h3, h2, h1{
	margin: 30px 0;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: normal;
	}
h3 a, h2 a, h1 a
{
  text-decoration: none;
  color: white;
}
h2 li
{
font-size: 0.6em;
  list-style-type: none;
  text-transform: none;
  letter-spacing: 0;
}
h2 li a
{
  color: #666;
}
p
{
 line-height: 1.5em;
}
a
{
  text-decoration: none;
  color: #fff;
}
a:hover
{
  color: #ccc;
}
	
.narrowcolumn .postmetadata {
	font-size:small;
	margin-top:0px;
	margin-bottom:5px;
	}

.more-link {
text-align:left;
}

.navigation {
	margin-top: 10px;
	margin-bottom: 50px;
	}
#header p{
	margin:0px;
	padding:0px;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

.post {
padding-bottom: 10px;
border-bottom:1px solid #333;
}

form
{
  float: left;
  margin: 0 0 0 20px
}


	/* Begin Images */
p img {
	padding: 0 0 20px;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
a img {
	border: none;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
/* End Images */

	
