/*   
Theme Name: Team PA Foundation
Theme URI:  http://teampa.com/
Author: Factory 44
Author URI: http://factory44.net/
Template:   thematic
*/

/* ============================================================================
   ALL 
   ========================================================================= */

@media all {
    
/* ============================================================================
   RESET */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;font-style:normal;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}a img{border:none}

/* ============================================================================
   TYPOGRAPHY */

body {
    color: #555;
    font: 62.5%/2.2em Georgia, "Times New Roman", Times, serif;
}

/* ---------------------------------------------------------------------------- 
   HEADINGS */

h1, h2, h3, h4, h5, h6 {
    color: #353f59;
    font-weight: bold;
}
h1 {
    font-size: 3em;
    font-weight: normal;
    line-height: 1.1em;
    padding: 0;
}
h2 {
    font-size: 2.4em;
    font-weight: normal;
    padding: 0.75em 0 0.25em 0;
}
h3 {
    font-size: 1.8em;
    font-weight: normal;
    padding: 0.75em 0 0 0;
}
h4 {
    font-size: 1.4em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HEADING COMBINATIONS  */

h2+p {
    padding-top: 0;
}

/* ---------------------------------------------------------------------------- 
   BASIC TEXT ELEMENTS */

address, dd, dt, li, p {
    font-size: 1.2em;
    padding: 0.75em 0;
}
blockquote {
    font-style: italic;
    font-size: 1.2em;
    padding: 0.75em 0;
}
blockquote * {
    font-style: italic;
    font-size: 1em;
}
input, select, textarea {
    border: 0;
    padding: 5px;
    font: 1.2em Georgia, "Times New Roman", Times, serif;
}
pre, code {
	font: 1.2em Monaco, "Courier New", monospace;
}

/* ---------------------------------------------------------------------------- 
   LISTS */

ul, ol {
	margin: 0 0 1.5em 1.5em;
    padding: 0.75em 0;
}
ul {
	list-style: disc;
}
ul ul {
	list-style: circle;
}

ol {
	list-style-type: decimal;
	margin: 0 0 0 2em;
    padding: 0.75em 0;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}
li {
    font-size: 1.2em;
    padding: 0;
}
li li,
li p {
    font-size: 1em;
}

ol li+li,
ul li+li {
    padding-top: 0.75em;
}

ol li+li ul li,
ul li+li ul li {
    padding-top: 0.25em;
}

dl	{
}
dd {
}

hr {
    margin: 2em 0;
    border: 0;
    border-top: 5px solid #dddddd;
}


/* ----------------------------------------------------------------------------
   HYPERLINKS */

a:link,
a:visited {
    color: #353f59;
}

a:hover {
    color: #c00;
}


/* ----------------------------------------------------------------------------
   MISC INLINE ELEMENTS */

strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1em;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

}



/* ============================================================================
   SCREEN 
   ========================================================================= */

@media screen {

/* ============================================================================
   LAYOUT 
   ========================================================================= */

html {
    background: #36405a url(images/bg-html.png) center top fixed repeat-y;
}

body {
    background: url(images/bg-body.png) center top no-repeat;
    min-width: 996px;
}

#wrapper {
    background: url(images/bg-wrapper2.png) repeat-y;
    margin: 0 auto;
    width: 996px;
}

/* ----------------------------------------------------------------------------
   HEADER */
   
#header {
    background: #cfcbc6 url(images/bg-wrapper.png) 0 13px no-repeat;
    float: left;
    padding: 25px 0 0 0;
    width: 756px;
}

#branding {
    background: #fff url(images/bg-header.png) 536px 10px no-repeat;
    height: 125px;
    position: relative;
    width: 756px;
}

#logo {
    padding: 15px 0 0 15px;
}

#search {
    overflow: visible;
    position: absolute;
    right: 20px;
    text-align: right;
    top: 74px;
    width: 204px;
}

#search input {
    display: inline;
    vertical-align: middle;
}

#search input#s {
    border: 1px solid #cfcbc6;
    color: #555;
    font: normal 1.1em "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 18px;
    line-height: 1em;
    padding: 2px;
    width: 130px;
}

#search input#btn-search {
    height: 24px;
    padding: 0;
    margin-left: 8px;
    width: 60px;
}


