body {
	font-size:100%;
	font-family: Arial;
	background: #000;
}
.web {
	display: none;
}
.mobil {
	display: inline;
}
/*
#############################################
#############################################

HEADLINES

#############################################
*/
h2 {
	font-size: 120%;
}
#header div#search {
	background: #101010;
	position: static;
	padding: 0;
	top: 0%;
	right: 0%;
	width: 100%;
}
#header {
	text-align: center;
}
#header h2 {
	display: none;
}
#banner {
	display: none;
}
#main {
	width: 90%;
	overflow: hidden;
	margin: auto;
	background: #101010;
    -webkit-box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 1);
    box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 1);
}
#navigation {
	width: 100%;
	float: none;
	padding: 0px;
	margin: 0px;
	background: none;
	border-bottom: 8px solid #333;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#navigation ul li {
	width: 100%;
}
#navigation a {
	display: block;
	width: 100%;
	border-bottom: 1px solid #333;
}
#content {
	float: left;
	width: 100%;
	padding: 1%;
	background: #000;
	background: rgba(0,0,0,0.5);
}
aside#categories, aside#share, #newsletter, #tags {
	display: none;
}
#feature article section {
	-webkit-column-count: 0;
}

/*
#############################################
#############################################

Frontpage

#############################################
*/
.more {
	text-align: right;
	font-size: 100%;
}
.feature img {
	float: none;
}

.nextevents {
	width: 100%;
}
.nextevents a {
	height: auto;
}
.nextevents img, .feature img, .entry img{
	width: 100%;
	height: 100%;
}

/*
#############################################
#############################################

POST

#############################################
*/

.entry img {
	float: none;
	padding: 2%;
}
.half {
	width: 100%;
}
.right {
	float: none;
}
.left {
	float: none;
}
#fotoNext, #fotoPrev {
	top: 60%;
}

#PicasaViewer, #foto {
	width:100%;
	height:100%;
}
#foto img {
	width:100%;
}
#upnext {
	width: 100%;
	margin-top: 5%;
}
#PicasaViewer .albums ul {
	width:100%;
	height: 100%;
	list-style: none;
	margin-top: 40px;
}

#PicasaViewer .albums ul li {
	width:90%;
	height: 100%;
	border: 1px solid #333;
	z-index:1;
	text-align: left;
}

#PicasaViewer .albums ul li h3 {
	padding:0;
	margin:0;
	white-space: nowrap;
  	overflow: hidden;
 	text-overflow: ellipsis;
 	font-size: 11px;
 	font-weight: normal;
}

#PicasaViewer .albums ul li img {
	z-index:2;
}

#PicasaViewer .pictures {
	margin-bottom: 20px;
}

#PicasaViewer .pictures ul {
	width:100%;
	height: 100%;
	list-style: none;
	margin-top: 20px;
}

#PicasaViewer .pictures ul li {
	width:100%;
	height: 100%;
	overflow: hidden;
	float:left;
	margin-left: 20px;
	z-index:1;
	text-align: center;
}
.albums img, .pictures ul li, .pictures ul li img {
	width: 100%;
}


/*
#############################################
#############################################

SIDEBAR

#############################################
*/
aside#sidebar, #page {
	width: 97%;
	padding: 1%;
	margin: 0.5%;
	margin-top: 2%;
}
aside#sidebar {
	border-top: 5px solid #333;
	text-align: center;
}

/*
#############################################
#############################################

FOOTER

#############################################
*/
#footer {
	font-size: 70%;
	text-align: center;
	margin-top: 10%;
}
#footer ul li {
	float: none;
	font-size: 200%;
	text-align: left;
	padding: 2% 0;
}
#footer ul li a {
	font-size: 100%;
}
#footer p {
	margin: 0 0 5% 0;
}
#ex {
	position: relative;
	top: auto;
	right: auto;
	margin: 5% 0;
}