/*
Theme Name: terrain.de
Theme URI: http://terrain.de/cms
Description: A supersimple and stylish Theme developed by <a href="http://matthias-jaeger.net">Matthias J&auml;ger</a>.
Author: Matthias J&auml;ger
Author URI: http://matthias-jaeger.net
Tags: simple, style
*/

/*  - - - - - - - - - - - - - - - - - - - -resets - - - - - - - - - - - - - - - - - - - - */


		*{font-family:Verdana,Arial,Sans Serif; font-size:9px; line-height:16px; color:#000000;list-style:none; text-decoration:none; font-weight:normal;}

/*  - - - - - - - - - - - - - - - - - - - -struc - - - - - - - - - - - - - - - - - - - - */
		
		body{background:#FFFFFF;}
		#all{width:1070px; margin:0 auto;}
		#header{height:180px; padding-bottom:50px;}
		#sidebar{width:420px; padding-right:30px;}
		#content{width:620px;}
		
		.entry{margin-bottom:30px;}
		.thumb{margin-right:5px;}
		
		a img, img, embed{border:1px solid grey;}
		
		b,strong{font-weight:bold;}
		#content br,p,span{margin-bottom:10px;}

/*  - - - - - - - - - - - - - - - - - - - -typo - - - - - - - - - - - - - - - - - - - - */

		h1, h1 a{font-weight:bold; font-size:30px; color:#000000;}
		.subheader{ text-transform:uppercase; }
		
		.h2_content_left{font-weight:bold; margin:0; width:510px; float:left;}
		.h2_content_right{font-weight:normal; margin:0; width:110px; float:left;}

		
		a{color:#0000FF;}
		a:hover{color:grey;}
		#ysidebar ul a{color:#000000;}
		#ysidebar ul a:hover{color:grey;}
		
		.selected{
			text-transform:uppercase;
			border-bottom:1px solid grey; 
			color:grey; 
			display:block;
		}
		.unselected {
			text-transform:uppercase;
			color:#0000FF; 
			border-bottom:1px solid #FFFFFF;
			display:block;
		}
		.unselected:hover{
			text-transform:uppercase;
			color:#444444; 
			border-bottom:1px solid #AAAAAA;
			display:block;
		}
		
		.selected_sub{
			text-transform:uppercase;
			color:grey; 
			display:block;
		}
		a.unselected_sub {
			text-transform:uppercase;
			color:#0000FF; 
			display:block;
		}
		.unselected_sub:hover {
			text-transform:uppercase;
			color:grey; 
			display:block;
		}
		
		
		

