/*
Theme Name: twentyten
Theme URI: http://wordpress.org/
Description: The theme is based on the default WordPress theme./
Tags: custom


	This theme was designed and built by Mike McCaffery for Acumen Fund./
	mccaffery.mike@gmail.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */


h1, h2, h3, h4, h6        { font-weight: normal;	 }
a, h2 a:hover, h3 a:hover { text-decoration: none; outline:none; }
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite, .entry p a:visited { text-decoration: none; }
.nocomments, .postmetadata, blockquote, strike { color: #656565; }


body {
	background:url("images/body-bg.jpg") repeat-y scroll 50% 0 #F1F9FA;
	color:#656565;
	font: 13px 'Helvetica Neue','Helvetica','Arial',sans-serif;
	text-align:center;
	margin:0;
	padding: 0;
	}
	
	#page {
		position: relative;
		margin: 0 auto;
		text-align: left;
		width: 810px;
		overflow: hidden;
		}


	/* =HEADER  */
	#header {
		position:relative;
		display: block;
		width: 810px;
		height:89px;
		background-color: #fff;
		}

	#header h1 a {
		background:url("images/logo_acumenfund.gif") no-repeat scroll 0 0 transparent;
		height:50px;
		float: left;	
		width:110px;  
		display: inline;
		margin-top: 20px;
		margin-left: 10px;
		}

	#headerimg h1 {
		margin: 10px 0;
		outline: none;
		}

	#header .description {
	  position: absolute;
	  margin-left: -9999px;
		}



	/* =SUBNAV */	
	div#subNavs {
		position: absolute;
		top: 42px;
		right: 0px;
		display: block;
		width:330px;        
		padding: 20px 0 0 0;
		}	

	div#subNavs a {		
		display:inline;
		padding-left: 0px;
		height:20px;
		line-height:20px;
		text-indent:-9999px;
		width:112px;
		margin-top: 0px;
		}

div#subNavs a.headDonate {
	background:url("images/btn-donate.gif") no-repeat scroll 0 0 transparent;
	margin-right:4px;
	outline: none; /* hide dotted outline in Firefox */
	position: absolute;
	top:0;
	left:100px;
	display: inline;
	}

div#subNavs a.headSignup {
	background:url("images/btn-signup.gif") no-repeat scroll 0 0 transparent;
	outline: none; /* hide dotted outline in Firefox */
	margin-right: 0;
	position: absolute;
	top:0;
	right:0;	
	display: inline;
	}

	
div#subNavs a:hover {
	background-position: 0 -20px;
	}



	
/* =NAVIGATION     */
	

#navigationHP {
	overflow: hidden;
	padding: 0;
	width:810px;
	font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;
	}
	
#navigationHP ul.navlist li a:hover {	
	color: #feee63;  /* YELLOW */
	text-decoration: none;
	}
		
ul#navlist li a.highlight {
	text-decoration: none;
	color:#FEEE63; /* yellow */
	}






/* =MASTHEAD */	
	
#masthead {
  overflow: hidden;
width: 810px;
  position: absolute;
  top: 123px;
  left:0;
	
	/*margin-top: 24px;*/
	
	color: #fff;
	height:96px;
	margin-bottom:25px;
	padding-bottom: 25px;
	padding: 0;
	background: url(images/banner.gif) no-repeat bottom left;
display:block;
	}
	
#masthead h2.blogtitle {
	float: left;
	font-weight: normal;
	font-size: 24px;
	padding: 15px 0 0 0;
	margin-left: -9999px;
}

.mh {
	display:inline;
	float:right;
}

.breadcrumb {
	float:left;
	padding: 0;
	margin:5px 0 0 0;
	width: 200px;
	color: #fff;
	line-height: 11px;
}

.breadcrumb p { margin:0;font-size: 10px;
}

.breadcrumb a {
	display: inline;
	padding-right: 3px;
	padding-left: 10px;
	color: #fff;
	font-size: 11px;	
	text-decoration: underline;
	}

.breadcrumb a:hover {
	color: #00ade1;  /* LIGHT BLUE */
}

.breadcrumb span {
	display: inline;
	color: #fff;
	font-size: 11px;	
	font-weight: normal;
}










/*  =CONTENT  */

#content {
	position: relative;
	top: 150px;
	left:0;
	margin:0;
	padding: 0 0 0 10px;
	text-align: left;
	width: 550px;
	color: #656565;  /* GRAY TEXT */
	padding-bottom: 150px;
	}
	
#content .post h2 {
	margin: 0; 
	padding: 0 0 5px 0;
	}
	
#content p {
	line-height: 1.5em;
	}

