/*
Theme Name: Extreme Response
Theme URI: http://extremeresponse.org/
Description: Extreme Response theme developed in 2009 by <a href="http://i-teks.com/">i-TekSystems</a> a.k.a. Jeramy Hing.
Version: 1.0
Author: Jeramy Hing
Author URI: http://extremehing.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Extreme Response v1.0
	 http://extremeresponse.org/

	This theme was designed and built by Jeramy Hing,
	whose blog you will find at http://extremehing.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
@import url('reset.css');
@import url('lightbox.css');


/*
THEME COLORS
red	#de2326;
	#7d0103;
green	#a0c813;
	#c9e077;
	#637e02;
blue	#0293a8;
	#8fcbd4;
	#b8ebf3;
orange	#eb7700;
	#ffd8b0;
brown	#b29069;
	#6b4416;
	#341c00;
*/

/* -----------------------------------
	HTML TAGS
----------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #eb7700 url('images/bg.gif') no-repeat top center;
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333333;
	}
table, tr, th, th { margin: 0px; padding: 0px; }
hr {
	display: block; 
	clear: both; 
	overflow: hidden; 
	margin: 0; 
	padding: 0; 
	visibility: hidden; 
	}
h1, h2 {
	padding: 0 0 10px 0;

	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	letter-spacing: -1px;

	color: #0293a8;
	}
h3, h4, h5, h6 {
	padding: 0 0 10px 0;

	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	letter-spacing: -1px;

	color: #6b4416;
	}
h1 a, h2 a {
	color: #0293a8;
	text-decoration: none;
	}
h3 a, h4 a, h5 a, h6 a {
	color: #6b4416;
	text-decoration: none;
	}
h1, h2 { font-size: 35px; }
h3, h4 { font-size: 24px; }
h5, h6 { font-size: 18px; }
a {
	color: #0293a8;
	text-decoration: underline;
	}
a:hover {
	color: #de2326;
	text-decoration: none;
	}
/*
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
small, blockquote, strike { color: #777777; }
*/
strong { font-weight: bold; }
code { font: 1.1em 'Courier New', Courier, Fixed; }
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}




/* BEGIN IMAGES */
img, 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: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright { float: right; }
.alignleft { float: left }
/* END IMAGES */


/* -----------------------------------
	NEWSLETTER - SIGNUP
----------------------------------- */
#newsletter {
	background-color: #341c00;
	display: none;
}
#newsletter #inner {
	background-color: #341c00;
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 25px 0 0 10px;
	overflow: hidden; 
}
#newsletter #info {
	float: left;
	width: 450px;
	color: #fdf3d3;
	padding: 0 0 35px 0;
}
#newsletter #info h4{
	color: #a0c813;
	font: 25px Georgia, 'Trebuchet MS';
}
#newsletter #info a { color: #fdf3d3; }
#newsletter #info a:hover{ color: #fdf3d3; }
#newsletter #email {
	margin: 0 0 0 450px;
	padding: 20px 0 10px 35px;
	border-left: 1px #fdf3d3 solid;
}
#newsletter #email h5{
	color: #fdf3d3;
	font: 16px 'Trebuchet MS';
	padding: 0 0 6px 0;
}
#newsletter .text-field {

	float: left; 

	display: block;

	color: #666666;

	padding: 3px;

	width: 135px; 

	height: 18px; 

	border: 0px;

	}

#newsletter .button {

	float: left; 

	margin-left: 10px;

	border: none;

	}

/* -----------------------------------
	HEADER 
----------------------------------- */
#headerwrap { 
	height: 180px; 
	}
#headerwrap #header {
	background: transparent url('images/bg-header.gif') no-repeat top center; 
	margin: 0 auto 0 auto;
	padding: 0;
	width: 900px;
	height: 180px;
	overflow: hidden; 
	}
#headerwrap #header #logo {
	float: left;
	margin: 10px 0 0 10px;
	padding: 0;
	width: 155px;
	}
#headerwrap #header #toplinks {
	float: right;
	background-color: #6b4416;
	margin: 10px 10px 0 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #6b4416;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	/* border-radius: 8px; */
	/* behavior:url(border-radius.htc); */
	font: 1em Arial;
	color: #ffffff;
	}
#headerwrap #header #toplinks a { color:#DAC4A9; text-decoration:none;}
#headerwrap #header #toplinks a:hover { color:#ffffff; text-decoration:underline;}

