/*
Theme Name: yetnotnow v.0.1 (Beta)
Theme URI: http://www.royalistic.de
Description: Template for yetnotnow
Author: David Ruisinger
Author URI: http://www.royalistic.de
*/

/* =Basics
-------------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

p {
	margin: 1em 0;
}

.clear {
	clear: both;
}

a img {
	border: none;
}

body {
	overflow-y: scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #fff;
}

h1 {
	font-size: 20px;
	font-weight: bolder;
	color: #033979;
	font-style: italic;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

h2 a {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #033979;
	text-decoration: underline;
}
	
h3, h4, h5, h6 {
	font-weight: normal;
}


/* =Grundstruktur
-------------------------------------------------------------- */
#wrapper {
	clear: both;
	width: 800px;
	background: #fff;
}

#header {
}

#logo {
	padding-left: 10px;
	
}

#navigation {
	background: #63a63a;
}

#trennlinie {
	background: url('images/linie.gif');
	width: 800px;
	height: 2px;
	clear: both;
}

#sidebar {
	float: left;
}

#main {
	float: left;
	width: 474px;
	background: fafafa;
	padding: 20px;
}

#post  {
	clear: both;
}

#post {
	padding: 10px 0px;
}

#category {
	padding: 5px 0px;
}

#logout {
	float: right;
}

.bottom-navigation li {
	display: inline;
	list-style-type: none;
}



/* =Navigation
-------------------------------------------------------------- */
#navigation {
	background: #fff;
	display: block;
	float: left;
	margin: 0 auto;
	width: 800px;
}

#navigation .top-navigation,
div.menu {
	font-size: 11px;
	width: 800px;
}

#navigation .top-navigation ul,
div.menu ul {
	list-style: none;
	margin: 0;
}

#navigation .top-navigation li,
div.menu li {
	float: left;
	position: relative;
}

#navigation a {
	color: #000;
	display: block;
	padding: 2px 10px;
	margin: 2px 0;
	text-decoration: none;
	border-right: 1px #033979 solid;
}

#navigation li:last-child a {
	border: none;
}

#navigation li:hover > a,
#navigation ul ul :hover > a {
	background: #033979;
	color: #fff;
}

#navigation ul li:hover > ul {
	display: block;
}

#navigation ul li.current_page_item > a,
#navigation ul li.current-menu-ancestor > a,
#navigation ul li.current-menu-item > a,
#navigation ul li.current-menu-parent > a {
	background: #fff;
	color: #000;
	text-decoration: underline;
}

* html #navigation ul li.current_page_item a,
* html #navigation ul li.current-menu-ancestor a,
* html #navigation ul li.current-menu-item a,
* html #navigation ul li.current-menu-parent a,
* html #navigation ul li a:hover {
	background: #033979;
	color: #fff;
}


/* =Banner
-------------------------------------------------------------- */
#banner-wrapper {
	width: 180px;
	height: 260px;
	clear: both;
}

#banner {
	position: relative;
	width: 180px;
	height: 260px;
}

#banner img {
	position: absolute;
	width: 180px;
	height: 260px;
}

.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}

.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	width: 100%;
	z-index: 89;
}

.nivo-caption p {
	padding: 5px;
	margin: 0;
	text-align: center;
}


/* =Bilder
-------------------------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

img.alignleft {
	float: left;
	margin: 5px 10px 10px 0;
}

img.alignright {
	float: right;
	margin: 5px 0 10px 10px;
}

img.aligncenter, img.centered {
	display: block;
	margin: 10px auto;
}

.wp-caption, .wp-caption-text {
	background: #ededed;
	margin-bottom: 5px;
}

.wp-caption img {
	padding: 5px;
	border: none;
}

.wp-caption p {
	text-align:center;
	padding-bottom:5px;
}


/* = Slider
-------------------------------------------------------------- */
/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 20px 0 }
	.coda-slider { background: #fff; min-height: 600px; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 474px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 474px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #033979 }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0 }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; padding: 0 0 40px 0; }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
h1.title {
	display: none;
}