/*
Theme Name: WordPress Default
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

*/
html { font-family: Arial; font-size: 10pt; }

body {
	background: #fff url(images/bg.png) repeat-x fixed;
	margin: 0px 20px 0px 20px;
	overflow: scroll;
	overflow-x:hidden;
}

#container {
	width: 980px;
	background-color: white;
}

#header {
  width: 980px;
	height: 106px;
	background-color: #fff;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

#navigation {
	position: relative;
	background-color: #d8d8d8;
	background-image: url(images/navibg.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 282px;
}

#menusmall {
	float: right;
	margin-right: 20px;
}

#menusmall ul {
	margin:0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
} #menusmall ul li {
	display: inline;
	font-size: 9px;
	padding-left: 6px;
	padding-right: 6px;
} #menusmall ul li a {
	text-decoration: none;
	color: #000;
} #menusmall ul li a:hover {
	text-decoration: none;
	color: #333;
}

#menutop {
} #menutop ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(images/menutop.gif);
	height: 34px;
	width: 980px;
} #menutop ul li {
	display: inline;
	border-right: 1px solid #eeeeee;
	padding: 8px 0;
	line-height: 34px;
} #menutop ul li a {
	color: black;
	font-size: 13px;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
} #menutop ul li a:hover {
	color: #3f3f3f;
}

#menuleft {
  width: 200px;
  height: 248px;
  background: #636363;
} #menuleft h1 {
	width: 150px;
	color: #cccccc;
	padding: 10px 10px 10px 40px;
	font-size: 10pt;
	background-color: #636363;
	background-image: url(images/menulefttitle.png);
	background-position: 10px center;
	background-repeat: no-repeat;
} #menuleft ul {
	width: 200px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  position: absolute;
  bottom: 0;
  left:  0;
} #menuleft ul li {
	padding: 6px 10px 6px 20px;
	border-top: 1px solid #636363;
	border-left: 1px solid #636363;
	border-right: 1px solid #636363;
	border-bottom: 1px solid #999999;
	background-color: #636363;
} #menuleft ul li:hover {
	background-color: #888;
} #menuleft ul li a {
	color: #eeeeee;
	text-decoration: none;
} #menuleft ul li:hover a {
	color: #ffffff;
}

#menusub {
  position: absolute;
  bottom: 0;
  left: 200px;
} 

#menusub ul {
	width: 200px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #efefef;
	background-color: #dddddd;
} #menusub ul li {
	padding: 6px 6px 5px 6px;
} #menusub ul li a{
	color: black;
	text-decoration: none;
} #menusub ul li a:hover {
	color: #2f2f2f;
	font-weight: bold;
}

#content {
	padding: 10px 10px 10px 10px;
	min-height: 300px;
}

#content a:hover {
	color: #4e4f50;
	font-weight: bold;
	text-decoration: none;
}

#content a {
	color: #4e4f50;
	font-weight: bold;
	text-decoration: none;
}

#footer {
  clear: both;
  margin-top: 10px;
	color: #999;
	font-size: 10px;
	
	padding: 5px 5px 10px 5px;
}
#footer2 {
  clear: both;
  margin-top: 10px;
	color: #999;
	font-size: 10px;
	text-align: left;
	padding: 5px 5px 10px 5px;
}

#footer a { color: #999; }
			
h1 {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: red;
	font-weight: normal;
} h1 a {
	color: red;
	text-decoration: none;
} h2 {
	font-size: 14px;
	font-weight: normal;
	color: #FF0006;
} h2 a {
	color: red;
	text-decoration: none;
} h3 {
	font-size: 10pt;
	color: #afafaf;
	font-weight: normal;
	text-decoration: none
} h3 a {
	color: red;
	text-decoration: none;
}

#footer2 a { color: #999; }
			
h1 {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: red;
	font-weight: normal;
} h1 a {
	color: red;
	text-decoration: none;
} h2 {
	font-size: 14px;
	font-weight: normal;
	color: #FF0006;
} h2 a {
	color: red;
	text-decoration: none;
} h3 {
	font-size: 10pt;
	color: #afafaf;
	font-weight: normal;
	text-decoration: none
} h3 a {
	color: red;
	text-decoration: none;
}

div.box {
	background-color: #666666;
	border: 1px solid #aaaaaa;
	padding:  10px 10px 10px 10px;
}

.current_page_item a, .current_page_ancestor a {
  font-weight: bold;
}

#menuleft .current_page_item, #menuleft .current_page_ancestor {
  background-color: #ccc;
  border: 1px solid #fff;
}

#menuleft .current_page_item a, #menuleft .current_page_ancestor a {
  color: #333;
  font-weight: normal;
}

#menusub .current_page_item a {
  
}

#menuleft span { font-size: 14px; font-weight: bold; color: #ccc; }

#home {
	padding:10px 10px 10px 10px;
	height: 262px;
}

#search {
	padding:10px 10px 10px 10px;
	height: 262px;
}

#content h3 a:hover { text-decoration: underline !important; }

#actionhead {
	width: 286px;
	background: #fff url(images/action_background.jpg) top left no-repeat;
	color: #fff;
	padding: 0;
	margin-left: 10px;
} 

#actionhead a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#actionhead a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#actionhead h3 { text-transform: uppercase; color: #fff; text-decoration: none; margin-top: 0; }

#actionhead p { margin: 0 0 10px 0; }


#actionhead_bottom {
	background: #fff url(images/action_background.jpg) bottom left no-repeat;
	font-size: 11px;
	height: 5px;
}

#wrapper { width: 980px; margin: 0 auto; }

div.entry p { margin-bottom: 3px; }
div.entry a { color: #4e4f50; font-weight: bold; text-decoration: none; }

#news a {
	color: #4e4f50;
	font-weight: normal;
	text-decoration: none;
}

#news a:hover {
	color: #4e4f50;
	font-weight: normal;
	text-decoration: none;
}

div:target h3 { color: #000; }

ul#sidebar { margin: 0; padding: 0; list-style-type: none; height: 20px; }

ul.qtrans_language_chooser { list-style-type: none; position: absolute; left: 8px; top: 60px; z-index: 99; margin: 0; padding: 0; }

ul.qtrans_language_chooser li { float: left; margin-right: 10px; }

a:target {
border-right: 0.125em solid #f00;
}

form#searchform { position: absolute; top: 78px; left: 8px; }
form#searchform input#s { width: 78px; background: #fff url(images/lupe.gif) 2px center no-repeat; border: 1px solid #ccc; padding-left: 16px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

input#searchsubmit { border: none; background: none; position: absolute; top: -3px; left: 0; }
input#searchsubmit:hover { cursor: pointer; }