#headerwrap #header #navbar {

	float: right;

	margin: 70px 0 0 0;

	width: 730px;

	height: 45px;

	}
	#navbar #nav {

		list-style: none;

		margin: 0;

		padding: 0;

		width: 730px;

		height: 45px;

		display: inline;

		overflow: hidden;

		}

	#navbar #nav li {

		margin: 0; 

		padding: 0;

		display: inline;

		list-style-type: none;

		}

	#navbar #nav a {

		float: left;

		padding: 45px 0 0 0;

		overflow: hidden;

		height: 0px !important; 

		height /**/:45px; /* for IE5/Win */

		outline: none;

		}

	#navbar #nav a:hover {

		background-position: 0 -45px;

		}

	#navbar #nav a:active, #navbar #nav a.selected {

		background-position: 0 -45px;

		}

	#navbar #home a  { width: 72px; background: url(images/nav/nav-home.gif) top left no-repeat; }

	#navbar #blog a  { width: 107px; background: url(images/nav/nav-blog.gif) top left no-repeat; }

	#navbar #photos a  { width: 77px; background: url(images/nav/nav-photos.gif) top left no-repeat; }

	#navbar #about a  { width: 99px; background: url(images/nav/nav-about.gif) top left no-repeat; }

	#navbar #projects a  { width: 90px; background: url(images/nav/nav-projects.gif) top left no-repeat; }

	#navbar #get-involved a  { width: 112px; background: url(images/nav/nav-get-involved.gif) top left no-repeat; }

	#navbar #donate a  { width: 79px; background: url(images/nav/nav-donate.gif) top left no-repeat; }

	#navbar #contact a  { width: 84px; background: url(images/nav/nav-contact.gif) top left no-repeat; }


#canada-banner {
	z-index: 1000;
	position: fixed; 
	top: 0;
	right: 0;
	width: 131px;
	height: 106px;
	background-image: url('images/banner-er-canada.png');
}

#page {
	margin: 0px auto;
	padding: 0;
	width: 900px;
	/* border: 1px solid #6b4416; */
	/* text-align: center; */
	/* background-color: #eeeeee; */
	}


/* -----------------------------------
	HOMPAGE - INTRO
----------------------------------- */
#introwrap {
	margin: 0 auto 10px auto;
	height: 300px;
	}
#introwrap #introbox {
	background-color: #6b4416;
	margin: 0 auto;
	padding: 0;
	width: 876px;
	height: 296px;
	border: 2px solid #341c00;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	/* border-radius: 8px; */
	behavior:url('/border-radius.htc');
	overflow: hidden; 
	}
#introwrap #introbox #intromov {
	position: absolute;
	margin: 0;
	padding: 8px;
	}
#introwrap #introbox #tagline {
	position: absolute;
	margin: 27px 0 0 593px;
	padding: 0;
	width: 275px;
	}


/* -----------------------------------
	CONTENT AREA
----------------------------------- */
#logo-extreme-kids {
	float: left;
	margin: 10px;
	padding: 0;
	width: 200px;
	}
#contentwrap {
	margin: 0 auto 0 auto;
	padding: 0;
	}
#content {
	background-color: #fff;
	margin: 0 10px 0 10px;
	padding: 0;
	width: 876px;
	border: 2px solid #341c00;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	/* border-radius: 8px; */
	behavior:url('/border-radius.htc');
	overflow: hidden;
	}
#content #split, #content #narrow, #content #wide {
	margin: 10px;
	padding: 0;
	width: 856px;
	}
#content #split #left {
	float: left;
	margin: 0;
	padding: 0;
	width: 422px;
	}
#content #split #right {
	float: right;
	/* margin: 5px 0 0 448px; */
	margin: 0;
	padding: 0;
	width: 422px;
	}
#content #narrow #left {
	float: left;
	margin: 0;
	padding: 0;
	width: 564px;
	}
#content #narrow #right {
	float: right;
	margin: 0;
	padding: 0;
	width: 280px;
	}
#content #box-white {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	}
#content #box-dark {
	background-color: #341c00;
	margin: 0;
	padding: 0;
	}
#content .padding10 {
	margin: 10px;
	padding: 0;
	font: 13px Verdana;

	line-height:20px;

	}
#content .padding10 p {
	margin:0 0 20px 0;

	line-height: 20px;

	}
#content .padding10 #page-name {

	padding: 0 0 10px 0;

	font: bold 35px 'Trebuchet MS';

	letter-spacing: -1px;

	color: #0293a8;

}
#feature {
	background:#ccc; 
	border:2px solid #333; 
	width:530px; 
	margin:10px 0 10px 0; 
	padding:10px;
	}
#content #list-red ul { margin: 0 0 20px 0; padding: 0; }

#content #list-red ul li {

	background: url(images/li-arrow-red.gif) no-repeat 4px 6px;

	padding: 4px 10px 4px 22px;

	margin: 4px 15px 0 15px;

	font: normal 12px Verdana;

	color: #6b4416;

	}

