/* global */
* 								{ margin:0; padding:0; font-family:arial, helvetica, sans-serif; font-size:11px; }
body							{ background-color:#000; margin:15px 0 5px 0; padding:0 0 30px 0; }

/*	layout */
#wrap							{ border:2px solid #fff; width:924px; margin:0 auto 0 auto; background-color:#fff; }
#header						{ border-bottom:1px solid #fff; height:99px; }
#navigation					{ height:37px; background:url(../graphics/nav-background.jpg); border-bottom:1px solid #b2c7e8; position:relative; }
#content						{ background:url(../graphics/edge.jpg) top right repeat-x; width:924px; }
	#content_left			{ float:left; width:472px; padding:20px 21px 15px 15px; min-height:225px; background:url(../graphics/nav-bottom.jpg) top left repeat-x #fff; } * html #content_left { height:255px; }
	#content_right			{ float:left; width:402px; min-height:255px; display:inline; } * html #content_right { height:255px; }
	#content_main			{ float:left; width:897px; padding:30px 25px 0 25px;  padding:20px 0 15px 15px; min-height:225px; background:url(../graphics/nav-bottom.jpg) top left repeat-x #fff; } * html #content_main { height:255px; }
#footer						{ background-color:#131b55; color:#fff; padding:5px 0 5px 0; text-align:center; margin:2px 0 0 0; }

#home_content_left		{ float:left; width:472px; padding:20px 25px 0 25px; min-height:225px; background:url(../graphics/nav-bottom.jpg) top left repeat-x #fff; }
	#home_content_left h1{ margin:0; padding:0 0 10px 0; }
	#home_content_left p { font-size:12px; padding:5px 0 0 0; }
#home_content_right		{ float:left; width:402px; height:255px; margin:0 0 2px 0; }
.home_box					{ width:304px; border:1px solid #6d83aa; background-color:#d0e4f5; float:left; margin:0 2px 0 0; }
.home_box_title			{ color:#2f3a6d; font-weight:bold; padding:5px 10px 5px 10px; border-bottom:1px solid #2f3a6d; }
.home_box_image			{ border:1px solid #fff; width:94px; float:left; }
.home_box_content			{ border-left:1px solid #2f3a6d; width:187px; padding:5px 10px 0 10px; float:left; line-height:17px; min-height:135px; background:url(../graphics/home-box.jpg) bottom right no-repeat; } * html .home_box_content { height:135px; }
.home_box_text				{ height:115px !important; }
.home_box_link				{ text-align:right; }
.blue_box					{ background-image:url(../graphics/blue-background.jpg); background-position:bottom left; background-color:#d5e6f6; background-repeat:repeat-x; padding:10px; border:1px #2f3a6d solid; width:255px; }

#home_message_1			{ width:215px; float:left; margin:10px 0 5px 0; cursor:pointer; text-align:center; font-size:13px; border:1px dotted #ffcc00; background-color:#fffae1; padding:5px; }
#home_message_2			{ width:215px; float:left; margin:10px 0 0 10px; cursor:pointer; text-align:center; font-size:13px; border:1px dotted #5AAEF6; background-color:#D0E4F5; padding:5px; }
#home_message_3			{ width:452px; margin:10px 0 10px 0; cursor:pointer; text-align:center; font-size:13px; border:1px dotted #a0a0ff; background-color:#f0f0ff; padding:5px; }
	#home_message_3 a		{ font-size:13px; }

/* tags */
h1								{ font-size:18px; padding:0 0 15px 0; }
h2								{ font-size:13px; padding:5px 0 0 0; font-size:14px; color:#2138aa; border-bottom:3px double #2138aa; }
h3								{ font-size:12px; padding:0 0 3px 2px; }
h4								{ font-size:14px; padding:0 0 5px 0; }
label							{ cursor:pointer; }
li								{ line-height:15px; }
ol, ul						{ padding:0 0 10px 35px; }
p								{ line-height:19px; padding:0 0 10px 0; }

/* custom */
.b								{ font-weight:bold; }
.button						{ cursor:pointer; }
.clear						{ clear:both; }
.email_page_container	{ margin:0 0 0 10px; }
.error 						{ color:#f00; }
.event_date					{ font-size:10px; color:#455b8a; margin:0 0 5px 0; }
.float_left					{ float:left; }
.float_right				{ float:right; }
.image_border				{ border:1px solid #000; }
.input_box					{ border:1px solid #000; padding:2px; }
.no_space					{ padding:0; margin:0; }
.no_margin					{ margin:0; }
.print_only					{ display:none; }
.remember					{ background-color:lightblue; border-bottom:1px solid #1c5a98; padding:2px; cursor:help; }

.show							{ display:block; }
.hide							{ display:none; }

.security_note				{ border:1px solid #ffcc00; background-color:#fffae1; padding:5px; }
.survey						{ border:1px solid #131b55; color:#131b55; padding:4px; margin:10px 0 0 0; font-weight:bold; background-color:#d0e4f5; }


/* links */
a:link, a:visited			{ color:#0000ff; text-decoration:underline; }
a:hover, a:active			{ color:#0000ff; text-decoration:none; }
.home_box_title a:link, .home_box_title a:visited			{ color:#2f3a6d; text-decoration:none; padding:0 0 0 9px; }
.home_box_title a:hover, .home_box_title a:active			{ color:#2f3a6d; text-decoration:underline; background:url(../graphics/arrow.gif) left no-repeat; padding:0 0 0 9px; }
a.arrow:link, a.arrow:visited	{ color:#0000ff; text-decoration:none; background:url(../graphics/arrow2.gif) left no-repeat; padding:0 0 0 9px; }
a.arrow:hover, a.arrow:active	{ color:#0000ff; text-decoration:underline; background:url(../graphics/arrow.gif) left no-repeat; padding:0 0 0 9px; }
#footer a:link, #footer a:visited			{ color:#fff; text-decoration:none; }
#footer a:hover, #footer a:active			{ color:#fff; text-decoration:underline; }
a.document:link, a.document:visited		{ color:#1b1bda; text-decoration:underline; background:url(../graphics/document.jpg) left top no-repeat; padding-left:16px; }
a.document:hover, a.document:active		{ color:#1b1bda; text-decoration:none; }
a.register:link, a.register:visited		{ color:#1b1bda; text-decoration:underline; background:url(../graphics/online.jpg) left center no-repeat; padding-left:18px; }
a.register:hover, a.register:active		{ color:#1b1bda; text-decoration:none; }


/*  reformat  */
#pane1						{ width:280px; float:left; margin:20px 0 15px 15px; display:inline; padding:0 10px 0 0; border-right:1px solid #ccc; }
#pane2						{ width:280px; float:left; margin:20px 0 15px 15px; padding:0 10px 0 0; border-right:1px solid #ccc; }
#pane3						{ width:280px; float:left; margin:5px 0 15px 0; padding:0 15px 0 15px; }

.bod_box						{ border-top:1px solid #ccc; border-bottom:1px solid #ccc; padding:10px; background:#eee; margin:0 0 20px 0; }
.bod_box_img				{ border:1px solid #ccc; width:110px; float:left; margin:0 10px 0 10px; display:inline; }
.bod_box_bio				{ padding:0 10px 0 10px; float:left; width:670px; }
.bod_box_bio p				{ padding:0; margin:0; }








/*  blog stuff */

h2 a				{ font-size:16px; margin:0 0 3px 0; padding:0; text-decoration:none; }
small,.small	{ color:#999; font-size:10px; margin:0 0 10px 0; padding:0; display:block; color:#516995; }

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
	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 5px;
	padding: 0 0 0 15px;
	list-style-type:none;
	background:url(../graphics/blog-arrow.jpg) no-repeat 0px 6px;
	}
/* 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: right;
	}
/* 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;
	}
	
	
	/* 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 */
