/*
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 {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #ccccff;
	color: #333333;
	text-align: center;
	}
    
td {
    text-align: left;
    background: #ffffff;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}
    
p {
    text-align: left;
    margin: 0px;
    padding: 0px;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
    
 h2 {
	font-size: 3em;
	text-align: center;
	}
    
 a {
    color: #000000;
    text-decoration: none;
 }
 
 a.hover {
    text-decoration: solid;
 }
    
#header a, h2 a:hover, h3 a:hover {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight:bold;
    font-size:12px;
    margin-left: 60px;
	color: #c2c2c2;
	text-decoration: none;
    position: relative;
    top: -10px;
	}

#header a:hover {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight:600;
    font-size:12px;
	color: #ffffff;
	text-decoration: none;
	}
    
 
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000000;
    text-decoration: none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	border: 1px solid #959596;
	}

#header {
	background-color: #333333;
	margin: 0 0 0 1px;
	padding: 20px 20px 20px 115px;
	height: 0px;
	width: 1275px;
	}
    
#headerln {
	background-color: #c2c2c2;
	margin: 0 0 0 1px;
	padding: 0;
	height: 5px;
	width: 1275px;
	}
    
#headermargin {
	background-color: #e3ecee;
	margin: 0 0 0 1px;
	padding: 0;
	height: 40px;
	width: 1275px;
	} 
        
#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}


#footer {
	background-color: #333333;
	margin: 0 0 0 1px;
	padding: 0;
	height: 100px;
	width: 1275px;
	}
    


#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
    font-size: 32px;
}

.showme{
    display: none;
}

div#links a span {
    display: none;
    text-decoration:none;
    z-index: 10;
}

div#links a:hover span {
    display: block;
    position: absolute;
    top: 400px;
    left: 190px; 
    width: 425px;
    padding: 5px; margin: 10px; 
    z-index: 1;
    color: #000000; 
    background: #ffffcc;
    text-align: left;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}

div#desc a span {
    display: none;
    text-decoration:none;
    z-index: 10;
}

div#desc a:hover span {
    display: block;
    position: absolute;
    top: 280px;
    left: 100px; 
    width: 1000px;
    padding: 5px; margin: 10px; 
    z-index: 1;
    color: #000000; 
    background: #ffffcc;
    text-align: left;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}

.header {
    text-align: right;
    background: #ccccff;
}