#content .list-red-cols ul li {

	background: url(images/li-arrow-red.gif) no-repeat 4px 6px;

	padding: 4px 10px 4px 22px;

	margin:4px 10px 0px 10px;
	width: 215px;

	min-height: 45px;

	font: normal 12px Verdana;

	color: #6b4416;

	float: left;
	white-space: nowrap;
	overflow: hidden;

	}

#content .list-stack ul li {
	padding: 4px 10px 4px 10px;

	margin:8px 15px 8px 0;
	border-right: 1px solid #a0c813;

	border-bottom: 1px solid #a0c813;
	width: 100px;
	font: normal 12px Verdana;

	color: #6b4416;

	float: left;
	}

#page-divider {

	clear: left;

	background: #b29069;

	height: 10px;

	margin: 10px 0 20px 0;

}



/* -----------------------------------
	PHOTOS
----------------------------------- */
#content .photos{

	margin: 10px;
	padding: 0;
	font: 13px Verdana;

}

#content .photos h1 {

	padding: 0 0 10px 0;

	font: bold 35px 'Trebuchet MS';

	letter-spacing: -1px;

	color: #0293a8;

	text-align:center;

	line-height:20px;

}

#content .photos h3 {

	color: #999;

	font: 15px Verdana;

	text-align:center;

	padding: 10px 0 10px 0;

	border-bottom:1px solid #E0E0E0;

	margin: 0;

}

#content .photos #current ul {

	list-style:none;

	padding: 0 0 20px 50px;

}

#content .photos #current li {

	background: url(images/photos/slide_bg.jpg) no-repeat;

	float: left;

	display: block;

	font: bold 11px Verdana;

	text-align:center;

	margin: 0 45px 25px 0;

}

#content .photos #current li img{

	padding: 14px 8px 10px 11px;

}

#content .photos #current li a { color: #DE943B; text-decoration:none;}

#content .photos #current li a:hover { text-decoration:underline;}



/* -----------------------------------
	BLOG POSTS
	Classes: .date, X.entry, .post, .postmetadata, .navigation, .smallattachment, .attachment
----------------------------------- */
#blog .post-date {

	background: url('images/calendarbg.jpg') no-repeat;

	float:left;

	margin: 5px 5px 0 5px;

	padding: 12px 0 0 0;

	width: 30px;
	height: 45px;

	font: 9px 'Trebuchet MS';

	text-align:center;

	line-height: 11px;

	color: #de2326;

	}

#blog .post-date p {

	font: 17px 'Trebuchet MS';

	line-height: 14px;

	color: #de2326;

	}
#blog .post {
	margin: 0 5px 0 45px;
	padding: 0;

	text-align: justify;
	}
#blog .post p {

	margin:0 0 20px 0;

	line-height: 20px;

	}

#blog .post .post-title {

	margin:0 0 10px 0;

	padding: 5px 0 10px;

	border-bottom: 1px dotted #cccccc;

	font: 12px 'Trebuchet MS';

	color: #999999;

	}

#blog .post h2 {

	font: bold 21px Georgia;

	line-height: 24px;

	letter-spacing: -1px;

	padding: 0 0 4px 0;

	}

#blog .post .post-title h2 {

	font: bold 25px Georgia;

	line-height: 24px;

	letter-spacing: -1px;

	padding: 0 0 4px 0;

	}

#blog .posted-in {

	float:right;

	color: #666666;

	font: 10px Verdana;

	}

#blog .comments-so-far {

	color: #666666;

	font: 10px Verdana;

	padding: 8px 0 8px 0;

	margin: 0 0 40px 0;

	border-top: 1px solid #de2326;

	border-bottom: 1px solid #de2326;

	}

#blog #more-posts {

	margin: 10px 0 20px 45px;

	padding: 20px 0 0 0;

	border-top: 1px dashed #999999;

	font: bold 14px Verdana;

}



fieldset {
	margin: 0;
	padding: 0;
	border: none;
	position: inherit;}

fieldset p {
	margin: 0;
	padding: 0;
	}

fieldset p label { display: block; }

fieldset p span {
	display: block;
	background: #ffd8b0;
	width: 260px;
	padding: 5px;}

fieldset p span select,
fieldset p span input {
	border: 1px solid #DADADA;
	padding:6px;
	font-weight: bold;}

fieldset p span select { padding: 3px 4px; }

fieldset p span input { width: 246px; }

fieldset p span select { width: 260px; }

 

#bigfield fieldset {
	border: none;
	position: inherit;
	}

#bigfield fieldset p { clear: left; }

#bigfield fieldset p label { display: block; }

