/*
Theme Name: Full Circle Exchange
Theme URI: http://fullcircleexchange.com/
Description: Custom Wordpress Theme 
Version: 1.0
Author: Greg Jacobson and Jascha Rynek Along with the We Are Sew Creative Team
Author URI: http://sugarpillfactory.com/
Tags: blue, custom header, fixed width, two columns, widgets


*/



/* Begin Typography & Colors */
body {
	font-family:'Tahoma','Geneva';
	margin: 0 0 0 0;
	padding: 0;
	background-position: center top;
	width:100%;
	text-align: center;
	}

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

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
/*
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
*/
.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.7em 'Tahoma', Verdana, Arial, Sans-Serif;
	color:#000;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist a{

	color:#000; 

}

.commentlist li {
	font-weight: normal;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	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;
	}
/*
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
*/
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/*
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}
*/
a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

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

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.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: 0;
	margin: 0 auto;
	width: 885px;
	clear: both;
	color:#ACACAC;
	font-size:.75em;
	text-align: right;
	}

/* End Structure */



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

h2 {
	margin: 30px 0 0;
	}

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

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
*/
h3 {
	padding: 0;
	margin: 30px 0 0;
	}

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: 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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

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

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

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

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

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

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

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	*/
/* 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: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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 a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#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 */
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 */


A:link{ color:#809f40 ; }
A:visited{ color:#809f40 ; }
A:active{ color:#809f40 ; }
A:hover{ color:#809f40 ; }

/* "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." */
/* HEADERS */
h1{
	font-family:Calibri, Tahoma;
	color:#311a17;
	font-size:24px;
	letter-spacing:-.2mm;
}

h2{
	font-weight:bold;
	color: #690;
	font-size: 14px;
	letter-spacing: .1em;
	margin-bottom:2px; 
}

/*  HEADER TOP LINE */
.topLine{
	margin-top:8px;
	width:885px;
	border-top: 1px solid #42281a;
	margin-left: auto;
	margin-right: auto;
}
/*  HEADER SECOND LINE */
.doubleLine{
	width:885px;
	border-top: 3px double #000;
	margin-left: auto;
	margin-right: auto;
}

#mainLogo{
	margin-left:-110px;
	margin-right:-13px;
	margin-bottom:-34px;
	float:left;
}

/* BIG TAG LINE TOP OF PAGE */
#tagLine{
 	margin-top:-5px;
 	margin-bottom:-8px;
}
/*/////////////////////// -------------------------------------------------------HEADER IMAGES*/
#whoWeAreHeader{
	margin-top:-10px;
}
#ourCofeeHeader{
	margin-top:0px;
	margin-bottom:-20px;
	z-index:1000;
}
#ourPracticesHeader{
	margin-top:-12px;
	margin-bottom:14px;
	z-index:1000;

}
#initiativesHeader{
 	margin-bottom:-22px;
 	margin-top:0px;
 	z-index:-100;
}

#ourCampaignHeader{
	margin-bottom:-56px;
	margin-top:-33px;
	margin-left:107px;
}
#fundraisingHeader{
	margin-top:-15px;
	margin-bottom:15px;

}
#partnersHeader{
	
	margin-top:-25px;
	margin-bottom:-60px;
}

/*/////////////////////// -------------------------------------------------------TOP NAVIGATION*/
/* TOP NAV */
#topNav{
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_images/full_circle_exchange_header_bg.jpg);
	width: 100%;
	height:72px;
	font-size: .969em;
	letter-spacing: .23em;
	font-weight: 500;
}
#topNavContent{
	width:885px;
	margin-left: auto;
	margin-right: auto;
}
a.bar{
	color:#fff;
	text-decoration:none;
}
a.bar:hover{
	color:#b7d55d;
	text-decoration:none;
}
a.sub{
	color:#fff;
	text-decoration:none;
}
a.sub:hover{
	color:#3c2311;
	text-decoration:none;
}
a.subFocus{
	color:#3c2311;
	text-decoration:none;
}
/* TOP NAV SUB SECTIONS */
#aboutSub{
	float:left;
	visibility: hidden;
	font-size:.642em;
	color:#fff;
	margin-left:38px;
	margin-top:4px;
}

#justiceSub{
	float:left;
	position:relative;
	visibility: hidden;
	font-size:.642em;
	color:#fff; 
	margin-left:346px; 
	margin-top:-15px;
}

#communitySub{
	float:left;
	position:relative;
	visibility: hidden;
	font-size:.642em;
	color:#fff;
	margin-left:369px;
	margin-top:-13px;
}

