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

/* 
   Allgemein
*/
html             {}
body             {}
body a           { color:black;}

#header          { width: 270px;}
#wrapper         { padding-left:10px;}
#page            { width: 980px; 
                   margin-top: 9px; 
                   margin-bottom: 9px;
                   margin-left: auto; 
                   margin-right: auto;
                   background: url(style/images/bg.png) right repeat-y;
                   border: solid 0px black;}
                   
                   
#content         { background-color:#F4E6A7;
                   float:right;
                   padding:49px 20px 20px 0;
                   width:660px;
                   font-family: Verdana, Arial;} 
#content ul li   { list-style-position:outside;
                   list-style-type:disc;
                   margin-left:39px;}                   
#content p       { font-size: 100%;}                   
                   
#content h1      { font-size: 120%;}
#content h2      { font-size: 100%;}                   

#sidebar         { width: 280px;
                   float:left;}
#footer          { clear:both;
                   text-align: center;}                  