/*
Theme Name: Berlin IP Map
Theme URI: -
Description: Theme for Berlin Invisible Playground (based on Wordpress default)
Version: 0.1
Author: Sebastian Quack
Author URI: -
Tags: fixed width, custom
*/



/* Begin Typography & Colors */
body {
	font-family: "Helvetica Neue", Arial;
	color: #444444;
}	

h2 {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Arial;
	font-weight: normal;
	font-size: 110%;
	text-transform: uppercase;
	color: #8FBE9E;
}

h2 a {
	color: #8FBE9E;
}

span.highlight {
	color: #8FBE9E;
	text-transform:uppercase;
}

h3 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	color: #333;
	font-size:85%;
	font-weight:normal;
}

h4 {
	text-transform: uppercase;
}

.navigation {
	font-size: 70%;
}

small, h4 {
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 2x 0px;
	font-family: "Helvetica Neue", Arial;
	font-weight: normal;
	font-size: 0.7em;
	color: #444;
}

small {
	text-transform: uppercase;
}

.postmetadata {
	font-size: 70%;
	color: #444;
}

p {
	font-family: "Arial";
	font-size: 85%;
	line-height: 1.4em;
	margin-bottom: 10px;
	color: #333;
}

#sidebar p {
	font-size: 75%;
	line-height: 1.2em;
	margin: 10px 0px 10px 0px;
}

a {
	text-decoration: none;
	color: #b0b6c5; 
}




/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0px;
	padding: 0px;
	}

#map {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;	
	width: 100%; 
	}

#header {
	position: absolute;
	z-index: 100;
	top: 40px;
	left: 50%;
	margin-left: -350px;
	right: auto;
	height: 200px;
	width: 500px;
	background-image: url("images/berlin_logo.png");
	background-repeat: no-repeat;
	cursor: pointer;
	}

#content {
	padding: 20px 20px 0px 20px;
	}

#content-container {
	position: absolute;
	z-index: 100;
	top: 140px;
	left: 50%;
	width: 499px;
	margin-left: -350px;
}

#sidebar-container {
	position: absolute;
	z-index: 100;
	top: 140px;
	width: 210px;
	left: 50%;
	margin-left: 150px;
	}

#sidebar {
	padding: 20px 10px 10px 10px;
	}

.navigation {
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
	}

.post {
	margin: 0px 0px 30px 0px;
	clear: both;
	}

.page {
	margin: 0px 0px 30px 0px;
	clear: both;
	}

.post hr {
	display: block;
	}

.entry p { margin-top: 10px; }

.postmetadata {
	clear: both;
	padding-top: 5px;
	}

.navigation .alignleft {
	padding-bottom: 20px;
}

.navigation .alignright {
	padding-bottom: 20px;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

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

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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;
	}

ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#sidebar ul.submenu {
	margin: 0px 0px 10px 0px;
}

#sidebar li {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	font-family: "Helvetica Neue", Arial;
	font-weight: normal;
	font-size: 85%;
	text-transform: uppercase;
	color: #b0b6c5;
	list-style: none;
	cursor: pointer;
}

#sidebar ul.submenu li {
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 2px 5px;
	font-family: Arial;
	text-transform: none;
	font-size: 80%;
	cursor: pointer;
}

#sidebar ul.submenu li a {
	color: #333;
}

#sidebar ul.submenu li.first {
	margin-top: 2px;
}

#sidebar li.last {
	margin-bottom: 12px;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	text-align: left;
	margin-bottom: 10px;
	}

#sidebar #searchform #s {
	width: 120px;
	}

#sidebar #searchsubmit {
	display: none;
	}

#sidebar select {
	width: 100px;
	margin-bottom: 20px;
}

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

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

.comment-form-label {
	font-size: 85%;
	color: #333;
}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
#discussion-toggle {
	font-size: 100%;
	cursor: pointer;
	color: #b0b6c5; 
	}
#discussion {
}


.alt {
	margin: 0;
	/*padding: 10px;*/
	}

.commentlist {
	padding: 0;
	clear: both;
	/*text-align: justify;*/
	}

.commentlist li {
	clear: both;
	margin: 10px 0px 20px 0px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.comment-author {
	font-size: 85%;
	font-style: normal;
}

.fn {
	text-transform: uppercase;
	font-style: normal;
}

.fn a {
	font-style: normal;
}

span.says {
	color: #444;
}

.commentlist p {
	margin: 5px 5px 10px 0;
	padding: 5px 10px 5px 10px;
	color: #444;
	background-color: #FBFDDA;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	font-size: 70%;
	color: #444;
	}
	
.commentmetadata a {
	color: #444;	
}

#respond {
	clear: both;
}
/* End Comments */


/* Begin Calendar */
#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; }
/* End Calendar */



/* Begin Various Tags & Classes */
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: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

/*
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}*/
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Slideshow */

#slideshow {
    position:relative;
    height: 200px;
}

#slideshow.portrait {
    position:relative;
    height: 300px;
}

#slideshow.w400 {
    height: 267px;
}


#slideshow.zi8 {
    position:relative;
    height: 178px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow.portrait IMG.landscape {
	padding-top: 30px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
