/*
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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	margin: 0px;
	padding-bottom:20px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

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

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

/* End Typography & Colors */



/* Begin Structure */

#header {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3e3e3e;
	}

.narrowcolumn {
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	float:right;
	text-align: justify;
	width:610px;
	}

.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 {
	padding: 6px;
	margin: 0px;
	clear: both;
	background-color: #e9e9e9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;
	text-align: right;
	line-height: 12px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #fff;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	padding:0px;
	color:#990033;
	font-size:18px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	color:#666666 !important;
	font-size:16px !important;
	}

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: 0px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0px;
	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 {
	}

html>body .entry li {
	}

.entry ul li:before {
	}

.entry ol {
	}

.entry ol li {
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0px;
	padding: 0px;
	}

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

#sidebar ul p, #sidebar ul select {
	}

#sidebar ul ul, #sidebar ul ol {
	}

#sidebar ul ul ul, #sidebar ul ol {
	}

ol li, #sidebar ul ol li {
	}

#sidebar ul ul li, #sidebar ul ol li {
	}
/* 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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding-top: 10px;
	margin: 0px;
	width: 158px;
	}

#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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

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 #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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


.fullContainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#headerRt {
	float: right;
	text-align: right;
}
ul#tabbar li a {
	display: block;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990033;
	color:#000;
	text-decoration:none;
}
ul#tabbar li a:hover {
	color:#990033;
}
ul#tabbar li a#who_we_are_tab {
	border:none;
}
ul#tabbar li a#support_us_tab {
	padding-right:0px;
}
.widgettitle {
	display:none;
}
.textwidget ul li {
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:12px;
}
.textwidget ul {
	padding:0px;
	margin:0px;
}
.textwidget a {
	color:#000;
}
.textwidget a:hover {
	color:#990033;
}
.redBullet {
	color:#990033;
}
div.content {
	background-image:url(images/main-bg.gif);
	background-repeat:repeat-y;
	background-position:left;
	margin-top:20px;
}
div.mainpgimg {
	background-color:#FFF;
}
.mainpgimg ul {
	margin: 0px;
	padding-top: 124px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	list-style-type: none;
}
.mainpgimg ul li {
	display: block;
	float: left;
	padding-right: 2px;
}
a#donate {
	font-size: 1px;
	color: #990033;
	background-image: url(images/donate_btn.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 28px;
	width: 131px;
}
a#donate:hover {
	background-image: url(images/donateOvr_btn.png);
}
a#getHelp {
	font-size: 1px;
	color: #990033;
	background-image: url(images/getHelp_btn.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 28px;
	width: 131px;
}
a#getHelp:hover {
	background-image: url(images/getHelpOvr_btn.png);
}
a#volunteer {
	font-size: 1px;
	color: #990033;
	background-image: url(images/volunteer_btn.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 28px;
	width: 131px;
}
a#volunteer:hover {
	background-image: url(images/volunteerOvr_btn.png);
}
a#saveDate {
	font-size: 1px;
	color: #990033;
	background-image: url(images/saveDate-btn.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 28px;
	width: 131px;
}
a#saveDate:hover {
	background-image: url(images/saveDate-btn_ovr.png);
}
div#post-15 div.mainpgimg ul {
	display:none;
}
div#post-15 div.mainpgimg {
	background-image:url(images/homepage-image.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:320px;
}
div#post-15 div#sidebar {
	display:none;
}
div#post-15 {
	background:none;
}
div#post-15 div.post div.entry ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
div#post-15 div.post {
	float:none;
	text-align: justify;
	width:100%;
	padding-top:0px;
	margin-top:0px;
}
li#getHelpHome {
	display:block;
	width:131px;
	height:131px;
	font-size:12px;
	text-align:left;
	line-height:16px;
	float:left;
	margin-left:0px;
	margin-right:2px;
	margin-bottom:10px;
}
li#getHelpHome a {
	color:#fff;
	text-decoration:none;
	background-image:url(images/getHelp_home.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:12px;
	padding-right:12px;
	padding-top:40px;
	height:91px;
	display:block;
}
li#getHelpHome a:hover {
	background-image:url(images/getHelp_home_ovr.gif);
	color:#000;
}
li#donateHome {
	display:block;
	width:131px;
	height:131px;
	font-size:12px;
	text-align:left;
	line-height:16px;
	margin-left:0px;
	margin-right:2px;
	float:left;
	margin-bottom:10px;
}
li#donateHome a {
	color:#fff;
	text-decoration:none;
	background-image:url(images/donate_home.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:12px;
	padding-right:12px;
	padding-top:40px;
	height:91px;
	display:block;
}
li#donateHome a:hover {
	background-image:url(images/donate_home_ovr.gif);
	color:#000;
}
li#volunteerHome {
	display:block;
	width:131px;
	height:131px;
	line-height:16px;
	margin-left:0px;
	margin-right:2px;
	font-size:12px;
	text-align:left;
	float:left;
	margin-bottom:10px;
}
li#volunteerHome a {
	color:#fff;
	text-decoration:none;
	background-image:url(images/volunteer_home.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:12px;
	padding-right:12px;
	padding-top:40px;
	height:91px;
	display:block;
}
li#volunteerHome a:hover {
	background-image:url(images/volunteer_home_ovr.gif);
	color:#000;
}
li#saveDateHome {
	display:block;
	width:131px;
	height:131px;
	line-height:16px;
	margin-left:0px;
	margin-right:2px;
	font-size:12px;
	text-align:left;
	float:left;
	margin-bottom:10px;
}
li#saveDateHome a {
	color:#fff;
	text-decoration:none;
	background-image:url(images/saveDate_home.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:12px;
	padding-right:12px;
	padding-top:40px;
	display:block;
	height:91px;
}
li#saveDateHome a:hover {
	background-image:url(images/saveDate_home_ovr.gif);
	color:#000;
}
div#post-5 img {
	padding:0px;
	margin:0px;
}
div#post-5 p {
	font-size:14px;
	line-height:24px;
}
#adminLogin {
	float: left;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 10px;
}
#adminLogin a {
	color:#606060;
	text-decoration:underline;
}
#adminLogin a:hover {
	color:#990033;
}
div#attachment_225 {
	margin-left:0px;
	margin-top:15px;
	margin-right:10px;
	margin-bottom:10px;
}
div#attachment_218, div#attachment_509 {
	margin-left:0px;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:10px;
}
div#post-6 div.mainpgimg, div#post-37 div.mainpgimg, div#post-41 div.mainpgimg, div#post-110 div.mainpgimg, div#post-39 div.mainpgimg, div#post-49 div.mainpgimg {
	background-image:url(images/WhatWeDo-mainImage.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:156px;
	border-bottom:solid 15px #fff;
}
div#post-4 div.mainpgimg, div#post-26 div.mainpgimg, div#post-24 div.mainpgimg, div#post-23 div.mainpgimg, div#post-21 div.mainpgimg, div#post-44 div.mainpgimg, div#post-102 div.mainpgimg, div#post-104 div.mainpgimg, div#post-46 div.mainpgimg, div#post-223 div.mainpgimg {
	background-image:url(images/WhoWeAre-mainImage.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:156px;
	border-bottom:solid 15px #fff;
}
div#post-8 div.mainpgimg, div#post-64 div.mainpgimg, div#post-61 div.mainpgimg, div#post-52 div.mainpgimg, div#post-58 div.mainpgimg, div#post-512 div.mainpgimg, div#post-535 div.mainpgimg {
	background-image:url(images/Events-mainImage.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:156px;
	border-bottom:solid 15px #fff;
}
div#post-10 div.mainpgimg, div#post-69 div.mainpgimg, div#post-66 div.mainpgimg, div#post-81 div.mainpgimg {
	background-image:url(images/MedaiCenter-mainImage.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:156px;
	border-bottom:solid 15px #fff;
}
div#post-12 div.mainpgimg, div#post-18 div.mainpgimg, div#post-127 div.mainpgimg, div#post-86 div.mainpgimg, div#post-88 div.mainpgimg, div#post-527 div.mainpgimg {
	background-image:url(images/SupportUs-mainImage.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:156px;
	border-bottom:solid 15px #fff;
}
div#post-92 div.mainpgimg {
	background-image:url(images/espanol_mainimage.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:156px;
	border-bottom:solid 15px #fff;
}
.dmenu {
	text-align: left;
	position: absolute;
	left: -999em;
	z-index: 100;
	font-size:11px;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
li#who_we_are_button div.dmenu {
	margin-left:-205px;
}
li#what_we_do_button div.dmenu {
	margin-left:-247px;
}
li#events_button div.dmenu {
	margin-left:-190px;
}
li#media_center_button div.dmenu {
	margin-left:-80px;
}
li#support_us_button div.dmenu {
	margin-left:-290px;
}
.dmenu ul{
	padding:0px;
	margin:0px;
}
.dmenu ul ul{
	padding:0px;
	margin:0px;
}
.dmenu ul li {
	list-style-type: none;
}
.dmenu a {
	color:#666666 !important;
	border:none !important;
}
.dmenu a:hover {
	color:#990033 !important;
}
ul#tabbar {
	margin: 0px;
	list-style-type: none;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#tabbar li {
	float:left;
	display:block;
}
li.tabselected a#who_we_are_tab, li.tabselected a#what_we_do_tab, li.tabselected a#events_tab, li.tabselected a#media_center_tab, li.tabselected a#support_us_tab {
	color:#990033;
}
div#wpcf7-f1-p88-o1 form {
	text-align:left;
}