/* ----------------------------------------------------------------------------
   INTERIOR */

#main {
    background: #fff;
    float: left;
    padding: 30px 20px 40px 28px;
    width: 708px;
}

#container-wrapper {
    overflow: hidden;
}

#container {
    background-repeat: no-repeat;
    float: right;
    width: 508px;
}

#content {
    padding: 10px 0 0 28px;
}

#sidebar {
    clear: left;
    float: left;
    width: 200px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   SECTIONS */

body.section-about #main { background: url(images/current-section.png) 28px 0 no-repeat; }
body.section-impact #main { background: url(images/current-section.png) 148px 0 no-repeat; }
body.section-news #main, body.blog #main, body.single #main, body.category #main { background: url(images/current-section.png) 268px 0 no-repeat; }
body.section-invest #main { background: url(images/current-section.png) 388px 0 no-repeat; }
body.section-contact #main { background: url(images/current-section.png) 508px 0 no-repeat; }

body.section-about #container { background-image: url(images/section-headers/philly.jpg); padding-top: 150px;}
body.section-impact #container { background-image: url(images/section-headers/windmills.jpg); padding-top: 150px;}
body.section-news #container, body.blog #container, body.category #container { background-image: url(images/section-headers/radar.jpg); padding-top: 150px;}
body.section-invest #container { background-image: url(images/section-headers/robot.jpg); padding-top: 150px;}
body.section-contact #container { background-image: url(images/section-headers/erin-molchany.jpg); padding-top: 150px;}

body.section-about #content,
body.section-impact #content,
body.section-news #content, body.parent-pageid-5 #content, body.blog #content, body.category #content,
body.section-invest #content,
body.section-contact #content {
    border-top: 10px solid #f0ede6; 
    padding-top: 24px; 
}


/* ----------------------------------------------------------------------------
   OUTER SIDEBAR */

#outer-sidebar {
    background: url(images/bg-outer-sidebar.png) 10px 10px no-repeat;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: right;
    margin-top: -175px;
    padding: 75px 0 0 20px;
    width: 220px;
}

#outer-sidebar .outer-block {
    background: url(images/outer-sidebar-divider.png) repeat-x;
    margin: 10px 0 0 0;
    padding: 15px 0 0 0;
    width: 200px;
}

#outer-sidebar .outer-block h3 {
    height: 18px;
    margin: 0;
    padding: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   SUBSCRIBE */

#outer-sidebar #subscribe h3 {
    background: url(images/h3-subscribe.png);
}

#outer-sidebar #subscribe div {
    padding: 0.75em 0;
}

#outer-sidebar #subscribe input {
    border: 1px solid #cfcbc6;
    color: #555;
    display: inline;
    font: normal 1.1em "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 18px;
    line-height: 1em;
    padding: 2px;
    vertical-align: middle;
    width: 110px;
}

#outer-sidebar #subscribe input#btn-subscribe {
    border: 0;
    height: 24px;
    padding: 0;
    margin-left: 8px;
    width: 75px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   FOLLOW */

#outer-sidebar #follow h3 {
    background: url(images/h3-follow.png);
}

#outer-sidebar #follow a:hover {
    background: #fff;
    text-decoration: none;
}

#outer-sidebar #follow ul,
#outer-sidebar #follow li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#outer-sidebar #follow li {
    color: #666;
    font-size: 1.1em;
    line-height: 1.8em;
    padding: 0.75em 0;
}

#outer-sidebar #follow li a {
    color: #444;
}

#outer-sidebar #follow li a.aktt_tweet_time {
    color: #999;
    font-style: italic;
    white-space: nowrap;
}

#outer-sidebar #follow li.aktt_more_updates {
    font-size: 0.9em;
    padding-bottom: 0;
    text-align: right;
}

#outer-sidebar #follow li.aktt_more_updates a {
    color: #313f59;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   CONNECT */

#outer-sidebar #connect h3 {
    background: url(images/h3-connect.png);
}

#outer-sidebar #connect p {
    padding: 0.5em 0;
}

#outer-sidebar #connect a {
    text-decoration: none;
}

#outer-sidebar #connect img {
    vertical-align: middle;
}

