/*
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.8
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: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	background:#333;
	line-height:normal;
}

p {
	margin-bottom:22px;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;

}

a:hover {
	color:#666;
	text-decoration:none;
}

#container {
	width:900px;
	min-height:800px;
	background-color:#666;
	padding:20px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

/* Header */
#header {
	background-color:#666;
	padding-bottom:10px;
	text-align:center;
	margin:15px auto;
}

#header h1 {
	font-size:40px;
	font-weight: bold;
	letter-spacing:-1px;
	line-height:normal;
}

#header h1 a {
	color:#000;
	text-decoration:none;
}

#header p {
	color:#000;
        font-size:15px;
        margin-top:24px;
        margin-bottom:48px;
}
#navbar {
        margin-top:32px;
}
.page_item {
        display:inline;
	font-size:12px;
        color:#CCC;
        background:#333;
        margin-right:2px;
        padding:4px 8px 4px 8px;
        text-decoration:none;
        text-transform:uppercase;
}
.page_item a:link, a:visited {
        color:#CCC;
        text-decoration:none;
}
.page_item a:hover, a:active {
        text-decoration:underline;
}

/* Main Content */
#main-content {
	width:800px;
	min-height:900px;
	background:#fff;
	margin:0 auto;
	padding:30px 0;
}

.post, .page {
	margin:0 30px 30px;
}

body.home .post h2 {
	font-size:18px;
	line-height: 34px;
	color:#000;
	font-weight:normal;
	margin-top:10px;
}

body.archive .post h3, body.search .page h3, body.search .post h3, .post h3, .lcp_catlist {
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:normal;
	margin-top:10px;
}
.lcp_catlist a {
        color:#333;
        text-decoration:none;
}

body.single .post h2, body.page .post h2 {
	font-size:26px;
	line-height: 34px;
	color:#000;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:20px;
}

.post h2 a, .post h3 a, .page h3 a {
	text-decoration:none;
	color:#000;
	font-weight:normal;
}

/* Comments */
h3#comments {
	margin:0 30px;
}

ol.commentlist {
	margin:0 30px;
}

ol.commentlist li {
	margin-bottom:30px;
}

#respond {
	margin:0 30px;
}

textarea#comment {
	width:600px;
	margin-bottom:10px;
}

/* Secondary Content */
#secondary-content {
	width:240px;
	float:left;
}

#secondary-content p {
	color:#999;
}

#secondary-content h2 {
	font-size:14px;
	color:#fff;
	background:#666;
	padding:7px 0 7px 7px;
}

#secondary-content ul li {
	background:#333;
	margin-bottom:10px;
}

#secondary-content ul ul {
	padding:15px 0;
}

#secondary-content ul ul li {
	margin:0 0 0 20px;
	color:#999;
}

#secondary-content ul ul ul {
	margin:0;
	padding:0;
}

#secondary-content a {
	color:#ccc;
	text-decoration:none;
}

#secondary-content a:hover {
	color:#ccc;
	text-decoration:underline;
}

/* Footer */
#footer {
	clear:both;
	padding-top:15px;
}

#footer p {
	color:#666;
}
.bodytext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
.result {
	text-align:center
}
.copyright {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #CCC;
	text-decoration:none;
}
a.linkcopyright:link, a.linkcopyright:visited, a.linkcopyright:hover, a.linkcopyright:active {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #CCC;
	text-decoration:underline;
}
table, td {
	border:1px;
	border-color:#333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-align:center;
	color: #FFF;
}
td {
	border:1px #999;
	background-color:#333;
	padding:6px;
	text-transform:capitalize;
}
th {
	padding:8px 0;
	background-color:#666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color:#000;
	text-align:center;
	text-transform:capitalize;
}
