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

/*
html { 
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #dceefc;
	background-image: url(images/bg_blue_sky.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	}

#page {
	width: 762px;
	margin: 0 auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 160px;
	text-align: center;
	}
	
	
#main_content {
	width: 762px;
	margin: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
	background-image: url(images/sub_white_bg.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	}

#main_content_home {
	width: 762px;
	height: 259px;
	margin: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
	background-image: url(images/home_white_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	overflow:hidden;
	}
	

#head {
	height: 77px;
	position: relative;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	z-index: 1000;
}

#head ul {
	list-style-image: none;
	list-style-type: none;
}

#head h1 {
	position: absolute;
	top: -11px;
	left: -152px;
	background-image: url(images/jhd_logo_new.gif);
	background-repeat: no-repeat;
	height: 335px;
	width: 151px;
	z-index: 3000;
}

#head h1 a:link, #head h1 a:visited {
	display: block;
	text-indent: -9000px;
	height: 325px;
	width:  151px;
	z-index: 5000;
	overflow: hidden;
	position: absolute;

}

/* scripted glow */
html>body #head h1 span {
	display: block;
	text-indent: -9000px;
	height: 325px;
	width:  151px;
	z-index: 4000;
	background-image: url(images/jhd_logo_new_glow.png);
	position: absolute;
	top: 0;
	left: 0;
}


p a {
	color: #004b7b;
}
p a:link, a:visited{
	}
p a:hover, a:active{
	text-decoration: underline;
}


.string1 {
	background-image: url(images/string.gif);
	background-repeat: no-repeat;
	height: 103px;
	width: 7px;
	position: absolute;
	top: -14px;
	left: 165px;
}

.string2 {
	background-image: url(images/string.gif);
	background-repeat: no-repeat;
	height: 103px;
	width: 7px;
	position: absolute;
	top: -14px;
	left: 312px;
}

.string3 {
	background-image: url(images/string.gif);
	background-repeat: no-repeat;
	height: 103px;
	width: 7px;
	position: absolute;
	top: -14px;
	left: 454px;
}

.string4 {
	background-image: url(images/string.gif);
	background-repeat: no-repeat;
	height: 103px;
	width: 7px;
	position: absolute;
	top: -14px;
	left: 595px;
}
	

#menu_about a {
	display: block;
	text-indent: -9000px;
	position: absolute;
	top: 52px;
	left: 60px;
	background-repeat: no-repeat;
	height: 20px;
	width: 87px;
	list-style-type: none;
	list-style-image: none;
}
#menu_about a:link, #menu_about a:visited {
	background-image: url(images/menu/menu_about.gif);
	background-position: 0px 0px;
}
#menu_about a:hover, #menu_about a:active {
	background-image: url(images/menu/menu_about.gif);
	background-position: 0px -20px;
}


#menu_get_involved a {
	display: block;
	text-indent: -9000px;
	position: absolute;
	top: 51px;
	left: 189px;
	background-repeat: no-repeat;
	height: 20px;
	width: 105px;
	list-style-type: none;
	list-style-image: none;
}
#menu_get_involved a:link, #menu_get_involved a:visited {
	background-image: url(images/menu/menu_get_involved.gif);
	background-position: 0px 0px;
}
#menu_get_involved a:hover, #menu_get_involved a:active {
	background-image: url(images/menu/menu_get_involved.gif);
	background-position: 0px -20px;
}


#menu_im_involved a {
	display: block;
	text-indent: -9000px;
	position: absolute;
	top: 51px;
	left: 334px;
	background-repeat: no-repeat;
	height: 20px;
	width: 104px;
	list-style-type: none;
	list-style-image: none;
}
#menu_im_involved a:link, #menu_im_involved a:visited {
	background-image: url(images/menu/menu_im_involved.gif);
	background-position: 0px 0px;
}
#menu_im_involved a:hover, #menu_im_involved a:active {
	background-image: url(images/menu/menu_im_involved.gif);
	background-position: 0px -20px;
}


