/* @override 
	http://wienweb20.at/screen.css
	http://www.wienweb20.at/screen.css
*/

body, html {
	color: #444;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

body {
	padding-bottom: 65px;
}

#doc3 {
	overflow: hidden;
}

a {
	color: rgb(000, 165, 213);
}

h1#head {
	letter-spacing: -.1em;
	font-size: 12em;
	margin: 0;
	position: absolute;
	position:fixed;
	top: -35px;
	left: 0px;
	color: rgb(000, 165, 213);
	color: rgba(000, 165, 213, .80);
	padding-right: .3em;
	white-space: nowrap;
}

h1#head span {
	font-size: .5em;
	letter-spacing: normal;
	z-index: -1;
	position: relative;
}

h2 {
	position: relative;
	z-index: 100;
	font-weight: bold;
	font-size: 1.25em;
	padding: 3px 0;
	text-indent: 3px;
	color: #000;
	background-color: #fff;
	background-color: rgba(255,255,255,.5);
	height: 2em;
	line-height: 2em;
}

h2 a {
	white-space: nowrap;
	font-weight: normal;
	font-size: .6em;
	text-decoration: none;
	background: rgb(000, 165, 213);
	background: rgba(000, 165, 213, .60);
	padding: 1px 3px;
	color: #fff;
}



strong {
	font-weight: bold;
}

#wrapper {
	margin-bottom: 30px;
	overflow: hidden;
}

#nav {
	position: absolute;
	position:fixed;
	right: 10px;
	top: 10px;
	text-align: right;
	width: 100%;
	z-index: 200;
}

#nav li {
	display: inline;
}

#nav li a {
	color: #00f;
	background-color: #eee;
	background-color: rgba(230,230,230, .8);
	display: block;
	float: right;
	padding: 7px 12px;
	color: rgb(000, 165, 213);
	margin-left: 1px;
}

#nav.default li.lifestream a,
#nav.termin li.termin a,
#nav.initiative li.initiative a,
#nav.ueber li.ueber a {
	font-weight: bold;
	text-decoration: none;
	color: #eee;
	background-color: rgb(000, 165, 213) !important;
}

#nav li a:focus,
#nav li a:hover,
#nav li a:active {
	background-color: #fff;
}


#wrapper {
	height: 100%;
}


.youtube ul {
	float: left; width:100%;
}

.youtube li {
	float: left; width:100%;
}

.youtube li a {
	display: block;
	text-align: center;
	background-color: #000;
	margin-bottom: 1em;
	color: #fff;
	padding-top: 1px;
	text-decoration: none;
}

.youtube li a img {
	display: block;
	margin: 0 auto;
	border: 1px solid #fff;
	margin-bottom: .4em;
}

.youtube li a:focus,
.youtube li a:hover,
.youtube li a:active {
	background-color: #a00;
	
}

.flickr ul {
	display: table;
	margin: 0 auto;
}

.flickr li {
	display: inline;
}

.flickr li a {
	width: 135px;
	height: 150px;
	overflow:  hidden;
	display: block;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	position: relative;
	float: left;
}

.flickr li a img {
	display: block;
	margin: 0 auto;
}

.flickr li a span {
position: absolute;
right: 0;
top: 0;
text-align: right;
background-color: #000;
background-color: rgba(0,0,0,.5);
}

.flickr li a:focus span,
.flickr li a:hover span,
.flickr li a:active span {
	background-color: #00a;
	
}


.twitter ul {
	position: relative;
	z-index: 100;
	float: left; 
	width:100%;
	background-color: #94E4E8;
	border: 4px solid #94E4E8;
	border-width:  3px 0;
}

.twitter li {
	display: block;
	background: url(img/twitter.png) no-repeat;
	position: relative;
	margin: 0;
	min-height: 10px;
}

.twitter li p {
	background-color: #fff;
	margin-left: 69px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	overflow: hidden;
}

.twitter li img {
	display: block;
	float: left;
	position: absolute;
	left: 5px;
}

