/*  
Theme Name: Cube
Theme URI: www.cube-pb.de
Description: 
Version: 1.0
Author: cmertens
Author URI: twitter.com/matwan

	Cube v1.1

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* ***************************************	*/
/* 		1 GENERAL							*/
/* *************************************** 	*/

html {overflow:-moz-scrollbars-vertical;}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html * {
	padding: 0;
	margin: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


body {
	background: #4b4b4b url('images/background.jpg') center;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
}


#page {
	border: 1px solid #999;
	width: 994px;
	background: #333 url('images/bg_image001.jpg') no-repeat;
	padding: 0;
	margin: auto;
	text-align: left;
}

	#maincontent {
		padding: 20px 0px 20px 20px;
	}
	
	/* FOOTER ****************************************************/	
	#footer {
		margin: 10px 0;
		text-align: center;
		color: #FFF;
		font-size: 0.95em;
	}


/* ***************************************	*/
/* 		3 COLS								*/
/* *************************************** 	*/
.row {padding-bottom: 19px;}
.col25 {width: 213px; float: left; margin-right: 30px; position: relative; }
.col50 {width: 456px; float: left; margin-right: 30px; position: relative; }

.alignright {text-align: right;}




/* ***************************************	*/
/* 		2 FONTS/LINKS						*/
/* *************************************** 	*/

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}

