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

*/



* {padding:0; margin:0;}

/* Begin Typography & Colors */
body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background-color: #000;
  color: #333;
  text-align: center;
}


label {font-size:1.2em;color:#daa520;padding-left:5px;}
p {font-size:1.2em;color:#aaa;padding:10px 0px 10px 0px;font-weight:normal;line-height:1.4em;}
h1 {color:#ff4500;font-size:1.6em;padding-top:12px;padding-bottom:3px;}
h2 {color:#daa520;font-size:1.2em;padding-top:7px;padding-bottom:5px;}
ul li, ol li { list-style: disc; list-style-position: outside; margin-left: 30px;margin-right:20px;color:#aaa;font-size:1.2em;}
p.tiny {font-size:0.8em;margin:0;padding:0;text-align:right;line-height:0.8em;}
a.tiny {font-size:0.8em;text-decoration:none;color:#600000;}
table {width:98%;color:#bbb;font-size:1.1em;border-bottom:1px solid #404040;margin-left:5px;}
table th {font-size:1.2em;}
table .schedule_time {width:100px;font-weight:bold;color:#aaa;}
table .schedule_top th {color:#fff; border-bottom:1px solid #404040;}
table .schedule_price {width:100px;font-weight:bold;color:red;display:none;}
a {color:red;}


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

#header {
  background: #000 url('images/header.jpg') no-repeat top left;
  padding-top:117px;
}

#navigation {}
#navigation li {display:inline;width:100px;font-size:1.8em;color:#000;margin-right:20px;}
#navigation li a {color:#000;text-decoration:none;}
#navigation li.current_page_item a, #navigation li.current_page_parent a {color:#fff;}


#sidebar {width:185px;float:right;background: #000 url('images/sidebar-new.gif') no-repeat top left;height:483px;overflow: hidden;margin-top:5px;font-style: italic;}
#sidebar li {height:74px;margin-bottom:6px; list-style:none;margin-left:0;margin-right:0;}
#sidebar li a {font-size:1.4em;color:#fff;padding:15px 10px 38px 13px;display:block;text-decoration:none;}
#sidebar li.right a {padding:32px 10px 23px 13px;}
#sidebar li a.double {padding:14px 10px 20px 13px;}
#sidebar li a.single {padding:10px 80px 24px 13px;}
#sidebar li.right {text-align:right;}
#sidebar li a:hover {color:#000;}

#footer {
  background: #000 url('images/footer.png') no-repeat bottom right;
  height:101px;
}

#directions {padding-top:10px;}
#directions label {padding:0;margin:0;float:left;width:200px;padding-left:5px;font-size:1.4em;}
#directions #saddr {font-size:1.6em;width:300px;border:1px solid #ddd;-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;background-color:#404040;color:white;}
#directions .submit {width:50px;font-size:1.6em;border:1px solid #ddd;-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;background-color:#707070;color:white;}
#directions #saddr:focus {background-color:#FFFACD;color:#aaa;}

#content {margin-right:190px;}


