/*
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 */


h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #0A2D48;
	}

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;
	}


h1 {
	color:#0A2D48;
	float:left;
	font-size:18px;
	font-weight:normal;
	margin:10px 0;
	padding:0;
	width:100%;
}


p#postmetadata {font-size:11px;}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


#search {
	padding:10px 0px 10px 0px;
	background-image: url(/images/bg-contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#search .button {position:relative; top:5px;}


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
#comment {
	width:600px;
	border: 1px solid #b2b2b2;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


#shortcuts-container {position:relative;top:-15px;padding-left:70px;}
ul#shortcuts {list-style-type:none;margin:0;padding:0;width:100%;float:left;}
ul#shortcuts li#blog {float:left; text-indent: -9999px;}
ul#shortcuts li#blog a {display:block; width:70px;	height:43px; background-image: url(/images/bg-blog.jpg);	background-repeat: no-repeat; background-position: top;}
ul#shortcuts li#blog a:hover {background-image: url(/images/bg-blog.jpg);	background-repeat: no-repeat; background-position: bottom;}
ul#shortcuts li#news {float:left;text-indent: -9999px;}
ul#shortcuts li#news a {display:block;	width:70px; height:43px; background-image: url(/images/bg-news.jpg);	background-repeat: no-repeat; background-position: top;}
ul#shortcuts li#news a:hover {background-image: url(/images/bg-news.jpg);	background-repeat: no-repeat; background-position: bottom;}


body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px;
	margin:0px;
	behavior: url("includes/inc.csshover.htc");
	background-image: url(/images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: 0px 181px;
}

#general {
	background-image: url(/images/bg-body-home.gif);
	background-repeat: repeat-x;
	background-position: 0px 181px;
}

#wrapper {width:970px;margin:0 auto;}

.photo-wrapper {background:white;width:960px;float:left;padding:0 4px 0 4px}
#photo {float:left;width:970px;font-size:1px;}
#photo img {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #01466a;
	border-bottom-color: #01466a;
}

.wrapping {width:970px;margin:0 auto;}

#language {float:right;}
#language ul {margin:0;padding:0;list-style:none;}
#language ul li {float:left;font-size:13px;text-align:center;padding-left:1px;}
#language ul li a {
	display:block;
	background:#e0e0e7;
	width:125px;
	height:21px;
	color:#373432;
	text-decoration:none;
	text-align: center;
}
#language ul li a:hover {color:#2a68a8;}


p, ol, ul, li, td, tr {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}

h2 {
	color:#0A2D48;
	float:left;
	font-size:18px;
	font-weight:normal;
	margin:10px 0 10px 0;
	padding:10px 0 10px 0px;
	width:100%;
}

h1 a, h1 a:visited { 
	text-decoration:none;
	color:#0A2D48;
}