a 			{ color: #FFF; text-decoration: none; outline: none;}
a:hover 	{ text-decoration: none; color: #FC0;}
a:active 	{ outline: none; }

h1, h2, h3, h4 { 
	font-family: Verdana; 
	font-weight: bold;
}

h1 { font-size: 18px; }

h2, .post h2 date  { 
	font-size: 17px; 
	margin:0;
	padding: 1.5em 0 0.25em 0;
}
 .post h2 span.date {
 	color: #999;
	font-size: 17px;
 }


h3 { 
	font-size: 15px; 
	font-family: Arial; 
	font-weight: bold;
	padding: 0.5em 0 0.15em 0;
}

hr {color: #999; margin: 0.8em 0;}

table tr th {
border-bottom: 1px solid #666;
font-size: 1.2em;
padding-top: 2em;
}

ul, ul li {
	list-style-type: none;
}

span.date {
	color: #999;
	font-size: 10px;
	display: block;
}

.colored {
	color: #FC0;
}

/* */
.post ul li {
	list-style-type: square;
	margin-left: 2em;
}





/* ***************************************	*/
/* 		4 ELEMENTS							*/
/* *************************************** 	*/


/* POSTS & ENTRIES *************************************/

.post {
	margin-bottom: 2em;
}

	.post .postimages { width: 220px; }
	.post .postimageSingle { width: 442px; }

	.post .postimages, .post .postimageSingle {
		margin-bottom: 1em;
		background-image: url('images/bg_transparent_grey.png');
		padding: 5px;
		margin:0 0 5px 5px;
		float: right;
		clear: right;
	}
	
	.post .postimageSingle {
		margin: 2px 2px 2px 2px;
		
	}
	
	.post .postimages small, .post .postimageSingle small {
		text-align: right;
		padding: 2px;
		display: block;
		width: 220px;
	}
	.post .postimageSingle small {width: 420px;}
	
/* LINKLIST / METABOX / mp3 ****************************************************/
div.metabox {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 5px;
	border: 1px solid #666;
}

div.metabox .mp3source {
	display: block;
	text-align: right;
	color: #999;
	font-size: 0.85em;
}

ul.linklist li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 2px 0;
	color: #999;
}

	ul.linklist li a {
		background: url('images/list_bullet_more.gif') 0 5px  no-repeat;
		display: block;
		padding: 2px 0 0 20px;
		color: #999;
	}	
	
	ul.linklist li a:hover {
		background: url('images/list_bullet_more_hover.gif') 0 5px  no-repeat;
		color: #fff;
	}	


/* BOTTOM LINKS UNDER EACH POST *************************************/
ul.postlinks {
	position: relative;
	display: block;
	padding: 5px 0 0 0;
	clear: both;
}
	ul.postlinks li {
		position: relative;
		float: right;
		display: block;
		font-size: 10px;
		padding: 0 0 0 10px;
		margin-left: 0;
	}
	
	ul.postlinks li a {
		border: none;
	}

		ul.postlinks li.comments a {
			padding: 0px 0 2px 18px;
			background: url('images/list_bullet_comments.gif') no-repeat;
			color: #999;
			border: none;
		}
		ul.postlinks li.comments a:hover { background: url('images/list_bullet_comments_hover.gif') no-repeat; color: #FFF; }

		ul.postlinks li.more a {
			padding: 0px 0 2px 18px;
			background: url('images/list_bullet_more.gif') no-repeat;
			color: #999;
			border: none;
		}
		ul.postlinks li.more a:hover { background: url('images/list_bullet_more_hover.gif') no-repeat; color: #FFF; }

		
/* NAVIGATION IM ARCHIV *************************************/
#post-navigation {
	display: block;
	padding-top: 10px;
	border-top: 1px dotted #666;
}
	#post-navigation div.next a { 
		float: right;
		padding: 1px 25px 2px 0;
		background: url('images/list_bullet_more.gif') no-repeat right;
		color:#999;
	}
	#post-navigation div.next a:hover {background: url('images/list_bullet_more_hover.gif') no-repeat right; color:#FFF;}
		
	#post-navigation div.prev a { 
		float: left;	
		padding: 1px 0 2px 25px;
		background: url('images/list_bullet_prev.gif') no-repeat left;
		color:#999;
	}	
	#post-navigation div.prev a:hover {background: url('images/list_bullet_prev_hover.gif') no-repeat left;}


	
/* EVENTLIST ****************************************************/
ul.eventlist {
	border-bottom: none;
}

	ul.eventlist li {
		margin: 0 0 3px 3px;
	}

	ul.eventlist li a {
		border-left: 3px solid #999;
		display: block;
		padding: 3px 0 5px 10px;
	}
	
	ul.eventlist li a:hover {
		border-left: 3px solid #FC0;
	}
	
		ul.eventlist li span.date {
			display: block;
			font-size: 12px;
			color: #999;
		}
	
		ul.eventlist li ul.postlinks li {
			border-bottom: none;
			padding: 0 0 0 10px;
		}
		
		ul.eventlist li ul.postlinks li a {
			padding-left: 18px;
			border-bottom: none;
			background-position: 0px 2px;
		}
		
		ul.postlinks li.backlink {
			float: left;
			color: #999;
			margin: 0;
			padding: 0px;
		}
		
		ul.postlinks li.backlink a {
			color: #999;
			background: url('images/list_bullet_prev.gif') no-repeat left;
			padding: 0 0 1px 15px;
		}
		
			ul.postlinks li.backlink a:hover {
			color: #FFF;
			background: url('images/list_bullet_prev_hover.gif') no-repeat left;
			padding: 0 0 1px 15px;
		}

		
	
/* ICONLIST / WORDPRESS LINKS (styles given through wp) ****************************************************/
ul.iconlist li, ul.xoxo li  {
	list-style-type: none;
	padding: 0;
	margin: 0 0 4px 0;
	color: #999;
}

	ul.iconlist li a, ul.xoxo li a {
		background: url('images/list_bullet_icon.gif') 0 5px  no-repeat;
		display: block;
		padding: 2px 0 2px 20px;
		color: #999;
	}

	ul.iconlist li.current_page_item a,
	ul.iconlist li a:hover {background: url('images/list_bullet_icon_hover.gif') 0 5px no-repeat; color: #FFF;}


	ul.iconlist li a.current 	{color: #FC0;}
	ul.iconlist li a.history	{color: #999;}	
	ul.iconlist li a.future		{color: #fff;}	
	ul.iconlist li a:hover		{color: #FC0;}
	
	ul.iconlist li.current_page_parent ul li a {background: none; color: #999;}
	ul.iconlist li.current_page_parent ul li.current_page_item a {background: none; color: #fff;}
	
		ul.iconlist li ul li a { padding-left: 30px; font-size: 0.95em;}
		ul.iconlist li ul li { display: none; visibility: hidden;}
		ul.iconlist li.current_page_item ul li { display: inline; visibility: visible; color: #999;}
		ul.iconlist li.current_page_parent ul li { display: inline; visibility: visible; color: #999;}
			
		
		ul.iconlist li.current_page_item ul li a {
			background: url('images/list_bullet_link.gif') 22px 9px no-repeat; color: #999;
			}
			ul.iconlist li.current_page_item ul li a:hover {color: #fff; background-image: url('images/list_bullet_link_hover.gif'); }
	
	
/* LATEST COMMENTLIST ****************************************************/
ul.latestcommentlist li {
	list-style-type: none;
	margin: 0;
}
	ul.latestcommentlist li a {
	padding: 5px 0 0 18px;
	background: url('images/list_bullet_comments.gif') 0px 8px no-repeat;
	display: block;
	}
	ul.latestcommentlist li a em {
	color: #999;
	}
	ul.latestcommentlist li a:hover {background: url('images/list_bullet_comments_hover.gif') 0px 8px no-repeat;}
	

/* PRGRAMM LIST ****************************************************/
ul.programm {}

	ul.programm li {
		display: block; 
		clear: both;
		}
	
		ul.programm li a * 			{font-size: 12px; color: #FFF; padding-bottom: 3px; padding-top: 2px;}
		ul.programm li a.grau * 	{font-size: 12px; color: #999; padding-bottom: 20px;}
		ul.programm li a:hover * 	{color: red;}
	
			ul.programm li a span {float: left; display: block;}
			ul.programm li a span.tag 	{ width: 25px;}
			ul.programm li a span.date 	{ width: 50px;}
			ul.programm li a span.title	{ width: 350px;}


		

/* ALIGN LISTS RIGHT ****************************************************/
ul.rightalign {
	text-align: right;
}
	ul.rightalign li a, ul.rightalign li a:hover {
		background-position: right 6px;
		padding: 3px 18px 0 0;
	}






/* ***************************************	*/
/* 		1 HEADER					*/
/* *************************************** 	*/

#page #header {
	position: relative;
	display: block;
	margin: 20px 0 0 20px;
}

	#header {
		position: relative;
		top:0px;
		left: 0px;
		height: 235px;
		display: block;
	}
	
	#header #logo {
		display: block;
		width: 220px;
		height: 220px;
		background: url('images/logo_cube.gif') bottom right no-repeat;
	}
	
	#header img#tagline {
		position: absolute;
		display: block;
		left: 242px;
		bottom: 15px;
		}  html>body #header img#tagline {
				bottom: 15px;
			}

	
	/* ***************************************	*/
	/* 		2 MAIN MENU / SUBMENU				*/
	/* *************************************** 	*/
	#menucontainer {
		position: absolute;
		right: 5px;
		top: 0px;
		height: 225px;
		width: 400px;
	}
	
	ul#menu, ul#submenu {
		position: absolute;
		right: 20px;
		bottom: 0px;
		padding: 0;
		margin: 0;
		list-style-type: none;
		font-family: Trebuchet MS;
		font-size: 1.7em;
	}
	
		ul#menu li, ul#submenu li {
			list-style-type: none;
			padding: 0;
			margin: 0;
			line-height: 1em;
		}
		
		ul#menu li a, ul#submenu li a {
			background: url('images/menu_bullet.gif') center left no-repeat;
			display: block;
			height: 30px;
			width: 180px;
			padding: 6px 0 0 40px;
		}
		
		ul#menu li a:hover {
			background: url('images/menu_bullet_hover.gif') center left no-repeat;
		}
		
			ul#submenu {
				right: 220px;
				font-size: 1em;
			}
			
			ul#submenu li a {
				background: url('images/menu_sub_bullet.gif') center left no-repeat;
				height: 20px;
				width: 130px;
				padding: 10px 0 0 25px;
			}
			
			ul#submenu li a:hover {
				background: url('images/menu_sub_bullet_hover.gif') center left no-repeat;
			}
			
			ul#submenu li.current_page_item a,
			ul#submenu li.current_page_parent a,
			ul#submenu li.current_page_ancestor a
			  {
				background: url('images/menu_sub_bullet_current_yellow.gif') center left no-repeat;
			}
		

	
	/* 
	***********************************************
			MISC 
	***********************************************
	 */	
	 
	 a.singlebacklink {
	 	display: block;
		clear: both;
		margin-bottom: 2em;
		height: 500px;
	 }
	 
	 	a.singlebacklink .arrow {
			float: left;
			font-size: 9em;
			padding: 0.25em 5px 0 0;
			display: inline;
			line-height: 1px;
		}
		
		a.singlebacklink .text {
			float: left;
			padding: 1.3em 5px 0 0;
			display: inline;
			font-size: 18px;
			font-family: Verdana;
			font-weight: bold;
		}
		