#outer-sidebar #connect a+a img {
    margin-left: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   CALLOUTS (investorspage only) */

#outer-sidebar #callouts {
    padding-top: 20px;
}


/* ----------------------------------------------------------------------------
   MAIN MENU */

#main-menu {
    background: #fff;
    clear: left;
    float: left;
    height: 50px;
    width: 754px;
}

#main-menu ul,
#main-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-menu ul {
    background: #36405a;
    height: 50px;
    padding-left: 28px;
    width: 708px;
}

#main-menu li {
    display: inline;
}

#main-menu li a {
    display: block;
    float: left;
    height: 50px;
    width: 120px;
}

#main-menu li a:hover { 
    background-position: left center; 
}

#main-menu li.current_page_item a,
#main-menu li.current_page_parent a,
#main-menu li.current_page_ancestor a { 
    background-position: left bottom; 
}

#main-menu li.page-item-0  a { background-image: url(images/main-menu/home.png); width: 108px; float: right; }
#main-menu li.page-item-2  a { background-image: url(images/main-menu/about.png); }
#main-menu li.page-item-4  a { background-image: url(images/main-menu/impact.png); }
#main-menu li.page-item-5  a { background-image: url(images/main-menu/news.png); }
#main-menu li.page-item-6  a { background-image: url(images/main-menu/invest.png); }
#main-menu li.page-item-7  a { background-image: url(images/main-menu/contact.png); }


/* ----------------------------------------------------------------------------
   SUB MENU */

.simple-section-nav {
    float: left;
    background: #f0ede6 url(images/bg-sub-menu.png) repeat-x;
    padding: 0 10px 20px 0;
    margin: 0 0 30px 0;
    min-height: 140px;
    width: 190px;
}

.simple-section-nav h2 {
    background: url(images/bg-sub-menu-h3.png);
    height: 30px;
    padding: 0;
}

.simple-section-nav ul, 
.simple-section-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.simple-section-nav li {
    display: inline;
}

.simple-section-nav li a {
    color: #666;
    display: block;
    font: bold 0.917em "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0.75em 0 0.75em 10px;
    text-decoration: none;
}

.simple-section-nav li a:hover {
    background: url(images/bg-sub-menu-hover.png);
    color: #36405a;
}

.simple-section-nav li.current_page_item a,
.simple-section-nav li.current-cat a,
body.parent-pageid-86 .simple-section-nav li.page-item-11 a {
    background: #fff;
    color: #c73c3a;
}

/* LEVEL 2 */

.simple-section-nav li ul {
    padding-bottom: 1em;
}

.simple-section-nav li li a,
.simple-section-nav li.current_page_item li a {
    background: none;
    color: #666;
    font-weight: normal;
    padding: 0.5em 0 0.5em 20px;
    text-decoration: none;
}


/* ----------------------------------------------------------------------------
   ASIDES */

.aside ul.xoxo,
.aside li {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* ----------------------------------------------------------------------------
   CALLOUT GRAPHICS */

.callout {
    padding: 0 0 30px 0;
}

.callout p {
    padding: 0;
}

/* ----------------------------------------------------------------------------
   TESTIMONIALS */

.testimonial {
    padding: 1.75em 0;
}

.testimonial+.testimonial {
    border-top: 1px dotted #d0ccc7;
} 

.testimonial p {
    font-style: italic;
    padding: 0;
}

.testimonial p.by {
    font-style: normal;
    line-height: 1.6em;
    text-align: right;
}

#sidebar .testimonial {
    padding: 0 0 30px 0;
}
#sidebar .testimonial p {
    font-size: 1.1em;
    line-height: 2em;
}
#sidebar .testimonial p.by {
    line-height: 1.6em;
    padding-top: 0.75em;
}


/* ----------------------------------------------------------------------------
   CONTENT AREA */

.entry-content {
}


/* ----------------------------------------------------------------------------
   INVESTOR LIST */

body.slug-investors #main {
    padding-bottom: 25px;
}

#investor-list {
    clear: left;
    padding: 0 0 30px 36px;
    width: 720px;
}

#investors {
    background: #fff url(images/bg-investors.png) top left repeat-y;
    padding-bottom: 1px;
}

