/*
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

*/



body {
	background: url(assets/images/BG.gif) repeat;
}
/*Main Menu*/
#header{position:relative; }
#header-fix{ top:0;}
#navigation
{
	
	padding:5px 0;
	
	z-index:10;
	
	
}

ul#mainNav 
{
	
	position:relative;
	margin:0;
	text-align:left;
	
}

ul#mainNav li
{
	display:inline;
	list-style: none;
	position:relative;
	display: inline;
	text-transform:uppercase;
	padding:40px 0px 0 0;
	
	
	
	
}

ul#mainNav a 
{
	font-size: 1.4em;
	text-decoration: none;
	color: #fff;
	padding:0px 15px;
	
	border-right: 1px solid #FFF;
	
}

ul#mainNav a:hover, ul#mainNav li.current_page_item a, ul#mainNav li.current_page_ancestor a, ul#mainNav li.current_page_parent a {
	
	
	text-decoration: none;
	color: #fff;
}

#topWrapper
{
	
	min-height:600px;
	height:600px;
	width:100%;
}
#topContent
{
	
	min-height:510px;
	height:510px;
	width:100%;
	
	
	
}
#topContent .container
{
	position:relative;
	height:510px
	
}
#logo
{
	position:relative;
}
#logo h1
{
	position:absolute;
	top:80px;
	left:80px;
	color:#000;
	font-size:1.6em;
}
#oxegen
{
	text-align:right;

}
#info
{
	margin-top:20px;
	padding:30px;
	background:#FFF;
	background:rgba(255,255,255,0.8);
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #ccc;
height:300px;
overflow:auto;
}
#info h2
{
	color:#eb2228;
}
.block{color:#000; padding:10px; background: url(assets/images/tear.png) repeat-x top #FFF; margin-top:30px;}

#bus
{
	position:absolute; 
	bottom:-30px;
	right:0;
	width:500px;
	text-align:right;
}
#bus h2
{
	float:left;
	padding-top:30px;
	color:#ec2429;
	font-size:2em;
	text-align:right;
}
#bus h2 a
{
	
	color:#ec2429
}
#book
{
	position:absolute; 
	bottom:32px;
	left:20px;
	
}
#bottomWrapper
{
	clear:both;

}
#footer{ text-align:center; margin-top:10px;}
#footer a{color:#000;}

.alignleft {float:left;}
.alignright { float:right;}

img.alignleft {margin:0 5px 5px 0; float:left;}
img.alignright {margin:0 0px 5px 5px; float:right;}
