/*
Theme Name: Beautiful Day
Theme URI: http://templates.arcsin.se/
Version: 2.0
Description: Previously released by Kaushal Sheth, includes several fixes and improvements. Based on the <a href="http://templates.arcsin.se/">free website template</a> Beautiful Day. Also available as <a href="http://templates.arcsin.se/beautiful-day-joomla-template/">Joomla template</a> and <a href="http://templates.arcsin.se/beautiful-day-blogger-template/">Blogger template</a>. &Uuml;bersetzung von <a href="http://www.themebox.de/" title="Wordpress Themes auf Deutsch">themebox.de</a>.
Author: Viktor Persson
Author URI: http://arcsin.se/
a
*/

/* standard elements */
html {height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #A82527;}
a:hover {color: #A82527;}

body {
	background: #ffffff url(img/strahlen_bg.jpg) no-repeat fixed center center;
	color: #444;
	font: normal 62.5% Verdana;
	height:100%;
}

p,code,ul {padding-bottom: 10px;}

li {list-style: none;}

h1 {
	font-size:22px;
	margin: 0px 0 4px 0;
}
h2 {font: normal 1.6em;}
h3 {font: bold 1.1em;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em;
	line-height: 1.6em;
	margin: 4px 0 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;

	display: block;
	font: bold 0.9em;
	padding-left: 26px
}

big {font-size: 1.1em;}

h1, h2, h3 {padding-top: 6px;color:#A82527;}

label {
	display: block;
	font-size: 0.9em;
}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background: #FFF;
	margin: 0 auto;
	padding: 0 10px 10px;
	width:850px;
	position:relative;
	min-height:100%;
font-size:1.3em;
}

#borderleft,
#borderright {
	height:100%;
	background:red;
	position:absolute;
}

#borderleft {
	left:-183px;
	width:183px;
	background:transparent url(img/links.png) repeat-y scroll 0 -40px;
}

#borderright {
	right:-206px;
	width:206px;
	background:transparent url(img/rechts.png) repeat-y scroll 0 -40px;
}

/* header */
.top {
	padding-top:20px;
	margin: 0 auto;
	width:860px;
	position:relative;
}

/* title */
.header {
	/* background:transparent url(img/header.png) no-repeat scroll 0 0; */
	background:transparent url(http://www.fleigl.de/dsdids/header_neu.png) no-repeat scroll 0 0;
	font-size:1.2em;
	height:311px;
	margin-left:-150px;
	width:1200px;
	position:relative;
}

/* navigation */
.navigation {	
	position:absolute;
	bottom:0;
	left:155px;
}

ul#navmenu-h {
	list-style: none;
	position: relative;
}

ul#navmenu-h ul {
	width: 200px;
	list-style: none;
	display: none;
	position: absolute;
	bottom: 100%;
	padding:0;
	left: -5px;
	z-index:1;
	border-top:5px solid #fff;
}

ul#navmenu-h ul ul li:last-child  {
	border-bottom:5px solid #fff;
}

ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
	top: -5px;
	left: 190px;
}

ul#navmenu-h li {
	float: left;
	display: inline;
	position: relative;
/*	height:30px;*/
	margin-right:5px;
}

ul#navmenu-h ul li {
	width: 190px;
	display: block;
	float:none;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	margin:0;
}

ul#navmenu-h a {
	border-top: 1px solid #FFF;
	padding: 6px;
	display: block;
	color: #000;
	font-weight:bold;
	text-decoration: none;
	height: 1%;
	text-transform: uppercase;
	font-size:17px;
}

ul#navmenu-h > li:first-child a {
	padding-left:0;
}

ul#navmenu-h ul a {
	text-transform: none;
	font-weight:normal;
	font-size:12px;
}

ul#navmenu-h a:hover,ul#navmenu-h li:hover a,ul#navmenu-h li.iehover a {
	background: #97D3D4;
	color: #A82527;
}

ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a {
	float: none;
	background: #97D3D4;
}

ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a {
	background: #88CDD4;
}

ul#navmenu-h li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li a {
	background: #88CDD4;
}

ul#navmenu-h li:hover li:hover li a:hover,ul#navmenu-h li:hover li:hover li:hover a,ul#navmenu-h li.iehover li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover a {
	background: #78C8D1;
}

ul#navmenu-h li:hover li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li.iehover li a {
	background: #78C8D1;
}

ul#navmenu-h li:hover li:hover li:hover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
	background: #333;
}

ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul {
	display: none;
}

ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul {
	display: block;
}

/* main */
.main {
	height:100%;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 250px;
	font-size:0.8em;
	margin-top:25px;
}
.sidenav h2 {
	font: bold 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	border-bottom: 1px solid #c1c1c1;
}

.sidenav ul {
	padding: 0;
}

.sidenav li {
	padding:5px;
}

.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	color: #654;	
}

