/*  
Theme Name: Spintheme
Theme URI: http://www.spin-onehalf.com/blog
Description: This is the theme for my science blog
Version: 1.0
Author: Eric Kuha	
Author URI: http://www.spin-onehalf.com/

*/

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

body{
	margin: 0;
	font-family: Helvetica, Arial, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #3D5229;
	vertical-align: top;
	background-image: url('http://www.spin-onehalf.com/blog/wp-content/themes/spintheme/images/hermann.jpg');
	background-repeat: repeat-x;
	color: #ffffcc;
}

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

a:link{
	text-decoration: underline;
	color: #ffcc66;
}

a:visited{
	text-decoration: underline;
	color: #e1771e;
}

a:hover{
	text-decoration: none;
}

p{
	padding: 10px 0 0 0;
}

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

#header{
	float: center;
	text-align: center;
	width: 768px;
	height: 150px;
	background-image: url('images/header.gif');
}

#container{
	float: left;
	width: 518px;
}

.post{
	background-color: #446644;
	padding: 10px;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.entry{
	line-height: 18px;
}

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

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

.sidebar{
	float: left;
	width: 240px;
	background: #446644;
	margin: 0 0 0 10px;
}

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


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

table#wp-calendar{
	width: 100%;
}

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

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

.comments-template{
	margin: 10px 0 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 solid #ccc;
}

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

.commentmetadata{
	font-size: 12px;
}

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

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

#footer{
	clear: both;
	float: left;
	width: 768px;
	padding: 10px 0 0 0;
	background-color: #446644;
}

#footer p{
	line-height: 18px;
}

.diggbutton {
float:left; 
padding:3px 5px 5px 5px;
}