#shopSub{
	float:left;
	position:relative;
	visibility: hidden;
	font-size:.642em;
	color:#fff;
	margin-left:443px;
	margin-top:-15px;
}

.divideLine{   
	color:#3c2311;
	margin-left:9px;
	margin-right:9px;
}

input.search{
	margin-left:-12px;
	margin-top:18px;
	width:145px;
	height:25px;
	border:none;
	font-family:'Tahoma','Geneva';
	color:#c2c2c2;
	font-size:14px;
	letter-spacing: .23em;
	text-align:center;
}

/*/////////////////////// -------------------------------------------------------TOP NAVIGATION BUTTONS*/
/* NAV BUTTONS */
#aboutButton{
	display: block;
	float:left;
	width: 75px;
	height: 49px; 
	margin-left:36px;
	text-decoration: none;
	border-style: none;
	outline: none;
	background-image: url(images/header_images/about_dual.png);
}
#aboutButton:hover{
	background-position: 0 -49px;
}
.showAbout{
	display: block;
	float:left;
	width: 75px;
	height: 49px;
	margin-left:36px;
	text-decoration: none;
	border-style: none;
	outline: none;
	background-image: url(images/header_images/about_dual.png);
	background-position: 0 -49px;
}

#justiceButton{
	display: block;
	float:left;
	width: 83px;
	height: 49px;
	margin-left:36px;
	text-decoration: none;
	border-style: none;
	outline: none;
	background-image: url(images/header_images/justice_dual.png);
}
#justiceButton:hover{
	background-position: 0 -49px;
}
.showJustice{
	display: block;
	float:left;
	width: 83px;
	height: 49px;
	margin-left:36px;
	text-decoration: none;
	border-style: none;
	outline: none;
	background-image: url(images/header_images/justice_dual.png);
	background-position: 0 -49px;
}

#communityButton{ /*OTHERWISE KNOWN AS BLOG BUTTON*/
	display: block;
	float:left;
	width: 52px;
	height: 49px;
	margin-left:36px;
	margin-right:42px;
	text-decoration: none;
	border-style: none;
	outline: none;
	background-image: url(images/header_images/blog_dual.png);
}
#communityButton:hover{
	background-position: 0 -49px;
}

.showCommunity{
	display: block;
	float:left;
	width: 52px;
	height: 49px;
	margin-left:36px;
	margin-right:45px;
	text-decoration: none;
	border-style: none;
	outline: none;
	background-image: url(images/header_images/blog_dual.png);
	background-position: 0 -49px;
}

#shopButton{
	display: block;
	float:left;
	width: 60px;
	height: 49px;
	margin-right:40px;
	text-decoration: none;
	border-style: none;
	outline: none;
	background-image: url(images/header_images/shop_dual.png);
}
#shopButton:hover{
	background-position: 0 -49px;
}


/* TAG LINE 100% OF OUR NET... */
#tagLine{
	clear:both;
	text-align:left;
	width:885px;
	margin-left: auto;
	margin-right: auto;
}

/*/////////////////////// -------------------------------------------------------BEGIN BODY*/


/*///////////////////////////\\\\\/// -------------------------------------------------------COMMUNITY PAGES*/
/*/////////////////////// -------------------------------------------------------BLOG POSTS\\\\\\\\\\\\\\\\*/
/* POSTS*/
#blogPage{
	width:885px;
	margin-left: auto;
	margin-right: auto;
}
.time{
	font-size:.563em;
	color:#000;
	font-weight:bold;
	margin-top:-12px;
}

.blogDoubleLine{
	width:600px;
	border-top: 3px double #000;
}

.blogLine{
	clear:both;
	width:600px;
	border-top: 1px solid #000;
	margin-top:10px;
	margin-bottom:5px;
}

#blogLeft{
	text-align:left;
	float:left;
	width:620px;
}

#blogLeft .container{
	width:590px;
	margin-left:10px;
}

#blogLeft .container p{

 	line-height:1.5;
	font-size:12px;
	letter-spacing:.05em;
	font-weight:normal;
	margin-top:0px;
	color:#666666;

}

.blogContent{
	margin-top:0px;
	width:460px;
	float:left;
	margin-bottom:5px;
}

.blogContent a{
	font-size:1em;
	font-weight:normal;
	font-weight:bold;
	line-height:1.5;
	letter-spacing:.05em;
	text-decoration:none;
	color:#690;
}

.blogContent a:hover{
	text-decoration:underline;
}

a.cont{

	line-height:1.5;
	font-size:12px;
	letter-spacing:.05em;
	font-weight:normal;
	text-decoration:none;
	color:#690;
}

