/*
	Theme Name: redeKubus
	Theme URI: http://redekubus.de/
	Description:
	Author: eiszfuchs
	Author URI: http://eisfuchslabor.de/
	Version: 1.0 
	Tags: white
*/


@import url(css/reset.css);

@import url(css/fonts.css);
@import url(css/960.css);


body, html {
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	margin: 3em 0;
	background: white url(css/bg-dots.png) repeat center top;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.5;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }

p, ul, ol, li {
	font-size: 12pt;
	line-height: 1.5;
}

ul, ol {
	margin: 1em;
}

#teaser {
}

a {
	color: #64750f;
	background: white;
	text-decoration: none;
}
a:hover {
	color: white;
	background: #64750f;
}

small {
	font-size: 0.7em;
	line-height: 1em;
}

#story {
	margin-top: 1em;
	margin-bottom: 1em;
}
#story p {
	font-size: 16pt !important;
	line-height: 1.4em;
}

#shownotes p, #shownotes object {
	font-size: 10pt;
	line-height: 1.7em;
	margin-bottom: 1em;
}

img {
	-webkit-box-shadow: rgba(0,0,0,0.5) 0px 2px 5px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0px 2px 5px;
	box-shadow: rgba(0,0,0,0.5) 0px 2px 5px;
}

article, header, section {
	display: block;
}

