/** 
 * quiz-fight.de theme 
 * 
 * @project   quiz-fight.de
 * @author    Mario Volke 
 * @cssdoc    version 1.0-pre 
 */


/** 
 * Reset 
 * 
 * @section reset 
 * @see     YUI Reset CSS, http://developer.yahoo.com/yui/reset/ 
 */ 

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,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,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}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:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}


/** 
 * Clearing floats without extra markup
 * Based on How To Clear Floats Without Structural Markup by PiE
 * 
 * @section clearing
 * @see http://www.positioniseverything.net/easyclearing.html
 */
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}

/**
 * Main layout
 *
 * @section main
 */
html {
	background:#176ba7;
	color:#fff;
	height:100%;
}
body {
	font-family:'Helvetica Neue', Helvetica, Arial, Verdana, serif;			
	font-size:13px;
	line-height:1.3em;
}
#wp {
	margin:150px auto 30px auto;
	position:relative;
	width:600px;
}
div.character {
//	background:url(../images/character.jpg) bottom right no-repeat;
	background-image:url(../images/character.jpg); background-position: 420px 340px; background-repeat: no-repeat;
}
#logo a {
	background:transparent url(../images/logo.png) top left no-repeat;
	display:block;
	height:300px;
	overflow:hidden;
	left:-50px;
	position:absolute;
	text-indent:-1000px;
	top:-100px;
	width:300px;
}
h2 {
	font-size:3em;
	font-weight:bold;
	text-shadow:#3dbecb 1px 1px 2px;
	text-align:right;
	margin-bottom:1em;
	margin-top:1em;
}
h3 {
	font-size:2em;
	font-weight:bold;
	text-shadow:#3dbecb 1px 1px 1px;
	margin-bottom:1em;
	margin-top:1em;
}
h3.first {
	padding-top:100px;
	text-align:right;
}
h4 {
	font-weight:bold;
}
a,
a:visited {
	color:#fff;
	text-decoration:underline;
}
a:hover,
a:active {
	color:#f8d825;
}
a.featured,
a.featured:visited {
	border-bottom:1px solid #3dbecb;
	color:#fff;
	font-size:2em;
	font-weight:bold;
	text-shadow:#3dbecb 1px 1px 1px;
	margin-bottom:1em;
	text-decoration:none;
}
a.featured:hover,
a.featured:active {
	color:#f8d825;
}
p, ul {
	margin-bottom:1.3em;
	text-shadow:#346478 -1px -1px 1px;
}
ul li {
	list-style-type:disc;
	margin-left:30px;
}
p.featured {
	padding-left:250px;
	text-align:right;
}
.center {
	text-align:center;
	margin-top:3em;
}

/**
 * Slider
 *
 * @section slider
 */

#slider {
	position:relative;
	margin:30px 0 60px;
	background:#202834 url(../images/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}
.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

/**
 * Footer
 *
 * @section footer
 */
#ft {
	border-top:1px solid #3dbecb;
	margin-top:30px;
	padding-top:10px;
	text-align:right;
}
#ft ul li {
	display:inline;
}
#ft ul li a,
#ft ul li a:visited {
	color:#182730;
	text-decoration:none;
}
#ft ul li a:hover,
#ft ul li a:active {
	color:#fff;
	border-bottom:1px solid #3dbecb;
}

