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

/* Append New Styles */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans;
	background:url(/images/bk.jpg);
}

h1{
	color: #127B9D;
}
h2{
	color: #127B9D;
}
a:link, a:visited {
 	color: black;
 	text-decoration: none;
 
}

a:hover, a:visited:hover {
 	color:gray;
 	text-decoration: none;
}

img {
	border: 0;
}


/*header*/	
#wrapper {
	width: auto;
	height: 270px;
	background: url(/images/top_bk.png);
}

#top_header{
    width: 1020px;
    margin: 0 auto;
    background: url(/images/top_img_bk.png);
    height: 320px;
	z-index: 50px;
    position: relative;
}

.homeLink {
    display: block;
    width: 1000px;
    height: 234px;
    position: absolute;
    top: 36px;
    left: 10px;
}

.homeLink span {
    display: none;
}

#top_header ul#nav_buttons {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	font-family: Verdana, arial, times;
	font-size: 12px;
	font-style:italic;
	top: 10px;
	left: 28px;
    width: 965px;
    height: 25px;
    overflow: hidden;
}

#top_header ul#nav_buttons li {
	float: left;
    border-right: 1px solid #ffffff;
    height: 21px;
    padding: 4px 8px 0;
}

#top_header ul#nav_buttons_bott {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	top:257px;
	left: 50px;
}

/*hidding list*/
li.headlink ul {
 	display: none;
}
/*displaying list*/
li.headlink:hover ul {
	display: block; 
}

#top_header ul#nav_buttons_bott li {
	float: left;
	font-family: Verdana, arial, times;
	font-size: 18px;
	font-style: bold;
	color: #03708d;
	padding:0;
}
#top_header ul#nav_buttons_bott li ul{
	padding: 0px;
	position: relative;
	top: 3px;
	z-index:10;
	float:left;
	
}
#top_header ul#nav_buttons_bott li ul li {
	list-style: none;
	font-size: 12px;
	background: #ceeff8;
	border: 1px solid #ffffff;
    border-top: 0px;
	width: 220px;
}

#top_header ul#nav_buttons_bott a:link {
	color: #03708d;
 	text-decoration: none;
    display: block;
}

#top_header ul#nav_buttons_bott a:visited {
	color:#03708d;
	text-decoration: none;
}

#top_header ul#nav_buttons_bott a:hover {
	color:black;
	text-decoration: none;
}

#top_header ul#nav_buttons_bott a:active {
 color:#03708d;
 text-decoration: none;
}

#top_header ul#nav_buttons_bott li ul li a:link {
    padding: 5px 10px;
}


/* Center */
#center_content{
  	width: 974px;
	margin: 0 auto;
	background: url(/images/center_bk.png);
	padding: 0 24px;
}

.obd_live {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    background: #cc0000;
    padding: 10px;
    margin: 10px 0;
    text-transform: uppercase;
}

.obd_live a:link, .obd_live a:visited {
    color: #ffffff;
    text-decoration: underline;
}

.obd_live a:hover, .obd_live a:visited:hover {
    color: #ffffff;
    text-decoration: none;
}

div.navigation {
    width: 706px;
}

div.navigation > div.alignleft {
    width: 353px;
    float: left;
    text-align: left;
}

div.navigation > div.alignright {
    width: 353px;
    float: left;
    text-align: right;
}

/* Left Side */
#content_left{
	margin: 0 auto;
	float: left;
	width: 715px;
	padding: 0 10px;
}

/* Right Side */
#content_right{
	float: left;
	width: 218px;
	padding: 0 10px;
}

#content_right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#content_right ul li.searchForm {
    text-align: center;
    padding-top: 20px;
}

#content_right ul li.searchForm label {
    display: none;
}

#content_right ul li.searchForm #s {
    width: 100%;
    height: 20px;
    font-size: 16px;
}

#content_right ul li.searchForm #searchsubmit {
    margin-top: 6px;
}

#content_right > ul > li > ul {
    list-style-type: disc;
}

#content_right ul li ul li {
    margin: 0 0 0 20px;
    padding: 0;
}

li.pagenav ul li, li.categoies ul li {
    margin: 0;
    padding: 0;
}


form {
	margin-bottom: 0;
	padding-bottom: 15px;
}

dl {
	margin: 0;
}

dt {
	margin: 0;
	width: 19%;
	float: left;
	clear: left;
	padding: 0 5px 10px 0;
	text-align: left;
}

dd {
	margin: 0;
	width: 80%;
	float: left;
	padding-bottom: 10px;
}

.clear {
	clear: both;
}