.blogInfo span{
	margin-right:7px;
}

.blogInfo span.light{

	line-height:1.4;
	font-size:10px;
	letter-spacing:.09em;
	font-weight:normal;
	margin-top:0px;
	color:#666666 ;
}

.blogInfo{

	margin-top:68px;
	width:110px;
	float:left;
	text-align:right;
	margin-right:20px;
}

.blogInfo a{
	font-weight:900;
	color:#690;
	text-decoration:none;
}

.blogInfo a:hover{
		text-decoration:underline;
}

.blogHead{
	font-family:Calibri, Tahoma;
	color:#311a17;
	font-size:24px;
	letter-spacing:-.2mm;
	margin-top:5px;
	margin-bottom:-2px;
}

.blogHead a {
	text-decoration:none;
	font-family:Calibri, Tahoma;
	color:#311a17;
	font-size:24px;
	letter-spacing:-.2mm;
	font-weight:bold;
	color:#311a17;
	line-height:1.2em;	
}

.greenLine{	
	width:110px;
	border-top: 1px solid #cadea2;
	margin-left: auto;
	margin-right: 20px;
	margin-top:4px;
	margin-bottom:4px;
}


/*/////////////////////// -------------------------------------------------------BLOG SIDEBAR*/
/* BLOG SIDEBAR*/

#sideBar{
	margin-top:2px;
	width:260px;
	float:left;
	text-align:left;
}

.greenLineSideBar{
	width:260px;
	border-top: 1px solid #cadea2;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom:20px;
}

#sideBar h2{
	margin-left:10px;
}

#sideBar p{
	margin-left:10px;
	line-height:1.4;
	font-size:10px;
	letter-spacing:.09em;
	font-weight:normal;
	margin-top:0px;
	color:#666666 ;
}

#flickrrss{
	list-style-type:none;
	margin-left:8px;
}

/*/////////////////////// -------------------------------------------------------ABOUT PAGES*/
#whoWeAre{
	width:885px;
	margin-left: auto;
	margin-right: auto;
}

#whoWeAre div{
	text-align:left;
	float:left;
	width:275px;
	margin-left:12px;
	margin-right:8px;
	margin-top:5px;
}
#whoWeAre div p{
	line-height:1.4;
	font-size:12px;
	letter-spacing:.09em;
	font-weight:normal;
	margin-top:0px;
	color:#666666 ;
}

/*/////////////////////// -------------------------------------------------------JUSTICE PAGES*/
/* INITIATIVE PAGE */
#initiative{
	width:885px;
	margin-left: auto;
	margin-right: auto;
}

#initiative div{
	text-align:left;
	float:left;
	width:200px;
	margin-left:12px;
	margin-right:8px;
	margin-top:5px; 
}
#initiative div p{
	line-height:1.4;
	font-size:12px;
	letter-spacing:.09em;
	font-weight:normal;
	margin-top:0px;
	color:#666666 ;
}
#initiative a{
	text-decoration:none;
	font-weight:bold;
}
#initiative a:hover{
	text-decoration:underline;
}
#initiative h2{
	font-size:18px;
	color:#311a17;
	font-family:Calibri,Tahoma;
}

#initiativeButtons{
	clear:both;
	width:885px;
	margin-left: auto;
	margin-right: auto;
}
#initiativeButtons div{
	text-align:left;
	float:left;
	width:200px;
	margin-left:12px;
	margin-right:8px;
	margin-top:5px; 
}
#initiativeButtons img{
	margin-left:-4px;
}

/* CAMPAIGN PAGE */

#campaign{
	width:875px;
	margin-left:auto;
	margin-right:auto;
}
#months {
	margin-left:15px;
}
#months img{
	height:75px;
	margin:10px -5px 0px -5px;
}
#months img.dotted{
	border-left:dotted 2px;
}
#months a{
	color:#000;
	outline:none;
	background: url(images/carrot.png) no-repeat;
	background-position: 18px 0px;
}
#meterBackground{
	width:875px;
	height:60px;
	margin-top:30px;
	background: url(images/justice_meter_bkg.png);
}
#meterText{
	text-align:right;
	width:675px;
	height:60px;
	background: url(images/justice_meter.png) no-repeat;

}
#meter{
	color:#fff;
	width:675px;
	margin-left:203px;
	text-align:left;
	overflow:hidden;
	text-align:right;
	font-size:12px;
}
#meter h1{
	margin:0px 0px -3px 0px;
	padding:5px 20px 0px 0px;
	color:#fff;
}
#POMText{
	text-align:left;
	float:left;
	width:200px;
	padding-right:20px;
	line-height:1.4;
	font-size:10px;
	letter-spacing:.09em;
	font-weight:normal;
	color:#666666 ;
}
#POMText img{
	max-width:200px;
}
#POMStats{
	float:left;
	width:645px;
	height:330px;
	margin-top:25px;
	background-color:#eceae9;
}
#campaign .left{
	float:left;
	width:285px;
	height:330px;
	line-height:1.5;
	font-size:12px;
	letter-spacing:.05em;
	font-weight:normal;
	margin-top:0px;
	color:#666666;
}

