/*   
Theme Name: Fraendag
Description: Based on blank frame work using 960.gs grid system (Simon-WP-framework).
Author: Youtag Graphic Design
Author URI: http://youtag.lu
Version: 0.9
Tags: light, two-columns, fixed-width
*/

@import url('reset.css');
@import url('grid.css');
@import url('forms.css');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100|Roboto:300,400&subset=latin-ext');

body { background:#f9f7fa; font-family: Roboto; }

/* IE6 Fix */


/* header */
.header {
        padding: 0px 0px 50px 10px;
}
#tophead {
	background-color:#441161;
	height: 100px;
	/*overflow:hidden;*/
}
#tophead img {padding:32px 0;}

#search-bar {
	text-align: right;
}

/* html tags */
a:link, a:visited {
	color: #a188b0;
	text-decoration: none !important;
	}
	
a:hover {
	text-decoration: underline !important;
	}



em { 
	font-style:italic;
	line-height: 1.3;
}

sup { line-height: 0 }

h1 { font: normal 25px Roboto; margin-bottom:20px; color: #441161; }


a.siteheader {
  color: white;
  margin-top: 17px;
  font-family: "Roboto", HelveticaNeue, Helvetica, Arial;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
}
a.siteheader h1 { 
	font-size: 40px; color: white; font-weight: 400; 
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	margin-bottom:0; 
	text-decoration: none !important;

}

/* navigation */

.menu-top-container {float:left;}	

ul.menu li a {
	float: left;
	padding: 12px 5px;
	color: #441161;
	font: 14px Roboto, sans-serif;
	text-decoration: none !important;
	/*-webkit-transition: color 0.5s;*/
}

ul.menu li a:hover {
	background: #a188b0;
	color: #fff;
}

ul.menu {
	list-style: none;
}

ul.menu li {
	float: left;
}


.menu-geschichte {
	background-color: #a188b0;
	float: left;
	width: 100%;
	list-style:none;
}

.menu-geschichte li a {
	color: #441161;
	font-size: 13px;
	font-weight: normal;
	padding: 10px 15px !important;
	text-decoration: none !important;
}





#quotearea_container {

	float: left; 
	width: 750px;
	height: 70px;
	padding: 15px 15px;
}


#quotearea {
	width: 100%;
}

#quoterotator { 
	float:left; 
	width: 100%; 
	
/*	min-height:100%;height:100%; */
	display: relative;
	font: 16px Roboto Slab; 
	font-style: Roboto Slab;
	color: #441161;
}

#quoterotator:before,
#quoterotator:after { 
	color: #cac;
	font: normal 24px/16px 'Roboto'; 
}

#quoterotator:before { 
	content:'“';
	float: left;
	margin-left:-10px;
	width:10px;
}

#quoterotator:after { 
	content:'”';
	vertical-align: bottom;
}

#quoteauthor { 
	float: left; width:100%; 
	text-align: right;
	font-size: 11px;
	font-style: 'Roboto';
	padding-top: 10px;
	color: #a188b0;
	letter-spacing: 1px;
}


#content { margin-right: 10px; color: #333; }
#content a { text-decoration: underline; }


.artikelmeta { 
	background:white; 
	font-family: Roboto;
	font-size: 10px; 
	color:#441161; 
	padding:2px 5px; margin: 0;
	margin-top:20px;
	/*border-top:2px solid #616;*/
}

.artikelmeta span { color: black; float:left; }

.artikelbody { 
	background:white; 
	border-top:3px solid #441161;  border-bottom:3px solid #441161; 
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
	
/*.artikelbody#post-934 { width:780px }*/

.artikelbody .story {
	font-family: Roboto;
	font-size: 10px; 
	padding: 0 15px 15px;  
}
.story p {
	font-family: Roboto;
	font-size: 12px;
	padding: 5px 0;
	line-height: 1.5;
}
.artikelbody .story b {
	font-family: Roboto;
	font-weight: 400;
	padding: 5px 0;
	line-height: 1.5;
}

.artikelbody .storytitle { 
	font-family: Roboto Slab;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px;
	color: #441161;

	}	
.artikelbody li ul{
	font-family: roboto;
	font-size: 12px;
	line-height: 1.5;
}

div.customvalue {
	color: #441161;
	text-transform: none;
	font-weight: normal;
	line-height: 15px;
}

div.customvalue strong
 {
	display:block;
	padding:10px 0 2px;
	font-family: Roboto;
	font-weight: 400;
	line-height: 1.5;
}


div.story blockquote p {
	border-left: 4px solid #eee;
	padding-left: 10px;
	margin-left: 20px;
	color: #636;
}
div.story h2 {
	font-family: roboto slab;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 0 0 0;
	margin: 10px 0 0 0;
	display: block;
}
div.story h3 {
	font-family: roboto slab;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	text-indent: 5px;
	padding: 5px 0 0 0;
	margin: 10px 0 0 0;
	display: block;
	display:inline;
	color:#441161;

}
div.story h4 {
	font-family: roboto slab;
	font-size: 14px;
	line-height: 2;
	padding: 5px 0 0 0;
	margin: 10px 0 0 0;
	display: block;
	background-color:#441161;
    color:#fff;
}

div.story ul li {
	margin: 5px 0 5px 20px;
	font-family: roboto;
	font-size: 12px;
	line-height: 1.5;
}

div.story cite {
	font-family: roboto;
	font-style: italic;
	line-height: 2;
}



.navlinks { font: 11px roboto; text-transform: uppercase; }
.navlinks a { color:black; }





#sidebar ul { list-style: none; }

.widget {
	float: left;
	width: 250px;
	background: white;
	border-top: 3px solid #441161; 
	border-bottom:3px solid #441161; 
	color:#737;
	text-transform: lowercase;
	font: 13px Roboto; 
	font-weight: 300;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:10px;
	text-align: left;
}

div.customvalue {
	color: black;
	text-transform: none;
	font-weight: normal;
	line-height: 15px;
}

div.customvalue h3 {
	font-size: 15px;
	padding: 3px 0 10px;
}




#sidebar ul.advanced-random-posts li a img { 
	padding:0; 
	margin:5px 0 15px 0; 	
	float:left;
	margin-right: 100%;
 }
