/*
Theme Name: foerderverein
Theme URI: http://wordpress.org/extend/themes/foerderverein
Author: Lina Mayer by blickwinkeldesign.
Author URI: http://blickwinkeldesign.de
Description: F&ouml;rderverein Teningen 
Version: 1.0

*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup,  nav, section {
	display: block;
}
body {
        padding: 0px;
        text-align: center;
	width:101%;
	background-image: url(../images/bg2.png);
	color: #FFF;
	font-family: 'PT Sans', sans-serif;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.wrap {
    border: 0;
    clear: both;
    float: none;
    font-size: 1px;
    height: 0;
    line-height: 1px;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

p
{
        line-height:1.4em;
        margin:15px 0;
}

em
{
	font-style:italic;
}

strong
{
	font-weight: bold;
}

a {color: #fff;}

a:link,
a:visited
{
	color:#095197
}

a:hover,
a:active,
a:focus
{
	background:#e4e4e4;
	color:#000;
}

.more-link
{
	text-decoration:none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight:bold;
	cursor: pointer;
}


/* = General Structure
-------------------------------------------------------------- */

#page {
	width: 100%;
	margin: 0 auto;
    padding: 0 0 20px 0;
    text-align: left;
	font-size: 15px;
	color: #333;
}

.primary {
	width: 890px;
	min-width: 750px;
	margin:-2px auto;
	background-color: #fff;
	border: 1px solid #D9D9D9;
	
}

#content {
	padding: 35px 105px;
	margin: 0 auto;
    min-height: 700px;
    background-color: #fff;
}
#entry-content .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
	background-color:#CCCC00;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
	background-color:#990099;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;

	margin-right: auto;
}



/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
	
}
#site-description {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0 0 1em;
}


/* =Menu
-------------------------------------------------------------- */
#navi_bg {
	position:absolute;
	width:100%;
	height: 50px;
	background: #0c2459; /* Old browsers */
background: -moz-linear-gradient(top, #0c2459 0%, #000033 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c2459), color-stop(100%,#000033)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0c2459 0%,#000033 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0c2459 0%,#000033 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0c2459 0%,#000033 100%); /* IE10+ */
background: linear-gradient(to bottom, #0c2459 0%,#000033 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2459', endColorstr='#000033',GradientType=0 ); /* IE6-9 */
border-top: 2px solid #000033;
}

#access {
	display:block !important;
    	padding:0px 0 0 0;
	top:0px;
	font-size:1em;
	
}
#access ul {
	display:block;
	text-align:left;
	list-style-type:none;
	padding:0;
	margin: 0px 5px 0 0px;
	border:0 ;
	left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-shadow: 1px 1px 0px #000033;
}
#access li {
		display:inline ;
		padding:0 ;
		margin:0 !important;
		float:left;
		position: relative;
		border-left: 1px solid #0c2459;
		border-right: 1px solid #000033;
}

#access ul li a:link,
#access ul li a:visited {

		text-decoration:none;
		margin:0 ;
		color:#FFF;
		border:0 ;
		padding: 20px 20px 16px 20px;
		position:relative;
		display:inline-block
}

#access ul li a:hover,
#access ul li a:active,
#access ul li a:focus
{
	background:#0d4c89 ;
	color:#fff;
}

#access ul li.active a:link,
#access ul li.active a:visited {
        
        padding: 20px 20px 16px 20px;
		color:#f5f5f5;
		background:url(../images/navi_active.png);
}


/***** Unternavi ****/

#access ul li ul {

	position:absolute;
	z-index:1;
	margin: 0;
	font-size: 95%;
	cursor: pointer;
	border-bottom: 1px solid #000033;
	border-right:1px solid #000033;
	text-shadow: none;

}

#access ul li ul li {
	display: none;
	border: 0;
	margin: 0 !important;
}

#access ul li:hover ul li {
	display:block;
}

#access ul li ul li a:link,
#access ul li ul li a:visited
{

	color:#191919;
	margin:0px 0 0 0 ;
	padding: 7px 15px ;
	position:relative;
	background-color: #fff;
	display:inline-block;
	width:175px;
	font-weight: normal;
	border-left: 5px solid #095197;

}

#access ul li ul li a:hover,
#access ul li ul li a:active,
#access ul li ul li a:focus
{
	background: #0d4c89;
	color:#fff;
	border-left: 5px solid #095197;
}

#access ul li.active ul li a:link,
#access ul li.active ul li a:visited
{
	color:#191919;
	background: #fff; 
	border-left: 5px solid #095197;

}

