/*
Theme Name: WP_ShiftedBlank
Theme URI: http://www.shiftedwork.de/blog/?p=257
Description: A clean WP Theme without any unneccessary (X)HTML Tags. Comes with a basic and a second stylesheet - CSS Reset (Eric Meyer) and Clearfix included. for Theme developers with the most important Comments. <em>Please contact me (tracid2008 at googlemail dot com) if there are any suggestions or errors. I will fix it :) </em>
Author: Daniel Sentker
Version: 1.02
Tags: white, two-columns, fixed-width, microformats
*/

/* HTML */
body { background: #F4f4f4; color: #000; font-size:15px; font-family: Arial, Helevtica, Verdana, san-serif; line-height: 23px; text-align: justify; margin-top: 25px; margin-bottom: 25px; }
img { border: none; }

a { color: #5286ff; text-decoration: none; border-bottom: 0px solid #5286ff; }
a:hover { color: #5286ff; text-decoration: none; border-bottom: 0px solid #777; }
h1, h2, h3, h4 { color: #990000; font-weight: bold; margin-bottom: -10px; margin-top: 0px; padding-bottom: 0; padding-top: 0; font-family: "Trebuchet MS", Arial, Helevtica, Verdana, san-serif; }
h1 { font-size: 32px; line-height: 32px; }
h2 { font-size: 26px; line-height: 26px; }
h3 { font-size: 20px; line-height: 20px; }
h4 { font-size: 14px; line-height: 14px; }

/* Wordpress */	
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignleft{ float:left;margin-right:10px; }
.alignright{ float:right;margin-left:10px; }
.aligncenter{}
.all-comments { list-style-type:none; }
.all-comments img { float:left;margin-right:10px;margin-bottom:5px; }
.comment-body { float:right;width:615px; }
.wp-caption{}
.wp-caption-text{}
.map { height:300px; }
.project-title { margin-bottom:28px; }


/* Struktur */
#container { width: 800px; margin-left: auto; margin-right: auto; padding: 50px;
background-color: #ffffff; 
-moz-box-shadow: 3px 3px 40px 0 rgba(0,0,0,0.06); 
-webkit-box-shadow: 3px 3px 40px 0 rgba(0,0,0,0.06); 
box-shadow: 3px 3px 40px 0 rgba(0,0,0,0.06);  }