/*
Theme Name: Poverty Stops Here
Theme URI: http://wordpress.org/
Description: Poverty Stops Here .
Version: Beta 1
Author: 
Author URI: http://scottofford.com/
Tags: blue, custom header, fixed width, two columns, widgets


*/

/*** 
COLORS:
light green:  #99b362
dark green:  #5a733f
red:  #874932
dark red:  #5D3222

***/

/* Begin Typography & Colors */


.lightgreen { color: #ACBB66; }
.darkgreen { color: #5a733f; }
.lightred { color: #874932; }
.darkred { color: #5D3222; }


.about-color, .about-color a {
	color: #ACBB66 !important;
}
.about-color a:hover {
	color: #5a733f !important;
}
.learn-color , .learn-color a {
	color: #5a733f !important;
}
.learn-color a:hover {
	color: #ACBB66 !important;
}
.act-color, .act-color a {
	color: #874932 !important;
}
.act-color a:hover {
	color: #5D3222 !important;
}
.projects-color , .projects-color a {
	color: #5D3222 !important;
}
.projects-color a:hover {
	color: #874932 !important;
}

body {
	font-size:62.5%; /* Resets 1em to 10px */
	font-family: Arial, sans-serif;
	color: #000;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

/*#header {
	background: url("images/headerStill.jpg") no-repeat;
	}*/

#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;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border-top: 2px solid #859A57;
	text-align: center;
	padding-top: 10px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:  Tahoma, Arial, sans-serif;
	font-weight:normal;

	}

h1 {
	font:26px Arial, Helvetica, sans-serif;
	text-align: left;
	color:#000000;

	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.3em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.4em;
	padding:4px 0 4px 4px;
	}
/***
h3 {
	font-size: 1.3em;
	}
***/
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: black;
	}

h2, h3  {
	color: black;
	}

h2 a, h2 a:visited, 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;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.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;
	}

#sidebar {
	font-size: 1em ;
	}
#sidebar p {
	padding:0px 5px 0px 5px;
	margin:0;
}

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: #114477; /*#637340;  - green */
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #eae58b url(images/bg.png) repeat-y 50% 0;
	}

#page {
/*
	background-color: white;
*/
	height: 85%;
	margin: auto;
	padding: 15px 0 20px 5px;
	width: 770px;
	}
#content {
}
#header {
/*
	background-color: #000;
	margin: 0 0 10px 1px;
	padding: 0;
	height: 300px;
	width: 900px;
*/
	height: 140px;
	}
	
#header2 {
	background-color: #FFF;
	margin: 0 0 0 1px;
	padding: 0;
	height: 300px;
	width: 900px;
	}



.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: left;
}

.clear {
	clear: both;
}

.actlinks {
	width: 610px;
	margin: 50px 0 0 25px;
}
.actlinks a {
	float: left;
	margin-left: 32px;
}
.links {
	width: 610px;
	margin: 20px 0 0 35px;
}
.links a {
	float: left;
	margin-left: 52px;
	margin-bottom: 40px;
}
#footer {
/*
	padding: 0;
	padding-bottom: 15px;
	margin: 0 auto;
*/
	height: 40px;
	width: 765px;
	clear: both;
	}


#footer li {
	list-style-type:none;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding:0;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 0px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-weight: bold;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
.person h3 {
	font-size: 12px;
	margin-top: 20px;
}
.person h4 {
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 5px 0;
}/* 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: 0   px;
	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 {
	font: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
    font-size:150%;
	padding: 0 0 0 20px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry ol li div {
	font-size:70%;
	font-style:normal;
	
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	padding:0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin:0 0 10px 0px;
	padding:5px 0px 5px 0px;
	
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul h2 {
	padding:3px 0 3px 4px;
}

#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;
	}
	
ul.africabullet {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
ul.africabullet li {
	padding-left: 30px;
	margin-bottom: 15px;
	list-style-image: none;
	background-image: url(images/africa-bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
}
   
/* 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 textarea {
	width: 440px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 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: 5px 0 10px 0;
	
	}

#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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* Start Static Home Page
-------------------------------------------------------*/
.fullcolumn {
	width:765px;
	margin:0;
	padding:10px 0px 5px 0px;
}
.colleft {
	font:1.1em;
	color: #000;
	width:630px;
	float:left;
}
.colleft div.topnav {
	margin:0 0 -15px;
	position:relative;
	text-align:right;
	top:-6px;
}
div.topnav{
	text-decoration: none;
	font-weight: bold;
}
div.topnav span {
	padding-left: 20px;
}
div.topnav a {
	cursor: pointer;
}