#bigfield fieldset p span {

	display: block;

	background: #ffd8b0;

	width: 420px;

	height: 114px;

	padding: 5px; 
	}

#bigfield fieldset p span select,

#bigfield fieldset p span textarea {

	border: 1px solid #DADADA;

	padding:6px;

	font: normal 13px Verdana;
	}

#bigfield fieldset p span select { padding: 3px 4px; }

#bigfield fieldset p span textarea { height: 100px; width: 406px; }

#bigfield fieldset p span select { height: 114px; width: 420px; }


#smallfield fieldset {
	border: none;
	position: inherit;
	}

#smallfield fieldset p { clear: left; }

#smallfield fieldset p label { display: block; }

#smallfield fieldset p span {

	display: block;

	background: #ffd8b0;

	width: 130px;

	padding: 5px; 
	}

#smallfield fieldset p span select,

#smallfield fieldset p span input {

	border: 1px solid #DADADA;

	padding:6px;

	font-weight:bold;
	}

#smallfield fieldset p span select { padding: 3px 4px; }

#smallfield fieldset p span input { width: 116px; }

#smallfield fieldset p span select { width: 130px; }

	#blog .post .commentlist .alt h4 {

		background: url(images/blog/citearrow_alt.gif) left bottom no-repeat;

		color: #666;

		font: italic 12px Georgia;

		padding: 0 0 6px 35px;

		margin: 20px 0 0 0;

	}

	#blog .post .commentlist h4 {

		background: url(images/blog/citearrow.gif) left bottom no-repeat;

		color: #666;

		font: italic 12px Georgia;

		padding: 0 0 6px 35px;

		margin: 20px 0 0 0;

	}



	

	#blog .post .commentlist .alt .usercomment {

		background: #E1AE80;

		color: #FFF;

		font: 13px Georgia;

		line-height: 19px;

		padding: 0 25px 13px 35px;

	}



	#blog .post .commentlist .alt .usercomment p {

		padding: 13px 0 0 0;

	}



	#blog .post .commentlist .usercomment {

		background: #B7B28F;

		color: #FFF;

		font: 13px Georgia;

		line-height: 19px;

		padding: 0 25px 13px 35px;

	}



	#blog .post .commentlist .usercomment p {

		padding: 13px 0 0 0;

	}



	#blog .post .commentlist p{

		padding: 0 0 0 0;

		margin: 0 0 0 0;

	}




/* -----------------------------------
	DONATE
----------------------------------- */
#helpout-header {

	background: url(images/helpout/header.jpg) no-repeat;

	width:768px;

	height:176px;

	margin: 8px auto 8px auto;

}

#helpout-header p{

	color: #333;

	font: 16px Georgia;

	line-height: 20px;

	text-align:center;

	padding: 90px 0 0 0;

	}

#helpout-header strong{

		color: #BB6307;

}

#split #paypal, #split #authorize {

	margin: 20px 0 0 0;

	color: #666;

	line-height: 23px;

	}

#split #paypal #paypal-left, #split #paypal #paypal-left-hide { 

	float: left;

	width: 201px;

	margin: 0;

	padding: 0;

	/* border: 1px solid #CCC; */

	}

#split #paypal #paypal-right, #split #paypal #paypal-right-hide {

	float: right;

	width: 201px;

	margin: 0;

	padding: 0;

	}

#split #paypal img {

	margin: 10px 0 5px 0;

}

#split #paypal .buttonpadding, #split #authorize .buttonpadding {

	padding: 15px 0 10px 0;

}

#designations {
	color: #999;
	font-size: 11px;
	padding:12px 0 5px 0;
	margin: 0;
}

#split #donationsby, #sidebar-donate-ca #donationsby {

	color: #999;

	font-size: 11px;

	padding:12px 0 5px 0;

	margin: 0 0 15px 0;

	border-bottom:1px solid #CCC;

}

#split #ebay {

	padding: 20px 40px 20px 6px;

}

#split #ebay p {

	padding: 0 0 5px 0;

}

#split #ebay img {

	float: left;

	margin: 3px 15px 20px 0px;

}

#split #prayer {

	float: left;

	width: 422px;

	margin: 0;

	padding: 0;

}

#split #promote {

	float: right;

	width: 422px;

	margin: 0;

	padding: 0;

}

#split-divider {

	clear: left;

	background: #CECC7F;

	height: 18px;

	margin: 0 0 20px 0;

}

#split .inner {

	background: #E4ECEE;

	font-size: 12px;

	padding: 16px;

	margin-bottom:10px;

	border: 5px #CED5D7 solid;

}


/* -----------------------------------
	STRATEGIC GIVING
----------------------------------- */
/* headings above main list on Stagetic Giving page */

