/*
Theme Name: Timeless Band
Theme URI: http://www.offroad-sticker.de/
Description: Blattfeder Gang Theme
Version: 0.1
Author: Florian Reck
Author URI: http://www.offroad-sticker.de/
Tags: music, timeless, green, custom header, custom footer, fixed width, two columns
Text Domain: BlattFederGangStyle
	
	Das offizielle Wordpress-Theme der Band "Timeless"

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body, div, span
{
	margin: 0;
	padding: 0;
	
}
body
{
	background: url('./images/Background.png'); 
	text-align: center;
	font-family: Arial,sans-serif;
	font-size: 14px;
	background: #060B21;
	color: #ccc;
}
.container
{
	text-align: left;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contentcontainer
{
	background: url('./images/Content_Background.png') repeat-y;
	width: 980px;
	float: left;
	clear: both;
}
.headerimage
{
	width: 980px;
	height: 308px;
	background: url('./images/Header.png') no-repeat;
	float: left;
	clear: both;
}
.leftpane
{
	width: 210px;
	float: left;
}
.contentpane
{
	width: 710px;
	margin-left: 20px;
	margin-right: 40px;
	float: left;
	line-height: 1.7em;
}
.footer
{
	width: 980px;
	height: 65px;
	background: url('./images/Footer.png');
}
.navigation ul li a, .navigation ul li a:visited
{
	color: #ccc;
}
.navigation ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 197px;
	display: block;
}
.navigation ul ul
{
	margin: 0 0 0 30px;
}
.navigation ul ul li
{
	background: url('./images/Navigation_Button.png');
	height: 54px;
	width: 197px;
	display: block;
	font-size: 14px;
}
.navigation ul ul li a, .navigation ul ul li a:visited
{
	padding: 15px 0 0 15px;
	margin: 0;
	height: 39px;
	width: 182px;
	display: block;
	text-decoration: none;
}
.navigation ul ul li:hover, .navigation ul ul li.current_page_item
{
	background: url('./images/Navigation_Button_Hover.png');
}
.navigation ul ul li a:hover
{
	font-weight: bold;
}

.navigation ul ul li ul
{
	margin-left: 0;
}

.contentpane a, .contentpane a:visited
{
	color: #eee;
}

.contentpane img
{
	border: none;
	padding: 5px;
}

.contentpane img.alignleft
{
	float: left;
}

.contentpane img.alignright
{
	float: right;
}
.contentpane h1, h2, h3, h4
{
	color: #fff;
	margin: 18px 0 8px 0;
	padding: 0;
}

.contentpane a, .contentpane a:visited
{
	color: #eee;
}
.contentpane p
{
	margin: 2px 0 14px;
	padding: 0;
}

.contentpane img
{
	border: none;
	padding: 5px;
}

.contentpane img.alignleft
{
	float: left;
}

.contentpane img.alignright
{
	float: right;
}
.css_form_textfieldspace input, .css_form_textfieldspace textarea
{
	border: none;
	width: 450px;
}
.css_form_textfieldspace textarea
{
	margin-top: 6px;
}
.css_form_textfieldspace input
{
	height: 18px;
}
.css_form_messagefield
{
	width: 450px;
	height: 250px;
}
.css_form_antispam_inputfield
{
	width: 140px;
	height: 18px;
	border: none;
	margin: 0;
	padding: 0;
}
.css_form_antispamcontent_position
{
	margin: 2px;
}
.css_form_antispamcontent_position img
{
	padding: 0;
	margin: 0;
}
.ngg-gallery-thumbnail
{
	float: left;
	width: 170px;
	height: 128px;
	border: solid 4px #ccc;
	margin: 2px;
}
.ngg-gallery-thumbnail img 
{
	padding: 0;
	margin: 0;
}
.ngg-clear
{
	clear: both;
}
