/*
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

*/

*
{
	margin:0px;
	padding:0px;
}
a
{
	outline:none;
	color: #7BA912;
	text-decoration:underline;
}
a:hover
{
	color:#000000;
	text-decoration:none;
}
a img
{
	border:none;
}
body
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Verdana', Sans-Serif;
	background: #ffffff url('images/body.png') repeat-x;
	color: #333;
	text-align: center;
}
#logo
{
	position:absolute;
	width:169px;
	height:29px;
	background:url('images/logo.png');
	margin-top:-25px;
	.margin-top:18px;
	.margin-left:-200px;
}

#page
{
	width:800px;
	margin:0 auto;
	text-align:left;
}

#menu
{
    font-family: 'Trebuchet MS', Sans-Serif;
	list-style-type:none;
	margin-top:47px;
	margin-left:200px;
}
#menu[id]
{
	height:21px;
}

#menu li
{
	display:block;
	float:left;
	height:21px;
	background: transparent url('images/menuitem_level1_left.gif') no-repeat left;
	margin-left:-5px;
}
#menu li a
{
	position:static;
	color: #ffffff;
	display:block;
	float:left;
	height:21px;
	background: transparent url('images/menuitem_level1_right.gif') no-repeat right;
	padding-left:16px;
	padding-right:10px;
	line-height:21px;
	text-decoration:none;
	text-transform:uppercase;
}

#menu li a:hover
{
	color:#99CF16;
	position:relative;
}

#menu li.current_page_item a, #menu li.current_page_parent a, #menu li.current_page_ancestor a
{
	color:#99CF16;
	position:relative;
}

#submenu ul li.current_page_item a
{
	color:#99CF16;
}

#submenu
{
        font-family: 'Trebuchet MS', Sans-Serif;
	height:25px;
	_clear:left;
	_margin-top:-47px;
}

#submenu ul
{
	list-style-type:none;
}

#submenu ul li
{
	text-transform:uppercase;
	padding:0 4px 0 4px;
	color: #ffffff;
	text-decoration:none;
	display:block;
	float:left;
	height:25px;
	line-height:25px;
}

#submenu ul li a
{
	text-transform:uppercase;
	padding:0 4px 0 4px;
	color: #ffffff;
	text-decoration:none;
	display:block;
	float:left;
	height:25px;
	line-height:25px;
}
#submenu ul li a.red
{
	color: #FF6600;
}
#submenu ul li a:hover
{
	color:#99CF16;
}
#content
{
	width:800px;
	font-size: 12px;
	background: #ffffff;
	.margin-top:0;
	_margin-top:0;
	min-height:400px;
  height:auto !important;
  height:400px;
}
#content p{margin-top:10px;}
#content h1
{
     font-family: 'Trebuchet MS', Sans-Serif;
	padding-top:5px;
	font-size:22px;
	clear:left;
}

#content .in
{
	padding:10px;
}

#content .in ul
{
    margin-left:15px;
}

hr
{
	display:none;
}

#page_inner_children ul
{
	list-style-type:none;
	border-top:3px solid #F0F0F0;
	border-left:3px solid #F0F0F0;
	border-right:3px solid #F0F0F0;
	width:200px;
	float:left;
	margin-right:10px;
}

#page_inner_children ul li a
{
	display:block;
	background: #ffffff;
	height:25px;
	line-height:25px;
	color: #333333;
	border-bottom:3px solid #F0F0F0;
	text-decoration:none;
	padding:3px;
	text-indent:5px;
	font-size:10px;
	text-transform:uppercase;
}

#page_inner_children ul li a:hover
{
	background:#F0F0F0;
}

#footer
{
	color: #666666;
	padding:10px;
	text-align:center;
	font-size:11px;.
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
