/*
Theme Name: Creatura 2010
Description: Template fuer creatura2010.de
Version: 1.0
Author: neue formen
Author URI: http://www.neueformen.net/

The CSS, XHTML and design is commercial. You are not allowed to distribute or copy it in any way.

*/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
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,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;}input,textarea,select{*font-size:100%;}legend{color:#000;}



/**
 * Positionen
 **/
 
html,
body {
	background-color: #0d0d0d;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height:14px;
	color: #171717;
}

p { padding-bottom: 8px; }

a {
	color: #00d8ff;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

h1, 
h2 {
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	color: #171717;
}

h3 {
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	color: #171717;
}

.page {
	margin: 0 auto;
	width: 850px;
	background: url('images/page_background.png') repeat-y top left;
}

.withSkyscraper {
	width: 990px;
	background: url('images/page_background.png') repeat-y 140px 0px;
}

.skyscraper,
.content,
.sidebar {
	display: inline-block;
	float: left;
}

.skyscraper {
	width: 140px;
}

.content { 
	padding: 15px;
	width: 535px;
}

.sidebar { 
	padding: 15px 25px 25px 25px;
	width: 235px;
}

.footer {
	clear: both;
	height: 55px;
	width: 100%;
	background-color: #0d0d0d;
	color: #fefefe;
}

.withSkyscraper .footer {
	margin-left: 140px;
	width: 850px;
}


/**
 * Formulare
 **/
 
.errorMessages {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #f00;
}

.errorMessages ul li { color: #fff; }

fieldset {
	margin-bottom: 20px;
	border: 1px solid #171717;
	padding: 10px;
}

legend {
	padding: 2px 10px;
	background-color: #171717;
	font-weight: bold;
	color: #fff;
}

.radioElement,
.selectElement,
.textElement,
.checkboxElement {
	display: inline-block;
	margin-bottom: 8px;
	width: 515px;
	height: 25px;
	line-height: 25px;
}

.checkboxElement { height: 30px; }

label {
	display: inline-block;
	float: left;
	margin-right: 10px;
	width: 140px;
	font-size: 14px;
	font-weight: bold;
	text-align:right;
}

label .must {
	color: #ff00fc;
}

.error label {
	color: #f00;
}

.radioElement label,
.checkboxElement label {
	margin-left: 10px;
	text-align: left;
	width: 450px;
}

.checkboxElement label { 
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.radioElement input,
.checkboxElement input {
	margin: 5px 0 0 20px;
	width: 15px;
}
.checkboxElement input {
	margin-top: 1px;
}

input,
textarea{
	display: inline-block;
	float: left;
	padding: 2px;
	width: 210px;
	border: 1px solid #171717;
	background-color: #fff;
	font-size: 12px;
	line-height:12px;
	color: #232323;
}

.checkboxElement input,
.radioElement input {
	border: 0px solid #fff;
	background: transparent;
	cursor: pointer;
}

.submitButton {
	float: right;
	margin: 0;
	cursor: pointer;
}


/**
 * Content
 **/

.pagenavigation { 
	display: inline-block;
	width: 535px;
	padding-bottom: 20px;
} 

.pagenavigation .alignleft,
.pagenavigation .alignright {
	display: inline-block;
	width: 267px;
	float: left;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
}

.pagenavigation img {
	display: inline-block;
	margin-top: -4px;
	vertical-align: middle;
}

.pagenavigation .alignright { 
	text-align: right;
	float: right;
}

.pagenavigation a {
	color: #171717;
	text-decoration: none;
}

.pagenavigation a:hover { color: #00d8ff; }
 
.post {
	display: inline-block;
	margin-bottom: 30px;
}

.post h2 a,
.post h2 a:focus {
	color: #171717;
	text-decoration: none;
}

.post h2 a:hover { color: #00d8ff; }
 
.postImage {
	position: relative;
	z-index: 1;
}
.meta,
.postContent {
	display: inline-block;
	float: left;
}

.meta { 
	padding-top: 12px;
	width: 130px;
	text-align: right;
}

.noimage .meta {
	padding-top:54px;
}

.meta .commentLink {
	display: inline-block;
	width: 100%;
}

.meta .tt {
	margin-top: 5px;
	clear: both;
	float: right;
}

.postContent {
	position: relative;
	margin-top: -42px;
	padding: 10px 0 0 20px; 
	width: 385px;
	background-color: #f8f8f8;
	z-index: 2;
}

.noimage .postContent {
	margin-top: 0;
}

.more-link,
.more-link:focus {
	display: block;
	padding-top: 5px;
	clear: both;
	color: #00d8ff;
	font-weight: bold;
	text-decoration: none;
}

.postmetadata {
	display: inline-block;
	background-color: #242424;
	margin: 20px 0;
	padding: 10px;
	color: #fff;
}

.commentLink,
.commentLink:focus {
	color: #00d8ff;
	font-weight: bold;
	text-decoration: none;
}

.more-link span { float: right; }

.commentLink:hover,
.more-link:hover {
	text-decoration: underline;
}

.relatedposts {
	display: inline-block;
	margin: 15px 0;
}

.relatedposts h3 {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
}


/**
 * Kommentare
 **/
 
h3#comments {
	font-size: 16px;
	font-weight: bold;
}

.commentmeta,
.commenttext {
	display: inline-block;
	float: left;
	width: 375px;
}

.commentmeta {
	margin-right: 20px;
	padding-top: 5px;
	width: 130px;
	text-align: right;
}

.commentmeta a { color: #171717; }
.commentmeta a.url { color: #00d8ff; }

.commentlist li {
	display: inline-block;
	margin-bottom: 10px;
}

.commentlist .commenttext {	padding: 5px; }

.commentlist .odd .commenttext { background-color: #e8e8e8; }
 
#commentform p {
	display: inline-block;
	width: 535px;
}

#commentform textarea {	width: 373px; }

#commentform label { 
	width: 145px;
	line-height: 25px;
}

input#submit {
	margin-left: 155px;
	background-color: #232323;
	color: #fff;
	width: 150px; 
	cursor: pointer;
}


/**
 * Sidebar
 **/
 
.logo { }

.socialmedia { 
	width: 235px;
	margin-top: 20px;
}

.socialmedia ul li {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.termine { 
	display: inline-block;
	width:235px;
	margin: 20px 0 20px -25px;
	padding: 10px 0 10px 25px;
	background-color: #242424;
}

.termine h3 {
	font-size: 21px;
	font-weight: bold;
	color: #00d8ff;
}

.termine ul {
	margin: 10px 0 0 -25px;
}

.termine li {
	display: block;
	padding-left: 25px;
	width: 235px;
	height: 21px;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
}

.termine li.past { text-decoration: line-through; }

.termine li.next { background-color: #00d8ff; }

.termine li .termindate {
	display: inline-block;
	float: left;
	width: 80px;
}

.termine li a {
	padding-right: 10px;
	color: #fff;
	text-decoration: none;
	background: url('images/termine_a.png') no-repeat 4px right;
}

.termine li.next a { background: url('images/termine_a_next.png') no-repeat 4px right; }

.termine li a:hover { color: #00d8ff; }

.tickets { margin-left: -25px; }

.logofmp {
	display: inline-block;
	margin-top: 10px;
}

.widget_flickrRSS { 
	padding: 5px 0 5px 0;
	width: 244px;
}

.widget_flickrRSS a {
	display: inline-block;
	margin: 0 5px 5px 0;
}

.widget_flickrRSS a {
	font-size: 10px;
	color: #00d8ff;
	text-decoration: none;
}

.widget_flickrRSS a:hover { text-decoration: underline; }


.logos a {
	display: inline-block;
	margin-top: 15px;
}

.sponsoren { 
	display: inline-block;
	padding: 15px 0 25px 0;
}

.sponsoren,
.sponsoren ul { width: 244px; }

.sponsoren h3 {
	display: inline-block;
	margin-top: 10px;
	padding-bottom: 5px;
	color: #bababa;
	font-size: 18px;
}

.sponsoren ul li {
	float: left;
}

.widget_fergcorp_countdown span {
	color: #fff;
}


/**
 * Event Calendar
 **/

#wp-calendar { margin: 15px 0; }

#wp-calendar table {
	border-spacing: 2px;
	border-collapse: inherit;
}

#wp-calendar caption {
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}

#wp-calendar table th {
	width: 25px;
	height: 20px;
	color: #fff;
	font-weight: bold;
}

#wp-calendar table td {
	width: 25px;
	height: 20px;
	border: 1px solid #171717;
	color: #fff;
	font-weight: bold;
	background-color: #303030;
}

#wp-calendar table td.ec3_postday a {
	color: #fff;
}

#wp-calendar table td.ec3_postday { background-color: #00d8ff; }

#wp-calendar table td.pad { background-color: #171717; }


/**
 * Navigation
 **/

.navigation { margin: 10px 0 10px -25px; }

.navigation li a {
	display: block;
	text-decoration: none;
	margin-left: 25px;
}

.navigation li.size1 a,
.navigation li.size1 a:focus { 
	font-size: 28px;
	line-height: 42px;
	color: #04d5ff;
	border-bottom: 1px solid #04d5ff;
	
}
.navigation li.size1:hover,
.navigation li.active1,
.navigation li.active1 a,
.navigation li.size1 a:hover {
	color: #fff;
	background-color: #04d5ff;
}

.navigation li.size2 a,
.navigation li.size2 a:focus { 
	font-size: 24px;
	line-height: 38px;
	color: #6477ff;
	border-bottom: 1px solid #6477ff;
}
.navigation li.size2:hover,
.navigation li.active2,
.navigation li.active2 a,
.navigation li.size2 a:hover {
	color: #fff;
	background-color: #6477ff;
}

.navigation li.size3 a,
.navigation li.size3 a:focus { 
	font-size: 20px;
	line-height: 34px;
	color: #d117ff;
	border-bottom: 1px solid #d117ff;
}
.navigation li.size3:hover,
.navigation li.active3,
.navigation li.active3 a,
.navigation li.size3 a:hover {
	color: #fff;
	background-color: #d117ff;
}

.navigation li.size4 a,
.navigation li.size4 a:focus { 
	font-size: 18px;
	line-height: 32px;
	color: #ff03f3;
	border-bottom: 1px solid #ff03f3;
}
.navigation li.size4:hover,
.navigation li.active4,
.navigation li.active4 a,
.navigation li.size4 a:hover {
	color: #fff;
	background-color: #ff03f3;
}

.navigation li.size5 a,
.navigation li.size5 a:focus { 
	font-size: 16px;
	line-height: 30px;
	color: #ff2cc1;
	border-bottom: 1px solid #ff2cc1;
}
.navigation li.size5:hover,
.navigation li.active5,
.navigation li.active5 a,
.navigation li.size5 a:hover {
	color: #fff;
	background-color: #ff2cc1;
}

.navigation li.size6 a,
.navigation li.size6 a:focus { 
	font-size: 14px;
	line-height: 28px;
	color: #ff7b75;
	border-bottom: 1px solid #ff7b75;
}
.navigation li.size6:hover,
.navigation li.active6,
.navigation li.active6 a,
.navigation li.size6 a:hover {
	color: #fff;
	background-color: #ff7b75;
}

.navigation li.size7 a,
.navigation li.size7 a:focus { 
	font-size: 12px;
	line-height: 26px;
	color: #fcb741;
	border-bottom: 1px solid #fcb741;
}
.navigation li.size7:hover,
.navigation li.active7,
.navigation li.active7 a,
.navigation li.size7 a:hover {
	color: #fff;
	background-color: #fcb741;
}


/**
 * Suche
 **/
 
.searchform { 
	display: inline-block;
	margin-top: 7px;
}
 
.searchform input {
	display: inline-block;
	float: left;
	background-color: #171717;
	padding: 2px;
	width: 199px;
	height:19px;
	color: #fff;
	font-size: 12px;
	border: 1px solid #fff;
}

.searchform input.submitButton {
	width: 19px;
	margin-left: 5px;
}



/**
 * Roadshows
 **/

.roadshows li {	float: left; margin-bottom: 37px; }
.roadshows li.links { margin-right: 37px; }



/**
 * Footer
 **/

.footer a,
.footer a:focus {
	color: #fff;
	text-decoration: none;	
}

.footer a:hover {
	color: #00d8ff;
}

.footer .left,
.footer .right {
	display: inline-block;
	padding-top: 8px;
	float:left;
	width: 425px;
	text-align: right;
}

.footer .left { 
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}


input[type=hidden] { display: none; }