#menu_project_tools a {
	display: block;
	text-indent: -9000px;
	position: absolute;
	top: 51px;
	left: 473px;
	background-repeat: no-repeat;
	height: 20px;
	width: 106px;
	list-style-type: none;
	list-style-image: none;
}
#menu_project_tools a:link, #menu_project_tools a:visited {
	background-image: url(images/menu/menu_project_tools.gif);
	background-position: 0px 0px;
}
#menu_project_tools a:hover, #menu_project_tools a:active {
	background-image: url(images/menu/menu_project_tools.gif);
	background-position: 0px -20px;
}


#menu_honorees a {
	display: block;
	text-indent: -9000px;
	position: absolute;
	top: 51px;
	left: 618px;
	background-repeat: no-repeat;
	height: 20px;
	width: 78px;
	list-style-type: none;
	list-style-image: none;
}
#menu_honorees a:link, #menu_honorees a:visited {
	background-image: url(images/menu/menu_honorees.gif);
	background-position: 0px 0px;
}
#menu_honorees a:hover, #menu_honorees a:active {
	background-image: url(images/menu/menu_honorees.gif);
	background-position: 0px -20px;
}

#birds {
	background-image: url(images/birds.gif);
	background-repeat: no-repeat;
	height: 58px;
	width: 118px;
	position: absolute;
	left: -142px;
	top: 50px;
	z-index: 100;
}
	
	
#content {
	font-size: 1.2em
	}

#footerblock .narrowcolumn .entry, .widecolumn .entry {
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	font-size: .95em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	padding: 0px;
	margin: 0px;
	}
	
	
.narrowcolumn .post .entry, .widecolumn .post .entry p {
	line-height: 1.5em;
	font-family: arial, Helvetica, Sans-Serif;
	color: #676767;
	padding: 0px;
	margin: 0px;
	}
	

.widecolumn {
	line-height: 1.6em;
	}

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

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

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

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

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

#sidebar h2 {
	font-family:  Arial, Helvetica, 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;
	}

	
#page .post h2 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #004b7b;
	font-size: 3em;
	font-weight: normal;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


#page #main_content #content .post h2 a {
	font-size: .7em;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #004b7b;
	font-weight: normal;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.entry p a {
	color: #004b7b;
	font-size: 1.1em;
	}



a, h2 a:hover, h3 a:hover {
	text-decoration: none;
	}

.post h2 a {
	color: #fff785;
	text-decoration: none;
	font-size: 1em;
	}

a:link, a:visited, a:hover, a:active {
	color: #004b7b;
	font-family:  Arial, Helvetica, Sans-Serif;
	}


/* End Typography & Colors */



/* Begin Structure */



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

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
#main_content_home .narrowcolumn {
	width: 398px;
	z-index: 600;
}

.narrowcolumn {
	float: left;
	width: 450px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 58px;
	}

.widecolumn {
	padding: 0px 0 10px 58;
	margin: 0px;
	width: 650px;
	}



.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: both;
}

.clear {
	clear: both;
}

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

#footer p {
	margin: 0;
	padding: 8px 0;
	text-align: center;
	font-size: 1.1em;
	}
/* End Structure */




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

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

/*h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}*/
/* End Headers */



/* 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 {
	display: inline;
	float: left;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	}

.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 ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	margin: 0;
	padding: 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 0 0px;
	list-style-type: none;
	background-image: none;
	}

#sidebar ul ul ul, #sidebar ul ol {
	font-family:  Arial, Helvetica, sans-serif;
	list-style-type: none;
	list-style-image: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 2px dashed #d8ecf7;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#sidebar #searchform #s {
	width: 140px;
	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;
	}

/* End Form Elements */




/* Begin Sidebar */
#sidebar
{
	margin-left: 540px;
	width: 165px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */




/* 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 #d8ecf7;
/*	background-color: #d8ecf7   c4e0f1; */	
	text-align: center;
	padding-top: 4px;
	margin: 15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.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;
	color: #004b7b;
}
/* End captions */


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



h6 {
	font-size: 0.9em;
	color: #004b7b;
	line-height: 1.6em;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h6 a {
	text-decoration: underline;	
}

#page .page_item a {
	display: block;
	font-family:  Arial, Helvetica, Sans-Serif;
	font-size: 1.4em;
	background-image: url(images/sidebar/sidebar_bg.gif);
	height: 22px;
	width: 145px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5BACD8;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #228CCA;
	background-repeat: repeat-y;
}
#page .page_item a:link, .page_item a:visited {
	background-image: url(images/sidebar/sidebar_bg.gif);
}
#page .page_item a:hover, .page_item a:active {
	background-image: url(images/sidebar/sidebar_over.gif);
	color: #004B7B;
	text-decoration: none;
	background-repeat: no-repeat;
}