.twitter li a span {
position: absolute;
right: 0;
top: 0;
text-align: right;
background-color: #000;
background-color: rgba(0,0,0,.5);
}

.twitter li a:focus span,
.twitter li a:hover span,
.twitter li a:active span {
	background-color: #00a;
	
}

.technorati h3 a {
	display: block;
	color: #999;
	font: italic 2em/.7 Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	line-height:1em;
}

.technorati li {
	margin-bottom: 1em;
	float: left;
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
}


#subnav {
	font-size: .85em;
	background-color: #fff;
	border-top: 1px solid #899bc1;
	margin-top: 2px;
	width: 93%;
}

#subnav a {
	display: block;
	font-size: 1.2em;
	padding: .3em;
	border-bottom: 1px solid #899bc1;
	color: #333;
	text-decoration: none;
}


/* TEXTE */

.entry {
	position: relative;
	background-color: #fff;
	background-color: rgba(255,255,255,.6);
}

.entry h1, .articleside h3 {
	margin: 0;
	font-size: 2em;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(000, 165, 213);
	margin-bottom: .5em;
}

.entry h1 {
	position: absolute;
	top: -1.5em;
	width: 100%;
	background-color: #fff;
	background-color: rgba(255,255,255,.6);
}

.entry-content h2, .articleside h3 {
	font-size: 1em;
	padding: 1em 0 .5em;
	font-weight: bold;
	margin: 0;
	color: inherit;
	clear: both;
}

.entry-content h2 {
	font-size: 1.25em;
}

.impressum .entry-content {
	padding-top: 4em;
}

.article-image img {
	width: 100%;
}

.entry ul, .entry ol {
	margin-left: 2em;
}

.entry ol li {
	list-style-type: decimal;
}

.articleside ul {
	margin-bottom: 2em;
}

.entry h1 a{
	color: inherit;
	text-decoration: none;
}

.entry p, .entry ol, .entry ul {
	padding: .5em 0;
	line-height: 1.65;
	font-size: .9em;
}

.entry-content ul {
	margin-bottom: 1em;
}

.entry-content ul li {
	list-style-type: disc;
	margin-bottom: .5em;
}

/* calendars */

.zem_event_mini_calendar {
	width: 100%;
}

.zem_event_calendar {
	width: 100%;
	position: relative;
	background: #fff;
	background: rgba(255,255,255,.5);
}

.zem_event_calendar caption {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(000, 165, 213);
	color: rgba(000, 165, 213, .9);
	background-color: #fff;
	background: rgba(255,255,255,.5);
}

.zem_event_mini_calendar caption {
	font-weight: bold;
	margin-bottom: 1em;
}

.zem_event_mini_calendar th, .zem_event_calendar th,
.zem_event_mini_calendar td, .zem_event_calendar td {
	border: 1px solid #ccc;
	text-align: center;
	color: #777;
}

.zem_event_calendar th{
	font-weight: bold;
	color: #fff;
	background-color: rgb(000, 165, 213);
	background-color: rgba(000, 165, 213,.6);
}

.zem_event_calendar tr td.empty,
.zem_event_mini_calendar tr td.empty {
	border: none;
}

.zem_event_calendar tr.number td {
	border-bottom: none;
	height: 2em;
}

.zem_event_calendar tr.day td {
	border-top: none;
	height: 2em;
	width: 5%;
	padding: 0 3px;
}

.zem_event_calendar tr td.event,
.zem_event_mini_calendar tr td.event,
.zem_event_mini_calendar tr td.event a {
	background-color: rgb(000, 165, 213);
	background-color: rgba(000, 165, 213, .9);
	color: #fff;
	font-weight: bold;
}

.zem_event_calendar ul {
	color: #fff;
	text-align: left;
	font-size: .8em;
	margin-bottom: .5em;
}

.zem_event_calendar ul li {
	list-style-type: disc;
	margin-left: 15px;
}

.zem_event_calendar ul li a {
	color: #fff;
}

