/*
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";


body {
	font-family: verdana, arial;
	font-size: 0.8em;
	padding: 0;
	* font-size: 0.7em;
}

h1 {
	font-size: 2.0em;
	margin: 0.35em 0;
}

h1 a {
	text-decoration: none;
}

blockquote {
	background-color: #f0f0ff;
	padding: 5px 10px;
	border-left: 5px solid #3399ff;
	margin: 10px;
}

.header {
	padding-top: 10px;
	display: block;
	margin: 0;
	font-size: 14px;
	background-color: #909090;
	background-image: url(stripe8.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	z-index: 10;
}

.header h1 a { color: white;}
.header p {color: white;}
.header ul {
	text-align: left; /* set to left, right or center */
	margin: 1em 0 0 0; /* set margins as desired */
	font: bold 12px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #aaa; /* set border COLOR as desired */
	list-style-type: none;
	padding: 5px 10px 5px 10px; /* THIRD number must change with respect to padding-top (X) below */
}
.header ul li.page_item {
	display: inline;
}
.header ul li.page_item a {
	padding: 5px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #aaa; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #eee; /* set unselected tab background color as desired */
	color: #ccc; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
	background-image: url(stripe4.png);
}
.header ul li.page_item a:hover { background-color: #999; color: white; }
.header ul li.current_page_item a {
	border-bottom: 1px solid transparent; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
	background-image: none;
	color: #000;
}
.header ul li.current_page_item a:hover {color: #000;}

/*****************************************************/
/* Container, misleadingly, contains the content and the sidebar but not the header and footer */

.container {
	display: block;
	clear: both;
	margin: 0;
	height: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
	
}


/*****************************************************/
/* Content, where the posts go */
.content {
	display: block;
	float: left;
	width: 65%;
	clear: none;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-left: 20px;
}
.content .post {
	border-right: 0;
	margin-bottom: 30px;
	padding: 0;
	background-color: white;
	background-position: 0 100%;
	background-repeat: repeat-both;
	border: 0;
	border: 1px solid #666;
}

/* Title of posts */
.content h2 {font-size: 1.2em; margin-bottom: 10px; padding: 10px; background-color: #363; color: #fff; background-image: url(stripe4.png);}
.content h2 a { background-image: url(asterisk_orange.png); background-repeat: no-repeat; padding-left: 24px; background-position: left 3px; text-decoration: none; color: #fff;}
.content h3 {font-size: 1.1em; margin-bottom: 10px; padding: 10px; background-color: #363; color: #fff; background-image: url(stripe4.png); }
.content .post h3 a { background-image: url(asterisk_orange.png); background-repeat: no-repeat; padding-left: 24px; background-position: left 4px; text-decoration: none; font-size: 1.1em; color: #fff;}
.content .post p {margin-bottom: 1.0em; line-height: 1.4em;}

.content .post ul {margin-bottom: 1.0em; margin-left: 30px;}
.content .post ul li {list-style: square outside; margin: 0; margin-left: 30px; margin-bottom: 0.3em;}
.content .post ul li ul li{list-style: disc outside; margin: 0; margin-left: 20px; margin-bottom: 0.3em;}

.content .post ol {margin-bottom: 1.0em; margin-left: 30px;}
.content .post ol li {list-style: decimal outside; margin: 0; margin-left: 30px; margin-bottom: 0.5em;}
.content .post ol li ol li{list-style: lower-alpha outside; margin: 0; margin-left: 20px; margin-bottom: 0.3em;}

.content .post hr {margin: 1.0em 0;}
.content .post p {margin: 1.0em 0;}
.content .post ul {margin: 1.0em 0em;}
.content .post ol {margin: 1.0em 0em;}

.content .post .post-date{
	font-size: 0.8em;
	color: #000;
	margin: 0;
	margin-bottom: 10px;
	background-image: url(stripe8.png);
	margin-top: -10px;
	padding: 3px 10px;
	font-weight: bold;
}
/*.content .post .post-date{
background-image: url(clock.png); 
padding-left: 30px; 
background-repeat: no-repeat;
background-position: 10px 4px;
}
*/
.content .post .post-content{
	padding: 0 20px;
}
.content .post .post-comments {
	font-size: 0.8em;
	background-image: url(stripe8.png);
	padding: 3px 10px;
	margin: 0;
}
.content .post .post-comments a {text-decoration: none; color: #000; font-weight: bold;}
.content .post .post-comments .post-edit-link{
	background-image: url(note_edit.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.content .post .post-comments .post-comments-link{
	background-image: url(comment.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.content .comments { margin: 0;}
.content .comments ol {
	border: 0;
}
.content .comments ol li {
	margin: 0;
	margin-bottom: 10px;
	background-color: #f3f3f3;
	padding: 10px;
	border: 0;
	font-size: 0.95em;
}
.content .comments p {margin: 1.0em 0;}
.content .comments ul {margin: 1.0em 0em;}
.content .comments ol {margin: 1.0em 0em;}
.content .comments ol li ol li {
	margin: 0;
}
.content .comments .post-comments {
	font-size: 0.8em;
	text-align: left;
	margin-bottom: 10px;
}
.content .comments #commentform p {
}
.content .comments #commentform code {
	margin: 10px 0;
	display: block;
	background-color: #eee;
	padding: 10px;
} 
.content .comments #commentform input {
	font-size: 0.8em;
	background-color: #333;
	border: 0;
	padding: 2px 5px;
	color: #fff;
	background-image: url(stripe4.png);
}
.content .comments #commentform textarea {
	width: 100%;
	margin: 0;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 0.8em;
}

/*****************************************************/
/* Sidebar */
.sidebar {
	display: block;
	float: left; 
	width: 250px;
	font-size: 0.9em;
	margin: 20px;
	padding: 20px 0;
	padding-bottom: 0;
	color: black;
	background-image: url(stripe8.png);
}
.sidebar ul {
	margin: 0;
	
}
.sidebar ul li ul {
	margin: 0;
	margin-top: 10px;
	margin-left: 20px;
	
	list-style: square outside;
	
}
.sidebar ul li {
	margin: 0;
	display: block;
	background-repeat: repeat-both;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 10px 0;
}
.sidebar ul li select { 
	font-size: 0.9em;
	margin-left: 10px;
	padding: 2px;
}
.sidebar ul li ul li {
	list-style: square outside;
	
	background-image: none;
	background-color: transparent;
	
	border: 0;
	padding: 0;
	
	margin: 0;
	margin-bottom: 3px;
	margin-left: 10px;
}
.sidebar a {
	text-decoration: none;
}

.sidebar #searchform { 
	margin: 0;
	display: block;
}
.sidebar #searchform label { display: block; }
.sidebar #searchform input {
	color: #fff;
	background-color: #333;
	border: 0;
	font-size: 1.0em;
	background-image: url(stripe4.png);
}
.sidebar #searchform #s {
	height: 16px;
	padding: 4px;
	border: 0;
	width: 140px;;
}
.sidebar #searchform #searchsubmit {
	width: 60px;
	height: 24px;
	font-size: 0.8em;
}
.sidebar #searchform input {margin: 3px 0;}

.sidebar .widget h2 {background-repeat: no-repeat;background-position: left top;}
.sidebar .widget_text h2 { background-image: url(information.png); padding-left: 20px; }
.sidebar .widget_search h2 { background-image: url(magnifier.png); padding-left: 20px; }
.sidebar .widget_links h2 { background-image: url(43.png); padding-left: 20px; }
.sidebar .widget_recent_comments h2 { background-image: url(comment.png); padding-left: 20px; }
.sidebar .widget_archive h2, .sidebar .widget_categories h2 { background-image: url(40.png); padding-left: 20px; margin-bottom: 10px; }
.sidebar .widget_meta h2 { background-image: url(72.png); padding-left: 20px; }

/*****************************************************/
/* Footer */
.footer {
	clear: both;
	font-size: 0.7em;
	margin: 0;
	margin-top: 30px;
	padding: 10px;
	background-image: url(header-backing.png);
	color: white;
}

.footer a { color: white;}