#access ul li ul li a:hover,
#access ul li ul li a:active,
#access ul li ul li a:focus 
{
	background: #0d4c89;
	color:#fff;
	border-left: 5px solid #095197;
}

#access ul li.active ul li a:hover,
#access ul li.active ul li a:active,
#access ul li.active ul li a:focus 
{
	background: #0d4c89;
	color:#fff;
	border-left: 5px solid #095197;
}
/* =Content
-------------------------------------------------------------- */

/****** Content h1 ****/	
.entry-title {
	font-size:1.8em;
    font-weight:bold;
    margin-bottom:10px;
    font-family: 'DroidSansBold', Arial, Helvetica, sans-serif;
	color: #191919;
	}
	
.entry-title a{
	text-decoration: none;
	color:#191919;
	}
	
.entry-title a:hover{
	text-decoration: none;
	background-color: #cccccc;
	}
	
/* ====== h2 ====*/
h2 {
	font-size:1.1em;
        font-weight:bold;
        margin:-8px 0 15px 0;
	line-height: 1.5em;

	}	

/****** Content Aufz�hlung****/	

.entry-content ul
{
        list-style-position: inside;
        list-style-type: circle;
        padding:0 0 0 15px;
        margin:10px 0 10px 0px;
}

.entry-content ol
{
        padding:0 0 0 20px;
        margin:10px 0 10px 0px;
		list-style-type: decimal;

}

.entry-content ul li,
.entry-content ol li
{
        padding:0;
        line-height:2.2em;
        margin: 0;
}

/* = Article
-------------------------------------------------------------- */
	
article {
	margin-top: 40px;
	margin-bottom: 25px;

}	


/* ==== postet in == */


.entry-meta {
	clear: both;
	display: block;
	font-size: 11px;
}
.single-author .entry-meta .byline {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin-bottom: 50px;
}

.nav-previous, .nav-next {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
        box-shadow:inset 0px 1px 0px 0px #ffffff;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
        background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
        
        background-color:#ffffff;
        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
        border:1px solid #dcdcdc;
        
        display:inline-block;
        color:#666666;
        font-size:13px;
        padding:6px 24px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #ffffff;
	}

.nav-previous:hover, .nav-next:hover{
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
        background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
        
        background-color:#f6f6f6;
}
	
.nav-previous a, .nav-next a{ text-decoration: none;} 	
.nav-previous a:hover, .nav-next a:hover{ background-color:transparent; color: #095197;} 	

.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}

/* =Formular
-------------------------------------------------------------- */

.formular td
{
	height: 23px;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
	
}


/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}

.commentlist {
	list-style: none;  
	margin-top: 50px;
}
 
 
.commentlist ul {
	list-style: none;
}
 
.comment-body {
	background-color: #F4F4F4;
	-moz-border-radius: 6px;        /* Funktioniert logischerweise nur im Firefox und Webkit-Browsern(Safari, Chrome) */
	-webkit-border-radius: 6px;
	margin-bottom: 20px;
	padding: 15px;
	margin-left: 70px;
	position: relative; /* sorgt dafür, dass das Gravatar-Bild sich bei position:absolute relativ zu seinem comment-body verhält. */
}

 
.comment-body p {
	margin: 5px 0 35px 0;
}
 
.comment-meta {
	display: none; /* Datum des Kommentars ausblenden */
}
 
.bypostauthor .comment-body {
	/* Kommetare des Autors z.B. farblich hervorheben */
}
 
.children {
	margin-left: 70px; /* Anworten werden 70px eingerügt */
}
 
.vcard img {
	
	position: relative; /* Gravatar aus dem comments-body herauslösen.. */
	left -60px; /* und links neben ihm positionieren */
	top: 0;
}

/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
		width: 100%;
        padding:12px 0 5px 0;
       	margin:0 auto;
        display:block;
       	overflow:hidden;
		background: #0c2459; /* Old browsers */
		background: -moz-linear-gradient(top, #0c2459 0%, #000033 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c2459), color-stop(100%,#000033)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #0c2459 0%,#000033 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #0c2459 0%,#000033 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #0c2459 0%,#000033 100%); /* IE10+ */
		background: linear-gradient(to bottom, #0c2459 0%,#000033 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2459', endColorstr='#000033',GradientType=0 ); /* IE6-9 */
		color:#fff;
		border-top:solid 0px #ccc;
		text-align:center;
		height: 35px;
		position: relative;
		font-size:11px;
		font-family: Arial;
}

#colophon a {color: #fff;}
#colophon a:hover {background: none;}