#sidebar_wrapper {
		width: 160px;
		background-color: #228CCA;


}

#sidebar_top_shadow {
	background-image: url(images/sidebar/sidebar_top_shadow.gif);
	height: 34px;
	width: 160px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
#sidebar_top {
	background-image: url(images/sidebar/sidebar_top.gif);
	height: 14px;
	width: 160px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}#sidebar_bottom {
	background-image: url(images/sidebar/sidebar_bottom.gif);
	height: 14px;
	width: 160px;
	display: block;
	font-size: 0px;
	line-height: 0px;
}#sidebar_bottom_shadow {
	background-image: url(images/sidebar/sidebar_bottom_shadow.gif);
	height: 43px;
	width: 160px;
	display: block;
	font-size: 0px;
	line-height: 0px;
}
#sidebar ul li ul {
	margin: 0px;
	padding: 0px;
}



p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.entry h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1.3em;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



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

#footerblock {
	text-align: left;
	height: 85px;
	width: 738px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*	background-color: #004b7b;
*/	padding: 0px;
	margin: 0 auto;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
}

#footerblock .section {
	float: right;
	height: 75px;
	width: 235px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
	}

#footerblock.entry p {
	color: #FFF;
}
#footerblock p {
	color: #FFF;
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 1.1em;
}
#footerblock p a {
	color: #b9d9ed;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	font-weight: bold;
}

.social {
	background-image: url(images/footer_thumb_social.gif);
	background-repeat: no-repeat;
	background-position: 18px 10px;
}

.social_heading {
	background-image: url(images/footerblock_social.gif);
	height: 11px;
	width: 121px;
	display: block;
	padding: 0px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 80px;
}

.photo_heading {
	background-image: url(images/footerblock_photo.gif);
	height: 11px;
	width: 121px;
	display: block;
	padding: 0px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 80px;
}

.register_heading {
	background-image: url(images/footer_registration.gif);
	height: 11px;
	width: 121px;
	display: block;
	padding: 0px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 80px;
}

.featured_heading {
	background-image: url(images/footerblock_featured.gif);
	height: 11px;
	width: 137px;
	display: block;
	padding: 0px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 80px;
}

.featured {
	background-image: url(images/footer_thumb_project.gif);
	background-repeat: no-repeat;
	background-position: 18px 10px;
}

.photo {
	background-image: url(images/footer_thumb_photo.gif);
	background-repeat: no-repeat;
	background-position: 18px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #086096;
}
#footer_above {
	background-image: url(images/footerblock_above2.jpg);
	background-repeat: no-repeat;
	height: 7px;
	width: 440px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 149px;
	margin-bottom: 0px;
	margin-left: 149px;
	font-size: 0px;
	line-height: 0px;
}



#includeblock {
	height: 176px;
	width: 717px;
	padding: 0px;
	margin: 0 auto;
}


#get_involved a {
	height: 176px;
	width: 350px;
	text-align:left;
	float: right;
}
#get_involved a:link, #get_involved a:visited {
	background-image: url(images/involved_get.jpg);
}

html>body #get_involved a:hover, #get_involved a:active {
	background-image: url(images/involved_get_over.jpg);
}

#includeblock #get_involved #gi_text {
	padding: 0px;
	margin-top: 63px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 140px;
}
#includeblock #get_involved h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#includeblock #get_involved p {
	line-height: 1.5em;
	font-family: arial, Helvetica, Sans-Serif;
	color: #333333;
	padding: 0px;
	margin: 0px;
	font-size: 1.1em;
}

#im_involved a {
	height: 176px;
	width: 361px;
	text-align: left;
	float: right;
}

#im_involved a:link, #im_involved a:visited {
		background-image: url(images/involved_im.jpg);
}

html>body #im_involved a:hover, #im_involved a:active {
		background-image: url(images/involved_im_over.jpg);
}

#includeblock #im_involved h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#includeblock #im_involved #im_text {
	padding: 0px;
	margin-top: 63px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 117px;
}

#includeblock #im_involved p {
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px;
	margin: 0px;
	font-size: 1.1em;
}

