

/*
BLUEPRINT CSS
 * Filename:        reset.css
 * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
 * Website:         http://code.google.com/p/blueprintcss/

*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/*
BLUEPRINT CSS
 * Filename:        typography.css
 * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
 * Website:         http://code.google.com/p/blueprintcss/
*/

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:Georgia, Palatino, Times New Roman, serif;}
h1, h2, h3, h4, h5, h6 {font-family:Trebuchet MS,"Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:normal;color:#7E432A;}
h1 {font-size:1.7em;line-height:1.5;margin-bottom:1em;}  /*size for grid should be 1.5em, for Headers*/
h2 {font-size:1.5em;line-height:1.5;margin-bottom:1em;}  /*for side bar*/
h3 {font-size:1.5em;line-height:1.25;margin-bottom:1em;} /* front page side, article titles*/
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;font-weight:bold;} /* side links, not side headers */
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {text-decoration:underline;}
a {color:#B54112;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #7E432A;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;color:#222;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl, dt, dd {font-size:1em;color:#222;font-family:Trebuchet MS,"Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:bold;}
dl {margin:0 0 1.5em 0}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/*
BLUEPRINT CSS
 * Filename:        grid.css
 * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
 * Website:         http://code.google.com/p/blueprintcss/
*/

/* grid.css */
.container {width:950px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
body {margin:1.5em 0;}
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right: 10px;}

div.last {margin-right:0;}
.span-1  { width: 30px;}
.span-2  { width: 70px;}
.span-3  { width: 110px;}
.span-4  { width: 150px;}
.span-5  { width: 190px;}
.span-6  { width: 230px;}
.span-7  { width: 270px;}
.span-8  { width: 310px;}
.span-9  { width: 350px;}
.span-10 { width: 390px;}
.span-11 { width: 430px;}
.span-12 { width: 470px;}
.span-13 { width: 510px;}
.span-14 { width: 550px;}
.span-15 { width: 590px;}
.span-16 { width: 630px;}
.span-17 { width: 670px;}
.span-18 { width: 710px;}
.span-19 { width: 750px;}
.span-20 { width: 790px;}
.span-21 { width: 830px;}
.span-22 { width: 870px;}
.span-23 { width: 910px;}
.span-24, div.span-24 { width: 950px; margin: 0; }

.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* 
  BLUEPRINT CSS
   * Filename:        forms.css
   * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
   * Website:         http://code.google.com/p/blueprintcss/
*/

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.message_success {width:386px;}



#navbar {
	background: url("http://www.poundsforpoverty.com/images/uploads/design/bg_navbar.gif") no-repeat;
	height:27px;
	margin:90px 0 0 0;
	padding:0 0 0 20px;
	font-size:1.2em;line-height:1;margin-bottom:1em;
	font-weight:bold;
	overflow:hidden;
}

#navbar a, #navbar a:visited {
	display:block;
	float:left;
	font-family:Arial;
	color:#fff;
	text-decoration:none;
	padding:6px 15px 7px; 
}

#navbar a:hover {
	color:#7e432a;
	background:#f1e4c1;
}

#search_box {
	position:absolute;
	margin-left:720px;
	margin-top:-39px;
}

#search_box2 {
	clear:both;
	float:right;
	padding:9px 5px 9px 0;
}

.header_buttons_forms {
	float:right;
	width:390px;
}

#highlight {
	background: #fff url("http://www.poundsforpoverty.com/images/uploads/design/bg_highlight.jpg") no-repeat;
	height:245px;
}

/* HTML New_Index */
#highlight_new {
	background: #fff url("http://www.poundsforpoverty.com/images/uploads/design/bg_highlight_new.jpg") no-repeat;
	height:245px;
}

#body_top {
	clear:both;
	background: #fff url("http://www.poundsforpoverty.com/images/uploads/design/bg_body_top.jpg") no-repeat;
	height:20px;
}

#body_wrapper{
	background: #fff url("http://www.poundsforpoverty.com/images/uploads/design/bg_body_mid.jpg") repeat-y;
	float:left;
}
#body_main{
	float:left;
	width:629px;
	padding:18px 30px 0 35px;
}
#body_sidebar{
	background: #fff url("http://www.poundsforpoverty.com/images/uploads/design/bg_sidebar_rt_thin.jpg") no-repeat;
	float:left;
	width:225px;
	margin:0 16px 0 0;
	padding-left:15px;
	overflow:hidden;
}

#footer {
	background: #fff url("http://www.poundsforpoverty.com/images/uploads/design/bg_body_btm.jpg") no-repeat;
/*	padding-top:200px;*/
	padding-top:60px;
	text-align:center;
}

.divider185 {
	background: #fff url("http://www.poundsforpoverty.com/images/uploads/design/section_divider_185.jpg") top center no-repeat;
	height:2px;
	width:185px;
	margin:2.5em 0;
}

.divider260 {
	background: #fff url("http://www.poundsforpoverty.com/images/uploads/design/section_divider_260.jpg") top center no-repeat;
	height:4px;
	width:260px;
	margin:1.5em 0 2.5em 0;	
}

