/*
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 {
	margin: 0px;
	padding: 0px;
		background: #0b3c64 url(//images/img01.gif) repeat-x;
	
	text-align:left;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444444;
}

img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter {
text-align:center;
margin:0 auto;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	
	line-height: 130%;
}

a {
	color: #000066;
	font-weight:bold;
	font-size:10pt;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

.blogtitle a {
	color: #000066;
	font-weight:bold;
	font-size:14pt;
}

.blogtitle a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

#wrapper {
	width: 880px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
}

/* Header */

#header {
	width: 880px;
	height: 282px;
	margin: 0px auto;
	background-color:#466099;
	
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	padding-left: 20px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 49px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: #404040;
}

#menu .active a {
	background: url(/images/img02.gif) no-repeat 100% -40px;
}

/* Page */

#page {
	width:880px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
	
}

#header-pic {
	background: url(/images/img05.jpg) no-repeat left top;
	width: 900px;
	height: 210px;
}

/* Content */

#content {
	float: right;
	width: 670px;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	background-color: #2a4683;
	padding: 7px 15px;
	font-size: 1.4em;
	font-family:arial, verdana,sans-serif;

}

.post .normal {
	margin: 0px;
		padding: 0px 0px;
	font-size: 1.4em;
	font-family:arial, verdana,sans-serif;
     color:#0b3c64;
}

.post .title h1 {
}

.post .entry {
	padding: 10px 15px 10px 5px;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
margin-top:0px;

	float: left;
	width: 200px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		border-top:1px solid #ccc
}

#sidebar-bgtop {
}
.pad {
padding-left:0px;
}

#sidebar-bgbtm {

}

#sidebar-content {

	
}

#sidebar ul {
	padding: 0px 0 0px 0px;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
margin-top:0px;
padding-top:0px;
	margin-left: 10px;
	margin-right: 20px;
	line-height: 20px;
	padding-left: 5px;
	border-bottom: 1px dashed #BDBDBD;
	
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	background-color: #2a4683;
	padding:7px  10px;
	font-size: 1.4em;
	margin-bottom:0px;

}


.three h3{
     color:#082c85;
	padding:0px;
	margin:0px;
	font-size: 1.4em;
	margin-bottom:0px;

}

.three {
color:#082c85;
	padding:0px;
	margin:0px;
	font-size: 1.4em;
	margin-bottom:0px;

}
#sidebar a {
	text-decoration: none;
}

p {
padding:5px;
}
#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 30px auto;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}



#menutop {

	height:22px;
	border-top:0px solid white;
	width:880px;
	padding-top:0px;
	background-color:#466099;
		font: 13px Arial, Helvetica, sans-serif;
}

div.outer {
padding-left:0x;
	float: left;
	width: 118px; height: 22px;
	margin:0px 5px 0 20px;
	text-decoration: none;
	background: url( '/images/homeover.jpg' ) 0 -0px no-repeat;
	}

div.outer a {
	display: block;
	margin: 0; padding:0 0 0 0px;;
	width:100%; height:22px;
	overflow:hidden;
	font: bold 14px/1 Arial, serif;
	color:#039;
	text-decoration: none;
	background: url( '/images/home.jpg' ) top left no-repeat;
	}
	
	
div.outer2 {
padding-left:0x;
	float: left;
	width: 138px; height: 22px;
	margin:0px 5px 0 37px;
	text-decoration: none;
	background: url( '/images/meetover.jpg' ) 0 -0px no-repeat;
	}

div.outer2 a {
	display: block;
	margin: 0; padding:0 0 0 0px;;
	width:100%; height:22px;
	overflow:hidden;
	font: bold 14px/1 Arial, serif;
	color:#039;
	text-decoration: none;
	background: url( '/images/meet.jpg' ) top left no-repeat;
	}
	
div.outer3 {
padding-left:0x;
	float: left;
	width: 125px; height: 22px;
	margin:0px 5px 0 44px;
	text-decoration: none;
	background: url( '/images/volover.jpg' ) 0 -0px no-repeat;
	}

div.outer3 a {
	display: block;
	margin: 0; padding:0 0 0 0px;;
	width:100%; height:22px;
	overflow:hidden;
	font: bold 14px/1 Arial, serif;
	color:#039;
	text-decoration: none;
	background: url( '/images/vol.jpg' ) top left no-repeat;
	}


div.outer4 {
padding-left:0x;
	float: left;
	width: 118px; height: 22px;
	margin:0px 5px 0 54px;
	text-decoration: none;
	background: url( '/images/contactusover.jpg' ) 0 -0px no-repeat;
	}

div.outer4 a {
	display: block;
	margin: 0; padding:0 0 0 0px;;
	width:100%; height:22px;
	overflow:hidden;
	font: bold 14px/1 Arial, serif;
	color:#039;
	text-decoration: none;
	background: url( '/images/contactus.jpg' ) top left no-repeat;
	}

