/*
Theme Name: Other
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
font-size: 10px; 
font-family: Tahoma, Arial, Sans-Serif;
background: #472609 url('images/back.jpg');
color: #333;
text-align: center;
background-position:top left;
background-repeat:no-repeat;
padding:0;
margin:0;
}

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

img {
border:0;
}

h1 a {
font-size:48px;
color:#FFFFFF;
}

h2 {
font-size:30px;
padding-bottom:0;
margin-bottom:0;
}


h3 {
font-size:12px;
margin:0;
padding:0;
}

h4 {
font-size:14px;
margin-bottom:0;
}

#container {
text-align: left;
}

#header {
height:80px;
padding:10px;
}

#navigation {
height:42px;
background-image:url('images/nav.jpg');
margin-bottom:0;
}

#navigation a {
color:#FFFFFF;
}

#navigation ul {
padding-bottom:0;
margin-bottom:0;
}

#navigation li {
float:left;
font-size:20px;
list-style-type:none;
padding:8px;
}

#whole {
background-image:url('images/fake.jpg');
background-repeat:repeat-y;
width:960px;
padding:0;
margin:0;
display:block;
padding-bottom:100px;
}

#s3slider {
	float:left;
}

#content {
font-size: 1.2em;
background-color:#FFFFFF;
padding:10px;
}

#sidebar {
background-color:#f9e499;
padding:10px;
text-align:left;
}


#sidebar li {
	list-style-type:none;
}


.twitter-item {
	padding-bottom:5px;
}

.top strong {
font-size:12px;
}

ul {
padding-left:20px;
margin-bottom:10px;
}

#footer {
text-align:center;
margin-top:50px;
height:100px;
}

.commentlist li {
list-style-type:none;
}

.commentlist {
margin-left:0;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	width: 100%;
	font-weight:bold;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	overflow: hidden;
	position: relative;
	margin-right:10px;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 20px;
	outline: none;
	border: 2px solid #b48406;
	color:#b48406;
}
ul.tabs li a:hover {
	background: #eee;
}
ul.tabs li.active a, ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border: 2px solid #fff;
	color:#111;
}

.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
}
.tab_content {

}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.navigation {
	width:560px;
}