/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/* LAYOUT */

.post, .single-post {
	width:500px;
	border-bottom:1px dotted #000000;
	padding-bottom:15px;
	margin-bottom:30px;
}

#post-content {
	float:left;
	width:500px;
}

#sidebar {
	float:right;
	width:180px;
	padding-bottom:12px;
	border-bottom:1px dotted #000000;
}

/* TEXT */

.post p, .single-post p {
	font-size:13px;
	line-height:17px;
	margin-bottom:10px;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	line-height:30px;
	color:#666666;
	font-weight:normal;
	margin-bottom:3px;
}

h1 a:link, h1 a:active, h1 a:visited {
	color:#666666;
	text-decoration:none;
}

h1 a:hover {
	text-decoration:underline;
}

h2, h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:24px;
	color:#666666;
	font-weight:normal;
	margin-bottom:3px;
}

h3 {
	padding-top:10px;
	margin-top:20px;
	border-top:1px dotted #000000;
}

h4 {
	padding:10px 0px 10px 0px;
	margin:10px 0px 10px 0px;
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
}

.dotted {
	border-top:1px dotted #000000;
	margin-top:10px;
}

.date {
	font-size:11px;
	color:#666666;
	padding-bottom:5px;
}

.author {
	font-size:11px;
	color:#1bd81b;
	padding-bottom:5px;
	clear:both;
}

.more-link {
	font-size:11px;
	line-height:17px;
	padding-top:20px;
	color: #1bd81b;
}

.more-link a:link, .more-link a:active, .more-link a:visited {
	font-size:11px;
	line-height:17px;
	color: #1bd81b;
	text-decoration:none;
}

.more-link a:hover {
	text-decoration:underline;
}

.tags {
	float:right;
	font-size:11px;
	line-height:17px;
	padding-top:20px;
}

.tags a:link, .tags a:active, .tags a:visited, .tags a:hover {
	font-size:11px;
	line-height:17px;
	color: #1bd81b;
}

.blogtitle {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.blogtitle a:link, .blogtitle a:active, .blogtitle a:visited{
	color:#1bd81b;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}

.blogtitle a:hover {
	color:#1bd81b;
	text-decoration:underline;
}

/* SIDEBAR */

#sidebar h1 {
	font-size:15px;
	padding:3px 0px 3px 0px;
	color: #1bd81b;
	font-style:italic;
	border-top:1px dotted #000000;
}

#sidebar h2 {
	font-size:15px;
	font-weight:normal;
	padding:8px 0px 8px 0px;
	margin:12px 0px 12px 0px;
	color: #1bd81b;
	font-style:italic;
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
}

#sidebar p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
}

#sidebar p a:link, #sidebar p a:visited, #sidebar p a:active {
	text-decoration:underline;
	color:#1bd81b;
}

#sidebar p a:hover {
	text-decoration:underline;
}

#sidebar ul li a:link, #sidebar ul li a:active, #sidebar ul li a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
}

#sidebar ul li a:hover {
	text-decoration:underline;
}

/* IMAGES */

h1 img {
	padding:10px 0px 10px 0px;
	margin:10px 0px 10px 0px;
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
}

h2 img {
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:1px dotted #000000;
}

.post h5 img {
	margin:0px 0px 10px 0px;
}

.single-post h5 img {
	display:none;
}

.post h6 img {
	display:none;
}

.single-post h6 img {
	margin:0px 0px 10px 0px;
}

/* COMMENTS */

#comments li {
	padding:10px;
}

.alt {
	background: url(http://www.peterandpaul.co.uk/images/blog/bgnd.gif);
	padding:10px;
}

.comment-tag {
	font-size:11px;
	color: #666666;
}

.comment-tag a:link, .comment-tag a:active, .comment-tag a:visited{
	color:#666666;
	text-decoration:none;
}

.comment-tag a:hover {
	text-decoration:underline;
}