/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 verdana,arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/* base.css, part of YUI's CSS Foundation */
#content h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
#content h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
#content h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
#content h1, #content h2, #content h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
#content h1, #content h2,#content h3,#content h4,#content h5,#content h6,#content strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
#content abbr,#content acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
#content em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
#content del {
	text-decoration:line-through;
}
#content blockquote,#content ul,#content ol,#content dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
#content ol,#content ul,#content dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
#content ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
#content ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
#content dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
#content caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
#content p,#content fieldset,#content table,#content pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

body {
	background: url('../images/backgrounds/body.jpg') repeat-x left top #1050a5;;
}

div.clear {
	clear:  both;
}

#container {
	margin:  0 auto;
	width:  1000px;
	background:  url('../images/backgrounds/containerMiddle.jpg') repeat-y left top;
	border-right:  1px solid #000;
	border-left: 1px solid #000;
}

body.twoColumn #container {
	background:  url('../images/backgrounds/twoColumnMiddle.jpg') repeat-y left top;
}

#containerTop {
	min-height:  1000px;
	background:  url('../images/backgrounds/containerTop.jpg') no-repeat left top;
}

body.twoColumn #containerTop {
	background:  url('../images/backgrounds/twoColumn.jpg') no-repeat left top;
}

#containerBottom {
	background:  url('../images/backgrounds/containerBottom.jpg') no-repeat left top;
	height:  70px;
	clear:  both;
}

body.twoColumn #containerBottom {
	background:  url('../images/backgrounds/twoColumnBottom.jpg') no-repeat left top;
}

#outsideResources {
	float: left;
	width:  643px;
	margin-top:  10px;
}

#outsideResources li {
	display:  block;
	float:  right;
	margin-left:  10px;
}

#getInvolvedForm {
	float:  left;
	width:  326px;
	margin-left:  20px;
	height:  190px;
}

#getInvolvedForm form {
	padding-left:  27px;
	padding-top:  60px;
}

#getInvolvedForm input.text {
	float:  left;
	margin-right: 8px;
	margin-bottom: 8px;
	padding:  5px;
	font-size: 80%;
	color:  #666;
	border:  1px solid #666;
	width:  114px;
}

#getInvolvedForm input.image {
	float:  right;
	margin-right: 40px;
}

#menu ul {
	padding-left:  200px;
}

#menu li {
	display:  block;
	float: left;
	padding-top:  10px;
}

#menu li a {
	display: block;
	padding:  30px 15px 10px 15px;
	color:  #a4b1c4;
	text-transform:  uppercase;
	text-decoration:  none;
	font-weight:  bold;
	background: url('../images/backgrounds/menuInactive.gif') repeat-x left bottom;
}

#menu li a:hover, #menu li.active a {
	background: url('../images/backgrounds/menuActive.gif') repeat-x left bottom;
	color:  #fff;
}

#menu li.donate a {
	background: url('../images/backgrounds/donate.gif') no-repeat center bottom;
	color:  #fff;
}

#content {
	clear: both;
}

#primaryContent {
	float: left;
	width:  405px;
	margin-left:  32px;
	margin-top:  91px;
}

div.twoColumn #primaryContent {
	width: 656px;
}

#primaryContent div.post {
	border-bottom: 1px solid #c99;
	margin-bottom:  25px;
	padding-bottom:  25px;
}

#primaryContent div.post h1 {
	font-family: Georgia;
	font-size:  170%;
	margin:  0;
}

#primaryContent div.post h1 a {
	color:  #0d458d;
	text-decoration: none;
}

#primaryContent div.post h1 a:hover {
	color:  #1154ab;
}

#primaryContent div.post div.dateTime {
	color:  #666;
	font-size:  85%;
	font-weight:  bold;
	padding-bottom:  6px;
}

#primaryContent div.post div.content {
	color:  #333;
	font-size: 90%;
	line-height:  1.6;
}

a.readMore, a.more-link {
	background: url('../images/backgrounds/readMore.png') repeat-x left bottom;
	display:  block;
	padding:  5px;
	color:  #666;
	text-decoration:  none;
	margin-top:  8px;
	text-align:  center;
	font-size:  80%;
	width:  70px;
}

a.readMore:hover {
	color:  #000;
}

#secondaryContent {
	float:  left;
	width:  246px;
	margin-left:  35px;
	padding-top:  62px;
}

#secondaryContent div.opinions h2 {
	font-family:  Georgia;
	color:  #840202;
	font-size:180%;
	}
#secondaryContent div.opinions {
	width:  230px; }


#secondaryContent div.events {
	background:  url('../images/backgrounds/divider.gif') repeat-x left top;
}


#secondaryContent div.events h2 {
	font-family:  Georgia;
	color:  #002e6a;
	font-size:  140%;
	padding-top:  20px;
}

#secondaryContent div.events li {
	color:  #666;
	font-weight:  bold;
	font-size: 80%;
	list-style-image:  url('../images/backgrounds/list.png');
	padding-bottom: 15px;
}

#secondaryContent div.events li a {
	text-decoration:  none;
	color:  #640004;
	font-size:  130%;
}

#secondaryContent div.events li a:hover {
	color:  #ac0007;
}

#secondaryContent div.eventsInside {
	background: url('../images/backgrounds/calendar.png') no-repeat right bottom;
	min-height:  275px;
}

#tertiaryContent {
	float: left;
	margin-left: 20px;
	width: 246px;
}

div.twoColumn #tertiaryContent {
	margin-left:  60px;
}

#tertiaryContent h2 {
	font-size:  170%;
	font-family: Georgia;
	color: #840202;
	margin-bottom: 15px;
}

#tertiaryContent div.getInvolved ul {
	padding-top: 15px;
}

#tertiaryContent div.getInvolved li a {
	display: block;
	width: 158px;
	height: 20px;
	background: url('../images/backgrounds/getInvolved1.png') no-repeat left top;
	font-family: Georgia;
	text-decoration: none;
	font-size: 110%;
	color:  #011734;
	padding:  10px 10px 10px 70px;
	font-weight:  bold;
}

#tertiaryContent div.getInvolved li.button2 a {
	background:  url('../images/backgrounds/getInvolved2.png') no-repeat left top;
}

#tertiaryContent div.getInvolved li.button3 a {
	background:  url('../images/backgrounds/getInvolved3.png') no-repeat left top;
}

#tertiaryContent div.getInvolved li a:hover {
	color:  #840202;
}

#tertiaryContent div.getInvolved li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-position: outside;
	margin-left:  -25px;
	margin-bottom:  5px;
}

#tertiaryContent div.district51 {
	padding-top:  20px;
}

div.footer {
	text-align:  center;
	font-size:  80%;
	color:  #666;
	padding-top:  50px;
}

dl.gallery-item {
	margin:  0;
	padding: 0;
	width:  150px;
}

.linklove {
	display:  none;
}

dl.gallery-item {
	width: 210px;
}

p.postmetadata {
	font-size:  80%;
}

li.button3 a {
	color: #999!important;
}