/*
	custom.css ? custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
	
	
*/

/*---:[ global elements ]:---*/

a { color: #799922; text-decoration: underline; }

	a:visited { color: #555; text-decoration: underline; }

	a:hover { color: #799922; text-decoration: underline; }
	
	a img { border: none; }
	
p {
	font-family: Verdana, Helvetica, Arial, sans serif;
	color: #000;
}
	
p.unstyled { 	
	font: 1.3em/1.45em Verdana, Helvetica, Arial sans-serif;
 }

	
.clear {
	width: 447px;
	margin: 0 0 2.5em 0;
}

/*---:[ headlines ]:---*/

#title h1 a {
	color: white;
	margin: 0 0 0 19px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	
}

#title h3 {
	font-size: 1.6em;
	color: #d7dae6;
	margin: 7em 0 -0.2em 19px;
}

	h2 a:visited { 
		color: #555; 
		text-decoration: none; 
	}
	
	h2 a:hover { 
		color: #799922; 
		text-decoration: underline; 
	}
		
	.posts h2 { 
		padding-bottom: 0.2em; 
	}
	
	.pages h2, h2.page_header { 
		border-bottom: 1px solid;
		padding-bottom: 0.2em;
	}
	
	h2.archive_head { 
		text-transform: none !important; 
		letter-spacing: normal !important; 
		margin: 0 0 1.8em 0 !important; 
		padding: 0.4em 2px !important; 
	 }
		
h3 { 
	font-size: 1.9em; 
	text-transform: none;
	padding-top: 0.2em;
}

h3 a { 
	color: #000; 
	text-decoration: none; 
}
	
	h3 a:visited { 
		color: #555; 
		text-decoration: none; 
	}
	
		h3 a:hover { 
		color: #799922; 
		text-decoration: underline; 
	}
	
	.entry h3 { font-size: 1.2em; margin: 0 0 0.5em 0; }

	.entry h3.top { font-size: 1.2em; margin: 1.5em 0 0.5em 0 !important; }
	
	h3.comments_headers { font-size: 1.6em; }


h4 { font: italic 1.2em Georgia, "Times New Roman", Times, serif; color: #000; }

	h4 a, h4 a:visited { color: #888; text-decoration: none; }
	
		h4 a:hover { color: #888; text-decoration: underline; }
	
	.posts h4 { margin: 0 0 1.25em 0; padding: 0 0 1.0em 0; }


	
/*---:[ core layout elements ]:---*/

#container { 
	width: 970px; 
	text-align: left;
	margin: 0 auto 0 auto;
	margin-bottom: 5em;
	background-color: #f5f5f9;
 }

					
/* -------------------------- */
/* content container */

#title {
	width: 330px;
	height: 182px;
	margin-top: 7px;
	background: #203b8c !important;
	float: left;
	
}

#header_img { 
	width: 633px;
	height: 182px;
	margin: 7px 0 0 7px;
	float: left;
}


#header_img img {
	width: 633px;
	height: 182px;
}
	

#nav a {
	color: #000;
}

ul#main_nav  {
	list-style: none; 
	width: 941px;
	margin-top: 7px;
	padding: 0 10px 0 19px; 
	background: #b9b0b3;
	float: left; 
	clear: both;
}

ul#main_nav li {
	padding: 0.7em 40px 0.5em 0; 
	font: bold 1.2em Helvetica, Arial, sans-serif; 
	text-transform: uppercase;
	letter-spacing: 0.03em;
	float: left;
}

		ul#main_nav li a, ul#main_nav li a:visited { 
			text-decoration: none; 
		}
	
		ul#main_nav li a:hover {
			color: #203b8c;
			text-decoration: underline; 
		}
		
		ul#main_nav li.current_page_item a, ul#main_nav li.current_page_item a:visited, ul#main_nav li.current_page_item a:hover { 
			color: #203b8c; 
			text-decoration: underline;
		}

ul#main_nav li a.current, ul#main_nav li a.current:visited, ul#main_nav li a.current:hover { 
			color: #203b8c; 
			text-decoration: underline;
		}

ul#sub_nav  {
	list-style: none; 
	width: 941px;
	margin-top: 1px;
	padding: 0 10px 0 19px; 
	background: #d7dae6;
	float: left; 
	clear: both;
}

ul#sub_nav li {
	padding: 0.7em 40px 0.5em 0; 
	font: bold 1.2em Helvetica, Arial, sans-serif; 
	text-transform: uppercase;
	letter-spacing: 0.03em;
	float: left;
}

		ul#sub_nav li a, ul#nav li a:visited { 
			text-decoration: none; 
		}
	
		ul#sub_nav li a:hover {
			color: #203b8c;
			text-decoration: underline; }
		
		ul#sub_nav li.current_page_item a, ul#sub_nav li.current_page_item a:visited, ul#sub_nav li.current_page_item a:hover,
		ul#main_nav li.current_page_parent a { 
			color: #203b8c; 
			text-decoration: underline; 
		}


/* -------------------------- */

#content_box { 
	width: 970px; 
	text-align: left; 
	margin: 0 0 0 0; 
	float: left; 
	clear: both;
}

#content_header_box { 
	width: 970px; 
	text-align: left; 
	margin: 3.0em 0 0 0; 
	float: left; 
	clear: both;
}

#col1_content, #col1_header {
	width: 447px;
	padding: 0 19px 0 19px;
	float: left;
}


