/*
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

*/

/* BODY */

		body {
		top:10px;
		margin:20;
		padding: 20;
		background-color: #e1e8d6;
		background: url('images/bg.jpg') center;
		}
		
/* CONTAINER */

		#container {
			width: 800px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #666;
			background-color: #FFFFFF;
			border-style: solid;
			border-width: 10px;
			border-color: #FFFFFF;
			
		}

		#wrapper {
		background-color: #e1e8d6;
		background: url('images/shadow.png') center;
		background-repeat: repeat-y;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Georgia, Times New Roman, Times, serif;
			font-weight: normal;
			font-size: 32px;
			color: #1b3766;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
			color: #666666;
			font-size: 18px;
			line-height: 28px;
			font-family: Georgia, Times New Roman, Times, serif;
			background-color: #FFF;
		}
		
		a {
			color:#1b3766;
			text-decoration: none;
		}

		a:hover {
			color:#1b3766;
			background-color: #F5F5F5;
		}

		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
	height: 178px;
	width: 800px;
			border-bottom: 0px solid #948979;
			padding-top: 0px;
			clear: both;
			margin-bottom: 0px;
background: #1b3766 url('/home/wp-content/uploads/2011/12/nhsheader.gif') no-repeat bottom center;
position: relative;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}

#headerimg 	{
	margin: 0 0px 7px 0;
	height: 178px;
	width: 800px;
	}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
			margin-top: -2px;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;

		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
			border-bottom: 1px solid #CCC;

		}

		#navigation a:link, #navlist a:visited {
			color:#1b3766;
			text-decoration: none;
		}
		
		#navigation a:hover, #navigation ul li.current_page_item a {
			background: #000000 url(images/arrow.gif) 96% 50% no-repeat;
			background-color: #f0f7e7;
			color:#1b3766;
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 0px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
			width: 435px;
			margin-left: 158px;
			margin-right: 180px;
			border-left: 1px dotted #948979;
			border-right: 1px dotted #948979;
			padding: 10px;
		}
		
		#content p {
			padding-bottom: 10px;

		}

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 175px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;

		}
		
		#sidebar ul, #sidebar li {
			padding-left: 7px;
			margin: 0;
			list-style: none;
		}
			

/* FOOTER ELEMENTS */

		#footer {
			margin-bottom: -10px;
			clear: both;
			background-color:#f0f7e7;
			padding: 0px 0px 0px 5px;
			background: #f0f7e7 url('images/footer.jpg') no-repeat bottom center;
align: bottom
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 0px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
		/* And they lived happily ever after. The End. */
		
		/* some WP stuff */
		
		.alignleft {
			float: left;
		}
		
		.alignright {
			float: right;
		}
		
/* WP SPECIALS */

		.post, .borderbottom {
		border-bottom: 0px solid #DDDDDD; 
		}
		
		ul.nostyle {
		list-style: none;
		margin: 0;
		padding: 0;
		}

#search{
position:relative;
}

#searchform {
position:absolute;
top: -36px;
left: 595px;
}