.narrowcolumn {
	float: left;
	margin:0;
	padding:0;
	}
	
.narrowcolumn h2, .narrowcolumn h2 a {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #00ade1;  /* LIGHT BLUE */
}

h2.pagetitle {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 12px;
	font-weight: normal;
	color: #8ac144; /* GREEN */
	}
	
div#content h3 a {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #00ade1;  /* LIGHT BLUE */
	}

h3, h3.comments  {
	padding-bottom: 5px;
	margin: 0;
	}

.alert { /* this is in the sidebar and is for search results etc */
	color: #fb8c00;  /* ORANGE */
	color: #999;
	padding: 20px 10px;
	background-color: #eee;
	color: #999;
}

p.postmetadata {
	padding-top: 5px;
	font-size: 12px;
	padding-bottom: 10px;
	color: #999999;
	}

p.postmetadata a {
	padding-top: 5px;
	font-size: 12px;
	padding-bottom: 10px;
	color: #00ade1;  /* LIGHT BLUE */	
	}
	
small {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', Sans-Serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #999999;
	}
	
small a {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', Sans-Serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #00ade1;  /* LIGHT BLUE */	
	}	
	
small a:hover {
	text-decoration: underline;
	color: #00ade1;  /* LIGHT BLUE */	
	}
	
div.read_more {                       
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 10px;
}
   
div#content a.greenButton {  /* this is for the read more button  */
	display:block;
	float:left;
	height:20px;
	line-height:20px;
	text-indent:-9999px;
	width:112px;
	background:url("images/btn-read.gif") no-repeat scroll 0 0 transparent;
	margin-right:3px;
	outline: none; /* hide dotted outline in Firefox */
	}

div#content a:hover {
	background-position: 0 -20px;
	}





/* - - - - END - - - - - - */
/*
.widecolumn .entry p {
	font-size: 1.05em;
	}
.widecolumn {
	line-height: 1.6em;
	}
*/






/* - - - -- - - - - - FOOTER - - - - - - */

#footer {
	overflow: hidden;
	text-align: left;
	clear: both;
	color:#999;
	font-size: 11px;
	line-height: 1.0em;
	margin:0 10px;
	padding:10px 0 50px 0;
	border-top: 1px solid #d2d2d2;
	}

#footer p, #footer a {
	color:#999;
	text-align: left;
	text-decoration: none;
	}
	
#footer ol.footNav {
	float: left;
	margin-left: 0;
	width: 510px;
	padding:0;
	list-style: none;
	}

#footer ol.footNav li {
	float: left;
	display: inline;
	}

#footer ol.footNav li a {
	color:#999;
	text-decoration: none;
	}

#footer p.msds {
	float: right;
	text-align: right;
	width: 200px;
  display: inline;
	}

#footer p.msds a:hover        { color: #00ade1; text-decoration: underline; /* LIGHT BLUE */ }
#footer ol.footNav li a:hover { color: #00ade1; text-decoration: underline; /* LIGHT BLUE */ }

#footer p.copyright {
	clear:both;
	padding:0;
	}
	
.clear {
		clear: both;
	}


/*   =comments  */

h3#comments, div#respond h3 {
	font-size: 16px;
	color: #aeaeae;
	background-color: #eee;
	padding: 12px 10px;
	margin-top: 10px;
}
h3#comments { background: url("images/commentIcon.gif") no-repeat center right; }

span.says {
	margin-left: -9999px;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 1.5em;	
	list-style: none;
	padding: 0;
	}
		
.commentlist li {
	margin: 15px 0 10px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #eeeeee;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.commentlist li .avatar { 
	float: right;
	margin-right: 10px;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #00ade1;
	}
	
.alt {
	color: #656565;
	margin: 0;
	padding:0;
	}

.children { padding: 0; }

#commentform {
	margin: 15px 10px 0 0;
	}
	
#commentform input, 
#commentform textarea {
	font-family:'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 1.5em;
	padding: 0;
	color: #656565;
	}

#commentform p {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	margin: 5px 0;
	}
	
#commentform a {
	color: #00ade1;  /* LIGHT BLUE */
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	font-weight: normal;
	color: #656565;
	margin: 0;
	display: block;
	}

.commentmetadata a {	
	color: #00ade1;  /* LIGHT BLUE */
	}

