/*
Theme Name: FAW Hauptseite
Template: twentyeleven
Theme URI: 
Description: Child des twentyeleven-Theme
Author: Thilo Mühlisch
Author URI: http: //www.topoart.de
Version: 1.0
*/

@import url('../twentyeleven/style.css');

/* HINWEIS: FAW-blau wurde als  #4c4c4b ermittelt, hier jedoch wurde FAW-blau in Anlehnung an die Lieferung des Headers von Frau Weidner 
auf den Wert #4c4c4b gesetzt
*/

/* S. Westphal: Einstellungen für die Breadcrumb-Navigation */
.breadcrumbs
{
	font-size: 0.75em;
	color: #373737;
	margin: 0px 0 0 82px;
	position: relative;
	float: left;
}
#language{
	display:none;
}

div.eme-rsvp-message-success, div.eme-member-message-success, div.eme-subscribe-message-success, div.eme-unsubscribe-message-success, div.eme-rsvp-message-error, div.eme-member-message-error, div.eme-subscribe-message-error, div.eme-unsubscribe-message-error {
	margin-bottom: 1em;
	background-color: #73fd7d !important;
	padding: 5px;
	border: 2px solid #097c06 !important;
}



/* =Header
----------------------------------------------- */

#maskottchen
{
	position: absolute;
	top: 38px;
	  left:50%;
	margin-left: 20.5em;
	border: 0px;
	z-index: 999;
}


#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 998;
}


#branding img {

    height: auto;
	padding-bottom: 10px;
    display: block;
    width: 100%;

}


#site-title {
/* S. Westphal: ausblenden Blogtitel */
	display: none;
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
/* S. Westphal: Wir bilden Zukunft in FAW-blau */
	color: #4c4c4b;
	font-size: 14px;
/* S. Westphal: Breite Rand oben und Abstand Slogan von oben und Abstand unter Slogan, original: margin: 0 270px 3.65625em 0; */
	margin: 10px 0px 0.9em 0;
}
/*Flaggen Sprachen*/
#flags{
	margin:10px 20px;
}
#flags li:first-child{
	margin-right:10px;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	background: #222; /* Show a solid color for older browsers */
/* S. Westphal: original: background: -moz-linear-gradient(#252525, #0a0a0a); 
Hintergrund der Menüleiste wurde auf Farbe FAW-blau gesetzt */
	background: -moz-linear-gradient(#4c4c4b, #4c4c4b);
	background: -o-linear-gradient(#4c4c4b, #4c4c4b);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4c4b), to(#4c4c4b)); 
	/* older webkit syntax 
	background: -webkit-linear-gradient(#4c4c4b, #4c4c4b);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px; */
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
	background: #4c4c4b;


}
#access ul {
/* S. Westphal: original: font-size: 13px; Schriftgröße oberste Menüebene */
	font-size: 15px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}

#access a {
/* S. Westphal: original: color: #eee; Schriftfarbe oberste Menüebene auf FAW-weiß gesetzt*/
	color: #ffffff;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}

#access ul ul a {
/* S. Westphal: original: background: #f9f9f9; Farbhintergrund für die Untermenenüs auf das FAW-blau gesetzt */
	background: #4c4c4b;
	border-bottom: 1px dotted #ddd;
/* S. Westphal: original: color: #444; 
Farbe der Menüeinträge der Untermenüs auf FAW-weiss gesetzt*/
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
/*S. Westphal: Original: background: #efefef;* Hintergrund bei Rollover der Menüs auf FAW-grau gesetzt/
	background: #e3e3e3;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
/* S. Westphal: Original:	color: #373737; Farbe Menüschrift bei Rollover auf schwarz gesetzt*/
	color: #000000;
/* S. Westphal: font-weight: bold; wenn die Schrift beim Rollover der Menüs auch noch zusätzlich fett werden soll */
	background: #a3a3a3; /* S. Westphal: FAW-grauer Hintergrund bei Rollover der Menüs */
	
	
}


/* =Content
----------------------------------------------- */


body.home h1.entry-title{
	display: none;
}
#main {
	clear: both;
/* S. Westphal: original: padding: 1.625em 0 0; Abstand Menü und Überschrift*/
	padding: 0em 0 0; 
}

.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
/* S. Westphal: original: padding-bottom: .3em; Abstand zwischen Überschrift eines Artikels und nachfolgendem Artikeltext */
	padding-bottom: 0em;
