/*  
Theme Name: withoutblog
Theme URI: http://withoutbones.com
Description: Theme for blog.withoutbones.com.
Version: 1.0
Author: Small Potato / wburkert
Author URI: http://www.wpdesigner.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

a {
	border: 0;
	text-decoration: none;
	color: #0090ff;
}

a:link, a:visited {
	border: 0;
	text-decoration: none;
	color: #0090ff;
}

a:hover {
	text-decoration: none;
	color: #0090ff;
}

p {
	padding: 10px 0 0 0;
}

img {
	border: 0;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 960px;
	text-align: left;
}

#header {
	float: left;
	width: 960px;
	margin: 10px 0 0 0;
}

#header h1 {
	margin-left: 10px;
}

#rule {
	margin: 10px;
	border-top: #c1c1c1 1px solid;
}

#container {
	float: left;
	width: 700px;
	margin: 0 10px 0 10px;
}

.post {
	padding: 10px 0 10px 0;
}

.post h2 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 18px;
	color: #000000;
}

.post h2 a {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 18px;
	color: #000000;
}

.entry {
	line-height: 18px;
}

p.postmetadata {
	border-top: 1px dashed #ccc;
	margin: 20px 0 0 0;
}

.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	line-height: 18px;
}

.sidebar {
	float: left;
	width: 220 px;
	background: #ffffff;
	margin: 0 0 0 80px;
	display: inline;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li {
	padding: 10px 0 10px 0;
}

.sidebar ul li h2 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li {
	padding: 0;
	line-height: 24px;
}

#searchsubmit {
	margin-top: 10px;
}

.comments-template{
	margin: 50px 0 10px 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

#footer {
	clear: both;
	float: left;
	width: 960px;
	padding-top: 10px;
}

#footer p {
	font-size: 9pt;
	padding: 0;
	margin: 0 0 10px 10px;
}