#campaign .left h1{
	margin:3px 0px 0px 0px;
}
#campaign .right{
	float:left;
	width:360px;
	padding:10px 0px 0px 0px;
	line-height:1.5;
	font-size:11px;
	letter-spacing:.05em;
	font-weight:normal;
	margin-top:0px;
	color:#666666;
	text-align:left;
}
#campaign .right img{
	float:left;
	margin-left:-5px;
}
#campaign .right img.mainPic{
	float:left;
	min-height:230px;
	max-height:230px;
	
	margin:2px 15px 10px 0px;
}
#campaign .imgComplement{
	
	
	width:285px;
	height:230px;
	padding-right:13px;
	padding-left:0px;
	
	display:table-cell;
	vertical-align:bottom;
}

#shopTitle h2{
	margin-top:0px;
}


/* FUNDRAISING PAGE */
#fundraising{
	width:885px;
	margin-left: auto;
	margin-right: auto;
}

#fundraising div{
	text-align:left;
	float:left;
	width:420px;
	margin-left:12px;
	margin-right:8px;
	margin-top:5px;
}
#fundraising div p{
	line-height:1.4;
	font-size:12px;
	letter-spacing:.09em;
	font-weight:normal;
	margin-top:0px;
	color:#666666 ;
}
#fundraising a{
	text-decoration:none;
	font-weight:bold;
}
#fundraising a:hover{
	text-decoration:underline;
}
#fundraising ol{
	line-height:1.4;
	font-size:12px;
	letter-spacing:.09em;
	font-weight:normal;
	margin-top:0px;
	color:#666666 ;
}
#fundraising h2{
	color:#000;

}

#fundFloat{
	width:450px;
	text-align:left;
	margin-left:430px;
	margin-top:-180px;
	margin-bottom:30px;
}
#fundFloat p{
	line-height:1.4;
	font-size:12px;
	letter-spacing:.09em;
	font-weight:normal;
	margin-top:0px;
	color:#666666 ;
}

/* PARTNERS PAGE */
#partners{
	text-align:left;
	width:885px;
	margin-left: auto;
	margin-right: auto;
}
#partners div.left{
	float:left; 
	width:200px;
	line-height:1.4;
	font-size:12px;
	letter-spacing:.09em;
	font-weight:normal;
	margin-top:0px;
	color:#666666 ;
	margin-left:10px;
} 
#partners div.menu{
	padding-left:20px;
	float:left;
	width:300px;
	margin-top:0px;
}
/*
#partnersFloat{
	width:300px;
	text-align:left;
	margin-left:590px;
	margin-top:-380px;
	margin-bottom:30px;
}

#partnersFloat p{
	line-height:1.5;
	font-size:12px;
	letter-spacing:.05em;
	font-weight:normal;
	margin-top:0px;
	color:#666666;
}
*/
#partners .partnerButton{
	margin-left:-7px;
	margin-top:5px;
	padding-top:12px;
	padding-bottom:1px;
	width:300px;
	height:50px; 
	background-color:#fff;
	line-height:1.4;
	font-size:10px;
	letter-spacing:.09em;
	font-weight:normal;
	color:#666666 ;
	float:left;
}

#partners .partnerButton img{
	float:left;
	margin-right:3px;
	margin-top:-7px;
}
#partners .partnerButton span.title{
	font-weight:bold;
	color: #000;
	font-size: 12px;
	letter-spacing: .1em;
	margin-bottom:2px;
}

#partners .partnerButton span.impact{
	font-weight:bold;
	color: #690;
	font-size: 12px;
	letter-spacing: .1em;
	margin-bottom:2px; 
}

#partners a{
	text-decoration:none;
}