#investors img {
    margin: 10px 20px 10px 0;
}


/* ----------------------------------------------------------------------------
   INVESTOR DETAILS */

img.investor-logo {
    padding: 10px;
    border: 1px dotted #cfcbc6;
}


/* ----------------------------------------------------------------------------
   FOOTER */

#footer {
    background: #e3dfd7;
    clear: both;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 20px;
    width: 716px;
}

#footer a {
}

#footer a:hover {
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   TOP */

#footer p#top {
    float: right;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#footer p#top a {
    padding: 0.5em 15px;
    text-decoration: none;
}

#footer p#top a:hover {
    background: #fff;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   CREDIT */

#footer p#credit {
    color: #999;
    font-size: 1em;
}

p#credit a#factory44 {
    background: url(images/factory44.png) no-repeat;
    display: inline-block;
    height: 18px;
    vertical-align: middle;
    width: 77px;
}


/* ============================================================================
   HELPERS 
   ========================================================================= */

.clearer {
    clear: both;
    height: 1px;
}

hr.divider {
    display: none;
}


/* ----------------------------------------------------------------------------
   IMAGES */

img.alignleft,
div.alignleft {
    float: left;
    margin: 0.5em 20px 0.5em 0;
}

img.alignright,
div.alignright {
    float: right;
    margin: 0.5em 0 0.5em 20px;
}


/* ----------------------------------------------------------------------------
   IMAGES W/ CAPTIONS */

div.alignleft,
div.alignright {
    padding-top: 1em;
}

p.wp-caption-text {
    font-style: italic;
    font-size: 1em;
    line-height: 1.4em;
    padding: 0.25em 10px 0.25em 0;
}

/* patch */
h2 p.wp-caption-text {
    font-size: 0.416em;
}
h3 p.wp-caption-text {
    font-size: 0.555em;
}


/* ----------------------------------------------------------------------------
   LINKS */

alignright-link {
    white-space: nowrap;
}

.entry-content .edit-link {
    display: block;
    margin: 1.5em 0 0 0;
}

a.post-edit-link {
    background: #c00;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.714em;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding: 0.5em 1em;
    text-transform: uppercase;
    text-decoration: none;
}

a.post-edit-link:hover {
    background: #f00;
}

/* ----------------------------------------------------------------------------
   MORE LINK */

p.more {
    text-align: right;
}

p.more a {
    background: url(images/read-on.png);
    display: inline-block;
    height: 21px;
    width: 85px;
}



/* ============================================================================
   SECTIONS 
   ========================================================================= */

/* ============================================================================
   HOME */
   
/* ----------------------------------------------------------------------------
   OVERRIDES */

body.home #main {
    padding: 20px 20px 40px 20px;
    overflow: hidden;
    width: 716px;
}

body.home #container {
    float: left;
    width: 496px;
}

body.home #content {
    padding: 10px 0;
}

body.home #sidebar {
    clear: right;
    float: right;
}



/* ----------------------------------------------------------------------------
   INTRO */

body.home #intro {
    height: 240px;
    overflow: hidden;
    width: 716px;
}

body.home #intro ol,
body.home #intro li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.home #intro ol {
    position: relative;
}

body.home #intro li {
    background: #f0ede6 no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    height: 240px;
    overflow: hidden;
    padding: 0 0 0 20px;
    top: 0;
    margin: 0 0 0 20px;
    width: 0;
}

body.home #intro li#intro1 { background-image: url(images/home/intro-slide-1.png); left: 0; margin-left: 0; }
body.home #intro li#intro2 { background-image: url(images/home/intro-slide-2.png); left: 596px; }
body.home #intro li#intro3 { background-image: url(images/home/intro-slide-3.png); left: 636px; }
body.home #intro li#intro4 { background-image: url(images/home/intro-slide-4.png); left: 676px; }

body.home #intro li.current {
    background-position: 0 -240px;
    cursor: auto;
    width: 576px;
}

body.home #intro div {
    width: 576px;
}

body.home #intro div.image {
    background: #cfcbc6;
    float: left;
    height: 240px;
    margin: 0 20px 0 4px;
    width: 360px;
}