.divider600 {
	background: #fff url("http://www.poundsforpoverty.com/images/uploads/design/section_divider_600.jpg") no-repeat;
	height:5px;
	width:600;
	margin:2.5em 0 2.5em 0;
	
}

.paginate {text-align:center;}


.captcha_feild {
	margin:-15px 0 0 5px;
}

.captcha_submit {
	margin-left:150px;
}

.article_highlights {
	font-size:1.2em;
}

/* form Message feild*/
#message {
	width:200px;
}

.phone {
	width:150px;
	text-align:right;
	float:right;
	padding-right:240px;
}

.workshop_highlight {
	padding-left:25px;
	font-weight:bold;
	color:#222;font-family:Trebuchet MS,"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn_signup_highlight {
	float:right;
	margin:-67px 35px 0 0;
}

.btn_signup {
	float:right;
	margin:-53px 20px 0 0;
}


/* new_index ways_to_participate */
.participate {
	margin-left:40px;
}


/*  original style
.btn_signup {
	float:right;
	margin:-53px 20px 0 0;
}*/

/* small links on front page Col1 */
.workshops_details {
	clear:both;
	float:right;
	margin:-18px 42px 1.5em 0;

}

.contact_sidebar_send {
	margin-right:10px;
}

.article_title {
	margin-bottom:3px;
}

.search_result_page_title {
	margin-bottom:3px;
}

.search_result_title {
	margin-bottom:3px;
}

.charity_highlight img {margin:0 5px 5px 0;}

.donate_button {
	margin:18px 0 0 45px;
}


.highlight_col3 {
	margin:0 0 1.5em 0;
}

/* Original

.quote_highlight {
	clear:right;
	padding:0 1.5em;
}
.quote {
	font-family:Georgia, Palatino, Times New Roman, serif;
	font-size:1.2em;
	font-style:italic;
	font-weight:normal;
	color: #7E432A;
	margin-bottom:1.25em;
}
.quoted {
	color:#999;
	font-weight:normal;
	text-align:right;
	padding:0 1.5em;
}*/

/* New styles, removed _new from each class to make live */
.quote_highlight {
	clear:right;
	padding:0 2em 0 1em;
}

.quote {
	font-family:Georgia, Palatino, Times New Roman, serif;
	font-size:1.2em;
	font-style:italic;
	font-weight:normal;
	color: #7E432A;
	margin-bottom:1.25em;
}
.quoted {
	color:#999;
	font-weight:normal;
	text-align:right;
	padding:0 2em 0 1em;
}

.details {
	clear:both;
	float:right;
	margin:-18px 40px 1.5em 0;
}

/* small links on front page Col1.  original code 
.details {
	clear:both;
	float:right;
	margin:-18px 25px 1.5em 0;
}
*/

#articles_of_interest {
	/*text-align:center;*/
	margin:0 2em;
}

/* end index_new */



.hover {
	background:green;
	color:yellow;
}


.btn_top {
	margin-top:9px;
}

img.fltrt {
	padding-left:10px;
}

img.fltlft {
	padding-right:10px;	
}

.fltrt {
	float:right;
}

.fltlft {
	float:left;
}

#col1 {
	float:left;
	width:280px;
	padding:18px 10px 0 30px;
}

#col2 {
	float:left;
	width:280px;
	padding:33px 25px 0 10px;
}

#col2b {
	float:left;
	width:280px;
	padding:18px 25px 0 10px;
}

.col2_paragraph {
	/*font-style:italic;  for some reason the italicized font breaks the design. */
	padding-top:10px;
}

#col3 {
	float:left;
	width:280px;
	padding:18px 34px 0 0;
}


.reg_early {
	clear:both;
	margin:0 20px 0 0;
	padding:2px 0 5px 0;
	text-align:center;
	border:2px solid #ddd;
	background:#E6EFC2;color:#264409;border-color:#C6D880;
	
}

.reg_early_empty {
	clear:both;
	margin:0 20px 0 0;
/*	padding:2px 0 5px 0;
	text-align:center;
	border:2px solid #ddd;
	background:#E6EFC2;color:#264409;border-color:#C6D880;*/
	
}


#blog .title {
	margin-bottom:0;
}


#registration_comments {height:100px;}

.charity_navigator {
	text-align:center;
}

.heading_category, .heading_archives {
	text-align:center;
}

