* {
	margin:0;
	padding:0;
}
body, html {
	min-height:101%;
}
body {
	background-color:#0b0e09;
	color: #333;
	margin: 13px 0 25px 0;
}
body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
}
p {
	padding: 0 0 15px 0;
}
a {
	outline: none;
}
hr {
	display: block;
	height:1px;
	background:#de8512;
	border:0;
	margin: 20px 0 20px 0;
}
td {
	vertical-align: top;
	padding-bottom: 10px;
}
small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* How tags appear */
#tags {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	width:100%;
}
#tags a {
	text-decoration:none;
}
#tags a:hover {
	text-decoration:underline;
}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited {
	display:none;
}
.commentmetadata a:hover {
	display:none;
}
/* Links in the footer */
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/****** Images ****************************/

img, a:link img, a:visited img {
	border:0;
	padding:0;
}
img.left, img.center, img.right, img.norm {
	margin:5px 12px 5px 0;
	border:0;
}
img.left {
	float:left;
	margin:0 12px 5px 0;
}
img.center {
	display:block;
	margin:0 auto 5px auto;
}
img.right {
	float:right;
	margin:0 0 5px 12px;
}
.home-cat-img {
	float:left;
	margin:0 6px 4px 0;
}
/******************************************
*   Main Element Structure                         
******************************************/

#page { /* main container */
	width:960px;
	/*background-color: #0b0e09;*/
	background-color:#101b10;
	margin:0 auto;
}
#branding {/* Where the logo is located */
	width:180px;
	height:145px;
	background:url(images/logosm.png) no-repeat;
	background-position: 35px 0;
	position:relative;
	z-index:1000;
}
.left {
	float:left;
}
.right {
	float:right;
}
#sidebar {
	display: inline;
}
.section-thumb-project {
	padding-bottom: 20px;
}
.section-thumb-project p {
	padding-bottom: 0;
}
/******************************************
*   Navigation                    
******************************************/
		
#navContainer {
	background-color:#101b10;
	width: 765px;
	height: 145px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	padding-top: 20px;
}
#navContainer h1 a {
	color:#ff9306;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	line-height: 25px;
}
#navContainer h2 {
	color:#ff9306;
	font-size: 12px;
	font-weight: normal;
}
#navContainer p a {
	color:#FFFFCC;
	font-size: 11px;
	text-decoration: none;
	margin-top: 20px;
}
#navContainer a:hover {
	color:#ddfa83;
}
#NavBox1 {
	width: 225px;
	height: 115px;
	float:left;
	color: #FFFFCC;
	padding: 0px 0px 0px 30px;
	display: inline;
}
#NavBox2 {
	width: 225px;
	height: 115px;
	float:left;
	color: #FFFFCC;
	padding: 0px 0px 0px 30px;
	display: inline;
}
#NavBox3 {
	width: 230px;
	height: 115px;
	float:left;
	color: #FFFFCC;
	padding: 0px 0px 0px 25px;
	display: inline;
}
#NavBox4 {
	height: 115px;
	float:right;
	color: #FFFFCC;
	padding: 0px 5px 0px 15px;
	display: inline;
	color:#FFFFCC;
	font-size: 11px;
}
/******************************************

*   Homepage                        
******************************************/

#homepage { /* home container */
	width: 960px;
	height:975px;
	background-color:#101b10;
	color: #ffffcc;
}
#homeleftcol {
	width:190px;
	float:left;
	display: inline-block;
	border-right-color:#000000;
	border-right-width:1px;
	padding-left:20px;
	padding-top:20px;
	margin-left: 5px;
}
.event-box {
	width:460px;
	float:left;
	padding-right:10px;
	padding-bottom:40px;
	clear:both;
}

