/*  
Theme Name: Zeitgeist
Theme URI: http://zeitgeist-london.com/
Description: 
Version: 1.0
Author: Thomas R. Koll
Author URI: http://tomk32.de/
*/


body { 
	font-size: x-small;
	margin: 0;
	padding: 0 15px 0 15px;
	background-color: black;
	background-image: url('images/background-large.png');
	background-repeat: repeat-y;
	background-position: top center;
	background-image: url('images/background-corner.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	color: white;
	font-family: Optima, Futura, Helvetica, Arial, sans-serif;
}

body.the_z {
	background-image: none;
	padding: 0;
	margin: 0;
}

#container { 
	font-size: 135%;
	width: 100%;
	max-width: 900px;
	padding: 0;
	margin: 0 auto 0 auto;
}

body.the_z #container {
	width: auto;
	height: auto;
	position: absolute;
	padding: 0;
	margin: -130px 0 0 -130px;
	top: 50%;
	left: 50%;
}

img {
	margin: 3px;
}
a { 
	color: #007799;
	text-decoration: none;
}

a:visited { 
	color: #007799;
}
a:hover, a:focus { 
	color: #EEAA11;
}

ul { 
	list-style-image: url('images/li.png');
	margin: 3px 0 3px 5px;
	padding: 0 0 0 17px;
}

h1, h2, h3, h4, h5, h2 a, h3 a, h4 a, h5 a {
	color: #EEAA11;
	padding: 0 0 0 15px;
	font-family: "Snell Roundhand", Snell, "Monotype Corsiva", Chancery, serif;
}

h3 { font-size: 140%;}
a img {
	border: none;
}


#header {
	height: 140px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#header h1 { 
	margin: 0 0 -35px 0;
	padding: 55px 0 45px 0;
	font-size: 3em;
	font-weight: bold;
}
#header, #header a { 
	color: #EEAA11;
	text-decoration: none;
}

#blog-description { 
	font-size: 1.1em;
	padding: 0 0 0 120px;
	margin: 0;
}

#blog-description:hover { 
	color: #440000;
}
#blog-description * { 
	margin-top: 0;
}


#column-content { 
	margin: 0 -260px 0 0 ;
	width: 100%;
	float: left;
}


#content {
	margin: 0 260px 0 0;
	padding: 0;
}

.post, .navigation { 
	margin: 0;
	padding: 0;
}

.post.show {
	margin: 5px 0 5px 0;
}

.post .title, .widget .title { 
	margin: 0;
	padding: 6px 5px 4px 10px;
}

.post .title a, .post .title, .widget .title a, .widget .title { 
	color: #EEAA11;
	text-decoration: none;
	font-size: 155%;
}
.post .title a:hover, .widget .title a:hover { 
	color: #440000;
}
.posttext, .comments, .postdata  {
	margin: 0;
	padding: 0 40px 3px 10px;
}
.post .postwrap, .posttext, .widget, .postdata, .comments, hr {
	border: none;
}

.bordertop {
	border: none;
}
.posttext a {
	text-decoration: underline;
}

.postdata ul, .posttext ul {
	padding: 2px 5px 5px 20px;
	margin: 0;
}



#sidebar { 
	width: 250px;
	float: right;
	margin: 5px 0;
	padding: 0;
}

.widget .wrapper {
	padding: 0 5px 5px 5px;
}
.widget ul {
	padding: 1px 0 0 10px;
	margin: 0 0 0 10px;
}


#wp-calendar, caption {
	margin: 0 auto;
}


.navigation {
	padding: 5px;
}

#footer { 
	font-size: 80%;
	text-align: center;
	clear: both;
	padding: 5px;
	margin: 10px 0 0 0;
}
#footer p {
	text-align: center;
}



form { 
	margin: 5px 5px 5px 5px;
}

input, textarea { 
	border: 2px #EEAA11 solid;
	color: #440000;
	background-color: white;
	margin: 0 10px 0 0;
}
input#s { 
	border: none;
	border-bottom: 2px #EEAA11 dotted;
}
input:focus, input:active, textarea:focus, textarea:active { 
	color: black;
	background-color: #EEAA11;
}

textarea {
	width: 100%;
}


.floatright {
	float: right;
	margin: 0 0 3px 6px;
}

#map {
	color: black;
}