/* content */
.content {
	width: 580px;
	margin-top:32px;
	float:left;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	background: transparent url(img/li.gif) no-repeat scroll 0 2px;
	padding: 1px 0 1px 16px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	background: url('img/bgfooter.gif') repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	padding: 0 16px;
	line-height: 39px;
	height: 39px;
}
.footer .right {color: #DEF;}
.footer .right a {color: #DEF; text-decoration: none;}
.footer a, .footer a:hover,.footer .right a:hover {color: #FFF;}

/* posts */
.post h1 a {text-decoration:none;}
.post h1 a:hover {text-decoration:underline;}

.post {margin: 0 0 8px;}
.post .info{
	padding: 5px 10px;
	border: 1px solid #E3E4E4;
	background:#F5F5F5;
	color: #555;
	margin: 2px 0 4px;
}
.post img {border: 4px solid #DDD; margin: 4px 0;}
.post a img {border: 4px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* Kommentare */
.content ol li {list-style: none; background: none;}

#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
	list-style: none;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 280px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {color: #664;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

a img {border:none;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.sidenav table caption {border-bottom-color:#000;}

.sidenav table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.sidenav table th {border-bottom-color:#000;}

.sidenav table td#today {
  border-color:#000;
  color:#A53512;
}

.sidenav table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.sidenav table tfoot {border-top-color:#000;}

.sidenav table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.sidenav table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.sidenav table thead tr {border-bottom:1px solid;}

.sidenav table th {border-bottom:1px solid;}

.sidenav table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.sidenav table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.sidenav table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.sidenav table tfoot {border-top:1px solid;}
.sidenav table tfoot a {
  border: none;
  font-weight: bold;
}
.sidenav table tfoot #prev a {text-align:left;}
.sidenav table tfoot #next a {text-align:center;}

.sidenav .aktt_tweets a {
	display:inline;
}

.sidenav .aktt_more_updates {
	display:none;
}

.sidenav #youtube img {
	width:226px;
}

.sidenav #youtube li,
.sidenav #sponsoren li {
	text-align:center;
}

.sidenav #sponsoren li {
	border:none;
}

.sidenav #sponsoren li:first-child img {
	margin:20px 0;
}

.sidenav .aktt_tweets li {
	padding:5px 12px;
	text-align:left;
}

.sidenav .aktt_tweets a {
	padding-left:0;
	font-weight:bold;
}

.sidenav #impressum {
	float:right;
}

.sidenav #searchform #s {
	width:160px;
}

#networks a {
	display:block;
	float:left;
	width:64px;
	height:64px;
	padding:0;
	cursor:pointer;
	margin:5px 6px 5px 10px;
}

#networks a#facebook {
	background:url(/wp-content/icons/DU-facebook.jpg);
}

#networks a#facebook:hover {
	background:url(/wp-content/icons/DU-facebook-hover.jpg);
}


#networks a#google {
	background:url(/wp-content/icons/DU-google.jpg);
}

#networks a#google:hover {
	background:url(/wp-content/icons/DU-google-hover.jpg);
}


#networks a#myspace {
	background:url(/wp-content/icons/DU-myspace.jpg);
}

#networks a#myspace:hover {
	background:url(/wp-content/icons/DU-myspace-hover.jpg);
}


#networks a#twitter {
	background:url(/wp-content/icons/DU-twitter.jpg);
}

#networks a#twitter:hover {
	background:url(/wp-content/icons/DU-twitter-hover.jpg);
}


#networks a#youtube {
	background:url(/wp-content/icons/DU-youtube.jpg);
}

#networks a#youtube:hover {
	background:url(/wp-content/icons/DU-youtube-hover.jpg);
}


#networks a#flickr {
	background:url(/wp-content/icons/DU-flickr.jpg);
}

#networks a#flickr:hover {
	background:url(/wp-content/icons/DU-flickr-hover.jpg);v
}

.sidenav #searchform {
	padding:20px 10px 10px 10px;
}


#commentform.anmeldung {
	width:580px;
	padding:5px;
}

.anmeldung p {
	width:160px;
	float:left;
	margin:5px;
	padding:0;
}

.anmeldung p.strasse,
.anmeldung p.bandname {
	clear:both;
}

.anmeldung .member p.membernumber {
	float:none;
}

#commentform.voting {
	width:580px;
	padding:5px;
}

.voting h2 {
	font-size:13px;
	margin-bottom:5px;
	clear:both;
}

.voting h3,
.voting strong {
	font-size:0.9em;
	color:#000;
	margin-top:0;
	margin-bottom:3px;
	clear:both;
}

.voting strong {
	clear:both;
	display:block;
}

.voting span {
	display:block;
	clear:both;
}

.voting p {
	clear:both;
	margin-left:30px;
}

.voting p.text {
	margin-left:0;
}

.voting label {
	margin-right:10px;
	float:left;
}

/*.voting input,
.voting select {
	float:right;
}*/

.voting span input {
	float:left;
	margin-right:3px;
}

.voting textarea {
	width:500px;
	height:60px;
}

.voting .beurteilung {
	float:left;
	clear:none;
}

/* Fix Nils */

.wp-caption {
	margin: 0 auto;
}

.beurteilung {
	margin-bottom: 5px;
}