/* S. Westphal: original: padding-top: 15px; Abstand zwischen Menüleiste und Überschrift eines Artikels */
	padding-top: 10px;
}
.entry-title,
.entry-title a {
/* S. Westphal: original: color: #222; Schriftfarbe Artikelüberschrift */
	color: #4c4c4b;
	text-decoration: none;
}

.entry-content h1,
.comment-content h1 {
/* S. Westphal: original: color: #000; Farbe überschriften h2, d.h. Seitentitel */
	color: #4c4c4b;
	font-size: 26px;
font-weight: bold;
line-height: 1.5em;
padding-bottom: 0em;
padding-top: 10px;
}

.entry-content h2,
.comment-content h2 {
/* S. Westphal: original: color: #000; Farbe überschriften h2, d.h. Seitentitel */
	color: #333333;
	font-weight: bold;
	margin: 0 0 .0em;
}

.entry-content h3, .comment-content h3 {
    	color: #333333;
	font-weight: bold;
	font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}


.entry-content li{
	list-style-position: inherit;
}

/* Images */

img.aligncenter {
	margin-bottom: 1.625em;
}
/* S. Westphal: Original caption
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
*/
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
/* S. Westphal: padding-top gibt die Höhe des grauen Rahmens des Bildes nach oben an */
padding-top: 8px;
/* S. Westphal: padding-right gibt die Breite des grauen Rahmens des Bildes nach rechts an */
padding-right: 8px;
/* S. Westphal: padding-left gibt die Breite des grauen Rahmens des Bildes nach links an */
padding-left: 8px;
/* S. Westphal: margin gibt die Breite Schutzzone zum Texte um das Bild herum an */
margin:10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}



/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.2em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
/* S. Westphal: Farbe Eingabe und Hintergrund Eingabefeld Passwortschutz */
	color:#006ab2;
	background:#ffc700;
}
.post-password-required input[type=password]:focus {
/* S. Westphal: original:	background: #f7f7f7; Farbhintergrund Eingabefeld bei Klick hinein*/
	background: #ffc700;
}
 

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
/* S. Westphal: original: 	padding-top: 15px; Abstand Artikelüberschrift nach oben */
	padding-top: 0px;
}


/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
/* padding: 4.875em 0 0; */
	padding: 0em 0 0;
	position: relative;
}
.singular.page .hentry {
/* S. Westphal: original: padding: 3.5em 0 0; Abstand der Seitenüberschrift zur darüberliegenden Menüleiste */
	padding: 0.5em 0 0;
}
.singular .entry-title {
/* S. Westphal: original: color: #000;
auf FAW-blau gesetzt */
	color: #4c4c4b;
/* S. Westphal: original: font-size: 36px;
Größe Seitentitel */
	font-size: 30px;
	font-weight: bold;
	line-height: 48px;
}








/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
/* S. Westphal: original:	color: #666; */
	color:black;
/* S. Westphal: original:	font-size: 10px; */
	font-size: 12px;
/* S. Westphal: original:	font-weight: 500; */
	font-weight: 900;
	letter-spacing: 0.1em;
/* S. Westphal: original:	line-height: 2.6em; */
	line-height: 1.6em;
	text-transform: uppercase;
}



/* =Responsive Structure
----------------------------------------------- */
@media (max-width: 850px) {

#maskottchen
{
	position: absolute;
	top: 7px;
	  left:50%;
	margin-left: 12.5em;
	border: 0px;
	z-index: 999;
}



@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
#maskottchen
{
	position: absolute;
	top: 7px;
	  left:50%;
	margin-left: 6.5em;
	border: 0px;
	z-index: 999;
}
	
	
}
	
	body, input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
		
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
		color: red;
	}
	.singular .hentry {
/* S. Westphal: original: padding: 1.625em 0 0; Abstand Artikel nach oben */
		padding: 0em 0 0;
	}
	.singular.page .hentry {
/* S. Westphal: original: padding: 1.625em 0 0; Abstand Artikelüberschrift nach oben */
		padding: 0em 0 0;
	}



/* S. Westphal: vermeiden, dass Easy Fancy Box Plugin Fehler bei der Anzeige von Bildern generiert (Verdickung von Menüleiste und Header)
----------------------------------------------- */
#branding {
z-index:998;
}


/* S. Westphal: Linie oberer Rand entfernen
----------------------------------------------- */
.credit {
background: #90A090; 

border-top: 3px double #aba;
color: #fff;
font-size: 11px;
margin: 10px 0 0 0;
padding: 3px;
text-align: center;
}
/* S. Westphal: Bilder zentriert anzeigen
----------------------------------------------- */
.aligncenter {
 display: block;
 margin: 0 auto;
}

}