/*  
Theme Name: nfeed DE-Edition
Theme URI: http://www.nfeed.de/
Description: Oh - another, simple Wordpress-Theme
Version: 0.1
Author: Christian Duell
Author URI: http://www.chrizdee.de

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* { margin: 0; padding: 0 }

body {
	background: #F6F6F6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
	color: #666;
}

p { margin: 15px 0 }
a { color: #666; font-weight: bold; }

/*	Some Classes */
.nb { border: 0 }

/*	Structure */

#header {
	color: #fff;
	background: url(http://nfeed.de/wp-content/themes/nfeed/imgs/header-bg.jpg) repeat-x bottom #E97B31;
	padding: 20px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

	#header div.wrapper {

	}

	#header a { color: #fff; text-decoration: none }
	
	#header div.right { float:right; }


#main {
	padding: 40px;
	margin: 0 auto;
	width: 855px;
	position: relative;
}
			

#logo { margin-bottom: 30px; margin-left: 20px; }

	#logo h1, #logo p.description { display: none }

#wrapper {
	padding: 20px;
	background: #fff;
	border: 1px dotted #ccc;
}

#content {
	line-height: 1.4em;
	margin-right: 360px;
}

#content h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 180%;
	color: #666;
	margin: 30px 0 20px 0;
}

#content h2.first { margin-top: 0 }

#content h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 140%;
	color: #E97B31;
	margin: 15px 0;
	margin-top: 25px;
	line-height: 1.4em;
}

	#content h3 a {
		color: #E97B31;
		text-decoration: none;
	}
	#content h3 a:hover { text-decoration: underline }

	#content p.postmetadata { color: #999; font-size: 80% }
	#content p.postmetadata a { color: #666 }
	#content p.postmetadata a:hover { color: #E97B31 }
	
	#content div.entry img.bildLinks {
		float: left;
		margin: 0 15px 15px 0;
	}
	
	#content div.entry {
		background: url(http://www.nfeed.de/wp-content/themes/nfeed/imgs/entry-trenner.jpg) no-repeat bottom;
		padding-bottom: 30px;
	}
	
	#content div.entry img.bildRechts {
		float: right;
		margin: 0 0 15px 15px;
	}
	
	#content p.postmetadata { 
		font-size: 80%; 
		color: #999; 
		margin: 15px 0; 
		padding: 10px 0;
		border-top: 1px solid #ccc;
	}
	
	#content code {
		border: 1px solid #ccc;
		background: #E7E7E7;
		padding: 10px;
		font-family: Monaco, Courier;
		font-size: 90%;
		margin: 15px 0;
		display: block;
	}
	
	#commentbox {
		padding: 15px;
		background: #E97B31;
		color: #fff;
	}
	
		#commentbox a, #commentbox h3 { color: #fff; }
		#commentbox ol { margin-left: 28px; margin-bottom: 40px; }
		#commentbox textarea { width: 100%; height: 150px; }

	
	#webnewsbox {
		padding: 15px;
		background: #E97B31;
		color: #fff;
		font-weight: bold;
		text-align: center;
		margin: 20px 0;
	}
	
		#webnewsbox a, #webnewsbox h3 { color: #fff; }
		#webnewsbox a { font-weight: normal; }
		

	#content div.ext-feed {
		font-size: 90%;
	}
	
		#content div.ext-feed h3 {
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 180%;
			color: #666;
			margin: 0px 0 20px 0;
		}
		#content div.ext-feed h3 a { color: #666 }
	
		#content div.ext-feed div.feed-item {
			margin: 20px 0;
			padding-bottom: 20px;
			background: url(http://www.nfeed.de/wp-content/themes/nfeed/imgs/entry-trenner.jpg) no-repeat bottom;
		}
		
		#content div.ext-feed div.feed-item p.meta-info { color: #999 }
		
		#content div.ext-feed div.feed-item img {
			padding-right: 10px;
			padding-bottom: 8px;
		}
		
		#content div.ext-feed div.feed-item a {
			text-decoration: none;
		}
		#content div.ext-feed div.feed-item a:hover {
			text-decoration: underline;
		}

/*	Sidebar */

#sidebar {
	width: 320px;
	float: right;
}

	#sidebar #infobox {
		background: #E97B31;
		padding: 15px;
		font-size: 140%;
		color: #fff;
		font-family: "Trebuchet MS", Arial, sans-serif;
		line-height: 1.4em;
		text-align: center;
		margin-bottom: 20px;
	}
	
	#sidebar #functionbox {
		background: #999;
		color: #fff;
		padding: 15px;
		line-height: 1.4em;
		margin-bottom: 20px;
	}
	
	#functionbox h3 {
		color: #fff;
		font-size: 120%;
		margin: 10px 0;
	}
	
	#functionbox input.sfield { width: 220px; }
	
	#more-news { 
		padding: 15px;
		background: #E7E7E7;
	}
	
	#more-news h3 {
		color: #E97B31;
		font-size: 120%;
		margin: 10px 0;
	}
	#more-news h3 a { text-decoration: none; }
	
	#more-news ul {
		list-style: none;
		font-size: 80%;
	}
	
	#more-news li {
		margin-bottom: 8px;
	}
	
	#more-news li a {
		color: #666;
		text-decoration: none;
		font-weight: normal;
	}

	#more-news li a:hover {
		color: #E97B31;
	}

/*	Footer */

#footer {
	background: url(http://nfeed.de/wp-content/themes/nfeed/imgs/footer-bg.jpg) repeat-x top #E97B31;
	padding: 20px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #fff;
	line-height: 1.4em;
	text-align: center;
	clear: both;
}

	#footer a { color: #fff }
	
	#footer p.partner { font-weight: normal; font-size: 85%; }
	