.event-title {
	font-size:14px;
	color:#eaa40e;
	font-weight:bold;
	display:block;
	clear:both;
}
.event-exerpt  {
	padding: 0 20px 20px 0;
	width: 285px;
	float:left;
	clear:both;
}
.event-exerpt p {
	padding: 0;
}
.event-image {
	float:left;
}
#homemiddlecol {
	width: 480px;
	float:left;
	padding-right:20px;
	padding-top:20px;
	padding-left:10px;
	display: inline;
	border-right-color:#000000;
	border-right-width:1px;
}
#homerightcol {
	width:225px;
	float:left;
	display: inline;
	padding:20px 10px 0 0;
}
#homerightcol img {
	float:left;
	padding:10px 10px 10px 0;
}
#homerightcol h3 a {
	padding: 5px 0px 0px 25px;
	font-size:15px;
	font-weight:normal;
	text-transform: uppercase;
}
#homerightcol p {
	line-height:16px;
	color:#FFFFCC;
	font-size:11px;
}
#homerightcol p a {
	color: #ffff99;
}
#homeright1 {
	float:left;
	width: 225px;
	height: 125px;
	display: inline;
}
#homemid1 {
	width:460px;
	float:left;
	padding:0px 0px 5px 0px;
	font-size: 11px;
}
#homemid2 {
	width:460px;
	float:left;
	padding:0px 0px 40px 0px;
	font-size: 11px;
}
#homemid2 img {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0pt;
}
#homemid3 {
	width:460px;
	height: 250px;
	float:left;
	padding:0px 0px 15px 0px;
	font-size: 11px;
	clear:both;
}
.explore1 {
	display:block;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	margin-top:15px;
	width:140px;
	height:115px;
	background-image:url(images/homeT-circle-35-20.png);
	background-repeat:no-repeat;
}
.explore1 a:hover {
	background-position: -140px 0;
}
.explore2 {
	display:block;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	margin-top:15px;
	width:140px;
	height:115px;
	background-image:url(images/homeT-history.png);
	background-repeat:no-repeat;
}
.explore3 {
	display:block;
	float:left;
	width:140px;
	height:115px;
	margin-bottom:15px;
	margin-top:15px;
	background-image:url(images/homeT-virtual.png);
	background-repeat:no-repeat;
}
.explore4 {
	display:block;
	float:left;
	margin-right:15px;
	width:140px;
	height:115px;
	background-image:url(images/homeT-community.png);
	background-repeat:no-repeat;
}
.explore5 {
	display:block;
	float:left;
	margin-right:15px;
	width:140px;
	height:115px;
	background-image:url(images/homeT-youth.png);
	background-repeat:no-repeat;
}
.explore6 {
	display:block;
	float:left;
	width:140px;
	height:115px;
	background-image:url(images/homeT-supporters.png);
	background-repeat:no-repeat;
}
#content-top {/* The upper area on the pages */
	width:960px;
}
#content-top img {
	border: 0;
	margin-top:-50px;
}
#homecontent-bottom {/* The lower area f the homepage */
	width:960px;
}
#homecontent-bottom h4 a {
	font-size:14px;
	font-weight:normal;
	color:#FFFFCC;
	display:block;
	padding: 7px 0 0 25px;
}
.entry-title {
	font-size:14px;
	color: #ff9306;
	padding-bottom:5px;
}
section-text {
	padding:0;
	margin:0;
}
.readmore a {
	color: #AC82FF;
}
 .readmore a:link, .readmore a:visited, {
 color: #AC82FF;
}
.textwidget a {
	color: #AC82FF;
}
/******************************************

*   Sidebar stuff except hyperlinks                        
******************************************/
	
#sidelist li {
	list-style:none;
}
.bullets li {
	list-style:none;
	border-bottom:1px solid #101b10;
}
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
}
#sidelist .children {
	background:#eee;
}
#sidelist .children li {
	background: #eee;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
}
#sidelist .recent li {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_recent.gif) no-repeat;
}
#sidelist .recent-comments li {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_comments.gif) no-repeat;
}
#sidelist .more li {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_categories.gif) no-repeat;
}
#sidelist .feed li {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/rss.gif) no-repeat;
}
#sidelist p {
	padding-bottom: 10px;
}
.home-title {
	padding-bottom: 10px;
	padding-top: 20px;
	padding-left:27px;
	margin-left:-10px;
	color:#E5B446;
	text-transform: uppercase;
	font-weight:bold;
	font-size:14px;
	display:block;
	height:20px;
	background-image:url(images/leaf2.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
}
/******************************************
*   All Headlines and related stuff                         
******************************************/

.leadmeta, .leadmeta a {/* That�s how the Date and Author appear in the leadarticle section above the Headline */
	font: 0.9em Arial, Helvetica, sans-serif;
	margin-top:-4px;
	color:#ddd;
	text-decoration:none;
}
.blogtitle, .blogtitle a {/* That�s only relevant, if you don�t use an image for your Logo in the header */
	color: #000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	text-decoration:none;
}
.cat-head {/* Background for the category heads */
	padding:0;
}
.cat-head h3 a:link, .cat-head h3 a:visited {/* category headline on the homepage */
	text-decoration:none;
	font-size:10px;
	height: 22px;
	background:url(images/catback.jpg);
	background-repeat: repeat-x;
	color:#ff9306;
	display:block;
}
.cat-head h4 a:link, .cat-head h4 a:visited {/* titles for #home2 */
	text-decoration:none;
	height: 16px;
	color:#ff9306;
}
#home2 h4 a:link, #home2 h4 a:visited {/* titles for #home2 */
	text-decoration:none;
	height: 16px;
	color:#ff9306;
}
#home2 h5 a:link, #home2 h5 a:visited {/* titles for #home2 */
	text-decoration:none;
	height: 16px;
	color:#ff9306;
}
#sidebar h3, #sidebar h2 {
	font-size:12px;
	padding:5px 0 5px 0px;
	margin:20px 0 15px 0;
	color:#71250f;
	text-transform: uppercase;
}
h3#respond {
	border-top:4px solid #101b10;
	margin-top:25px;
	padding-top:20px
}
h3#comments {
	margin-top:32px
}
/******************************************
*   Content styles                    
******************************************/