.book_entry {margin:0 0 1em 0;}
.book_entry_title {font-family:Trebuchet MS,"Helvetica Neue", Helvetica, Arial, sans-serif;color:#7E432A;font-size:1.2em;}
.link_entry {}

.comment_entry {border-top:1px dotted #eee;padding:10px;}
.charity_entry img {margin:5px 10px 1.5em;}

/* original styling
.three_factors {
	color:#7E432A;
	padding:10px 0 10px 20px;
	width:210px;
	}
.three_factors img {float:left;padding:7px 7px 0 0;}
.three_factors span {margin-left:25px;display:block;}*/

/* new style */
.three_factors {
	color:#7E432A;
	padding:0 0 10px 0;
	/*width:210px;*/
	}
.three_factors img {float:left;padding:0px 7px 0 0;}
.three_factors span {display:block;}



.workshop_white {padding:5px;}
.workshop_shade {border-top:1px solid #eee;border-bottom:1px solid #eee;padding:5px;width:200px;}

.section_home #section_home {color:#7e432a;background:#f1e4c1;}
.section_home a:visited#section_home {color:#7e432a;background:#f1e4c1;}
.section_about #section_about {color:#7e432a;background:#f1e4c1;}
.section_about a:visited#section_about {color:#7e432a;background:#f1e4c1;}
.section_vision #section_vision {color:#7e432a;background:#f1e4c1;}
.section_vision a:visited#section_vision {color:#7e432a;background:#f1e4c1;}
.section_blog #section_blog {color:#7e432a;background:#f1e4c1;}
.section_blog a:visited#section_blog {color:#7e432a;background:#f1e4c1;}
.section_resources #section_resources {color:#7e432a;background:#f1e4c1;}
.section_resources a:visited#section_resources {color:#7e432a;background:#f1e4c1;}
.section_programs #section_programs {color:#7e432a;background:#f1e4c1;}
.section_programs a:visited#section_programs {color:#7e432a;background:#f1e4c1;}
.section_testimonials #section_testimonials {color:#7e432a;background:#f1e4c1;}
.section_testimonials a:visited#section_testimonials {color:#7e432a;background:#f1e4c1;}

.section_workshops #section_workshops {color:#7e432a;background:#f1e4c1;}
.section_workshops a:visited#section_workshops {color:#7e432a;background:#f1e4c1;}


.regularPrice {
	color:red;
}

.checkout_steps {
	float:left;
	width:30%;
	padding:5px;
	background:#7BB14A;
	color:white;
	border-right:2px solid white;
	text-align:center;
}

.checkout_current {
	background:#5D8437;
}

#paypalSection {
	display:none;
}

#checkSection {
	display:none;
}



/*.available_course {
	float:left;
	margin:10px;
}*/

.checkbox_selection {
	text-align:center;
}

.course_selection {
	width:50px;
	padding-left:20px;
}

.required {
	color:#B52E02;
}

.h4_fix {
	margin-bottom:2.5em;
}

.form_box {margin-bottom:10px;}
.form_contact_info {float:left;width:100px;text-align:right;}
.form_field {float:left;margin:0 0 0 10px;}
.form_field_phone {float:left;margin:0 0 5px 10px;}
.form_comment {margin-left:110px;display:block;color:#666;}

.form_program_block {margin-left:110px;}
.form_program_radio {float:left;margin-top:5px;}
.form_program_text {float:left;margin:0 0 5px 5px;width:410px;}

.course_cost {font-size:1.2em;}
.form_donation {color:#666;}

.donation_block {margin-left:135px;border:1px solid #F0DACD;padding:8px;width:400px;background:#FBF7F4;}
.form_donate_radio {float:left;text-align:right;margin-bottom:3px;}
.form_donate_text {float:left;text-align:right;margin-bottom:3px;}
.form_donate_charity_of_choice {float:left;margin-left:10px;}

.form_options_block {margin-left:110px;}
.form_options_checkbox {float:left;margin-right:3px;}
.form_options_text {}
.paypal_image {margin:5px 0 5px 130px;}

.check_block {margin-left:135px;border:1px solid #F0DACD;padding:8px;width:400px;background:#FBF7F4;}

.option_heading {font-weight:bold;color:#777;}
.option_title {font-size:1.5em;}
.option_price {font-size:1.5em;color:#333;}
.option_donation {font-style:italic;color:#666;}
.option_description {padding:20px 20px 0;}

.clear_option{clear:both;display:block;}


/* ************************
   AUDIO POPUP
************************ */

#audio_popup {padding:0;margin:0;}
.audio_popup_wrapper {width:500px;border:2px solid #7E432A;margin:10px;padding:10px;float:left;background:transparent url('http://www.poundsforpoverty.com/images/uploads/design/P4P_logo_balance.gif') bottom right no-repeat;}
.audio_popup_flash {width:300px;float:left;padding:0;margin:0;}
.audio_popup_msg {width:175px;padding:0 10px 0 15px;float:right;color:#7E432A;text-align:left;}
#audio_popup .input_form {width:100px;height:16px;border:1px solid #7E432A;padding:0 3px;color:#7E432A;}
#audio_popup .submit_btn {border:none;background:#7E432A url('http://www.poundsforpoverty.com/images/uploads/design/btn_signup.gif') top left no-repeat;cursor:pointer;width:60px;height:18px;}
#audio_popup #msg {margin-top:4px;width:175px;text-align:left;}


/* ************************
  Editor Button Styles
************************ */

.editor-button {position:relative;}
.editor-button a {display:block;position:absolute;top:0;left:-12px;width:16px;height:12px;opacity:0.3;}
.editor-button a:hover {opacity:1;background:none;}