/* ***************************************	*/
/* 		4 HOMEPAGE							*/
/* *************************************** 	*/

.highlight {
	background-image: url('images/bg_transparent_grey.png');
	padding: 5px;
	margin-bottom: 0;
	margin-top: 28px;
}

	.highlight img#badge {
		position: absolute;
		top: 15px;
		left: 360px;
	}
	
#s3slider ul li {
	list-style-type: none;
	margin-left: 0;
}

#s3slider {
   width: 450px; /* important to be same as image width */
   height: 308px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   padding: 5px;
}

#s3sliderContent {
   width: 450px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   margin-top: 5px;
   height: 308px;
   overflow: hidden;
}

.s3sliderImage a.imagelink {
 	display: block;
	overflow: hidden;
	width: 450px;
	height: 320px;
	background-color: #000;
}
	.s3sliderImage a.imagelink img {
		left: -10px;
		width: 470px;
	}


.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   bottom:0;
   padding: 8px 8px;
   width: 434px;
   background-image: url('images/bg_transparent_grey.png');
   filter: alpha(opacity=80); /* here you can set the opacity of box with text */
   -moz-opacity: 0.8; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.8; /* here you can set the opacity of box with text */
   opacity: 0.8; /* here you can set the opacity of box with text */
   color: #FFF;
   background: #333;
   display: none; /* important */
	}
   .s3sliderImage span a.title {
   		padding-top: 0;
		font-size: 20px;
		font-family: Verdana; 
		font-weight: bold;
		line-height: 1.2em;
		display: block;
   }
   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */


