/*
Theme Name: design.hagenberg
Theme URI: http://design.fh-hagenberg.at/
Description: This is the adapted K2 style for design.hagenberg
Author: Wolfgang Hochleitner
Author URI: http://www.coding-monkey.net/
Template: k2
Version: 0.1
*/

/* Farbe von Links */
a, a:hover, a:visited, .post-content a, .post-content a:hover, .post-content a:visited {
	color: #B92B7E;
}

/* Überschriften linksbündig */
body.page #content .post-title {
	text-align: left;
	margin-left: 0px;
}

/* Überschriften kleiner */
.post-title {
	font-size: 1.8em;
}

/* Farbe der Überschriften und deren Links */
.post-title, .post-title a, .post-title a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
	color: #B92B7E;
}

/* Zeilenabstand geringer, mehr Platz zwischen Einträgen, Blocksatz */
.post-content {
	line-height: 1.2em;
	margin-bottom: 40px;
	text-align: justify;
}

/* Sidebar schmäler */
.secondary {
	width: 150px;
}

/* Primary Bereich Breiter */
#primary {
	width: 560px;
}

/* Header absolut und über allem positioniert, um überstehndes Element zu ermöglichen */
#header {
	position: absolute;
	left: -56px;
	z-index: 100;
	width: 836px;
	background-position: left;
	background-color: transparent;
}

/* Menü im Header wieder nach links korrigiert */
.menu {
	left: 56px;
}

/* Hauptcontent um die Größe des Headers nach unten verschoben (wg. postion:absolute) */
.wrapper {
	margin-top: 200px;
}

/* Overflow handling auf visible (von auto) gestellt, um bei Safari und Opera Scrollbalken zu vermeiden */
.post p {
	overflow: visible;
}

/* Events Calender Titel linksbuendig */
#events-calendar h4 {
	text-align: left;
}

/* Events Calender Farbschemata */
#wp-calendar th, #EC_nextMonth, #EC_previousMonth {
	background-color: #ffffff !important;
	color: #B92B7E !important;
	padding: 0 !important;
}

/* Events Calendar Monatsname */
#wp-calendar caption {
	border: none !important;
	padding: 0px;
	text-align: left !important;
	font-size: 1.2em !important;
	margin: 0 !important;
}

/* Events Calendar Rahmen weg */
#wp-calendar td {
	border: none !important;
	//color: #B92B7E !important;
	padding: 0 !important;
}

#wp-calendar .padday {
	background-color: #ffffff !important;
}

.EC_description {
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
}

/* IE Workaround damit Dropdown funktioniert */
	*:first-child+html #primary, *:first-child+html .secondary {
	z-index: -1;
}