/*
Theme Name: fuxxteufelswild.de
Theme URI: http://wordpress.org/
Description: Theme made for fuxxteufelswild.de
Author: Lukas Heuser
Version: 1.0
Tags: fuxxteufelswild.de
*/

/* * * * * * * * * * * * Reset */
html{
	color:#000
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0
}
fieldset,img{
	border:0
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;font-weight:normal
}
li{
	list-style:none
}
caption,th{
	text-align:left
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;font-weight:normal
}
q:before,q:after{
	content:''
}
abbr,acronym{
	border:0;font-variant:normal
}
sup{
	vertical-align:text-top
}
sub{
	vertical-align:text-bottom
}
input,textarea,select{
	font-family:inherit;font-size:inherit;font-weight:inherit
}
legend{
	color:#000
}

/* * * * * * * * * * * * HTML5 */
section, header, article, footer, aside, nav{
	display:block
}
time{
	display:inline;
}


/* * * * * * * * * * * * Globals */
body{
	width:1000px;
	height:650px;
	margin:0 auto;
	font:normal normal normal 14px/1.3em Arial,Helvetica,sans-serif;
	background:#111
}

/* * * * * * * * * * * * Header */
body>header{
	overflow:hidden;
	margin:20px 0;
}

/* * * * * * * * * * * * Navigation */
body>header>nav>ul{
	float:right;
}
body>header>nav>ul>li{
	float:left;
	border-right:2px solid #f60;
	padding:0 10px;
}
body>header>nav>ul>li:last-child{
	border:0;
}
body>header>nav>ul>li>a{
	text-decoration:none;
	color:#fff;
}
body>header>nav>ul>li>a:hover{
	border-bottom:1px solid #f60;
}
body>header>nav>ul>li.current_page_item a{
	color:#f60;
}

/* * * * * * * * * * * * Sub-Navigation */
#right>article>header>nav>ul{
	background:#f60;
	overflow:hidden;
	margin:-25px -20px 25px;
}
#right>article>header>nav>ul>li{
	float:left;
	list-style-type:none;
}
#right>article>header>nav>ul>li>a{
	text-decoration:none;
	color:#fff;
	padding:10px;
	display:block;
}
#right>article>header>nav>ul>li.current_page_item a{
	color:#f60;
	background:#fff;
}

/* * * * * * * * * * * * Content */
#content{
	height:700px;
}
#content>section{
	float:right;
	width:460px;
	height:650px;
	background:#fff;
	padding:25px 20px;
	-moz-border-radius-bottomright:5px;
	overflow-y:auto;
	overflow-x:hidden;
}
#content>aside{
	float:left;
	width:500px;
	height:700px;
	background:#f60;
	text-align:center;
	vertical-align:middle;
}

/* * * * * * * * * * * * Fonts */
#content h1{
	font-size:140%;
	line-height:1.3em;
	margin:0 0 14px;
}
#content h1 a{
	color:#000;
}
#content h2{
	font-size:130%;
	line-height:1.3em;
	margin:21px 0 7px;
}
#content h3{
	font-size:120%;
	line-height:1.3em;
	margin:21px 0 7px;
}
#content p{
	margin:0 0 14px;
}
#content ul{
	margin:0 0 14px 14px;
}
#content li{
	list-style-type:circle;
}
#content a{
	color:#f60;
	text-decoration:none;
}
#content a:hover{
	text-decoration:underline;
}
#content dl{
	margin:0 0 14px;
}
#content dt{
	color:#f60;
}
#content dd{
	margin:0 0 0 16px;
}
#content table{
	margin:0 0 14px;
}
#content time{
	display:block;
	margin:-14px 0 14px;
}
#content .aligncenter{
	text-align:center;
}
#content .alignleft{
	float:left;
}
#content .alignright{
	float:right;
}
strong{
	font-weight:700;
}





/* * * * * * * * * * * * Rudelking */
/* * * * * * * * * * * * Rudelking */
/* * * * * * * * * * * * Rudelking 
#rudelking{
	background:url(images/rudelking.jpg) no-repeat;
	height:350px;
	padding:150px 0 0 220px;
	text-align:left;
	font-size:24px;
	font-size:1.2em;
}
#rudelking p{
	width:250px;
}
#rudelking .king{
	display:block;
	font-size:40px;
	line-height:1em;
	color:#f60;
	margin:0 0 0 25px;
}
#rudelking .deines{
	margin:0 0 0 50px;
}
#rudelking .rudel{
	font-size:32px;
	line-height:1em;
	color:#333;
}
#rudelking .notes{
	font-size:11px;
	line-height:1.3em;
	color:#333;
	margin:0 0 0 28px;
}*/