/*
Theme Name: fodis
Theme URI: http://www.fodis.de
Description: The spezial fodis Wordpress theme.
Version: 2 (WP2.6.2)
Author: Arne Vollstedt

Farben:
	fodis-blau: #6699cc
	fodis-hellblau: #99ccff
	dunkelblau: #003366
	

*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

* {
	margin: 0;
	}
	

.clear {
	clear: both;
	}
	
	

html, body {
	height: 100%;	
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	font-size: 62.5%;
	letter-spacing: 0.07em;
	background: #6699cc;
	color: #003366;
}

body#form {
	background-color: white;
	}

h1, h2 {
	color: #6699cc;
	font-size: 1.5em;
	margin-top: 15px;
	margin-bottom: 10px;
	}

h1, h2 a {
	color: #6699cc;
	text-decoration: none;
	}

#form h1{
	color: #6699cc;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
			
p {
	margin: 10px 0 5px 0;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	line-height: 18px;
	}
	
a {
	color: #003366;

	}
	
a:active {
	position: relative;
	top: 1px;
	}
	
#page-wrap {
	width: 823px;
	margin: 0px auto -100px;	
	min-height: 100%;	
    height: auto !important;
    height: 100%;
    font-size: 11px;
}

#header {
	position: relative;
	border: 0px solid red;
	background: white url(bilder/head-bg.jpg) top left no-repeat;	
	padding-top: 0px;

	height: 223px;	
	margin-bottom: -15px;
}

#fodisfilm {
	float: left;
	border: none;
	width: 220px;
	height: 170px;
	}
	
#claim {
	margin: 0px 0 0 250px;
	background: url(bilder/fodis_aktuell_claim.jpg) no-repeat bottom;
	height: 150px;
	width: 280px;
	}

#titel {
	text-indent: -9999px;
	}
	
#randomimage {
	background: url(bilder/random-bg.jpg) no-repeat;
	margin-bottom: -5px;
	margin-right: 0px;
	color: white;
	font-weight: 800;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	text-align: center;
	width: 265px;
	height: 250px;
	}
	
#randomimage img {
	border: 2px solid white;
	margin: 53px auto 0px auto;
	max-height: 125px;
	max-width: 180px;
	
	}
	
#randomimage strong {
	font-weight: normal;
	font-size: 0.8em;
	}
	
#randomimage datum {
	color: white;
	}
	
	
ul#nav {
	position: absolute;
	list-style: none;
	top: 178px;
	left: 60px;
	font-size: 10px;
	border: 0px solid red;
	}
		
ul#nav li {
	display: inline;
	font-weight: 700;
	
	}

ul#nav li a {
    text-decoration: none;
	display: block;
	padding: 0em 1em 0.1em 1em;
	height: 24px;
	float: left;
	background: url(bilder/nav-bg.jpg) no-repeat bottom center;
	border: 0px solid green;
	}	
	
    	    
ul#nav li.current-cat a {
    background-position: top center;


    }
    
    	
#content {
	border: 0px solid green;
	width: 823px;
	background: white url(bilder/page-bg.jpg) top repeat-y;
	}


#p2c-header {
	background: #c6dff8;
	border-color: #c6dff8;
	border: 6px solid #c6dff8;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin: 15px auto 20px auto;
	padding: 0px 5px 5px 5px;
	}
	
#posts {
	float: left;
	width: 550px;
	}
		
.post-wrap {
	
	width: 450px;
	margin: 0 0 -160px 70px;
    border: 0px solid red;
	
	}
	
.post-wrap img {
	display: inline;
	max-width: 250px;
	height: auto;
	padding: 4px;
	margin: 2px;
	-moz-box-shadow: #ccc 5px 5px 10px; -webkit-box-shadow: #ccc 5px 5px 10px;
	}
	
.post-wrap a img:hover {
	-moz-box-shadow: #666 5px 5px 10px; -webkit-box-shadow: #666 5px 5px 10px;
	}
	 	
.post-wrap p a {
	text-decoration: underline;
	}
	
.date {
	float: right;
	display: inline;
	padding: 0.3em 0.3em 0.3em 0.3em;
	background-color: #6699cc;
	color: white;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 85px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	}

#gallery-1 img {
    border: none!important;
}
	
#tag {
	margin: 20px 0 0 0;
	padding: 0.5em 0.3em 0.3em 0.3em;
	background-color: #6699cc;
	color: white;
	font-size: 1.5em;

	width: 440px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align: center;
	}

.buttonlink {
	display: block;
	width: 150px;
	float: left;
	margin: 20px 10px;
	padding: 0.5em 0.5em 0.3em 0.5em;
	background-color: #6699cc;
	color: white;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align: center;
	}

.buttonlink a {
	text-decoration: none;!important
	}	

.buttonlink a:hover {
	color: #6699cc;
	background-color: #7ab5f1;
	}	
.upper {
	display: inline;
	text-transform: uppercase;
	}
		
.post {
	background: white url(bilder/trenner.jpg) bottom no-repeat;
	padding-bottom: 20px;
	}
		
#sidebar-wrap {
	text-align: right;
	line-height: 1.5em;
	margin-right: 0px;
	width: 265px;
	float: right;
	}
	
.sidebar {
	float: right;
	margin-right: 60px;
	width: 170px;
	}
	
#social {
	margin: 5px 0 0 0;
	width: 170px;
	height: 30px;
	}
	
.social-box {
	display: block;
	height: 24px;
	width: 24px;
	float: right;
	margin: 0 0 0 5px;
	}
	
#rss {
	background-image: url(icons/rss.png);
	}
#twitter {
	background-image: url(icons/twitter.png);
	}
#facebook {
	background-image: url(icons/facebook.png);
	}	

#sidebar a {
	text-decoration: none;
	font-weight: 800;
	}
	
#sidebar a:hover {
	text-decoration: underline;
	}
	
.twtr-widget h4 {
	font-size: 15px !important;
	}
	
.push {
	height: 100px;
	}

#arne {
	background: url(bilder/fodis-arne.jpg);
	width: 264px;
	height: 235px;
	margin: auto 0px -100px auto;
	}
		
#footer {
	background: #6699cc url(bilder/footer-bg.jpg) top no-repeat;
	height: 100px;	
	}

#footer-inside {
	border: 0px solid red;
	width: 823px;
	margin: 0 auto;

	}
	
	
/*	
mailform	
*/


	form td {
	font-size:12px;
	line-height: 18px;
	}
	
	form dl, dl.labels {
		margin:0em;
		
		margin-top:0.5em
	}
	
	form dt, dl.labels dt {
		float:left;
		width:7em;
		margin-bottom:0.8em;
		color:#555;
		text-align:right;
		font-weight:400;
		position:relative /*IEWin hack*/
	}
	
	form dd, dl.labels dd {
		margin-left:7.5em;
		margin-bottom:0.8em;
		font-size:100%;
		font-style:normal;
		text-align:left;
		padding-left:0.5em
	}
	
	form dd.submit, dl.labels dd.submit  {
		margin-top:2em
	}
	
	.error_msg {
		font-weight:700;
		color:#C33;
	}
	
	.pxs_css_spamcheck {
		display: none !important;
	}
	