body.home #intro h2 {
    float: left;
    font-size: 1.5em;
    padding: 15px 0 10px 0;
    width: 175px;
}

body.home #intro h2 a {
    text-decoration: none;
}

body.home #intro p {
    float: left;
    line-height: 1.6em;
    width: 175px;
}

body.home #intro p+p.more {
    padding-top: 0.25em;
}


/* ----------------------------------------------------------------------------
   HOME CONTENT */

body.home .entry-content {
    background: #f0ede6;
    border: 10px solid #e7e5e2;
    overflow: hidden;
    margin-top: 1.5em;
    padding-bottom: 10px;
}

body.home .entry-content h2 {
    font-size: 1.8em;
    font-weight: normal;
    padding-bottom: 1em;
    text-align: center;
}

body.home .entry-content img.alignleft {
    margin: 0 0 0 -240px;
}

body.home .entry-content p {
    padding-right: 10px;
    margin-left: 240px;
}


/* ----------------------------------------------------------------------------
   INVESTOR FOCUS */

body.home #investor-focus {
    background: #fff url(images/home/bg-investor-focus.png) left bottom repeat-x;
    border: 10px solid #f0ede6;
    float: right;
    padding: 5px 10px;
    margin: 20px 0 30px 0;
    width: 160px;
}

body.home #investor-focus h3 {
    background: url(images/home/bg-investor-focus-h3.png);
    height: 32px;
    margin: 0;
    padding: 0;
    width: 160px;
}

body.home #investor-focus p {
    color: #666;
    font-size: 1.1em;
    font-style: italic;
    line-height: 1.8em;
    text-align: center;
}

body.home #investor-focus .image+p {
    padding-top: 0;
}

body.home #investor-focus p.more {
    padding-bottom: 0;
    text-align: right;
}

/* ============================================================================
   BLOG */

/* ----------------------------------------------------------------------------
   LIST */

ul.post-list,
ul.post-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.post-list li {
    background: url(images/default.png) 0 1.75em no-repeat;
    min-height: 100px;
    overflow: hidden;
    padding: 1.5em 0;
}

ul.post-list li+li {
    border-top: 1px dotted #d0ccc7;
}

ul.post-list .image {
    float: left;
    margin: 0.25em 20px 10px 0;
}

ul.post-list h3 {
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0 0 0 180px;
    padding: 0;
}

ul.post-list h3 a {
    text-decoration: none;
}

ul.post-list p {
    line-height: 1.6em;
    padding: 0.25em 0 0 0;
    margin: 0 0 0 180px;
}

ul.post-list a.more-link {
    font-weight: bold;
    text-decoration: none;
    text-transform: lowercase;
    white-space: nowrap;
}

ul.post-list p.entry-meta {
    clear: both;
    color: #a7a4a0;
    font-size: 0.833em;
    margin: 0.5em 0 0 0;
    padding: 0.125em 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   PAGINATION */
   
.wp-pagenavi {
    border-bottom: 1px dotted #d0ccc7;
    border-top: 1px dotted #d0ccc7;
    font: bold 1em/1.8em "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0.5em 0;
    text-transform: uppercase;
}

.wp-pagenavi .pages {
    margin: 0 0.75em 0 0;
}

.wp-pagenavi a {
    background: #eee;
    margin: 0 0.25em;
    padding: 0.125em 0.5em;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    background: #cf2f3e;
    color: #fff;
}

.wp-pagenavi .current {
    background: #36405a;
    color: #fff;
    padding: 0.125em 0.5em;
    margin: 0 0.25em;
}

#nav-above {
    padding-top: 1em;
}

/* ----------------------------------------------------------------------------
   DETAILS */

body.single .entry-content {
    padding-bottom: 2em;
}

body.single h1.entry-title {
    padding: 0;
}

p.entry-meta {
    border-bottom: 1px dotted #d0ccc7;
    border-top: 1px dotted #d0ccc7;
    font: bold 1em/1.8em "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 10px 0;
    padding: 0.5em 0;
    text-transform: uppercase;
}

p.entry-meta .published {
}


/* ----------------------------------------------------------------------------
   COMMENTS LIST */

#comments-list {
    border-top: 10px solid #f0ede6;
}

#comments-list ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