#strategic-giving-category {

	margin: 0 0 15px 30px

}

#strategic-giving-category ul {

	list-style : none;

}

#strategic-giving-category li {

	background: url(images/helpout/str_giving_categorybg.gif) no-repeat 0px 80px;

	float: left;

	display: block;

	width:151px;

	height:90px;

	color:#666;

	font: 11px Arial;

	text-align:center;

	margin: 0 33px 0 0;

}

.strategic-giving-categorytitle {

	color: #BB6307;

	font:17px "Trebuchet MS";

	letter-spacing:-1px;

	line-height: 26px;

}

 


/* box lists */

#strategic-giving {

	background: url(images/img-strategic-giving.gif) no-repeat;

	color: #de2326;

	font: 11px Verdana;	

	line-height: 16px;

	text-align:center;

	padding: 90px 0 35px 0;

}

#strategic-giving-list ul {

	list-style:none;

}

#strategic-giving-list li {

	float: left;

	display: block;

	width: 190px;

	height: 65px;

	color: #666;

	font: 11px Arial;

	text-align: center;

	margin: 0 6px 6px 0;

}




/* formating for boxes */

.box-orange { background: #FFEFD2; border:1px solid #7d0103;}

.box-orange:hover { background-color: #FFDD9E; }

.box-blue { background: #DFE9EB; }

.box-blue:hover{ background-color: #C5D7DA; }

.box-green { background: #F2F2D9; }

.box-green:hover { background: #DAE7CD; }

.box-red { background: #F3DED0; }

.box-red:hover { background: #EAC4AA; }

.box-orange a, .box-blue a, .box-green a, .box-red a { color:#666; outline: none; }

.box-lightblue { background: #DFE9EB; border:1px solid #FFF; }

.box-lightblue:hover { background-color: #C5D7DA; }

.box-lightblue a { color:#5B7781; outline: none; }

.box-more { background: #FFF; border:1px solid #DFE9EB; position: relative; }

.box-more a{ color: #5B7781; }

/* formating for text */

.strategic-giving-price {

	color: #A43900;

	font:23px Arial;

	line-height: 33px;

	padding: 6px 0 0 0;

}





/* -----------------------------------
	SIDEBAR
----------------------------------- */
#right #sidebar-search {

	color:#999;

	font-size: 10px;

	padding: 0 15px 15px 15px;

	}

#right #sidebar-search b{

	color:#de2326;

	}


#right .search h4 {

	border-top:1px dotted #CCC;

	margin-top:10px;

	padding: 14px 0 9px 3px;

	color:#A59E72;

	font: bold 11px Verdana;

	}

#right .search .blog-writer {

	font-size:11px;

	padding: 0 0 0 3px;

	line-height:18px;

	}
#right .search .text-field {

	width: 135px; 

	color: #666;

	font: 11px Verdana;

	height: 18px;

	padding: 5px 0 3px 5px; 

	border: 1px solid #CCC;

	float: left; 

	margin: 3px 0 0 0;

	}

#right .search .button {

	margin-left: 7px;

	margin-top:4px;

	border: none;

	}



/* ------------------------------------

	SIDEBAR > NAV (BLUE)

---------------------------------------*/

#right #sidebar-nav-blue {

	background: url(images/sidebar/sidebar-blue-top.gif) no-repeat;

	margin: 0px;

	}

#right #sidebar-nav-blue dl { margin: 0 0 10px 0; }

#right #sidebar-nav-blue dl h5 {

	padding: 21px 0 9px 35px;

	color:#FFF;

	font: bold 12px Verdana;

	line-height:15px;

	}

#right #sidebar-nav-blue dl h5 a {font:bold 12px Verdana; color:#fff; text-decoration: none;}

#right #sidebar-nav-blue dl h5 a:hover {font:bold 12px Verdana; color:#fff; text-decoration:underline;}

#right #sidebar-nav-blue ul { margin: 0px; padding: 4px 0 0 0; }

#right #sidebar-nav-blue ul li {

	background: url(images/sidebar/sidebar-blue-arrow.gif) no-repeat 4px 6px;

	padding: 4px 10px 8px 22px;

	border-bottom: 1px solid #0293a8;

	margin:4px 15px 0px 15px;

	font: normal 12px Verdana;

	color: #0293a8; 

	}

#right #sidebar-nav-blue li a {

	color: #00414b; 

	text-decoration:none;

	

	}

#right #sidebar-nav-blue li a:hover {

	color: #00414b; 

	text-decoration:underline;

	}

#right #sidebar-nav-blue dt {

	background: url(images/sidebar/sidebar-blue-middle.gif) repeat-y;

	margin: 0px;

	}

#right #sidebar-nav-blue dt p {

	color:#FFF;

	font: 11px Verdana;

	line-height:14px;

	}

#right #sidebar-nav-blue dd {

	background: url(images/sidebar/sidebar-blue-bottom.gif) no-repeat;

	height: 20px;

	margin: 0px;

	}



