/*
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: #728B2E url('img/bg.png') repeat-x;
	color: #333;
	text-align: center;
	}
img{
	border:none;
}
hr{
	color: #9EBD47;
	background-color: #9EBD47;
	width:90%;
}
#page {
	text-align: left;
	width: 652px;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
}
#page_home{
	background:url('img/main.jpg') no-repeat;
	text-align: left;
	width: 980px;
	height:700px;
	margin-left: auto;
	margin-right: auto;
	margin-top:80px;
	margin-bottom:100px;
}
#home_footer{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	padding-top:5px;
}

#home_right{
	float:right;
	width:465px;
	height:430px;
	margin-top:6px;
	position:relative;
	text-align:center;
}
#home_right p.sub{
	margin-top:20px;
	font-style: italic; 
	font-size:1.2em;

}
#home_menu{
	bottom:0px;
	right:0px;
	position:absolute;
	text-align:right;
}
#home_menu ul{
	margin:0;
	padding:0;
	list-style: none;

}
#home_menu ul li{
	width:132px;
	height:24px;
	text-align:center;
	background:url('img/home_menu_blank.png');
}
#home_menu ul li a{
	color:white;
	font-size:1.2em;
}
#content {
	background: #9FB760 url('img/content_bg.png') repeat-x;
	padding:7px;
	margin-left:12px;
	color:#000;
}

#headerimg{
	margin-left:18px;
}

#footer{
	margin-left:14px;
	padding-top:3px;
}
.entry img{
	border:3px solid #D7E3B4;
	margin:4px;
}
.entry img.noborder{
	border:none;
}
.entry img.alignleft{
	float:left;
}
.entry img.alignright{
	float:right;
}
.entry img.aligncenter{
	text-align:center;
	display:block;
    margin-left: auto;
    margin-right: auto;
}

a, a:visited{
	color: #000;
	text-decoration:underline;
	outline: none;
	-moz-outline-style: none;
}
a:hover{
	text-decoration:none;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1em;
	margin-bottom:3px;
	}

h2 {
	font-size: 2.3em;
	font-weight:lighter;
	background:url('img/h2_bg.png') repeat-y;
	margin:0;
	padding-left:7px;
	clear:both;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

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: #333;
	}

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;
	}
input, textarea{
	background-color:#EBF2D9;
	border:1px solid #92B13F;
}
.wpcf7{
	font-size:11px;
}
.entry{
	font-size:1.3em;
	color:#000;

	margin-left:10px;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu ul{
	margin:0;
	padding:0;
	list-style: none;
	padding-top:10px;
	margin-left:10px;
}
#menu ul li{
	float:left;
	font-size:1.4em;
	color:#fff;
	height:22px;
	background:url('img/menu_sep.png') no-repeat;
	padding-left:13px;
	padding-right:11px;
	padding-top:3px;
}
#menu ul li.first{
	background:none;
}
#menu ul li a{
	color:#fff;
}

.menu {width:665px; height:37px; position:relative; z-index:100; background: url('img/menu_bg.png') no-repeat;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:665px; w\idth:664px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; padding-top:10px; margin-left:13px; }
.menu ul ul {width:105px; padding-top:5px; margin-left:2px; z-index:100; }
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:105px;position:relative; font-size:14px; color:#fff; padding-top:3px; height:37px; background:url('img/menu_sep.png') no-repeat;}
.menu li li { padding:0px; height:22px; font-size:12px;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block; text-decoration:none; color:#fff; width:105px; padding-left:10px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:105px; w\idth:90px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {}
/* style the second level hover */
.menu ul ul a.drop:hover{}
.menu ul ul :hover > a.drop {}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {}
/* style the third level hover */
.menu ul ul ul a:hover {}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;left:0; width:105px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:105px; top:-1px; width:300px;}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { background:#990000; color:#fff; padding:4px; padding-left:10px;  width:105px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover {}
.menu ul ul a:hover{ background:url('img/menu_fade.png') repeat-x; }
.menu :hover > a, .menu ul ul :hover > a {}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}






