/*
Theme Name: VisualBerlin
Theme URI: http://effeff.tv
Description: Theme developed for http://visualberlin.org
Version: 2.2a
Author: fRED
modified by: Kiritan Flux
*/

@font-face {
	font-family: 'DejaWebBoldItalic';
	src: url('http://www.kaklotter.de/fonts/DejaWeb-BoldItalic.eot');
	src: local('DejaWeb Bold Italic'), local('DejaWeb-BoldItalic'),
	url('http://www.kaklotter.de/fonts/DejaWeb-BoldItalic.woff') format('woff'),
	url('http://www.kaklotter.de/fonts/DejaWeb-BoldItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'DejaWebItalic';
	src: url('http://www.kaklotter.de/fonts/DejaWeb-Italic.eot');
	src: local('DejaWeb Italic'), local('DejaWeb-Italic'),
	url('http://www.kaklotter.de/fonts/DejaWeb-Italic.woff') format('woff'),
	url('http://www.kaklotter.de/fonts/DejaWeb-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'DejaWebRegular';
	src: url('http://www.kaklotter.de/fonts/DejaWeb.eot');
	src: local('DejaWeb Regular'), local('DejaWeb'),
	url('http://www.kaklotter.de/fonts/DejaWeb.woff') format('woff'),
	url('http://www.kaklotter.de/fonts/DejaWeb.ttf') format('truetype');
}

@font-face {
	font-family: 'DejaWebBold';
	src: url('http://www.kaklotter.de/fonts/DejaWeb-Bold.eot');
	src: local('DejaWeb Bold'), local('DejaWeb-Bold'),
	url('http://www.kaklotter.de/fonts/DejaWeb-Bold.woff') format('woff'),
	url('http://www.kaklotter.de/fonts/DejaWeb-Bold.ttf') format('truetype');
}

/* Allgemeine Style-Elemente */
body {
	font-size: 10px; /* Resets 1em to 10px */
	font-family: DejaWebRegular, Verdana, Sans-Serif;
	background-color: #fff;
	background: url(images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: left;
	
	margin: 0;
	padding: 0; 
	}
	
	

h1, h2, h3 {
	font-family: DejaWebBold, Verdana, Sans-Serif;
	font-weight: normal;
	}

h1 {
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-bottom:0;
	margin: 0;
	}
	
h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #003333;
	}
	
h2 {
	font-size: 14px;
	color: #000000;
	background-color: white;
	}
	
h2 a, h2 a:hover, h2 a:visited {
	color: #000000;
	text-decoration: none;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	}
h4{
	font-family: DejaWebBold, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 14px;
	}

h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}
        
    
    	
    
td {
	padding: 3px;
	padding-left: 6px;
	}    
    
    
    
	
small {
	font-family: DejaWebRegular, Verdana, Sans-Serif;
	font-size: 1em;
	}
	
code {
	font-family: DejaWebRegular, Verdana, Sans-Serif;
	font-size: 1.1em;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:link, a:visited {
	color:#d7182a;
	text-decoration:none;
	}

a:hover {
	color: #d7182a;
	text-decoration: underline;
	}
	
hr {
	display: none;
	}
	
cite {
	text-decoration: none;
	}
	
/* Bilder */


a img {
	border: none;
	}
	
p img {
	padding: 0;
	max-width: 100%;
	}
	
select {
	width: 130px;
	}
	
img.centered {
	}
	
img.alignright {
	display: inline;
	}

img.alignleft {
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

	
/************** Seitenstruktur Elemente **************/

#page {
	text-align: left;
	background-color: none;
	margin: 0px auto;
	padding: 0;
	width: 768px;
	}

#header {
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	background-repeat: no-repeat;
	border: 0px;
	height: 110px;
	width: 774px;
	background: url(images/banner.png);
	}
	
#headerimg {
	margin-bottom:16px;
}
	
#headerimg .description {
	font-size: 1.2em;
	text-align: left;
	}

#headerimg h1 {
	font-family: DejaWebRegular, Verdana, Sans-Serif;
	font-size: 1.4em;
	text-align: left;
}
	
/* MENU */
	
#navbar {
	margin-top:10px;
	background-color:#fff;
	padding:0;
}

#supernav {
	padding: 0px 0px 0px 4px;
	height:70px;
	display:block;
	position: relative;
	margin:0px;
}

#supernav ul {
	position: absolute;
	font-family: DejaWebRegular, Verdana, Sans-Serif;
	font-size: 1.5em;
	margin: 10px -30px 12px -39px;
}

#artists {
	font: 14px DejaWebBold, Verdana, Sans-Serif;
	margin: 0;
   	list-style-type:none;
}

#artists li {
	padding:0 10px 0 10px;
}

#artists li a {
	color:#d7182a;
}

#supernav li {
	list-style-type: none;
	display: inline;
	line-height:32px;
	margin:0px 10px 0px 0px;
	padding:11px 0px 0px 0px;
}

#supernav li ul {
	display:none;
	 
	}

#supernav .page_item
{
    float:left;
    margin:0px 0px 0px 6px;
    padding:0;
}

