/*  
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/
*/

/*************************************
 +Containers
 *************************************/



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;
}


/*************************************
 +Hn
 *************************************/
#sidebar h2{
	color: #274666;
}

#header h1 a{
	color: #274666;
}
#header h1 a:hover{
	color:#86827A;
}


.entrytitle h2, .entrytitle h2 a{
	color: #274666;

}

/*************************************
 +Lists
 *************************************/

#sidebar ul li a{
	color:#fff;
}
#sidebar ul li a:hover{
	color:#fff;
}

#sidebar ul li a:visited{
	color:#fff;
}
/*************************************
 +Misc
 *************************************/
a{
	color:#274666;
}

a:hover{
color:#333;

}
#footer a{
	color:#333;
}

.navigation a{
	color: #274666;
}

#header p{
	color:#274666;

}

.entrytitle a {
	color: #274666;
}