/* some structural styles for the content area */

#content {/* main content (left of sidebar) */
	width:640px;
	float:left;
	color:#FFFFCC;
	padding: 10px 0 0 15px;
	display: inline;
}
#pagecontent { /* content area in static pages (without sidebar) */
	width:820px;
	float:left;
	display: inline;
}
/**********************************************************/
/* Styles for the "featured-page template" */



#featured-top {
	width:960px;
	float:left;
}
#featured-content {
	width:900px;
	float:left;
	padding:20px 40px 20px 20px;
	background-color: #FFFFCC;
}
#featured-sidebar h3 {
	border-bottom:2px solid #ccc;
	padding:5px 0 5px 2px;
	margin:0 0 20px 0;
}
#featured-leftcol {
	width:665px;
	float:left;
	margin-left:20px;
}
#featured-leftcol p {
	padding: 5px 0 5px 0;
}
#featured-leftcol ul li {
	margin: 5px 20px 5px 40px;
}
#featured-leftcol h3 {
	padding: 10px 20px 10px 0;
 color: #71250f font-size: 1.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #71250f;
}
#featured-leftcol h2 {
	color: #133906;
	font: 1.8em Arial, Helvetica, sans-serif;
	border:none;
	padding:10px 20px 10px 0;
	text-transform: uppercase;
}
#featured-leftcol img .alignleft {
	float:left;
	margin:15px 20px 10px 0;
}
#featured-rightcol {
	width:175px;
	padding-left:20px;
	float:right;
	/*background-color: #FFFFCC;*/
}
#featured-rightcol img{
	padding-bottom: 20px;
}
#featured-rightcol ul {
	padding-bottom:10px;
}
#featured-rightcol li {
	margin: 5px 0 5px 0;
	list-style-type: disc;
}
.featured_post {
	background-color:#fbfce2;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.featured_post_full {
	background-color:#fbfce2;
	width:900px;
}
.featured_post h2 a {
	color:#101b10;
	text-decoration:none;
}
#featured-rightcol a:link, #featured-rightcol a:active, #featured-rightcol a:visited {
	text-decoration:none;
	color: #71250f;
	text-decoration:none;
	text-transform: uppercase;
	list-style-image: none;
}
#featured-rightcol a:hover {
	text-decoration:underline;
}
.description {
	font-size: 1.3em;
	font-weight: bold;
	color:#999;
}
.title, a.title {
	font-size:13px;
	color: #ffffcc;
	margin:10px 0 15px 25px;
	font-weight: bold;
	text-decoration: none;
}
#homeleftcol .clearfloat, #homerightcol .clearfloat {
	padding:0;
}
/* Pagination formats for the achives (previous and next links) */	

.navigation a {
	width: 120px;
	border: 1px dotted #101b10;
	padding:2px 4px 2px 4px;
	text-align:center;
	font-size:0.9em;
	text-decoration:none;
	color:#666;
}
.navigation a:hover {
	background-color:#eee;
}
.preventries {
	float:left;
}
.nextentries {
	float:right;
}
/*Post Formatting*/

