/*  
Theme Name: Treba
Theme URI: http://ifelse.co.uk/treba/
Description: A clean theme
Version: 1.01
Author: Phu Ly
Author URI: http://ifelse.co.uk/

Modified for bildungsgleich.de
Author: Tobias Sauer
*/


/* */
.navigation {
    font-size: 150% !important;
    margin-bottom: 10%;
    padding:3px;
}

.navigation a {
    color: #000;
 }
 
.sidebar li .widget randomtext {
    font-size: 20% !important;
 }
/* */

/*************************************
 +Containers
 *************************************/
body{
	background:#C0BBA5 url(./images/background.gif) repeat-x;
	/*color:#666;*/
	color:#333;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size:62.5%;
	line-height:1.7;
	text-align:center;
	margin:0;
	border-top:5px solid #504B35;
}

#content{
	background:#f5f6f4;
	background:#FFFFFA url(./images/main.gif) repeat-x;
	border:3px solid #d0cbb5;
	border-bottom:none;
    min-height: 730px;
	float:left;
	padding:10px;
	width:54em;
    font-size:1em;
}
#footer{
	color:#888;
	font-size:0.8em;
	margin:15px;
	padding:3px;
	text-align: center;
}
#header{
	margin-top:20px;
	margin-left:20px;
}
#sidebar{
	/*color:#ddd;*/
	border:2px solid #d0cbb5;
	color:#333;
	padding-left: 5px;
	font-size:1.1em;
	float:left;
	margin-left:0.5em;
	width:14em;
        /* Höhe der Umrandung */
	height:900px;
	}


#wrap{
	margin:0 auto;
	text-align:left;
	width:90%;
}


/*************************************
 +Hn
 *************************************/
#sidebar h2{
	color:#333231;
	font-size:1.4em;
	margin-bottom:10px;
	font-weight:normal;
}
#header h1{
	display:inline;
	font-size:2.4em;
	line-height:1;
	margin:0;
}
#header h1 a{
	color:#fff;
}
#header h1 a:hover{
	color:#fffab8;
}
h1, h2, h3{
font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
letter-spacing: -1px;
}
h2{
font-size:1.5em;
padding-right:5px;
}
h3{
font-size:1.2em;
}
#header h1{
font-weight:normal;
}
.entrytitle h2, .entrytitle h3{
display:inline;
font-weight:normal;
}
.entrytitle h2{
color:#C04422;
}
.entrytitle h3{
font-weight:normal;
}
/*************************************
 +Lists
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}


#sidebar li {
    list-style-type:none;
}

#sidebar ul ul li {
	margin-left: 15px !important;
}

#sidebar ul li a{
	color:#fff;
}

#sidebar ul li {
	color:#fff;
}

.cat-item {
    color: #ddd !important;
}

#sidebar ul li a:hover{
	color:#fffab8;
}
/*************************************
 +Misc
 *************************************/
a{
text-decoration:none;
color:#9e9e9e;
}
a:hover{
color:#ab9;
}
#footer a{
color:#ab8;
}
#header {
	margin-bottom:5px;
}
#header p{
	color:#eee;
	margin:0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	font-size:1.2em;
	margin:5px;
	padding:10px;
}
.entrytitle{
}
.entrytitle a {color:#888; text-decoration:none;}
.entrymeta{
	color:#666;
	font-size:0.9em;
	padding:3px 8px;
}
.entrymeta a{
	color:#666;
}
.entry-1{
	background:#FCFAF4;
	border:1px solid #fff;
	/*color:#77756B;*/
	color: #333;
	font-size:1.2em;
	-moz-border-radius:3px;
}
.entry-1 .entrymeta{
	color:#888;
}
.entry-1 .entrymeta a{
	color:#777;
}
.entry-1 .entrytitle{
	border-bottom:none;
}
.entry-1 .entrytitle a{
	color:#697557;
	font-size:1.2em;
}
.entry-1 .entrytitle a:hover{
	color:#57634B;
}

/* Captions */

.aligncenter,  
div.aligncenter,   {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:5px;
	padding:10px;
}
.commentsblock textarea{
	width:420px;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
.even{
	background:#3F464A;
	border:1px solid #43494D;
}
.alt{
	background:#FCFAF4;
	border:1px solid #FCFAF4;
	padding:5px;
}

/*************************************
 +Pagebar
 *************************************/
 
.pagebar {
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    text-align: center;
    font-size: 150%;
}

