/*
Theme Name: blankSlate
Theme URI: http://shawncope.com
Description: A theme completely stripped of all styling. Functionality is based on the kubrick theme.
Version: 1.0
Author: Shawn Cope
Author URI: http://shawncope.com
Tags: blankSlate, no style, clean, empty

This theme was designed and built by Shawn Cope,
whose blog you will find at http://shawncope.com/

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

@import "style/reset.css";

/*Utility Styles************************/
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display:block;
	margin:0 auto;
}


body {
	font-family: Tahoma;
	font-size: 14px;
}

#content {
	width: 900px;
	position: relative;
	margin: 0 auto;	
}

#header {
	background: #f7f7f7;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

#header-inner {
	width: 900px;
	position: relative;
	margin: 0 auto;		
	padding: 30px 0;
	padding-top: 45px;
}

#footer {
	margin-top: 45px;
	position: relative;
	width: 100%;
}

#footer-inner {
	padding: 10px 0;
	width: 900px;
	position: relative;
	margin: 0 auto;
}

#header #logo {
	font-size:30px;
	font-family: Helvetica, Arial;
}

#header #logo a {
	color:#444;
	text-decoration: none;
}

#header .description {
	margin-top: 5px;
	color: #555;
	font-family: Helvetica, Arial;	
}

#header #search-form {
	position: absolute;
	top:50px;
	right: 10px;
}


a, a:visited, a:active {
	color: #444;
}

a:hover {
	text-decoration: none;
}

li.about {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#eee;
	font-size:12px;
	line-height:130%;
	margin-bottom:10px;
	padding-bottom:0;
}

li.about .inner {
	padding:15px;
	padding-bottom:10px;
}

li.feedlink {
	margin-bottom:5px;
}


div.entry p,
.comment-body p {
	margin-bottom: 10px;
	line-height: 160%;
}

.comment-gravatar {
	width:40px;
	float:left;
}

.comment-meta, .comment-author {
	margin-bottom: 5px;
	float:left;
	line-height:34px;
}

.comment-author {
	font-size: 16px;
	color: #444;
	font-weight: bold;
	margin-left:8px;
}

.comment-meta {
	font-size: 12px;
	position: absolute;
	top:0;
	right: 0;
	color: #777;
}

.comment-body {
	position: relative;
	margin-bottom: 15px;
}

.comment-content {
	clear:both;
	padding-top:5px;
	margin-bottom:10px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
}

.comment-body ul.children {
	margin-top:10px;
	padding-left:20px;
}

.comment-reply-link  {
	padding-top:5px;
}

.comment-reply-link a,
.cancel-comment-reply a {
	background:#bbb;
	color:white;
	padding:2px 4px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

.cancel-comment-reply {
	position:absolute;
	top:5px;
	right:5px;
}

#respond {
	position:relative;
}

.entry {
	margin-bottom: 20px;
}

.entry img {
	border:5px solid #f7f7f7;
	margin-top:5px;
}

p {
	margin-bottom: 5px;
}


.front-post {
	margin-bottom: 20px;
}

.post h1 {
	font-size: 22px;
	font-family: Helvetica, Arial;
	margin-bottom: 10px;
}

.post h1 a {
	text-decoration: none;
	color: #555;
}

.post h1 a:hover {
	color: #777;
}


#right {
	float:right;
	width: 200px;
}

#left {
	width: 650px;
	float:left;
	position: relative;
}




#sidebar ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}

#sidebar h2 {
	margin-bottom: 5px;
} 

#sidebar ul li {
	padding: 2px 0;
}

.postmetadata {
	background: #f7f7f7;
	padding: 10px;
	font-size: 12px;
}

.other-post {
	margin-bottom: 10px;
}

h2.pagetitle {
	font-size: 18px;
	font-family: Helvetica, Arial;
	margin-bottom: 10px;
}

.other-post h2, h3, h2 {
	font-size: 18px;
	font-family: Helvetica, Arial;
	margin-bottom: 10px;
}

.entry h2 {
	margin-top: 10px;
	color: #444;
	line-height: 26px;
	margin-bottom: 5px;
}

.other-post h2  a,
h3 a {
	text-decoration: none;
	color: #555;
}

.other-post h2  a:hover,
h3 a:hover {
	color: #777;
}

li.msg {
	background: #eee;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 20px;
}

li.msg p {
	padding: 10px;
}

#comment  {
	font-size: 14px;
	font-family: Arial;
	padding: 5px;
	width: 600px;
}

h3#comments {
	margin-bottom: 15px;
}

.commentlist {
	margin-bottom: 30px;
}


.sorryforthis {
    text-align:center;
    margin-bottom:10px;
}