.topic {
	display: none;	/* hide all but one of these topics */
	width: 620px;
	height: 200px;
	margin: 15px 0;
}
.topicimage {
	width: 270px;
	float: left;
	text-align: center;
}
.topicimage img {
	height: 200px;
	border: 1px solid #bbbbbb;
	padding: 5px;
}

#topic1 {
	display: block;
}
.topictext {
	margin-left: 10px;
	padding: 10px 10px 10px 270px;
}
.topictext h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}

#topiclist {
	width: 640px;
	padding-top: 30px;
	text-align: center;
}
.topicthumb {
	cursor: pointer;
	height: 75px;
	padding: 10px;
	opacity: .7;	/* FF, Opera */
	filter: alpha(opacity=70);	/* IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";	/* IE8 */
}
.topicthumb:hover {
	opacity: 1.0;	/* FF, Opera */
	filter: alpha(opacity=100);	/* IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	/* IE8 */
}
.topicthumb img {
	height: 75px;
	border: 1px solid #bbbbbb;
	padding: 5px;
}

.colleft table {
	border-collapse: collapse;
}
.colleft table td, .colleft table th {
	border: 2px solid #bbbbbb;
}

#mdgtable  tr td {
	border-width: 0;
}
.spotlight-table {
	width: 500px;
	margin-left: 135px;
}
.spotlight-table td, .spotlight-table th {
	padding: 5px;
}

#acttext {
	text-align: center;
	font-size: 13px;
}

.shirtcontent td {
	border: none !important;
}
.shirtform {
	width: 200px;
	background: transparent url(images/shirtbg.png) no-repeat;
	color: white;
	font-weight: bold;
	height: 180px;
	width: 300px;
	margin-left: 30px;
	margin-top: 30px;
	padding: 20px;
}
.shirtform h3 {
	color: white;
	text-align: center;
	margin: -10px 0 20px 0;
	text-align: center;
	width: 260px;
	font-size: 14px;
}
.shirtform select {
	font-size: 11px;
	width: 100px;
}
.shirtform input {
	font-size: 11px;
	width: 20px;
}
.shirtform td {
	padding: 3px;
	padding-right: 10px;
}
.addtocart {
	left: 135px;
	position: relative;
	top: -60px;
	cursor: pointer;
}
.cartlabel {
	position: relative;
	left: 190px;
	top: -100px;
	cursor: pointer;
}

#sweatshirtlink, #tshirtlink {
	font-weight: bold;
	left: 155px;
	width: 130px;
	position: relative;
	width: 115px;
	cursor: pointer;
	text-align: right;
}
#sweatshirtlink {
	top: -30px !important;
}
#tshirtlink {
	top: -15px !important;
}

#sweatshirtTable {
	display: none;	/* start out hidden */
}

#sweatshirtTable .addtocart {
	top: -50px;
}
#sweatshirtTable .cartlabel {
	top: -90px;
}
#sweatshirt #addtocart {
	top: -20px;
}
#sweatshirt #cartlabel {
	top: -60px;
}

#shirtimage {
}
#shoppingcart {
	width: 300px;
	margin: 0 0 40px 30px;
}
#carttitle {
	font-weight: bold;
	border-bottom: 2px solid #874932;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
#carttotal {
	font-weight: bold;
	border-top: 2px solid #874932;
	margin-top: 5px;
	padding-top: 2px;
}
#checkout {
	margin-top: -15px;
	text-align: right;
}

#carttable {
	width: 300px;
/*
	border-collapse: separate;
*/
}
#carttable td, #carttable th  {
	border: none !important;
}
/*
{
	border-width: 0 0 2px 0 !important;
	border-bottom: 2px solid #874932 !important;
}
*/
#femalecolors, #childcolors, #femalesize {
	display: none; 	/* start hidden */
}
#noitems {
	font-style: italic;
	font-size: 11px;
	position: relative;
	left: 20px;
}

