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

/* MISC */

html {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body {
border-top:4px solid #1e1e1e;
}

.entry p { margin-bottom: 1em; }

#wrapper {
width:935px;
margin-left:auto;
margin-right:auto;
background: url('style/images/content_bg.jpg');
margin-bottom:20px;
}

/* HEADER */

#header {
background: url('style/images/header.jpg');
height:135px;
font-family: Georgia;
padding:0 30px 30px 30px
}

#header h1 {
font-size: 45px;
font-weight: 100;
padding-top:30px;
}

#header a {
text-decoration: none;
color:#121212;
}
#header p {
font-size: 15px;
color:#8e8e8e;
padding:0px 3px;
}

#header #powered {
position: absolute;
margin:0px 10px 0 695px;
font-size: 12px;
}

#header ul {
text-align: right;
margin:40px 0px 0px 0px;
}

#header li {
float:right;
padding:0 9px;
text-transform: uppercase;
font-family: Arial;
}

/* SIDEBAR */

#sidebar {
width:200px;
float:left;
background: url('style/images/steven.jpg') no-repeat;
padding:290px 10px 10px 30px;
color: #d5d5d5;
font-size: 13px;
}

#sidebar a {
color: #4c92bf;
text-decoration: none;
}

#sidebar .most_commented {
border-bottom:1px solid #919191;
}

#sidebar .most_commented li {
background:#2f2f2f;
padding:5px;
border-bottom:1px dotted #707070;
}


#sidebar .most_commented li ul li {
margin-top:0;
padding:5px;
border:none;
border-bottom:1px dotted #707070;
}

#sidebar p {
background:#2f2f2f;
text-align: center;
padding:5px;
border-bottom:1px solid #919191;
}

/* CONTENT */

#content {
float:left;
width:615px;
color:#d5d5d5;
padding:25px 55px 25px 25px;
font-weight: lighter;
}

#content a {
color: #4c92bf;
text-decoration: none;
}

#content h2 {
font-style: italic;
font-size:30px;
color: #116ea9;
}

.date {
font-size: 12px;
font-weight: 100;
margin-bottom:20px;
color:#898989;
}

.postfooter {
font-size: 12px;
font-weight: 100;
margin-top:20px;
color:#898989;
margin-bottom:50px;
padding-bottom:10px;
border-bottom:1px dotted #898989;
}

.post {
font-size: 13px;
font-weight: 100;
}

.post p {
margin-bottom: 10px;
}

.post img {
padding:5px;
border: 1px solid #898989;
margin:10px;
}

.kommentare {
margin-top:30px;
font-size: 13px;
}

ol li {
padding:10px 10px;
margin:5px 0;
background:#383838;
border-bottom:1px solid #919191;
}

.kommentare textarea {
width:500px;
margin:5px;
}

.kommentare input {
margin:5px;
}

/* FOOTER */

#footer {
background: url('style/images/footer.jpg');
clear:both;
height:84px;
color:#d5d5d5;
padding-left:25px;
text-align: center;
vertical-align: middle;
font-size: 11px;
}

#footer a {
color: #4c92bf;
text-decoration: none;
}