/* ------------------------------------

	SIDEBAR > NAV (GREEN)

---------------------------------------*/

#right #sidebar-nav-green {

	background: url(images/sidebar/sidebar-green-top.gif) no-repeat;

	margin: 0px;

	}

#right #sidebar-nav-green dl { margin: 0 0 10px 0; }

#right #sidebar-nav-green dl h5 {

	padding: 21px 0 9px 35px;

	color:#FFF;

	font: bold 12px Verdana;

	line-height:15px;

	}

#right #sidebar-nav-green dl h5 a {font:bold 12px Verdana; color:#fff; text-decoration: none;}

#right #sidebar-nav-green dl h5 a:hover {font:bold 12px Verdana; color:#fff; text-decoration:underline;}

#right #sidebar-nav-green ul { margin: 0px; padding: 4px 0 0 0; }

#right #sidebar-nav-green ul li {

	background: url(images/sidebar/sidebar-green-arrow.gif) no-repeat 4px 6px;

	padding: 4px 10px 8px 22px;

	border-bottom: 1px solid #a0c813;

	margin:4px 15px 0px 15px;

	font: normal 12px Verdana;

	color: #a0c813; 

	}

#right #sidebar-nav-green li a {

	color: #597200; 

	text-decoration:none;

	

	}

#right #sidebar-nav-green li a:hover {

	color: #597200; 

	text-decoration:underline;

	}

#right #sidebar-nav-green dt {

	background: url(images/sidebar/sidebar-green-middle.gif) repeat-y;

	margin: 0px;

	}

#right #sidebar-nav-green dt p {

	color:#FFF;

	font: 11px Verdana;

	line-height:14px;

	}

#right #sidebar-nav-green dd {

	background: url(images/sidebar/sidebar-green-bottom.gif) no-repeat;

	height: 20px;

	margin: 0px;

	}



/* ------------------------------------

	SIDEBAR > LINKS (BROWN)

---------------------------------------*/

#right #sidebar-brown {

	background: url(images/sidebar/sidebar-brown-top.gif) no-repeat;

	margin: 0px;

	}

#right #sidebar-brown dl { margin: 0 0 10px 0; }

#right #sidebar-brown dl p {

	color:#FDF3D3;

	font: 12px Verdana;

	line-height:14px;

	}

#right #sidebar-brown dl a {color:#FFF;}

#right #sidebar-brown dl h5 {

	padding: 21px 0 9px 35px;

	font: bold 12px Verdana;

	color: #a0c813;
	line-height:15px;

	}

#right #sidebar-brown dl h5 a {font:bold 12px Verdana; color:#FFF; text-decoration: none;}

#right #sidebar-brown dl h5 a:hover {font:bold 12px Verdana; color:#FFF; text-decoration:underline;}

#right #sidebar-brown ul { margin:0px; }

#right #sidebar-brown ul li {

	padding: 4px 10px 4px 12px;

	margin:0 15px 0 23px;

	white-space: nowrap;
	overflow: hidden;

	}

#right #sidebar-brown dt {

	background: url(images/sidebar/sidebar-brown-middle.gif) repeat-y;

	margin: 0px;

	padding: 7px 0 0 0;

	}

#right #sidebar-brown dl dt ul a.archive-link {

	text-align: right ;

	display: block;

	padding: 3px 20px 0px 0px;

	font-size: 10px;

	}

#right #sidebar-brown dd {

	background: url(images/sidebar/sidebar-brown-bottom.gif) no-repeat;

	height: 20px;

	margin: 0px;

	}



/* ------------------------------------

	SIDEBAR > NAV (LIGHT BROWN)

---------------------------------------*/

#right #sidebar-nav-light-brown {

	background: url(images/sidebar/sidebar-light-brown-top.gif) no-repeat;

	margin: 0px;

	}

#right #sidebar-nav-light-brown dl { margin: 0 0 10px 0; }

#right #sidebar-nav-light-brown dl h5 {

	padding: 21px 0 9px 35px;

	color:#FFF;

	font: bold 12px Verdana;

	line-height:15px;

	}

#right #sidebar-nav-light-brown dl h5 a {font:bold 12px Verdana; color:#fff; text-decoration: none;}

#right #sidebar-nav-light-brown dl h5 a:hover {font:bold 12px Verdana; color:#fff; text-decoration:underline;}