#supernav .page_item a:link, #supernav .page_item a:visited {
    text-align:center;
    line-height:37px;
    width:116px;
    height:35px;
    display:block;
	color:#fff;
	text-decoration:none;
	padding:auto auto;
	background:#1dbecf;
}
	
#supernav .page_item a:hover {
	background: #d7182a;
}

#supernav .current_page_item a:link, #supernav .current_page_item a:visited {
	color: #fff;
	background: #d7182a;
	text-decoration: none;
}

#supernav .flags {
	background:#fff;
	padding:11px 20px 8px 23px;	
}

/* CONTENT */

#content {
	font-size: 12px;
	}
	
.column .postmetadata {
	text-align: left;
	font-size: 12px;
	}

.left_shadow {
	background: url(images/shadow_left.jpg);
}

.right_shadow {
	background: url(images/shadow_right.png);
}

.alt {
	background-color: #ffffff;
	}
	
.description {
	background-color: #878787;
	font-size: 12px;
	margin-top: -7px;
	padding: 0px;
	margin-bottom: 5px;
	text-align: left;
}

.entry {
	font-size: 14px;
}

.entrytext {
	font-size: 14px;
}

ul {
	list-style-type: circle;
}

.entry p a:visited {
	color: #d7182a;
	}
	
.column {
	float: left;
	width: 600px;
	}
	
#stuff {
    background-color:transparent;
    height:inherit;
}
	
.quicknews {
	color:#000;
	font-family: DejaWebBold, Verdana, Sans-Serif;
	font-size: 12px;
	text-decoration:none;
	padding:11px 10px 8px 10px;
	margin-bottom:20px;
	background:#fff;
}

.quicknews a, #sidebar h2 a {
	color:#d7182a;
}

#sidebar
	{
	background-color: #ffffff;
	}

.post {
	padding: 5px 16px 16px 16px;
	text-align: left;
	margin-bottom:16px;
	background:#fff;
	}
	
.post h2 {
	font-size: 16px;
	}	

.post h2 a {
	color:#000;
	}
	
.post a {
	color:#d7182a;
	}
.post .entrymeta {
	position:absolute;
	text-align:left;
	font-size:1em;
}

.postmetadata {
	clear: left;
	}
	
/* COMMENTS */

#comments {
	font-family: DejaWebRegular, Verdana, Sans-Serif;
	line-height: 1.5em;
	text-transform: none;
	padding-left: 15px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: DejaWebRegular, Verdana, Sans-Serif;
	font: 10pt;
	}
	
.commentlist li {
	font-family: DejaWebBold, Verdana, Sans-Serif;
	 
	}

.commentlist cite, .commentlist cite a {
	font-family: DejaWebBold, Verdana, Sans-Serif;
	 
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-family: DejaWebRegular, Verdana, Sans-Serif;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: DejaWebRegular, Verdana, Sans-Serif;
padding-left: 15px;	
}

.commentmetadata {
	font-family: DejaWebRegular, Verdana, Sans-Serif;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
padding-left: 15px;	
}

#commentform textarea {
	width: 100%;
	padding: 2px;
padding-left: 15px;
	}

#commentform #submit {
	margin: 0, 0, 0, 12px;
	float: right;
padding-left: 15px;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
padding-left: 15px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
/* SIDEBAR */

#sidebar {
	font: 14px DejaWebRegular, Verdana, Sans-Serif;
	//position:relative;
	height:1000px;
	}
	
#sidebar h2 {
	color:#000;
	font: 14px DejaWebBold, Verdana, Sans-Serif;
	font-weight: normal;
	text-decoration:none;
	padding:10px 10px 0px 5px;
	text-align:left;
}


#sidebar ul, #sidebar ul ol {
	margin:0px;
	padding:0px;
	}

#sidebar ul li {
	list-style-type: none;
	margin-bottom: 4px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 4px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 1px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0 0px;
	padding:4px 5px 0px 5px;
	}
	
#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 2px;
	}
	
#sidebar {
	margin: -15px 0px 0px 608px;
	width: 160px;
	}

#sidebar form {
	margin: 0;
	}
	
/* SIDEBAR CALENDAR */

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em DejaWebRegular, Verdana, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
/* FOOTER */	

#footer {
	background-color: #fff;
	}

#footer {
	width: 600px;
	clear: both;
	}

#footer p {
	padding-left: 16px;
	text-align: left;
	font-size:1.1em;
	color:#000;
	}

/* ETC...

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	list-style: none;
	text-indent: -10px;
	} 

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#searchform {
	margin: auto;
	padding: 5px 3px 5px 5px; 
	text-align: left;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

/* Begin Various Tags & Classes */

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #000;
	background-color: #fff;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: left;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/* End Various Tags & Classes*/ous Tags & Classes*/

table.schedule
{ width: 550px;
border-collapse: collapse;
border-spacing: 0px; }

td.avset, td.vjset
{
    width:300px;
}

td.time
{
    width:50px;
}

td.avset
{
    background-color:#ddd;
}

td.vjset
{
    background-color:#bbb;
}
