/*
Theme Name: FCD
Theme URI: http://fcdelius.de/
Description: The new FCD 
Author: oliver stark
Version: 1.0
Tags: custom
*/


/* RESET ***************************************************/

	
/*ol, ul, li,
*/	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp, small, strike, sup, tt, var, dl, dt, dd, fieldset, form, label, 
legend,	table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	color: #4B5960;
	font-family: georgia, serif;
	font-size:14px;
	line-height:24px;
	margin:0;
	padding:0;
	background: #fff url(img/body.gif) 0 0 repeat-y;
}
ul {
	/*
	list-style: none;
	*/
	padding: 0 0 10px 15px;
	margin: 0;
}
ol {
	padding: 0 0 10px 25px;
	margin: 0;
}



a {
	text-decoration: none;
	color:#D75553;
}	
a:hover {
	text-decoration: underline;
}




.header {
	height: 105px;
	background: url(img/header.gif) 0 0 no-repeat;
}
.header a {
	display: block;
	height: 100px;
	width: 280px;
}
.header a span {
	display: none;
}

.foo {
	clear:both;
	font-size:11px;
	margin:0;
	padding:30px 0 10px 295px;
}
.main {
	float:left;
	margin: 30px 0 0 0 ;
	width:930px;
}
.navi {
	float:left;
	font-size:14px;
	text-align:right;
	width:265px;
	margin-right: 30px;
	font-family: helvetica, arial, san-serif;
}
.navi a {
	color: #697A86;
}
.navi a.on,
.navi li.current_page_item a,
.navi li.current_page_parent a {
	color: #0A47A2;
}
.navi ul, .navi li {
	color: #0A47A2;
	list-style: none;
	margin: 0;
	padding: 0;
}


.content {
	float:left;
	width:550px;
}

.content h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

.content p {
	margin-bottom: 15px;
}
.content ul li {
	line-height: 17px;
	margin-bottom: 10px;
}


.content a img {
	float left;
	margin: 20px 20px 0 0;
	border: 0;
}


.loop h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
.book,
.loop .entry {
	margin-bottom: 60px;
}



/*HOME EXCEPTIONS */
body.home {
	background: #0045a6;
}
body.home .main {
	background: #fbfbfb;
	width: 100%;
	margin: 0;
	padding: 30px 0;
	position: relative;
}
body.home .header {
	height: 179px;
	background: url(img/header_home.gif) 0 0 no-repeat;
}

body.home .foo {
	display: none;
}

body.home .main .cite { 
	position: absolute;
	bottom: -100px;
	left: 90px;
	height: 80px;
	width: 700px;
	background: url(img/cite_neu.gif) 0 0 no-repeat;
}



/* IMAGE ALIGN */
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}


