/*
Theme Name: St. George's Theme
Description: WordPress theme for St. George's School Cologne
Author: Media Ventures GmbH
Author URI: http://mediaventures.de/
*/

* {
	padding: 0;
	margin: 0;
	}

body {
	font: 1em/1.6 "times new roman", times, Georgia, serif;
	background: white url("images/headerbg.gif") repeat-x;
	width: 100%;
	}
	
h1 {
	font: normal 1.5em "times new roman", times, Georgia, serif;
	margin: 10px 0 10px 30px;
	}
h1 a {	
	color: #000;
	text-decoration: none;
	}
h1 small{
	font: 0.5em/1.6 arial, verdana, sans-serif;
	padding: 0 0 0 1em;
	}

/* @group Header */

#header a img {
	border: none;
	}
	
#headerleft {
	position: absolute;
	left: 173px;
	width: 383px;
	height: 114px;
	background: url("images/stgeorgelogo.gif") no-repeat;
	text-indent: -999em;
	z-index: 1337;
	}
	
#header ul {
	list-style: none;
	}
	
#badge1 {
	position: absolute;
	top: 10px;
	right: 1px;
	}

#badge2 {
	position: absolute;
	top: 10px;
	right: 117px;
	}

#badge3 {
	position: absolute;
	top: 53px;
	right: 117px;
	}
#headerbadge1 {
	text-align: right;
	padding: 10px 0 0 10px;
	float: right;
	}
	
#headerbadge2 {
	text-align: right;
	padding: 6px 0 0 10px;
	}
	
#headerbadge2 img {
	margin-bottom: 5px;
	}

#headerimg {
	top: 29px;
	left: 53px;
	position: absolute;
	}

#headerimg a img {
	border: none;
	}

#header {
	position: relative;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	height: 121px;
	}

/* @end */	
#content {
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	clear: both;
	background: url("images/fotoleiste.jpg") repeat-y 0 0;
	padding: 30px 0;
	margin: 20px 0 0 20px;
	}

/* @group Navigation */

* html #sidebar {height: 566px;}

#sidebar {
	float: left;
	padding: 40px 1em 50px 6em;
	background: url("images/banderole.jpg") no-repeat 74px 0;
	min-height: 566px;
	width: 11.5em;
	}

#sidebar ul {
	font-size: 1em;
	color: #000000;
	list-style-type: none;
	text-align: right;
	}

#sidebar li {
	padding: 2px 0 0 5px;
	}
	
#sidebar a {
	color: #000000;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #b10000;
	}
	
#sidebar ul li ul li ul {display: none;}
	
#sidebar ul li ul li.current_page_item ul, #sidebar ul li ul li.current_page_parent ul {
	display: block;
	}

#sidebar ul li ul li.current_page_item, 
#sidebar ul li ul li.current_page_parent, 
#sidebar ul li ul li.current_page_parent ul li.current_page_item a  {	
	font-weight: bold;
	}

#sidebar ul li ul li.current_page_item ul li, #sidebar ul li ul li.current_page_parent ul li {	padding: 0 0 0 0;
}	

#sidebar ul li ul li.current_page_item ul li a, #sidebar ul li ul li.current_page_parent ul li a {
	font-size: 0.7em;
	font-weight: normal;
	}

#sidebar h2 { display: none; }

li.page-item-1641 {
	margin-top: 20px;
	}

/* @end */

/* @group Text inhalt */

.inhalt {
	padding: 0 0 20px 1.9em;
        /*border-left: 2px solid #999999;*/
	}
	
.inhalt p, .inhalt table, inhalt table tr td, .inhalt ul, .inhalt ul li {
	line-height: 1.6;
	font-size: 12px;
	padding-bottom: 10px;
	}

/* @end */

/* @group Languages */

ul.lang-switch {
	list-style-type: none;
	float: right;
	}



/* @end */

/* @group Wrapper */

#wrapper{
	width: 65%;
	max-width: 700px;
	min-width: 400px;
	float: left;
	background: transparent url("images/border-left.gif") no-repeat left 50px;
	min-height: 560px;
	margin-bottom: 40px;
}

* html #wrapper { 
	height: 560px; 
	}

/* @end */

/* @group News */

.date {
	padding: 0 0 0 30px;
	color: #999999;
	}



/* @end */

/* @group Images */

.image {
	text-align: left;
	}



/* @end */

/* @group Footer */

#footer {
	background: #fab900;
	text-align: center;
	}

#imprint {
	float:right;
	margin-right:10px;
	}

#imprint a {
	color: #000;
	}

/* @end */

/* @group Helpers */

.clear{
	clear:both;
	}

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}

/* @end */