/*
Theme Name: Kay Float
Theme URI: http://www.smarti.info/
Description: Floating boxes
Version: 0.1
Author: Kay Smarczewski
Author URI: http://www.smarti.info
Tags: floating, box, three-column, widget-ready, widgets

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	border:0;
	background:url(images/hintergrund.gif) repeat-x fixed #2B0000;
	font-family:Garamond;
	font-size:11pt;
}
* {
	margin:0;
	padding:0;
}
h1,h2,h3,h4{
	font-variant:small-caps;
	font-weight:bolder;
	letter-spacing:0.3em;
	text-align:left;
}
h1{
	font-size:1.5em;
}
h2{
	/*padding:.2em 0 0 0;*/
	font-size:1.2em;
	margin-bottom:0.4em;
}
h3{
	/*padding:1em 0 0 0;*/
	font-size:1.1em;
}
h4{
	font-size:1em;
}
h4{
	margin-top:20px;
	padding-top:20px;
}
p {
	padding:.5em 0 0 0;
}
.boxsmall ul{
	list-style-type:none;
}

a {
	text-decoration:none;
}
a:hover, a:link, a:visited{
	color:#2B0000;
}
.date{
	text-align:right;
}
#main{
	width:100%;
	margin:0;
	padding-top:40px;
}
#header{
	background:url(images/header.jpg) no-repeat center #FFF;
	height:200px;
}
.boxstd {
	background-color:#FFEFA9;
	margin-bottom:20px;
	padding:15px;
	overflow:hidden;
	-moz-border-radius:5px;
        -khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border:4px solid#FFF;
	text-align:justify;
}
#boxbig {
	float:left;
	margin:0 0 0 40px;
}
.boxbigsub {
	width:440px;
}
.boxsmall {
	width:290px;
	float:left;
	margin-left:20px;
	height:200px;
}
.boxarticle{
	margin-top:20px;
}

textarea, input{
	background-color:#CCC;
	border:1px solid #000;
	width:100%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
        -khtml-border-radius:3px;
}
#searchsubmit{
	margin-top:10px;
}
label{
	text-align:left;
}

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #FFF;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.storycontent a{
font-style:italic;
}
.storycontent a:hover{
text-decoration:underline;
}