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


/*Blog customisation*/
p {
	margin-top:10px;
}
#page {
	padding:20px;
	overflow:auto;
}
#content {
	width:75%;
	float:left;
	padding-right:1%;
}
#sidebar {
	width:24%;
	float:left;
}
#header {
	margin-bottom:20px;
}
.wp-caption {
	margin:10px 0;	
}
.wp-caption-text {
	text-align:center;
	font-size:0.9em;
	font-style:italic;
}
.twitterbox {
	margin:20px 0;
}
.twitterbox .inner {
	border:2px solid #DFE0EE;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:10px;
}
.entry {
	margin:5px 0 0;
}
li.comment {
	margin:20px 0;
	padding:10px;
	border:4px solid #DFE0EE;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.postmetadata {
	margin:10px 0;
	font-style:italic;
	font-size:0.9em;
}
li.subscribe {
	list-style-type:none;
	height:25px;
	line-height:25px;
	background-image:url(/images/layout/rss.png);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left:30px;
}
.post {
	border-bottom:2px solid #DFE0EE;
	margin-bottom:20px;
}