/* 
Theme Name: blog09
Theme URI: http://geronimo89.dk//
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Author: Jonathan M. Hethey
Author URI: http://geronimo89.dk/ */


/* Globale Einstellungen */
* {
margin: 0;
padding: 0;
line-height: 130%;}

h2 {}

p {
padding: 4px;}

body {
background: #d5d5d5;
font-family: Verdana, Sans-Serif;
font-size: 0.8em;}

img {
border: 0px;}

a {
color: #000;}

li {
list-style-position: inside;
}


/* IDs */

#comment textarea{
width: 70;
padding: 5px;
}

#sidebar {
float: left;
position: relative;
width: 13%;
margin-right: 15px;
padding: 10px;
background: #363636;
color: #ffffff;}

#sidebar li {
list-style: none;}

#sidebar li a {
color: #fff}

#parent {
float: left;
position: relative;
width: 50%;
margin-right: 10px;
padding-top: 25px;
background: url(graphics/arrow.png) repeat-x top right;}

#photo {
float: left;
position: relative;
width: 225px;
height: 759px;
background: url(graphics/mast_web.jpg) no-repeat;
border: 5px solid #363636;
margin: 10px;}


/* Klassen */

.post {
margin-bottom: 4%;}

.storycontent {
padding: 10px;
}

.storytitle, .storytitle a {
padding: 5px;
font-size: 25px;
background: #363636;
color: #fff;
}

.meta {
padding: 5px;
}

.widgettitle {
margin-top: 10px;
}

blockquote {
padding: 3%;
}