#right #sidebar-nav-light-brown ul { margin: 0px; padding: 4px 0 0 0; }

#right #sidebar-nav-light-brown ul li {

	background: url(images/sidebar/sidebar-light-brown-arrow.gif) no-repeat 4px 6px;

	padding: 4px 10px 8px 22px;

	border-bottom: 1px solid #341c00;

	margin:4px 15px 0px 15px;

	font: normal 12px Verdana;

	color: #341c00;

	}

#right #sidebar-nav-light-brown li a {

	color: #341c00;

	text-decoration:none;

	

	}

#right #sidebar-nav-light-brown li a:hover {

	color: #341c00;

	text-decoration:underline;

	}

#right #sidebar-nav-light-brown dt {

	background: url(images/sidebar/sidebar-light-brown-middle.gif) repeat-y;

	margin: 0px;

	}

#right #sidebar-nav-light-brown dt p {

	color:#FFF;

	font: 11px Verdana;

	line-height:14px;

	}

#right #sidebar-nav-light-brown dd {

	background: url(images/sidebar/sidebar-light-brown-bottom.gif) no-repeat;

	height: 20px;

	margin: 0px;

	}


/* ------------------------------------

brown	#b29069; light
	#6b4416; medium
	#341c00; dark

	SIDEBAR > LINKS (LIGHT BROWN)

---------------------------------------*/

#right #sidebar-light-brown {

	background: url(images/sidebar/sidebar-light-brown-top.gif) no-repeat;

	margin: 0px;

}

#right #sidebar-light-brown dl { margin: 0 0 10px 0; }

#right #sidebar-light-brown dl h5 {

	padding: 21px 0 8px 35px;

	font: bold 12px Verdana;

	color: #fff;
	line-height:15px;

	}

#right #sidebar-light-brown dl a {color:#341c00; text-decoration:underline;}

#right #sidebar-light-brown dl a:hover {color:#341c00;}

#right #sidebar-light-brown dt {

	background: url(images/sidebar/sidebar-light-brown-middle.gif);

	color:#341c00;

	font: 11px Verdana;

	line-height:14px;

	padding: 10px 16px 0 35px;

	margin: 0px;

	}

#right #sidebar-light-brown dd {

	background: url(images/sidebar/sidebar-light-brown-bottom.gif) no-repeat;

	height: 20px;

	margin: 0px;

	}

#right #sidebar-light-brown #highlight-photos img{

	background: url(images/right/photo_bg.jpg) no-repeat;

	padding: 14px 8px 15px 11px;

	margin-left: -10px;

	}

#right #sidebar-light-brown dt .newsletter-rss {
	background : url(images/icons/icon-rss.png) no-repeat 1px;
	font: 13px Verdana;
	padding: 5px 0 7px 34px;
	margin: 0px;
	}
#right #sidebar-light-brown dt .newsletter-facebook {
	background : url(images/icons/icon-facebook.png) no-repeat 1px;
	font: 13px Verdana;
	padding: 5px 0 7px 34px;
	margin: 0px;
	}
#right #sidebar-light-brown dt .newsletter-twitter {
	background : url(images/icons/icon-twitter.png) no-repeat 1px;
	font: 13px Verdana;
	padding: 5px 0 7px 34px;
	margin: 0px;
	}

#right #sidebar-light-brown dt .newsletter-bold {

	color:#000;

	font: bold 10px Verdana;

	}

#right #sidebar-light-brown dt .email-newletter .text-field {

	float: left; 

	display: block;

	color: #666666;

	padding: 3px;

	width: 135px; 

	height: 18px; 

	border: 0px;

	}

#right #sidebar-light-brown dt .search .text-field {

	width: 120px; 

	color: #666;

	font: 11px Verdana;

	height: 18px;

	padding: 5px 0 3px 5px; 

	border: 1px solid #CCC;

	float: left; 

	}

#right #sidebar-light-brown dt .button {

	margin-left: 7px;

	border: none;

	}


#sidebar-donate-ca {
	margin: 0 0 10px 0;
	padding: 0;
	}
.canada {

	background : url(images/icons/icon-canada.png) no-repeat 1px 1px;

	padding: 0 0 0 35px;

	}

.usa {

	background : url(images/icons/icon-usa.png) no-repeat 1px 1px;

	padding: 0 0 0 35px;

	}



/* -----------------------------------
	FOOTER
----------------------------------- */
#footerwrap {
	background-color: #6b4416;
	margin: 10px auto 10px auto;
	padding: 0;
	width: 876px;
	border: 2px solid #341c00;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	/* border-radius: 8px; */
	behavior:url('/border-radius.htc');
	overflow: hidden; 
	}