h4 {font-size:12px;color:#c37811;margin:7px 0 7px 0;padding:0px 0 0px 0;}
a, a:link, a:active, a:visited {
	color:#336699;
	text-decoration:none;
}

a:hover {
	color:#003366;
	text-decoration:underline;
}

#logo-home {float:left;padding:10px 0 42px;width:970px;}
#logo {
	float:left;
	padding:10px 0 42px;
	width:970px;
	background-image: url(/images/bg-logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content {
	float:left;
	padding:15px 0px 25px 25px;
	width:945px;
	background-image: url(/images/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: 25px top;
}

#content a:hover {color:#d29b4c;}

#content ul {list-style:square;}
#content ul li {color:#336699;}
#content ul li a {font-weight:normal;}

#body	{float:left;width:710px;padding:0 0 20px 0px;color:#5a5a5a;}
#body p, #body-sub p {color:#5a5a5a;text-align:justify;font-size:14px;line-height:16px;}

#body-sub {float:left;width:630px;color:#5a5a5a;font-size:14px;padding-right:30px;}
#body-sub img {float:right;padding:15px;}

#subnav {float:right;width:170px;padding:20px 20px 0 20px;}
#subnav-sub {float:right; padding-right:25px; width:210px;}

#subnav-sub ul {list-style:none;margin:0;padding:0;}
#subnav-sub ul li ul li {
	list-style:none;
	background-image: url(/images/bg-lists.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
}


#footer {
	line-height:12px;
	color:#6c6c6c;
	font-size:10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0c3556;
	padding-bottom:20px;
	width:922px;
	margin-top:45px;
	clear:both;

}

#footer a {	color:#6c6c6c;text-decoration:none;}	
#footer a:hover {text-decoration:underline;}

#footer-logo {position:relative;}
#footer-logo img {position:absolute;top:-20px;}

#footer p {margin:7px 0 7px 0; padding:0;}

#submenu {margin:0 0 30px 0;}
#submenu ul {list-style:none;margin:0;padding:0;}
#submenu ul li {text-align:right;border-bottom-width: 1px;border-bottom-style: solid; border-bottom-color: #d29b4c;font-size:15px;padding:10px 0 10px 0;}
#submenu ul li a {color:#7f7f7f;}
#submenu ul li a:hover {color:#ce9754;text-decoration:none;}
#submenu ul li ul {margin:0;padding:0;}
#submenu ul li ul li {
	padding:0;
	font-size:12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#submenu ul li ul li ul li {font-size:10px;}







/* THIS IS THE MENU 
---------------------------------------------------------*/

/* Overall Box Properties */

#topnav {}

#menu {
	position:absolute;top:147px;
	margin: 0;
	padding: 0 0 0 2px ;
}

/* Type of Menu (Vertical vs. Horizontal) */
#menu ul {
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0;
}

/* Position of menu elements */
#menu ul li {
	position: relative;
	color: #fff;
	display: inline;
	padding: 0 0 0 0px;
	margin-left:2px;
	float: left;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	width:117px;
	float: left;
	color: #fff;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	background-image: url(/images/bg-menu-button.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align:center;
}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	padding: 7px 10px 7px 10px;
	}

/* Sometimes Needed to Change Internet Explorer Hover */
#menu ul li a:hover {
	color: #fff;
	background-image: url(/images/bg-menu-button.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}

/* Position of Drop Down Elements */
#menu ul li ul {
	position: absolute;
	display: none;
}

/* Hover of the Main Menu */
#menu ul li:hover {
	background:#1a5178; 
	position: relative;
	color: #fff;
}

/* Added specifically for Internet Explorer Hover */
#menu ul li:hover > a,
#menu li a:hover,
* html #menu li a:hover {
	color: #fff;
	padding: 7px 10px 7px 10px;
	background-image: url(/images/bg-menu-button.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
		
}

/* For Top Level Hover when on the second level (I think) */
#menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 211px;
	height: auto;
	margin: 0 0 0 -2px;
	padding: 0;
	z-index: 2000;

}

/* Added specifically for Internet Explorer */
* html #menu ul li:hover ul { 
	background: none; 
}

#menu ul li ul li,
#menu ul li.more ul li {
	width: 211px;
	background: #c27911;
	padding: 0;
	
}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	background: none;
	padding: 8px 0px 8px 10px;
	width: 200px;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	float: none;
	text-align:left;
}

#menu ul li ul li:hover { 
	background: #d0994a; 
}

#menu ul li ul li a:hover {
	color: #fff;
	background: none;
	padding: 8px 0px 8px 10px;
}

#menu ul li ul li:hover > a {
	color: #fff;
	background: none;
	padding: 8px 0px 8px 10px;
}

#menu ul li ul li ul,
#menu ul li:hover ul li ul { 
	display: none; 
}

#menu ul li ul li:hover ul,
#menu li.exp:hover ul,
#menu ul li:hover ul li:hover ul {
	position: absolute;
	display: block;
	left: 100%;
	top: 0px;
	z-index: 300;
	border-right: none;
	width: 211px;
}

#menu ul li:hover ul li:hover ul li,
* html #menu ul li ul li a { 
	width: 211px; 
}

#menu ul li:hover ul li:hover ul li a {
display:none;
}

/* THIS IS THE MENU */
