/*  
Theme Name: Jentri
Theme URI: http://ifelse.co.uk/jentri/
Description: Smart and sophisticated. Background image courtesy of squidfingers.
Version: 1.01
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/



#preload img
{
height: 0; width: 0; border-width: 0;
position: absolute;
bottom: 0;
left: 0;
z-index: -30;
}


/*default blau*/

body{
	background:#ccc;
}

#wrap{
	background: #9CC0E5;
}
* html body #wrap{
	background: #9CC0E5;
}


#logo {
  	background:#ccc url(/wp-content/themes/jentri/images/UNI_logo_dunkelblau_170.gif) no-repeat;
  	background:#ccc url(/wp-content/themes/jentri/images/UNI_logo_red_170.gif) no-repeat 170px 153px;
  	background:#ccc url(/wp-content/themes/jentri/images/UNI_logo_jroen_170.gif) no-repeat 170px 153px;
}

/*************************************
 +Containers
 *************************************/

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	line-height:1.7;
	margin:0;
}

#logo a{
	display:block;
	width:170px;
	height:156px;
	background: inherit;
	text-decoration: none;
}

#logo a em {visibility:hidden}


#content{
	padding:20px;
	width:500px;
}
#footer{
	color:#000;
	font-size:0.8em;
	margin-top:20px;
	padding:3px;
}
#header{
	margin-top:40px;
	margin-left:40px;
	font-size:1em;
}

#right {
	margin-top:40px;
	color:#eee;
	float:left;
	margin-left:10px;
	width:310px;
}
#wrap{
	float:left;
	width:512px;	
	}
* html body #wrap{
	}

/*************************************
 +Hn
 *************************************/
#sidebar h2{
	font-size:2.2em;
	margin-bottom:10px;
	font-weight:normal;
}
#header h1{
	display:inline;
	font-size:2.8em;
	line-height:1;
	margin:0;
	font-weight:normal;
	letter-spacing: -2px;
}
#header h1 a{
}
#header h1 a:hover{
	color:#333;
}
h1, h2, h3{
	letter-spacing: -1px;
}
h2{
	font-size:1.5em;
	padding-right:5px;
}
h3{
	font-size:1.2em;
}
.entrytitle h2, .entrytitle h3{
	display:inline;
	font-weight:normal;
}
.entrytitle h2{
	font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
}
.entrytitle h3{
	font-family: "Century Gothic", Helvetica, arial;
	font-weight:normal;
}
.entrymeta{
	padding:3px;
	padding-bottom:70px;
}
/*************************************
 +Lists
 *************************************/
#right #sidebar ul, #right ul#sidebar{
	list-style-type:none;
	margin:0;
	padding:0;
        color:#000;
        font-size:1.1em;

}
#right #sidebar ul li a, 
#right #sidebar #wp-calendar a,
#right #sidebar #tag_cloud a{ 
	color:#000;
        font-weight: 700;
}
#right #sidebar ul li a:hover{
	color:#999;
}
/*************************************
 +Misc
 *************************************/
a{
	text-decoration:none;
}
.entry a{
font-weight:bold;
}

#footer a{
	font-weight:bold;
}
.navigation{
	padding:3px;
	text-align:center;
}
.navigation a{

}
#header {
	margin-bottom:5px;
}
#header p{
	color:#333;
	font-size:1em;
	margin:0;
}

/*************************************
 +Entry
 *************************************/
.entry{
	font-size:1.2em;
	margin:5px;
	padding:0 10px;
}

.entrytitle{
}
.entrytitle a {
	text-decoration:none;	
}
.entrytitle a:hover {
	color:#333;
}
.entrymeta{
	color:#666;
	font-size:0.8em;
}
.entrymeta a{
	color:#666;
}

/*************************************
 +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;
}