#comments-list li.comment {
    padding: 0 0 1em 0;
}

#comments-list li.comment+li.comment {
    border-top: 1px dotted #d0ccc7;
    padding-top: 1.5em;
}

.comment-author,
.comment-meta {
    display: inline;
    font-size: 0.786em;
    padding: 0;
}

.comment-author {
    font-weight: bold;
}


/* ----------------------------------------------------------------------------
   COMMENTS FORM */

#respond {
    border-top: 10px solid #f0ede6;
}

#respond .form-section {
    clear: left;
}

#respond .form-section+.form-section {
    padding-top: 0.5em;
}

#respond .form-label {
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    width: 6em;
}

#respond .form-input,
#respond .form-textarea {
    float: left;
    border: 1px solid #cfcbc6;
    color: #555;
    font: normal 1.1em "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1em;
    padding: 2px;
}

#respond .form-textarea textarea {
}

#form-allowed-tags p {
    font-size: 1.1em;
}

#form-allowed-tags p code {
    font-size: 0.917em;
}

#recaptcha_widget_div {
    padding: 1em 0;
}

.form-submit {
    padding-top: 1em;
}

.form-submit input {
    background: #36405a;
    color: #fff;
    cursor: pointer;
    font: bold 1.1em "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.2em;
    padding: 8px 12px;
    text-transform: uppercase;
}

.form-submit input:hover {
    background: #cf2f3e;
}

/* ============================================================================
   ABOUT: LEADERSHIP */

ul.leadership,
ul.leadership li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.leadership {
    overflow: hidden;
    padding: 1em 0 0 0;
}

ul.leadership li {
    float: left;
    line-height: 1.6em;
    padding: 0 5% 1em 0;
    width: 40%;
}


/* ============================================================================
   NEWSLETTERS */

ul.newsletters li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.newsletters li {
    background: url(images/icons/pdf.png) 0 0.25em no-repeat;
    padding: 0 0 0 30px;
}


/* ============================================================================
   INVEST / DONATE */

form#donate-form {
    padding: 1em 0 0 0;
    text-align: center;
}

/* ============================================================================
   CONTACT INFO */

ul.contacts {
    list-style: none;
    margin: 0 0 2em;
    padding: 0;
    width: 80%;
}
ul.contacts li {
    clear: both;
    margin: 0;
    padding: 0 0 1.6em 0;
    position: relative;
    border-bottom: dotted 1px #666;
    height: 1%;
}
ul.contacts li strong {
    background: #fff;
    padding: 0 5px 0 0;
    font-weight: normal;
    position: absolute;
    bottom: -0.6em;
    left: 0;
}
ul.contacts li a {
    background: #fff;
    font-style: normal;
    padding: 0 0 0 5px;
    position: absolute;
    bottom: -0.6em;
    right: 0;
}

body.slug-directions iframe {
    border: 0 !important;
    margin: 2em 0;
}


/* ============================================================================
   SEARCH RESULTS */

body.search-results .entry-content {
    font-size: 1.2em;
}

body.search #main-menu li.current_page_parent a { 
    background-position: left top; 
}

body.search h2.entry-title {
    font-size: 1.8em;
}


/* ============================================================================
   THANK YOU / GENERIC PAGES */

body.slug-thank-you .simple-section-nav,
body.slug-thank-you #sidebar .testimonial,
body.search .simple-section-nav,
body.search #sidebar .testimonial {
    display: none;
}

body.slug-thank-you #sidebar,
body.search #sidebar {
    padding-top: 2.4em;
}


/* ============================================================================
   HIDDEN ELEMENTS */

#main-menu h4,
#main-menu li a span,
#outer-sidebar .outer-block h3 strong,
.simple-section-nav h2 a,
p#credit a span,
p.more a strong,
body.home #investor-focus h3 strong,
.hidden {
    left: -9999px;
    position: absolute;
}


/* ============================================================================
   BROWSER PATCHES */

body.ie7 #intro {
    width: 736px;
    margin-right: -20px;
}

body.ie6 {
}


}



/* ============================================================================
   PRINT 
   ========================================================================= */

@media print {
 
    *, h1, h2, a:link, a:visited {
        color: #000;
    }
    
    
}    