#sidebar ul.advanced-random-posts li a { 
	margin:10px 0; 
	text-transform: lowercase; 
	font: 14px Roboto; 
	float:left }
#sidebar ul.advanced-random-posts li { 
	font: normal 13px Roboto; 
	color: black; 
	text-transform:none;  }

#sidebar .widget_recent_entries ul li a { 
	font: normal 11px Roboto; 
	display:block; 
	padding:12px 0 2px 0;  }


#related-posts-widget li { 
	margin: 10px 0; 
	display: block; 
	text-transform: none; }



.rsg_image {
width:115px;
height:115px;
-webkit-transition: opacity 0.5s;
}

.rsg_image:hover {
/*background: url('images/magnify.png');*/
opacity: 0.2;
filter:alpha(opacity=20);
}


.rsgallery a {
margin: 5px 10px 5px 0;
width:115px;
height:115px;
float:left;
}

#rsgwidget-4 .rsg_image , #rsgwidget-4 .rsgallery a {      /* BUCHTIPS */
margin: 5px 10px 5px 0;
width:auto;
height:auto;
}
#rsgwidget-4 .rsg_image:hover { opacity:1; filter:alpha(opacity=100); }

.widget_rsg { 
	float:left; width:250px;
	clear:both; 	
	margin-bottom:10px;
}



#footer {
        margin: 0px 0px 30px 0px;
        padding: 0px 0px 30px 0px; 
		font: normal 11px/14px Roboto;
		text-transform:lowercase;	
}

#footer h4 {  
padding: 15px 0 5px;
font: bold 12px Roboto;	
	}








/* Misc */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right:10px;
}

.alignright {
	float: right;
	margin-left:10px;
}
/* post */
.meta {
}




.introblock {
	float: left;
	width: 190px;
	height: 220px;
	margin: 10px 8px 10px 0;
}

.introtitle {
	font: normal 18px Roboto Slab;
	color: #441161;
	text-align: center;
	height: 25px;
	width: 180px;
	background-color: white;
	float: left;
}

div.introcontent {
	position: relative;
	float: left;
	width: 180px;
	height: 180px;
	background: white;
	overflow: hidden;
	font-size: 12px;
	margin: 0;
}

div.introcontent h1 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px 0 5px 0;
}


img.attachment-post-thumbnail.wp-post-image {
	padding: 0 !important;
}


a.hoverimg { 
	position:absolute; 
	float:left;
	width:100%;
	height:100%;
	margin: -3px;
	-webkit-transition: 0.3s ease-in-out;
}

a.hoverimg:hover { opacity:0.2; filter:alpha(opacity=20); }




/* KONTEXT */

.qTip {
	position: absolute;
    background: #fff;
    background: rgba(255,255,255,0.95);
    color: black;
	text-align: left;
	padding: 10px;
	opacity: 0;
	font-size:9px;
	width: 200px;
	font: normal 11px/18px Arial;
	text-transform: none;
	/*-webkit-border-radius: 4px;*/
	/*-moz-border-radius: 4px;*/
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5), 0 1px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.5), 0 1px 8px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px rgba(0,0,0,0.5), 0 1px 8px rgba(0,0,0,0.2);
}
.hoverdate .qTip,
.qTip h2 { margin-bottom:5px; font: bold 13px Arial; }

.qTip:before { font-size: 14px; content:'▲'; 
	position: absolute; top:-13px; left:50%; margin-left:-6px; 
	text-align:center; 
	color:#fff; 
	color:rgba(255,255,255,0.95) }

a span:hover {text-decoration: none !important;}


.hoverdate { font-size: 12px; font-weight:bold; line-height: 50px; float: left; width: 35px; 
/*-webkit-transform: rotate(-90deg); 
-moz-transform: rotate(-90deg);	
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}

.hoverdate span { float:left; }

.printandpdf img { margin-left: 20px; }