/*
Theme Name: Bicyculture Theme
Theme URI: http://www.bicyculture.de/
Description: The Bicyculture WordPress Theme.
Version: 1.0
Author: Timo Mattner
Author URI: http://www.chromemusic.de/
Tags: three columns

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body {
	background-color: #ffe0c3;
	background-image: url(images/bicyculture-bg-new.png);
	background-repeat: no-repeat;
	background-position: center 270px;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: roman;
	text-align:center;
}

a {
	text-decoration: none;
	color: #900;
}

h2 {
	padding: 0;
	margin: 15px 0px 5px 0px;
        text-align: center;
}

h2 a {
	color: #000;
	text-decoration: none;
}

a, h2 a:hover {
	text-decoration: none;
}

li {
	list-style: none;
	padding: 0;
	margin: 25px 0 0 0;
}

div#header {
	background-color: #333;
	color:#fff;
	height: 31px;
}

ul#navigation {
	background-color: #333;
	color: #fff;
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	width: 1150px;
}

ul#navigation li {
	float: left;
	margin: 0px;
	padding: 0px;
}

ul#navigation li a {
	background-color: #333;
	color: #fff;
	text-decoration: none;
	padding: 8px;
	margin: 0px;
	display: block;
	font-size: 10px;
}

ul#sidebar-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	text-align: center;
}

ul#sidebar-left img, ul#sidebar-right img {
	border: none;
}

div#content {
	margin: 0 auto;
	width: 500px;
	text-align: center;
}

div#content div {
	text-align: left;
}

img#logo {
	margin: 25px 0px;
        border: 0;
}

ul#sidebar-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 200px;
	text-align: center;
}

div#footer {
	clear: both;
	padding: 10px;
	margin: 10px;
}

#comment {
	width: 450px;
}