#col2_content, #col2_header {
	width: 447px;
 	padding: 0 19px 0 19px;
	margin-left: 485px;
}


/*---:[ content styles ]:---*/


#col1_content.images {
	width: 447px;
	margin: 0 0 5em 0;
	color: transparent;
	clear: both;
}

#col1_content hr {
	width:447px;
}

#col1_content.images .folder_caption { 
	height: 1px;
	visibility: hidden;
}

#col1_content.posts .entry img {
	margin: 0 0 1em 0;
}

#col2_content.posts {
	width: 447px;
}

#col2_content.posts p {
	padding: 0.4em 0 0 0;
}

.entry {
	font: 1.2em/1.55em Verdana, Helvetica, Arial sans-serif;
	color: #000;
	white-space: normal;
	padding: 1.2em 0 0 0 ;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #000;
}

.entry ul { 
	list-style-type: none; 
}

.entry_more {
	height: 1px;
}

.entry_more img {
	margin:0 1.2em 0 0;
	float: left;
} 

.archivlink {
	font-family: Verdana, Helvetica, Arial, sans serif;
	color: #000;
	font-size: 1em;
}



.tagged { font-size: 1em; padding: 0.4em 0 0 0; background: none; color: #888; }

	.tagged a, .tagged a:visited { padding: 0.25em; color: #666; text-decoration: none; }
	
		.tagged a:hover { color: #fff; background: #799922; text-decoration: none; }
		
	.add_comment { display: block; padding: 0 0 0 20px; font-weight: bold; float: right; }

.navigation { width: 447px; font-size: 1.2em; float: left; }
	
	.previous { margin: 0 0 2em 0; padding: 0 20px 0 0; float: left; }
	
	.next { margin: 0 0 2em 0; float: right; }

.rule { background: none; }

.flat { margin: 0 0 2.0em 0 !important; }

.whitespace { margin: 0 0 3.5em 0 !important; }

#metas {
	margin-bottom: 2em;
}

#suche h3{
	font-size: 2.0em;
	border-bottom: 1px solid;
	padding-bottom: 0.2em;
}

#newsfeed h3{
	font-size: 2.0em;
	border-bottom: 1px solid;
	padding-bottom: 0.2em;
}

#newsfeed p {
	margin-top: 1em;
	font-size: 1.2em;
}


/*---:[ footer styles ]:---*/

#footer { 
    width: 970px;
 	height:23px;
 	border:none;
	padding: 0.5em 0 0 0; 
	background: #d7dae6;
    float: none;
	clear: both;
}

#footer p {
	font-size: 1.1em;
	padding: 0 1em 0 0;
}

#footer a {	
	text-decoration: underline;
}

#footer p a:hover {
	color: #000;
}


/*---:[ comment styles ]:---*/

#comments { width: 447px; margin: 0 0 5em 0; float: left; color: #000; }

	ul#comment_list { list-style: none; margin: 0 0 4.0em 0; border-top: 1px solid #000; float: left; }
		
		ul#comment_list li.comment { width: 447px; padding: 1.2em 0 0 0; float: left; }
			
		ul#comment_list li.trackback { width: 447px; padding: 1.2em 15px 0 15px; }
				
			.comment_meta { margin: 0 0 0.8em 0; }
			
				.comment_num { padding: 0 15px 0 20px; font-weight: bold; font-size: 1.4em; float: right; }
				
				.trackback .comment_num { padding: 0 0 0 20px; }
				
					.comment_num a, .comment_num a:visited { color: #888; text-decoration: none; }
					
						.comment_num a:hover { color: #df0000; text-decoration: none; }
				
				.comment_meta strong { font-size: 1.2em; }
					
				.comment_time { font: normal 1.1em Verdana, Helvetica, Arial, Arial, sans-serif; color: #888; }
		
			.comment .entry { padding: 0; }
			
				.comment .entry p { margin: 0 0 0.8em 0; }


/*---:[ comment form styles ]:---*/

#comment_form { width: 447px; padding: 1.0em 0 0 0; float: left; }

	#comment_form p { padding: 0.6em 0; }
	
		#comment_form label { padding: 0 0 0 10px; font-size: 1.2em; }

		#comment_form .text_input { width: 200px; border: 1px solid #000; padding: 3px; color: #000; font: normal 1.2em Verdana, Helvetica, Arial, sans serif; }
		
		#comment_form .text_area { width: 380px !important; border: 1px solid #000; }
	
			#comment_form .text_input:focus { border: 1px dotted #000; }
	
		#comment_form .form_submit { padding: 0.4em 4px;  border: 1px solid #000; font: bold 1.4em Verdana, Helvetica, Arial, sans serif; cursor: pointer; }
		
		.form_submit:hover {color: #fff; background: #799922; text-decoration: underline;}
		
		#comment_form p.subscribe-to-comments { font-size: 1.4em; }
		
			#comment_form p.subscribe-to-comments label { font-size: 1.0em; }
			

/*---:[ search form styles ]:---*/

#search_form { 
margin: 1em 0 2em 0;
}

	#search_form .search_input { 
		width: 380px;
		height: 28px;
		color: #799922; 
		font: 1.3em Verdana, Helvetica, Arial, sans serif;
		padding: 0.8em 0 0 0.3em;
		vertical-align: middle;
		border: 1px solid #000; 
	}
	
	li.widget .search_input { 
		font-size: 1.2em !important; 
	}
	
		#search_form .search_input:focus { 
			border: 1px dotted #000;
		}
		