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

/*reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

body {
line-height: 1;
}

ol, ul {
/*list-style: none;*/
}

blockquote, q {
quotes: none;
}

ins {
text-decoration: none;
}

del {
text-decoration: line-through;
}

/*colours
light blue: #003399
dark blue: #003366
*/

/* toolbox*/

.floatleft {
float: left;
}

.floatright {
float: right;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.clear {
clear: both;
}

/*end toolbox*/

body {
background: #11306d;
font-family: "lucida grande";
font-size: .9em;
width: 100%;
text-align: center;
margin: 0;
padding: 0;
}

p {
font-size: 0.9em;
color: #333333;
}

img {
border: none;
}

a {
color: #003366;
text-decoration: none;
}

a:hover {
color: #333333;
}

/*headings and typography*/

/* shared properties */

/* solo */

p {
margin: 0.8em 1.2em;
}

h1 {
color: #11306D;
font-size: 2.1em;
text-align: left;
margin: 0.6em 0.5em 0;
font-family: Garamond, "Times New Roman", serif;
}

h2 {
color: #999;
font-size: 1.4em;
}

div#container {
width: 958px;
background: url('images/bg.gif') repeat-y left top;
margin: 0 auto;
padding: 0 30px;
overflow: hidden;
background-color: #FFFFFF;
text-align: left;
}

#main {
width: 630px;
float: left;
background-color: #FFFFFF;
overflow: hidden;
}

#main p {
line-height: 1.3em;
}

#main img {
border: 1px solid #036;
}

#main a {
text-decoration: underline;
}

#main h3 {
  margin: 2em 0 0 15px;
}

#logo a {
width: 158px;
padding: 0px;
float: left;
background: transparent url(images/logo.jpg) no-repeat;
height: 116px;
text-indent: -9000px;
display: block;
}

#display {
clear: both;
margin: 10px;
padding: 10px 0 10px 10px;
float: left;
background: transparent url(images/photo.jpg) no-repeat;
width: 620px;
height: 300px;
}

#posts {
/*Seems to have problems with WebKit-based browsers*/
/*overflow: hidden;*/ 
}

.post {
padding-top: 25px;
float: left;
padding-left: 10px;
line-height: 14px;
width: 620px;
}

ul#lists {
display: block;
float: none;
margin: 1em 0 1em 20px;
}

ul#lists li {
float: none;
}

/*SIDEBAR*/

#sidebar {
width: 310px;
float: right;
margin: 0 5px 0 0;
padding: 0;
background: #FFFFFF;
text-align: left;
font-family: "lucida grande";
color: #333;
font-size: .9em;
overflow: hidden;
}

#sidebar div {
padding:5px 5px 0;
}

#classes {
background: #dde3f0;
height: 300px;
margin: 10px 5px 0px 0px;
padding: 0px 5px 0 0;
}

.sidehead {
color: #11306D;
font-weight: bold;
font-size: 1.4em;
padding: 5px 5px 0;
font-family: Garamond, "Times New Roman", serif;
font-style: italic;
font-weight: bold;
}

p.sidetext, #instructors p {
  line-height: 16px;
padding: 5px;
margin-left:0;
margin-right:0;
}

#contact {
margin: 8px 5px 8px 0px;
padding: 5px 10px 0 0;
background: #dde3f0;
overflow: hidden;
}

#instructors {
background: #dde3f0 15em 3em;
margin: 5px 5px 0px 0px;
padding: 12px 29px 0 0;
line-height: 1.1em;
overflow: hidden;
}

#instructors a.sidebar-subheader {
margin: 5px 0 5px 5px;
font-weight:bold;
display: block;
}

#instructors img {
float: right;
margin: 0px 0px 15px 10px;
}

.regular {
font-size: .8em;
padding: 5px;
line-height: 16px;
}

#lyrics {
visibility: hidden;
background: #dde3f0;
margin: 5px 5px 0px 0px;
}

/*sidebar*/

table {
border-collapse: collapse;
width: 100%;
border: none;
font-size: .8em;
font-family: "lucida grande";
}

td {
padding: 5px;
height: 15px;
}

.schedule {
background: #dde3f0;
border-collapse: collapse;
width: 55%;
border: none;
font-size: .75em;
margin-left: 15px;
}

.schedule td {
  padding-bottom: 0;
}

#classes td {
  padding-top: 3px;
  padding-bottom: 0;
}

#classes h3 {
  padding-top: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: .8em;
}

#classes .classes-level { width: 40%; }
#classes .classes-day { width: 12%; }
#classes .classes-time { width: 30%; }

#kidz{
background:url(images/kids.jpg) no-repeat;
width: 305px;
height: 100px;
}

/*navigation*/

#nav_bar ul {
list-style: none;
list-style-image: none;
list-style-type: none;
}

#nav_bar ul li {
float: left;
}

#nav_bar ul li a {
display: block;
height: 116px;
width: 160px;
text-indent: -9999px;
}

#nav_bar ul li.what a {
background: transparent url(images/huh.jpg) no-repeat bottom center;
}

#nav_bar ul li.why a {
background: transparent url(images/why.jpg) no-repeat bottom center;
}

#nav_bar ul li.when a {
background: transparent url(images/when.jpg) no-repeat bottom center;
}

#nav_bar ul li.how a {
background: transparent url(images/how.jpg) no-repeat bottom center;
}

#nav_bar ul li.contact a {
background: transparent url(images/contact.jpg) no-repeat bottom center;
}

#nav_bar ul li a:hover {
background-position: center top;
}

#main ul {
  font-size: 0.9em;
  list-style-type: disc;
  margin:0 80px 0 60px;
  padding:0;
}

#main ul li {
color: #333;
line-height: 1.5em;
list-style-type: disc;
margin:0;
padding:0;
}

p.quote {
font-size: 1.7em;
background: #dde3f0;
text-align: center;
padding: 15px;
margin-left: 15px;
}

/* datebox*/

.datebox {
font-style: italic;
font-size: 1em;
padding-bottom: 20px;
padding-top: 10px;
}

.day {
color: #666666;
border-bottom: thin double #666666;
margin-right: 15px;
}

.entry {
font-size: 1em;
line-height: 18px;
}

.postmetadata {
font-size: 0.75em;
color: #666666;
padding-top: 10px;
}

.wp-caption {
margin: 5px;
margin-bottom: 2.5em;
}

.wp-caption-text {
font-size: 0.8em;
padding: 0;
margin: 0;
color: #aaa;
}

#footer {
clear: both;
padding-top: 50px;
text-align: center;
margin: 0;
font-size: 0.8em;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." 
-- What the hey?! ha ha . . .is this you Fogo?
*/