.clear {
   clear: both;
} 



/* ***************************************	*/
/* 		7 GÄSTEBUCH				*/
/* *************************************** 	*/	
	
/* COMMENTLIST ****************************************************/

#commentBox {
	background-image: url('images/bg_transparent_grey.png');
	padding: 5px;
}

/* GÄSTEBUCH */
ol.commentlist {
}
	ol.commentlist li {
		list-style-type: none;
		margin: 0;
		padding: 5px 0 25px 5px;
	}


	ol.commentlist li .author {
		width: 421px;
		height: 32px;
		margin-bottom: 4px;
		font-weight: bold;
		padding-bottom: 5px;
	}
	
		ol.commentlist li .author img {
		float: left; 
		padding-right: 6px;
		padding-top: 4px;
		}
		
		ol.commentlist li span.meta a {
			font-size: 0.85em;
			color: #999;
		}

	
	ol.commentlist li p {
		padding-left: 38px
	}	
	
	
	.gbentrylink {
		display: block;
		padding: 0 0 0 0px;
		}
		.gbentrylink .icon {
			display: block;
			font-size: 12em;
			float: left;
			line-height: 0.8em;
			font-family: Times;
			padding: 0;
			margin: 0;
			cursor: pointer;
			}
		
		.gbentrylink .text {
			display: block;
			float: left;
			line-height: 1em;
			padding: 10px 0 0 0px;
			cursor: pointer;
			}

		p.comment-page-numbers {
			font-size: 1.1em;
			display: block;
			}
		
			p.comment-page-numbers a {
				background: url('images/guestbook_bullet.gif') center left no-repeat;
				display: block;
				padding: 6px 6px 9px 5px;
				text-align: center;
				height: 1.3em;
				width: 1.4em;	
				font-weight: bold;			
				float: left;
				margin: 2px;
				color: #666;
				}
			
			p.comment-page-numbers a:hover,
			p.comment-page-numbers a.currentpage {
				background: url('images/guestbook_bullet_hover.gif') center left no-repeat;
				color: #FFF;
				}
			
			p.comment-page-numbers a.gbmore {
				background: none;
				}
			
			p.comment-page-numbers a.gbprevious,
			p.comment-page-numbers a.gbnext {
				margin: 2px 12px 2px 0px;
				}
			
			p.comment-page-numbers a.gbnext {
				margin: 2px 0px 2px 12px;
			}	