#searchsubmit {
width: 73px;
font-size: 0;
height: 21px;
display: block;
margin: 0;
padding: 0;
border: 0;
background: transparent url(images/search_button.gif) no-repeat center top;
text-indent: -1000px;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */
}

.entry ul li {
	line-height: .8em;
	margin: 0px;
	list-style-type: none;
	text-indent: 20px;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


#preloadedImages {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

#jhd_date {
	background-image: url(images/jhd_date.gif);
	background-repeat: no-repeat;
	display: block;
	height: 117px;
	width: 87px;
	position: absolute;
	left: 666px;
	top: 72px;
	z-index: 10;
}

#home_photo {
	display: block;
	height: 294px;
	width: 230px;
	position: absolute;
	left: 444px;
	top: 0px;
	z-index: 1;
	margin: 0px;
	padding: 0px;
}
#main_content_home #content .post {
	position: relative;
	z-index: 600;
}

#page #main_content td {
	font-size: 0.8em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0px;
	margin: 0px;
	}

#page #main_content td a {
	text-decoration: underline;
}

/*jquery nav*/
.spritesnav {
	width: 636px;
	height: 20px;
	background: url(blue-nav.gif) no-repeat;
	position: absolute;
	top: 51px;
	left: 60px;
}
#live{
}
.spritesnav li {
	display: inline;
}
.spritesnav li a:link, .spritesnav li a:visited, .spritesnav li div {
	position: absolute;
	top: 0;
	height: 20px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
.spritesnav li div {
	z-index: 0;
}
	.spritesnav #snabout a:link, .spritesnav #snabout a:visited , .spritesnav #snabout div{
		left: 0px;
		width: 87px;
	}
	.spritesnav #snabout a:hover, .spritesnav #snabout a:focus, .spritesnav #snabout div{
		background: url(blue-nav.gif) no-repeat 0px -20px;
	}
	.spritesnav #snabout.active a:link, .spritesnav #snabout.active a:visited {
		background: url(blue-nav.gif) no-repeat 0px -20px;
		cursor: default;
	}



	.spritesnav #snget a:link, .spritesnav #snget a:visited, .spritesnav #snget div{
	left: 128px;
	width: 105px;
	}
	.spritesnav #snget a:hover, .spritesnav #snget a:focus, .spritesnav #snget div {
		background: url(blue-nav.gif) no-repeat -128px -20px;
	}
	
	.spritesnav #snget.active a:link, .spritesnav #snget.active a:visited {
		background: url(blue-nav.gif) no-repeat -128px -20px;
		cursor: default;
	}



	.spritesnav #snim a:link, .spritesnav #snim a:visited, .spritesnav #snim div {
	left: 274px;
	width: 104px;
	}
	.spritesnav #snim a:hover, .spritesnav #snim a:focus, .spritesnav #snim div {
		background: url(blue-nav.gif) no-repeat -274px -20px;
	}
	
	.spritesnav #snim.active a:link, .spritesnav #snim.active a:visited {
		background: url(blue-nav.gif) no-repeat -274px -20px;
		cursor: default;
	}


	
	.spritesnav #snpt a:link, .spritesnav #snpt a:visited, .spritesnav #snpt div {
	left: 414px;
	width: 106px;
	}
	.spritesnav #snpt a:hover, .spritesnav #snpt a:focus , .spritesnav #snpt div{
		background: url(blue-nav.gif) no-repeat -414px -20px;
	}
		.spritesnav #snpt.active a:link, .spritesnav #snpt.active a:visited {
		background: url(blue-nav.gif) no-repeat -414px -20px;
		cursor: default;
	}


.spritesnav #snhonorees a:link, .spritesnav #snhonorees a:visited, .spritesnav #snhonorees div {
	left: 558px;
	width: 78px;
	}
	.spritesnav #snhonorees a:hover, .spritesnav #snhonorees a:focus , .spritesnav #snhonorees div{
		background: url(blue-nav.gif) no-repeat -558px -20px;
	}
		.spritesnav #snhonorees.active a:link, .spritesnav #snhonorees.active a:visited {
		background: url(blue-nav.gif) no-repeat -558px -20px;
		cursor: default;
	}
	
	
	.screen-reader-text { display: none; }
	
