/*
Theme Name: CleanSpace
Theme URI: http://www.sergiozlobin.com/
Description: A clean and simple theme with a focus on content.
Version: 1.0
Author: Sergio Zlobin
Author URI: http://www.sergiozlobin.com/
Tags: white, fixed width, three columns

	This theme was designed and built by Sergio Zlobin,
	whose blog you will find at http://www.sergiozlobin.com/

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

*/

body {
	background: #fff;
	font: 80% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}
a { color: #007399; }
a:visited { color: #007399; }
a:hover { color: #007399; }
h2 {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}

#wrapper {
	width: 991px;
	margin: 0 auto;
}
#logo {
	float: left;
	width: 152px;
	margin: 15px 0 0 35px;
}
#search {
	float: right;
	margin: 15px 35px 0 0;
}
#search #s {
	background: #fff url(/images/magnify.gif) no-repeat;
	padding-left: 20px;
}
#header {
	height: 22px;
	background: #fff url(images/top.jpg);
}
#content {
	background: #fff url(images/middle.jpg) repeat-y;
}
#footer {
	height: 26px;
	background: #fff url(images/bottom.jpg);
}
#footer_line {
	background: #fff url(images/middle.jpg) repeat-y;
	font-size: 0.8em;
	color: #808080;
	width: 991px;
	text-align: center;
	margin: 0 auto;
}

#content-column {
	background: #fff;
	width: 500px;
	margin: 5px 0 0 35px;
	float: left;
}
#navigation-column {
	background: #fff;
	width: 240px;
	margin: 5px 0 0 10px;
	float: left;
}
#sponsor-column {
	background: #fff;
	width: 160px;
	margin: 5px 0 0 10px;
	float: left;
}

.post {
	margin: 0 0 25px 0;
}
.post h2 a {
	text-decoration: none;
}
.details {
	margin: 0;
	padding: 0;
	font-size: 80%;
	color: #808080;
}
.details a {
	text-decoration: none;
}
.clear {
	clear: both;
}

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;
}

#comment {
	width: 450px;
	height: 140px;
	margin: 5px auto;
}

#navigation-column h2 {
	margin: 0;
	padding: 0;
}
#navigation-column ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation-column ul li {
	border-top: 1px solid #c0c0c0;
	padding: 3px;
}
#navigation-column ul li a {
	text-decoration: none;
}




#site_pagination {
	width: 300px;
	text-align: center;
	margin: 5px auto;
}
#site_pagination a {
	text-decoration: none;
}
.more-link {
	text-decoration: none;
}
.post ul {
	list-style-image: url(/images/icons/bullet_green.png);
}