div.zem_event_calendar_nav {
	text-align: center;	
	font-size: 1.3em;
	line-height: 2em;
}

div.zem_event_calendar_nav a {
	text-align: center;	
	text-decoration: none;
	color: #fff;
	background-color: rgb(000, 165, 213);
	background-color: rgba(000, 165, 213, .9);
	padding: .1em .5em;
}
div.zem_event_calendar_nav a:focus,
div.zem_event_calendar_nav a:hover,
div.zem_event_calendar_nav a:active {
	font-weight: bold;
}

h3.zem_event_calendar_nav {
	display: inline;	
}

/*p.vevent*/

.entry p.vevent {
	padding: 0;
}

.entry p.vevent a {
	display: block;
	float: right;
	width: 40%;
	padding: .5em 40px .5em 5px;
	margin-left: 5px;
	background: url(/dev/img/clock-32.png) right no-repeat;
	color: #333;
	text-decoration: none;
	text-align: right;
	border-left: 2px solid #ccc;
}

.entry p.vevent a .summary {
	display: none;
}

/*calendar .vevent */

.zem_event_calendar p.vevent .summary {
	display: block;
	font-weight: bold;
}

.zem_event_calendar p.vevent a {
	text-decoration: none;
	font-weight: normal;	
}



#top, #bottom, #left, #right {
	background: #00a5d5;
	background: rgba(000, 165, 213, .80);
	position: fixed;
	z-index: 500;
	}
	#left, #right {
		top: 10px; bottom: 50px;
		width: 10px;
		}
		#left { left: 0; }
		#right { right: 0; }

	#top, #bottom {
		left: 0; right: 0;
		height: 10px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; height: 50px; line-height: 50px; text-align: right;}
		

#bottom p {
	float: left;
	font-weight: bold;
	font-size: 12px;
	padding-top: 2px;
	line-height: 15px;
	width: 80%;
	color:#fff;
	text-align: left;
	margin-left: 10px;
}

#bottom a {
	display: none;
	float: left;
	margin: 7px 0 2px 15px;
}		

#bottom a.impressum {
	font-size: .9em;
	margin-right: 10px;
	padding: 1px 3px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, .7);
	color: #000;
	text-decoration: none;
	margin-bottom: 2px;
	display: inline;
	float: none;
}

#bottom a.impressum:hover {
	background-color: rgb(255, 255, 255);
}

ul#signage {
	margin-left: 0;
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
}

#signage li {
	float: left;
	width: 25%;
	list-style: none;
	font-weight: bold;
}

#signage li strong {
	display: block;
	font-weight: normal;
}

#unterstuetzer {
	margin: 0;
}

#unterstuetzer li {
	display: inline;
}

#unterstuetzer li a {
	display: block;
	float: left;
	margin-right: 10px;
}





.yui-t1, .wrap {
	padding-top: 7.7em;
}

.yui-d1 .yui-t1 {
	padding-top: 10em;
}/*
.yui-t1 {
		margin:auto 25px !important;
	}
	
.yui-t1 .yui-b {float:left; position: absolute; width:132px !important;}
.yui-t1 .yui-main .yui-b{margin-left:137px; width:auto !important;}
*/

#container {
	overflow: hidden;
	border: 0 !important;
}

li.item {
float: left;	
width: 450px;
border: none !important;
}

li.item li, li.item p {
	text-align: left !important;
	border: 0 !important;
	outline: 0 !important;
	margin-bottom: 5px;
}

li.item ol, li.item ul {
	clear: both;
	float: left;
	margin-left: 5%;
	display: block;
}

li.item ol {
	list-style: decimal !important;
}

li.item ul {
	list-style: disc !important;
}


li.yui-carousel-item-selected {
	border: none !important;
}

.yui-carousel-nav {
	background: none !important;
}


#infobox {
	margin: 0 1em;
	border: 1px solid rgba(100,100,100,.3);
	-webkit-box-shadow: 3px 3px 3px rgba(100,100,100,.5);
}

#infobox p {
	padding: .5em .3em;
	background: #fff;
}