#footerwrap #footer {
	margin: 10px;
	padding: 0;
	}
#footerwrap p {
	margin: 0;
	padding: 0;
	font: 1.2em Georgia;
	line-height: 20px;
	text-align: left;
	color: #fdf3d3;
	}
#footerwrap h4 {

	margin: 0;

	padding: 6px 0 4px 0;

	font: bold 15px Georgia;

	color: #a0c813;
	}

#footerwrap .sitelinks {

	font: 1.2em Georgia;

	line-height: 20px;

	text-align: left;

	}

#footerwrap .sitelinks a { color: #fdf3d3; text-decoration:none;}

#footerwrap .sitelinks a:hover { color: #fdf3d3; text-decoration:underline;}


#footerwrap #footer-left {

	float: left;

	width: 300px;
	white-space: nowrap;
	overflow: hidden;

	}
#footerwrap #footer-middle {
	/* position: absolute; */

	margin: 0 0 0 340px;

	width: 170px;

	}

#footerwrap #footer-right {
	float: right;
	background: #341c00;

	width: 280px;

	}

#footerwrap #footer-right .email-newletter {

	padding: 0 20px 0 25px;

	height: 265px;

	}

#footerwrap #footer-right .email-newletter p {

	font: 11px Verdana;

	line-height: 14px;

	}

#footerwrap #footer-right  .email-newletter .text-field {

	float: left; 

	display: block;

	color: #666666;

	padding: 3px;

	width: 135px; 

	height: 18px; 

	border: 0px;

	}

#footerwrap #footer-right  .email-newletter .button {

	float: left; 

	margin-left: 10px;

	border: none;

	}

#footerwrap #footer-right .email-newletter a { color:#FDF3D3;}

#footerwrap #footer-right .rss {
	background : url(images/icons/icon-rss.png) no-repeat 1px;
	color: #FFF;
	font: 13px Verdana;
	padding: 5px 0 7px 34px;
	margin: 18px 0 0 0;
	}

#footerwrap #footer-right .facebook {
	background : url(images/icons/icon-facebook.png) no-repeat 1px;
	color: #FFF;
	font: 13px Verdana;
	padding: 5px 0 7px 34px;
	margin: 0 0 0 0;
	}

#footerwrap #footer-right .twitter {
	background : url(images/icons/icon-twitter.png) no-repeat 1px;
	color: #FFF;
	font: 13px Verdana;
	padding: 5px 0 7px 34px;
	margin: 0 0 0 0;
	}

#footerwrap #footer-bottom {

	margin: 0;

	padding: 0;

	border-top: 1px solid #341c00;

	font: 11px Georgia;

	line-height: 22px;

	color: #FDF3D3;
	clear: both; 
}

#footerwrap #footer-middle .canada {

	background : url(images/icons/icon-canada.png) no-repeat 1px;

	color: #FFF;

	font: 13px Verdana;

	padding: 0 0 0 35px;

	margin: 5px 0;

	}





/* END STRUCTURE AND FORMATING */


/* 
BEGIN LISTS
Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. 
*/
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
ol li { list-style: decimal outside; }
/* END LISTS */


/* BEGIN FORM ELEMENTS */
/*
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
select { width: 130px; }
#commentform { margin: 5px 25px 0 0; }
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
*/
/* END FORM ELEMENTS */


/* 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 #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
#wp-calendar a {
	text-decoration: none;
	display: block;
	}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* END CALENDAR */


/* BEGIN VARIOUS TAGS & CLASSES */
/*
.thread-alt { background-color: #f8f8f8; }
.thread-even { background-color: white; }
.depth-1 { border: 1px solid #6b4416; }
.even, .alt { border-left: 1px solid #6b4416; }
.commentlist li, #commentform input, #commentform textarea { font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; }
.commentlist li ul li { font-size: 1em; }
.commentlist li { font-weight: bold; }
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
#commentform p { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }
.commentmetadata { font-weight: normal; }
.postmetadata { clear: both; }
.clear { clear: both; }
.center { text-align: center; }
.hidden { display: none; }
.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	}
*/
/* END VARIOUS TAGS & CLASSES */


/* BEGIN COMMENTS */
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li {
	margin: 10px 20px 0 5px;
	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; }
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
	}
/* END COMMENTS */


/* BEGIN CAPTIONS */
.caption {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding: 10px;
	margin: 0;
	color: #333;
	text-align: left;
	/* font-size: 11px; */
	font-style: italic;
	line-height: 17px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	/* border-radius: 6px; */
	behavior:url('/border-radius.htc');
	}
.caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}
.caption p {
	}


.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; */
	behavior:url('/border-radius.htc');
	}
.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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." 
*/