/* ***************************************	*/
/* 		8 COMMENTS-FORM	/ KONTAKT			*/
/* *************************************** 	*/	
		#maincontent #commentform {
			position: relative;
		}
		
		#cformsform input,
		#cformsform textarea,
		#cformsform select,
		#maincontent #commentform input,
		#maincontent #commentform textarea,
		#maincontent #commentform select { 
			padding:1px 3px;
		    border: 1px solid #999;
			background: none;
			color:#FFF;
			margin: 3px;
		}
		
		#cformsform input:hover,
		#cformsform textarea:hover,
		#cformsform select:hover,		
		#maincontent #commentform  input:hover,
		#maincontent #commentform  textarea:hover,
		#maincontent #commentform  select:hover	{
			 border: 1px solid #CCC;
		}
		
		#cformsform input:focus,
		#cformsform textarea:focus,
		#cformsform select:focus,
		#maincontent #commentform  input:focus,
		#maincontent #commentform  textarea:focus,
		#maincontent #commentform  select:focus	{ 
			 border: 1px solid #FFF; 
			 background-color: #444;
		} 

		#maincontent #commentform input { 
		width: 225px; 
		}

		#maincontent #commentform textarea {
		width: 432px; 
		}
		
		
		#maincontent #commentform #submit {
			width: 245px; 
			float: right;
			margin-top: 0.5em;
			margin-bottom: 0.5em;
		}
		
/* CONTACT FORM */
.cform {
	background-image: url('images/bg_transparent_grey.png');
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}
	
	ol.cf-ol label {
		width: 80px;
		display: block;
		float: left;
		margin:3px;
		padding:1px 3px;
	}
	
	ol.cf-ol input,
	ol.cf-ol textarea {
		width: 220px;
	}
		
	ol.cf-ol .reqtxt,
	ol.cf-ol .emailreqtxt {
		width: 100px;
		margin:3px;
		padding:1px 3px;
	}

	#li--5 {
		position: relative;
	}
		ol.cf-ol #cforms_captcha {
			width: 90px;
		}
		
		ol.cf-ol #cf_captcha_img {
			position: absolute;
			left: 200px;
			top: 2px;
			height: 21px;
		}
	
		.captcha-reset {
			position: absolute;
			left: 303px;
			top: 2px;
			width: 21px;
			background:	url(../../plugins/cforms/styling/captcha_reset_black.gif) no-repeat;
			border: none;
			display: inline!important;
		}
		
		.linklove {
			display: none;
		}
	
	.cform #sendbutton {
	 	margin-left: 330px;
		width: 120px;
	}
	
			


	
	

/* ***************************************	*/
/* 		10 TICKETSHOP						*/
/* *************************************** 	*/

#page.ticketshop {
width: 550px;
}


#page.ticketshop #header {
	display: block;
	margin-bottom: 0;
}
	
	#page.ticketshop #header h1 {
		margin-bottom: 1px;
	}
	
	#page.ticketshop #header h1,
	#page.ticketshop #header a {
		float: left;
	}
	
	#page.ticketshop #header h1, 
	#page.ticketshop #header p 	{
		padding-left: 20px;
	}
	
	#page.ticketshop #header p {
		float: left;
	}

	#page.ticketshop #maincontent {
		width: 550px;
		padding: 0;
	}
	
/* ***************************************	*/
/* 		KOMMENTARE							*/
/* *************************************** 	*/

 .post h2 span.date {
 	color: #999;
	font-size: 17px;
 }
 
  .post h3 span.date {
 	color: #999;
	font-size: 15px;
 }
 

/* ***************************************	*/
/* 		FOTOS / GALLERIE					*/
/* *************************************** 	*/ 

html > body .ngg-album {
	border: 0;
}

.gallery {}

	.gallery .myrandompic {
		border: 1px solid #666;
		margin: 2px;
		float: left;
		width: 52px;
		height: 52px;
	}
	
	.gallery a.galleryimg:hover {
		border: 1px solid #fff;
	}

	.gallery img {
		width: 52px;
		height: 52px;
		border: none;
	}
			


.ngg-gallery {
	padding: 0;
	margin: 0;
	height: 56px;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	float: left;
	padding: 0;
	margin-right: 3px;
	margin-bottom: 0;
	height: 56px;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box div  a img {
	border: 1px solid #666;
	width: 52px;
	height: 52px;
}