div.outer5 {
padding-left:0x;
	float: left;
	width: 118px; height: 22px;
	margin:0px 5px 0 34px;
	text-decoration: none;
	background: url( '/images/multover.jpg' ) 0 -0px no-repeat;
	}

div.outer5 a {
	display: block;
	margin: 0; padding:0 0 0 0px;;
	width:100%; height:22px;
	overflow:hidden;
	font: bold 14px/1 Arial, serif;
	color:#039;
	text-decoration: none;
	background: url( '/images/mult.jpg' ) top left no-repeat;
	}
	
	
	
	div.outer6 {
padding-left:0x;
	float: left;
	width: 118px; height: 22px;
	margin:0px 5px 0 34px;
	text-decoration: none;
	background: url( '/images/NEWSNAVOVER.jpg' ) 0 -0px no-repeat;
	}

div.outer6 a {
	display: block;
	margin: 0; padding:0 0 0 0px;;
	width:100%; height:22px;
	overflow:hidden;
	font: bold 14px/1 Arial, serif;
	color:#039;
	text-decoration: none;
	background: url( '/images/NEWSNAV.jpg' ) top left no-repeat;
	}

div.outer span {
	display: block;
	margin:0; padding: 0px 0 0 0px;
	}
div.outer a:hover {
	background-image: none;
	color: white;
	text-decoration: none;
	}
div.outer a:active {
color: white;
	text-decoration: none;
	}
	
	
	/* 2 hover */
	
	div.outer2 span {
	display: block;
	margin:0; padding: 7px 0 0 13px;
	}
div.outer2 a:hover {
	background-image: none;
	color: yellow;
	}
div.outer2 a:active {
	color: black;
	}
	
	/* 3 hover */
	
	div.outer3span {
	display: block;
	margin:0; padding: 7px 0 0 13px;
	}
div.outer3 a:hover {
	background-image: none;
	color: yellow;
	}
div.outer3 a:active {
	color: black;
	}
	
	/* 4 hover */
	
	div.outer4span {
	display: block;
	margin:0; padding: 7px 0 0 13px;
	}
div.outer4 a:hover {
	background-image: none;
	color: yellow;
	}
div.outer4 a:active {
	color: black;
	}
	
	
	/* 5hover */
	
	div.outer5span {
	display: block;
	margin:0; padding: 7px 0 0 13px;
	}
div.outer5 a:hover {
	background-image: none;
	color: yellow;
	}
div.outer5 a:active {
	color: black;
	}
	
	/* 5hover */
	
	div.outer6span {
	display: block;
	margin:0; padding: 7px 0 0 13px;
	}
div.outer6 a:hover {
	background-image: none;
	color: yellow;
	}
div.outer6 a:active {
	color: black;
	}
	
hr {
  border: 0;
  width: 100%;
  color: #ccc; /* For Internet Explorer */
   background-color: #ccc; /* For Fire Fox */
   height: 1px;
}.frame {
border-left:1px solid #ccc;
background-color:#eff0f1;
padding-top:10px;
padding-left:5px;
}

/* contribute button */
#campbutton {

	border-top:0px solid white;
	width:191px;
	padding-top:0px;
		font: 13px Arial, Helvetica, sans-serif;
}
div.camp{
padding-left:0x;
	float: left;
	width: 191px; height: 84px;
	margin:0px 0px 0 0px;
	text-decoration: none;
	background: url( '/images/contributebuttonover.jpg' ) 0 -0px no-repeat;
	}

div.camp a {
	display: block;
	margin: 0; padding:0 0 0 0px;;
	width:100%; height:84px;
	overflow:hidden;
	font: bold 14px/1 Arial, serif;
	color:#039;
	text-decoration: none;
	background: url( '/images/contributebutton.jpg' ) top left no-repeat;
	}
	
	
	
	div.camp2 {
padding-left:0x;
	float: left;
	width: 191px; height: 84px;
	margin:0px 0px 0 0px;
	text-decoration: none;
	background: url( '/images/spreadthewordover.jpg' ) 0 -0px no-repeat;
	}

div.camp2 a {
	display: block;
		margin: 0; padding:0 0 0 0px;;
	width:100%; height:84px;
	overflow:hidden;
	font: bold 14px/1 Arial, serif;
	color:#039;
	text-decoration: none;
	background: url( '/images/spreadtheword.jpg' ) top left no-repeat;
	}

div.camp span {
	display: block;
	margin:0; padding: 0px 0 0 0px;
	}
div.camp a:hover {
	background-image: none;
	color: white;
	text-decoration: none;
	}
div.camp a:active {
color: white;
	text-decoration: none;
	}
	
	
	/* 2 hover */
	
	div.camp2 span {
	display: block;
	margin:0; padding: 7px 0 0 0px;
	}
div.camp2 a:hover {
	background-image: none;
	color: yellow;
	}
div.camp2 a:active {
	color: black;
	}
	
