@charset "UTF-8";

/**
 * Theme Name:     TwentyTen NR Mod
 * Theme URI:      http://niklas-rother.de
 * Description:    Child theme for the Twenty Ten theme. Made for my blog.
 * Author:         Niklas Rother
 * Author URI:     http://niklas-rother.de/
 * Template:       twentyten
 * Version:        1.0.0
 */

@import url('../twentyten/style.css');

.one-column #content {
	width: 900px;
}
#site-title {
	margin: 0 0 0 0;
}
#site-description {
	clear: left;
	float: left;
	font-style: italic;
	margin: 0 0 18px 0;
	width: 100%;
}
#site-searchbox {
	float: right;
	width: 150px;
	margin: 12px 20px 0 0;
}
#searchform{
	width: 100%;
}
#rss{
	color:#ee7700;
	padding-right:20px;
	background:transparent url(http://niklas-rother.de/wp-includes/images/rss.png) no-repeat center right;
	text-decoration: none;
	font-style: italic;
	font-size: 1.5em;
	font-family: Arial, Verdana;
}
#site-rssbox{
	float: left;
	margin: 12px 0 0 0;
}
#entry-author-info{
	display: none;
}
/* von freshy 2 geklaut*/
.important {
	background:#ffcdc5;
	border:1px solid #cd2d12;
	padding:5px;
	margin:.5em 0 .5em 0;
	color:#8c1400;
}

.important a {
	color:#8c1400;
}

.note {
	background:#d5f69b;
}

.note, .download {
	border:1px solid #75ad14;
	padding:5px;
	margin:.5em 0 .5em 0;
	color:#446c00;
}

.note a, .download a {
	color:#446c00 !important;
}

.download a {
	font-weight:bold;
}

.download {
	background:#d5f69b url(images/download.png) no-repeat top left;
	padding-left:46px;
	min-height:35px;
}