.thread-alt   { background-color: #fff;	}
.thread-even  { background-color: #fff;	}

.depth-1 {
	padding:0;
	}



/*  =forms   */

/*fieldset  {
	border:medium none;
	padding:0;
*/

.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 5px 0;
	border: 1px solid #d2d2d2;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}


#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #d2d2d2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform #submit {
	margin: 20px 0 30px 0;
	float: left;
	color: #fff;
	background-color: #8ac144;
	padding: 3px 0;
	font-size: 12px;
	}
	
/* End Form Elements */



	
/* - - -  =SIDEBAR - - - - - - - - - - - - - */	

		#sidebar {
			position: absolute;
			top:250px;
			left:580px;
			font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
			font-size: 13px;
			color: #656565;
			padding: 0 0 10px 0;
			width: 230px;
			padding-bottom: 150px;		
			}
	
#sidebar form {
	margin: 0;
	}
	
#sidebar ul li .dropdownMenu {     /* come back to this later - this is for the archive dropdown */
	color: #656565;
	color: blue;
	padding-top: 5px;		
	}
	
#sidebar .feed {
	display: block;
	background:url("images/feed_icon.png") no-repeat center left;
	padding: 20px 0 20px 20px;
	border-top: 1px solid #eee;
	margin-bottom: 0px;
	}
	
	
/* End Sidebar - - - - - - - - - - - - - */
	
	
.narrowcolumn .post {
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 20px;
}

.post {
	margin:0;
	text-align: left; 
	}

.post hr {
	display: block;
	}

.post ul {
	list-style: circle;
	line-height: 1.5em;
	font-size: 13px;
	}

.postmetadata {
		clear: both;
	}

/*  =miscellaneous   - - - - - - - - - - - - - */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#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;
	}








	
	
	
/*
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}


.widecolumn .post {
	margin: 0;
	}


.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;
}
*/










/* - - - -- - - - 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: 5px 0 0 10px;
	margin: 0 0 2px 7px;
	display: block;
	}

img.alignleft {
	padding: 5px 10px 0px 0;
	margin: 0 7px 2px 0;
	display: block;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	#content div.navigation div.alignleft a, #content div.navigation div.alignright a {
		color: #00ade1;  /* LIGHT BLUE */
		padding-bottom: 10px;
	}
	
	


/*----------fix to align thumbnails on the excerpts with the text */
#content div.entry {          
	padding-top: 15px;
}
#content div.entry p {
	padding-top: 0;
	margin-top: 0;
}
.entry {
	overflow: hidden;
}

/* ---------------------------------------------------------------*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry a {
	color: #00ade1;  /* LIGHT BLUE */
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}







/*- - -- LIST IN SIDEBAR - - - - - - - - - - - - -- */

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0 0 5px 0;
	color: #656565;
	list-style: none;	
	}

#sidebar li.page_item a {
	padding: 10px 0;
	text-decoration: none;
	list-style: none;
	border-top: 1px solid #eee;
	display: block;
}

#sidebar li.page_item a {
	color: #00ade1;  /* LIGHT BLUE */
	}

#sidebar li.page_item a:hover {
	text-decoration: underline;
	color: #00ade1;  /* LIGHT BLUE */
	}

#sidebar ul li {
	margin-bottom: 3px;
	}
	
#sidebar ul li h2, h2.listtitle {
	font-weight: bold;
	font-size: 12px;
	color: #656565;
	border-top: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 0px;
	}
	
#sidebar ul li a {	
	color: #656565;
	}
#sidebar ul li a:hover { 
	color: #00ade1;  /* LIGHT BLUE */
	text-decoration: none;
	}


hr { display: hidden;}


/*  =PAGE NAV */
.navigation {
	overflow: hidden;
	text-align: left;
	padding: 0;
	display: block;
	padding-bottom: 15px;
	}
	
div.navigation .postlinks span {display: inline;}
.postlinks a { color: #00ade1; }
.postlinks a:hover {text-decoration: underline;}

/*
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 0 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}



#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	*/
	
	
	


/* Begin Form Elements */


/* - - - - -- - - - - SEARCH - - - - - - -  */
#searchform {
	margin: 0;
	padding: 20px 0 20px 10px;
	text-align: left;
	background-color: #eee;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	padding-right: 10px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	margin-left: 10px;
	}
	
#sidebar h3.searchHeader {
	background:url("images/h3-search.gif") no-repeat scroll 0 0 #BCBCBC;
	display:block;
	height:20px;
	text-indent:-9999px;
	width:230px;
	padding: 0;
	margin-top:0;
	}









/* 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 0px;
	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;
	}


/* 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 */


#sidebar ul.tagcloud_list {
line-height: 22px;
margin-right: 30px;
}

div.set_page_height {
  min-height:1800px;
  height:auto !important;
  height:1800px;
}

#sidebar ul.tagCloud ul.cloudList a {
	color: #00ade1;  /* LIGHT BLUE */	
}

#sidebar ul.no_bullet {
list-style: none;
}






