/*
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 {
	background:#334B67;
	font-family:Arial;
	font-size:12px;
	padding:0px;
	margin:0px;
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	}
input 
{
	font-family:Arial;
	font-size:12px;
}

/*input:focus, input.sffocus
{
	font-family:Arial;
	font-size:11px;
	background-color:#183A54;
	color:#FFFFFF;
}*/

form{
	padding:0px;
	margin:0px;
}
#page {
	background-image:url('images/bg_shadow.gif');
	background-repeat:no-repeat;
	width:901px;
	}
.table_header
{
	border:none;
	width:100%;
	padding:0px;
}
.top_header{
	margin-top:4px;
	background-color:#3B76A2;
	height:31px;
	
}
.title{
    font-size:16px;
	text-align:left;
    color:#06536D;
	font-family:Arial;
	border-bottom:1px dashed #999999;
	padding-bottom:8px;
	  }
.navilists
{	
	margin:0px;
	padding:0px;
	height:22px;
	_height:22px!important;
	border:0px solid #000000;
	/*background:  url(../../images/menu_bg.jpg) #B6B13C top left repeat-x;*/
	font-weight:bold;
	font-family:tahoma ;
	padding-left:70px;	
	/*background:url(../../images/navbg.jpg) top left repeat-x;*/
}
.list_arrow{
	background-image:url('images/menu_arrow.gif');
	background-repeat:no-repeat;
	background-position:right;	
}
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	padding-left:10px;
	list-style-type: none;
	font-size:10px;
	cursor: default;
	float:left;
	height:22px;
	text-align:left;
	border:0px solid #FF0000;
}
ul.MenuBarActive
{
	z-index: 1000;
}
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	height:22px;
	padding-left:15px;
	padding-right:15px;
	border:0px solid #99CC00;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size:10px;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	float:left;	
	width:200px!important;
	border:0px solid #000000;	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
/*ul.mousemove a:link,ul.mousemove a:visited{
	color:#FF6666;
}
ul.mousemove a:hover
{
	text-decoration:underline;
}*/

ul.MenuBarHorizontal ul li
{
	float:left;
	padding:0px;
	width:231px;
	display:block;
	border:1px solid #398BC7;
	border-top:0;	
	font-weight:normal;
	background-color:#93CFEB;
	height:25px;
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 50%;
	margin:0px;
	padding:0px;
	margin-top:5px;
	width:231px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left:211px;
	top:0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-top:1px solid #398BC7;
	width:232px!important;
	width:231px;
	margin:0px;
	padding:0px;
	text-align:left;
		
}

