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

*/



/* Begin Typography & Colors */
body{
background: #EFEFEF;
font-family: arial;
font-size: 9pt;
}

#nav{
float: left;
list-style-type:none;	
margin: 0px 0px 0px 18px;
padding: 0px;
}


#nav li{
height: 30px;
  list-style-type:none;
  float:left;
  margin:0 5px 0 0;
  padding:0 0 0 10px ;
}

#nav li a{
  color:#B5B5B5;	
  display:block;
  padding: 5px 10px 5px 0;
text-decoration: none;
}

#nav li:hover
{
  background:url('images/tab.jpg') top left no-repeat;
}
ul#nav li:hover a
{
  display:block;
  color:#000000;
  padding: 5px 10px 5px 0;
  text-decoration:none;
  background:url('images/tab.jpg') transparent top right no-repeat;
}

#navright{
float: right;	
margin: 0px 10px 0px 0px;
padding: 0px;
}


#navright li{
  list-style-type:none;
  float:left;
  margin:0 10px 0 0;
  padding:0 0 0 10px ;
}

#navright li a{
  color:#B5B5B5;	
  display:block;
  padding: 5px 10px 5px 0;
text-decoration: none;
}

#navright li:hover
{
  background:url('images/tab.jpg') top left no-repeat;
}
ul#navright li:hover a
{
  display:block;
  color:#000000;
  padding: 5px 10px 5px 0;
  text-decoration:none;
  background:url('images/tab.jpg') transparent top right no-repeat;
}

.packages{
margin: 10px 0px 0px 15px;
padding: 0px;
}

.packages li{
padding: 0px;
margin: 0px;
font-size: 8pt;
}

a{color: #8F0100}
a:hover{color: #000000}

h2{
font-size: 14pt;
margin: 0px 0px 15px 0px;
padding: 0px;
color: #8F0100;
}



.footer{
font-size: 8.5pt;
color: #FFFFFF;
line-height: 12pt;
}

.footer a{
color: #FFFFFF;
}

.sideheader{
display: block;
background:url('images/sh.jpg') no-repeat;
width: 277px;
height: 14px;
font-size: 13pt;
color: #FFFFFF;
margin: 0px;
padding: 10px;
}

.midheader{
display: block;
background:url('images/mh.jpg') no-repeat;
width: 594px;
height: 14px;
font-size: 13pt;
color: #FFFFFF;
margin: 0px;
padding: 10px;
}
/* End captions */

