/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on Twenty Ten)
Version: 3.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

body {
background: #f2fff1;
color: #666;
font: 81%/1.4 arial, helvetica, sans-serif;
}

h1 {
height: 200px;
background: #2d6f3a url(css/header.jpg) center 0 no-repeat;
}

h1 a {
display: block;
margin: 0 auto;
width: 660px;
height: 200px;
text-indent: -9999px;
}

#access {
height: 50px;
background: #132c0a url(css/navbg.gif) repeat-x;
}

#skiplink { display: none }

#access ul {
margin: 0 auto;
padding-top: 15px;
width: 1000px;
height: 50px;
}

#access ul li {
display: inline;
margin-right: 30px;
}

#access ul li a {
color: #fff;
text-decoration: none;
font-size: 1.1em;
}

#container {
margin: 30px auto 0;
width: 1000px;
}

#content {
width: 830px;
}

.single #content, .page #content {
width: 630px;
float: right;
margin-right: 130px;
}

#sidebar {
width: 170px;
float: right;
}

.single #sidebar, .page #sidebar {
margin-left: 0px;
width: 240px;
float: left;
}

h2, #sidebar h3 {
margin-bottom: .25em;
font-size: 1.7em;
font-weight: normal;
text-transform: uppercase;
color: #009342;
}

h2.archives {
font-weight: bold;
}

h3 {
margin-bottom: .5em;
}

#recent li {
line-height: 1.6em;
}

.subpage-menu a {
text-decoration: none;
font-size: 1.25em;
}

h2 a {
text-decoration: none;
}

.post-meta, .comment-intro {
font-size: .9em;
line-height: 1em;
text-transform: uppercase;
color: #5b8359;
}

.post, .type-single {
margin-right: 30px;
width: 385px;
float: left;
}

.type-single {
width: 600px;
}
#content { float: left }

#pagination {
width: 800px;
clear: left;
}

#pagination span, .prev-next-post span {
display: block;
margin-bottom: 1em;
}

.next-link {
float: left;
}

.prev-link {
float: right;
}

#footer {
clear: both;
padding: 1em 0;
border-top: 1px dashed #ccc;
}

p, ul, ol {
margin-bottom: 1em;
}

.type-single li, .post li {
list-style-type: disc;
margin-left: 15px;
}

.spaced li {
margin-bottom: .5em;
}

a {
color: #009342
}


/* COMMENTS */

#comments {
margin-bottom: 1em;
font-weight: normal;
font-style: italic;
}

li.comment {
margin-left: 0;
margin-bottom: 1em;
list-style-type: none;
border-bottom: 1px dashed #ccc;
}

.comment-author {
width: 48px;
float: left;
text-align: center;
font-size: .9em;
text-transform: uppercase;
}

.comment-author img {
padding: 3px;
background: #fff;
border: 1px solid #ccc;
}

.comment-body {
width: 550px;
float: left;
}

.comment-intro {
padding: 5px;
margin-bottom: .5em;
/* background: #FAFFFA; */
}

.comment-body p {
padding-left: 10px;
}

#commentform p {
clear: left;
}

#commentform label, #commentform input, #commentform textarea {
display: block;
float: left;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 0;
}

#commentform label {
width: 80px;
padding: 5px 5px 5px 0;
}

#commentform input {
padding: 5px !important;
margin-bottom: 5px;
background: #fff;
}

#commentform textarea {
margin-top: 5px;
margin-bottom: 1em;
padding: 5px 5px 5px 0;
background: #fff;
}

p.form-allowed-tags {
}

/* SEARCH */

#searchform label {
display: none;
}

#searchform input {
display: block;
float: left;
margin: 0 0 1em 0;
padding:  3px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 0;
}

input#s {
width: 100px;
background: #fff;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
-webkit-border-radius-topright: 0;
-webkit-border-radius-bottomright: 0;
}

input#searchsubmit {
background: #009342;
color: #fff;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
-moz-border-radius-topleft: 0;
-moz-border-radius-bottomleft: 0;
-webkit-border-radius-topleft: 0;
-webkit-border-radius-bottomleft: 0;
}

input[type="submit"]::-moz-focus-inner {border:0;}

/* DONATIONS */
.donate {
width: 200px;
float: left;
}

/* ANONYMOUS COMMENTS */
#anon textarea {
display: block;
width: 85%;
height: 10em;
}

#anon input {
padding:  3px;
background: #009342;
color: #fff;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 0;
}

/* MAILING LIST FORM */
.checklist, .checklist li { margin: 0; padding: 0; list-style-type: none;}

.checklist label {
    display: block;
    padding-left: 25px;
    text-indent: -25px;
}

/* WEEKLY LIST */
#week em {font-weight: bold; font-style: normal}