#partnerContent{
	float:left;
	/*border: 1px solid #eee;*/
	width:350px;
	min-height:350px;
	margin-left:-7px;
	margin-top:15px;
	line-height:1.4;
	font-size:12px;
	letter-spacing:.09em;
	font-weight:normal;
	color:#666666 ;
	padding: 5px;
}
#partnerContent a{
	text-decoration:none;
	font-weight:bold;
}
#partnerContent a:hover{
	text-decoration:underline;
}
#partnerContent h2{
	margin-top:0px;
}

/* SINGLE PARTNER PAGE */
#partnerPage{
	width:885px;
	margin-left: auto;
	margin-right: auto;
	margin-top:15px;
}

#parnterLeft{
	text-align:left;
	float:left;
	width:620px;
}

#partnerPage .leftColumn{
	width:155px;
	float:left;
}

#partnerPage .singlePartnerContent{
	line-height:1.5;
	font-size:12px;
	letter-spacing:.05em;
	font-weight:normal;
	margin-top:0px;
	color:#666666;
	text-align:left;
	margin-top:-10px;
	width:430px;
	float:left;
	margin-left:10px;
}

#partnerLeft p{
 	line-height:1.5;
	font-size:12px;
	letter-spacing:.05em;
	font-weight:normal;
	margin-top:0px;
	color:#666666;
}

#partnerRight{
	width:260px;
	float:left;
	text-align:left;
	margin-left:20px;
}
#partnerRight p{
	margin-left:10px;
	line-height:1.4;
	font-size:10px;
	letter-spacing:.09em;
	font-weight:normal;
	margin-top:0px;
	color:#666666 ;
}
#partnerRight h2{
	margin-left:10px;
}

#partnerPage a{

	text-decoration:none;
	font-weight:bold;
}

#partnerPage a:hover{

	text-decoration:underline;
}
#partnerPage img{

	text-decoration:underline;
}

/*//////////////////////////////////////// -------------------------------------------------------LANDING PAGE*/
/*/////////////////////// -------------------------------------------------------FLASH CAROUSEL*/
/* CAROUSEL */

#carousel{
	clear:both;
	width:885px;
	margin-left: auto;
	margin-right: auto;
}
/* BOTTOM CAROUSEL DOUBLE LINE OFF SET */
.bottomLine{
	margin-top:-40px;
	margin-bottom:40px;
	position:relative;
	width:885px;
	border-top: 3px double #000;
	margin-left: auto;
	margin-right: auto;
}
/* INDEX PAGE */
#indexBody{
	width:885px;
	margin-left: auto;
	margin-right: auto;
}

#recentHeadlines{
	float:left;
	width:340px;
	margin-left:10px;
	text-align:left;
}

#recentHeadlines img{
	height:40px;
	width:40px;
}

#blurbs{
	float:left;
	width:505px;
	margin-left:25px;
	margin-bottom:20px;
	text-align:left;
	line-height:1.4;
	font-size:12px;
	letter-spacing:.09em;
	font-weight:normal;
	margin-top:0px;
	color:#666666 ;
}
#blurbs .blurb{
	margin-top:10px;
	height:140px;
	overflow:hidden;
	float:left;
	width:160px;
	border-left: 2px dotted #666;
	padding:left:25px;
	
}
#blurbs .blurbLeft{
	margin-top:10px;
	height:140px;
	overflow:hidden;
	float:left;
	width:160px;
	padding:left:25px;
}
#blurbs a{
	text-decoration:none;
	color:#666;
}
#blurbs img{
	margin-top:7px;
	margin-left:17px;
	max-height:125px;
	max-width:125px;
}
#blurbs .text{
	height:140px;
	width:140px; 
	padding-top:5px;
	padding-left:15px;
}


.indexRightLine{
	width:505px;
	border-top: 1px solid #cadea2;
	/*margin-left: auto;
	margin-right: auto;*/
	margin-bottom:13px;
}

.indexLeftLine{
	width:340px;
	border-top: 1px solid #cadea2;
	margin-left: auto;
	margin-right: auto;
}

.indexGreenLine{
	clear:both;
	width:885px;
	border-top: 1px solid #cadea2;
	margin-left: auto;
	margin-right: auto;
}

#recentHeadlines h1{
	margin-top:8px;
	margin-bottom:12px;
}

#recentHeadlines a{
	color:#690;
	text-decoration:none;
	font-weight:bold;
}
#recentHeadlines a:hover{
	text-decoration:underline;
}
/*/////////////////--------------------------------------------------------- FOOTER*/
#footer{
	width:885;
}
#footerLeft{
	margin: 15px 0px 0px 0px;
	width:442px;
	text-align:left;
	float:left;
}
#footerRight{
	margin: 15px 0px 0px 0px;
	width:442px;
	text-align:right;
	float:left;
}