#shirtcount {
	position: relative;
	top: -25px;
	left: 450px;
	width: 175px;
	height: 20px;
	padding-top: 2px;
	background: transparent url(images/shirtcount-bg.png) no-repeat;
	color: white;
	font-weight: bold;
	text-align: center;
}

#eventform {
	border-top: 1px solid black;
	margin: 40px 0;
}

.eventquestion {
	font-weight: bold;
}
.eventanswer {
	color: #444;
}

#eventform ul {
	list-style-type: none;
	padding: 0;
}
#eventform ul li {
	margin-top: 15px;
}
#eventform ul li label {
	font-size: 11px;
	color: #555;
}
#eventform ul li input {
	width: 250px;
	font-size: 11px;
}
#eventform input.checkbox {
	width: 14px;
	margin-left: 0;
}

#eventform h4 {
	border-bottom: 1px dotted black;
	margin-bottom: 5px;
	margin-top: 25px;
} 

#eventform #eventsubmit {
	width: 100px;
	margin-left: 270px;
}

#eventform #shirtdetailsdiv {
	display: none; 	/* hide unless checked */
}

#mappane {
	padding-top: 5px;
	padding-bottom: 20px;
}
#mapdiv {
	border: 1px solid #874832;
	padding: 5px;
}
#projectmap {
	height: 350px;
	width: 618px;
}
#maptooltip {
	background-color: white;
	font-size: 10px;
	border: 1px solid #874832;
	padding: 2px;	
}
.projectpage, #projectnav {
	display: none;	/* hide til needed */
}

/******
.colMid {
	width:250px;
	height:450px;
	background-color:#F2F2F2;
	float:left;
	margin-top:8px;
	padding:0;
}
.colMidsingle {
	width:250px;
	height:600px;
	background-color:#F2F2F2;
	float:left;
	margin-top:8px;
	padding:0;
}
********/
.colRight {
	width:130px;
	float:right;
	text-align:center;
	margin-bottom: 10px;
	padding:0;
}

.colRight ul {
	margin:0;
	padding:15px 0 0px 0;
}

.colRight li {
	list-style-type:none;
}
.border {
	border-bottom:1px dotted #000;
	border-top:1px solid #874832;
	padding:5px 0 5px 0;
}

.borderwhite {
	border-bottom:2px solid #FFF;
	border-top:2px solid #FFF;
}

.solid {
	font-size:1.4em;
	color:#FFFFFF;
	background-color: #ACC870;
	border-bottom:4px solid #FFF;
	padding:6px 0 4px 5px;
	margin:0;
}
.logo{
	width:300px;
	background-color:#874832;
	padding:4px 0px 4px 4px;
}

.clearFloats {
	clear:both;
}

.midPost {
	width:240px;
	padding:0 0 0 5px;
}
.colMid ul {
	margin:0;
	padding:0 0 0 5px;
	
}
.colMid li {
	list-style-type:none;
}
.colMid li:before {
	content: "\00BB \0020";
}

.site {
	float:left;
	width:600px;
	margin:0;
	padding-top: 4px;
	
}
.logos {
	float:right;
/*	width:100px;
	margin-bottom:20px;
*/	padding-top:4px;
	margin-right: 5px;
}

.bookimage {
	float: left;
	padding-right: 20px;
	margin-top: 30px;
}
.bookimage img {
	height: 110px;
}
.bookdesc {
	margin-top: 30px;
	width: 500px;
	margin-left: 100px;
}
.bookdesc h4 {
	font-size: 12px;
}

#facttable {
	margin: 20px 0;
}
#facttable td {
	border-width: 0;
	padding: 10px;
}
.factimage {
/*
	float: left;
*/
	height: 40px;
}
/*
.fact {
	margin-top: 40px;
	width: 540px;
	margin-left: 60px;
}
*/
.mdgimage {
	float: left;
	padding-right: 20px;
	margin-top: 30px;
}
.mdgitem {
	margin-top: 30px;
	width: 540px;
	margin-left: 60px;
}