ul.MenuBarHorizontal ul a:link,ul.MenuBarHorizontal ul a:visited,ul.MenuBarHorizontal ul a:hover ,ul.MenuBarHorizontal ul a:focus
{
	color:#000;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a,ul.MenuBarHorizontal a:visited
{
	display: block;
	cursor: pointer;
	/*padding: 0.5em 0.75em;*/
	text-decoration: none;
	font-family:tahoma ;
	font-size:11px;
	margin:0px;
	text-align:left;
	padding:0px 0px 7px 2px;
	color:#F8F9F3;
	text-decoration:none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	padding:0px 0px 7px 2px;
	font-family:tahoma ;
	font-size:11px;
	color: #F8F9F3;
	
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	display: block;
	cursor: pointer;
	/*padding: 0.5em 0.75em;*/
	text-decoration: none;
	font-family:tahoma ;
	margin:0px;
	text-align:left;
	padding:0px 0px 7px 2px;
	color:#FFFFFF;
	
	/*background:url(../../images/menu_bg.jpg) #B6B13C top left repeat-x;*/
	/*background:url(../../images/blueline.jpg) top left repeat-x;*/
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{

}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{

}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/
ul.MenuBarHorizontal ul li a, ul.MenuBarHorizontal ul li a:visited
{
	padding:6px 0px 7px 2px;
}
ul.MenuBarHorizontal ul li a:hover, ul.MenuBarHorizontal ul li a:focus
{
	padding:6px 0px 7px 2px;
	background-color:#3B76A2;
	color:#FFFFFF;	
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
	}
}
.date
{
   font-size:11px;
   color:#999999;
}
.read-comments{height:25px; background:#F6F6F6; padding-top:8px; clear:both; padding-right:10px; font:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:11px;}
.read-comments a:link, .read-comments a:visited{color:#000000; text-decoration:none;}
.read-comments a:hover{color:#000000; text-decoration:underline;}
.read-comments a:active{color:#000000; text-decoration:none;}
.table_main
{
    
	width:879px;
	padding:0px;	
}
.table_any
{
	border:none;
	width:100%;
	padding:0px;
	text-align:left;
}
.txtsearch_td
{
	padding:5px;
	text-align:left;
	width:180px;
}
.search_textbox
{
	height:14px;
	width:168px;
	border:1px solid #3F8EB9;
	background-color:#255980;
	color:#FFFFFF;
	vertical-align:bottom;
	font-size:10px;
	margin-left:10px;
	padding-left:5px;
}
.textbox
{
	height:18px;
	width:175px;
	border:1px solid #465E7A;
	vertical-align:bottom;
	color:#333333;
	font-size:11px;
}
.pagebody_caption
{
	
	border-bottom:1px dashed #CCCCCC;
	font-family:Arial;
	font-size:22px;
	font-weight:600;
	color:#06536D;
}

.header_bg{	
	background-image:url('images/header_img.jpg');
	background-repeat:no-repeat;
	height:120px;
}
.menu_background
{
	background-image:url('images/menu_bg.jpg');
	background-repeat:repeat-x;
	background-color:#93CFEB;
	height:41px;
	padding:0px;
	margin:0px;
}
.logo{
	padding:0px;
	margin:0px;
	padding-top:18px;
	float:left;
	padding-left:13px;
}
.table_footer
{
	border:none;
	width:100%;
	padding:0px;
}
.table_footer a:link,.table_footer a:visited{
	color:#FFFFFF;
	padding:0px;
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
}
.table_footer a:hover
{
	color:#FFFFFF;
	text-decoration:none;	
}
.tr_header_footer
{
    height:66px;
	background-color:#6682A7;	
}
.submit_td
{
	text-align:right;
	padding-right:5px;
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}
.footer
{
	padding-top:5px; 
	width:530px;
	font-family:Arial;
	font-size:11px;
}
/*.footer_td
{
	width:180px;
}
.font_header_footer
{
	color:#FFFFFF;
}*/
.page_align_left
{
	padding-left:25px;	
}
.page_align_right
{
	padding-right:20px;
}
.txtCopyright
{
	padding-top:3px;
	color:#000000;
	text-align:left;
	font-size:10px;
}
.txtCopyright_new
{
	padding-top:3px;
	color:#000000;
	text-align:right;
	font-size:10px;
}
.txtCopyright_new a:link , .txtCopyright_new a:visited{
	color:#000000;
	font-size:10px;
}
.txtCopyright_new a:hover{
	color:#000000;
	font-size:10px;
}

/*#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}*/

#content {
	font-size: 1.2em;
	}

.leftcolumn 
{
    margin-top:5px;
	height:23px;
	font-family:tahoma;
	font-size:12px;
	color:#FFFFFF;
	border:1px solid #3B84BB;
	background:url('images/module_title_bg.jpg') repeat-x;
	width:225px;
	padding-top:5px;
	padding-left:25px;
	font-weight:bold;
}
.leftcol_sub_td
{
	width:25px;
	padding-left:5px;
	padding-right:5px;
	
}
.widecolumn .entry p {
	font-size: 1.05em;
	}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/*#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}*/

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;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

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

/*#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;
	}

.entry p a:visited {
	color: #b85b5a;
	}

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

.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 
{
	padding-top:5px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:#FFFFFF;
}

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

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



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

#page {
    background-image:url('images/bg_shadow.gif');
	background-repeat:no-repeat;
	text-align:center;
	width: 901px;
	margin:auto;
    }

/*#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}*/

/*#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
*/

.narrowcolumn {
	float: left;
	padding-left:10px;
	width:595px;
	border-right:1px solid #465E7A; 
	padding-right:5px;
	min-height:400px;
	height: expression( this.scrollHeight < 400 ? "400px" : "auto" );
	}

.widecolumn {
	float: left;
	padding-left:10px;
	width:595px;
	background-color:#FFFFFF;
	border-right:1px solid #000000; 
	padding-right:5px;
	}

.post {
   
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
	font-size:13px;
}

.clear {
	clear: both;
}

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

#table_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: 10px;
	text-align: center;
	color:#06536D;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
.comments_new {
   float:left;
 }
 .comment_head
{
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight:bold;
   text-align:left;
   color:#737373;
}
.respond
 {
   font-family:Arial, Helvetica, sans-serif;
   font-size:16px;
   color:#737373;   
 }
.comment_box_data
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#737373;
 }
/* End Headers */
.entry1
{ 
font-family:Arial ;
font-size:11px;
color:#737373;
padding-right:15px;
}
.entry_new
{ 
font-family:Arial ;
font-size:12px;
color:#666666;
padding-right:15px;
}

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



/* 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  {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	padding-left:10px;
	background-color:#FFFFFF;
	
	}
#sidebar li  {
	list-style-type: none;
	list-style-image: none;
	padding-left:7.5px;
	padding-right:2px;
	background-color:#FFFFFF;
	
	}

/*#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 {
	background: url('images/side_arrow.gif') no-repeat left;	
	padding:0px;
	padding-left:15px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	margin: 3px 0 0 10px;
}
/* End Entry Lists */



/* Begin Form Elements */
/*#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}*/

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float:left;
	width:80px;
	}
/* End Form Elements */



/* 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;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	margin-left: 600px;
	border:1px solid #FFFFFF;
}

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

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	
	margin-bottom: 25px;
	}
/* End Various Tags & Classes*/



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