.entry {
	padding-bottom:28px;
}
.post blockquote {
	color:#666;
	padding:6px 14px;
	margin:18px 35px;
	border-top:1px solid #101b10;
	border-bottom:1px solid #101b10;
}
.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
}
.post ol li {
	margin-bottom:5px;
	margin-left:48px;
}
.postmetadata {
	margin: 30px 0;
}
/* Form Elements */

#form {
	margin:10px auto 10px auto;
}
select {
	background:#eee;
	border-top:2px solid #101b10;
	border-bottom:2px solid #101b10;
	border-left:none;
	border-right:none;
	width:100%
}
#searchform {
	padding: 6px 5px 20px 0;
}
.searchbutton {
	font-weight:bold;
	padding: 1px;
	background:#fff;
	color:#999;
	border:1px solid #101b10;
}
.searchbutton:hover {
	color:#666;
	background:#eee;
	border:1px solid #101b10;
	text-decoration:none;
}
.searchfield {
	width:140px;
	padding: 1px 1px 1px 5px;
	margin-bottom:10px;
	background: url(images/icons/search-16.png) no-repeat #fff;
	color:#666;
	border:1px solid #101b10;
}
.searchfield:hover, .searchfield:focus {
	background: url(images/icons/search-16.png) no-repeat #eee;
	border:1px solid #101b10;
	text-decoration:none;
}
.button {
	font-weight:bold;
	padding: 1px;
	background:#fff;
	color:#666;
	border-top:2px solid #101b10;
	border-bottom:2px solid #101b10;
	border-left:none;
	border-right:none;
}
.button:hover {
	color:#333;
	background:#eee;
	border-top:2px solid #101b10;
	border-bottom:2px solid #101b10;
	border-left:none;
	border-right:none;
	text-decoration:none;
}
#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	border-top:2px solid #101b10;
	border-bottom:2px solid #101b10;
	border-left:none;
	border-right:none;
}
#commentform textarea {
	background:#eee;
	width: 100%;
	margin-top:5px;
	border-top:2px solid #101b10;
	border-bottom:2px solid #101b10;
	border-left:none;
	border-right:none;
}
#commentform textarea:hover, #commentform textarea:focus {
	background:#fff;
}
/* Comments*/

.commentlist {
	padding-left:30px;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#eee;
	border-top:1px solid #101b10;
	border-bottom:1px solid #101b10;
}
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
}
.commentmetadata {
	display: none;
}
.commentlist small {
	background:#fff;
	padding:2px 5px 2px 5px;
	border-top:1px solid #101b10;
	border-bottom:1px solid #101b10;
}
.commentlist cite {
	font-weight:bold;
}
/* Float Properties*/

.clear {
	clear:both;
}
.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.clearfloat {/*never delete this otherwise MSIE will kill the layout */
	display:inline-block;
}
.clearfloat {/*never delete this otherwise MSIE will kill the layout */
	display:block;
}
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	padding-top: 12px;
	width: 955px;
	height: 125px;
	font-size:9px;
	color:#FFFFCC;
	text-align: center;
}
#footer a {
	color:#CCFFCC;
}
#footer ul li {
	display:inline;
	list-style-image: none;
	padding-right: 15px;
	padding-bottom:20px;
	font-size:9px;
	text-transform: uppercase;
	border-right:1px;
	border-color:#CCFFCC;
}
#footer hr {
	display:none;
}
/******************************************
*   Float Fix                      
******************************************/
img.alignleft, div.alignleft {
	float:left;
	margin:0 15px 10px 0;
}
img.alignright, div.alignright {
	float:right;
	margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter {
	text-align:center;
	margin:0 auto;
}
/******************************************
*   Captions Fix                      
******************************************/

.caption {
	font-family:"Times New Roman", Times, serif;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 0 none;
	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: 10px;
	line-height: 12px;
	padding: 0 4px 5px;
	margin-bottom:25px;
}
.slideshow {
	margin-bottom: 25px;
}
.tdomf_form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.tdomf_form label {
}
.tdomf_form fieldset legend {
	font-weight: normal;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
textarea {
	padding: 5px;
	width: 612px;
}
#tdomf_upload_inline_form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	overflow: visible;
	width:500px;
	height:200px;
}
#tdomf_upload_inline_form small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.tdomf_form fieldset {
	text-align: left;
	background-color: transparent;
	width: 600px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: visible;
}
.textwidget {
	padding-bottom:20px
}
.textwidget p a:active {
	color:#9B5ECF;
}
.whitebackground {
background-color:#FFFFFF;
}

#home-flikr {
margin-top:50px;

}


