/* Start of CMSMS style sheet 'global' */
/* CSS Document */

/************************************************************************

	Site:		thinkschools.org

	Author:		eROI		[www.eroi.com]  

	Client:		Portland Schools Foundation		[http://www.thinkschools.org/]

	Listing Order:
	==============

	1 - Global
	2 - Structure/Layout
	3 - CSS Flyout Menu
	4 - Text Styles
	5 - Left Navigation
	6 - Footer Navigation
	

************************************************************************/

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

*, * html {  /* REMOVES MARGINS/PADDING FROM ALL ELEMENTS IN BOTH FIREFOX & IE */
	margin: 0; 
	padding	: 0; 
}

body {
	background-color: #f3f3f3;
	font: 70%/1.6em Trebuchet MS, Arial, sans-serif;
	color: #333;
}

label.error {
padding-left:10px;
color:#9E6022;
}

/***********************************************************************
	2 - STRUCTURE/LAYOUT STYLES
************************************************************************/
div#header {
	background: url(uploads/images/bg_header.gif) repeat-x top left;
	height: 130px;
}
div#header a {
	display: block;
	width: 498px;
	height: 58px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://eroi.com/web/thinkschools.org/uploads/images/logo_think.png', sizingMethod='scale');
	position: relative;
	top: 50px;
	left: 20px;
        cursor: pointer;
}

div#header > a { background: url(uploads/images/logo_think.png) no-repeat top left; }

div#header a span, div#calltoaction h3 a span, div#emailbox h3 span {
	display: none;
}

div#sidebar, div#content, div#whoweare, div#news {
	float: left;
}

div#whoweare {
width: 285px;
padding-right: 15px;
border-right: 1px solid #ccc;
}

div#whoweare p {
padding-bottom: 1em;
}

div#whoweare ul {
width: 245px;
padding: 0 0 10px 15px;
position: relative;
margin-left: 10px;
list-style-type: disc;
height: 1%;
}

div#whoweare ul li {
padding-bottom: 5px;
}

div#sidebar {
	border-right: 1px solid #ccc;
        width: 175px;
}

div#calltoaction {
	padding-left: 4px;
}

div#emailbox {
	background-color: #bdbec0;
}

div#emailbox form {
	padding: 5px 0 20px 6px;
}

div#textcontent div {
	padding: 15px 10px 15px 20px;
}

div#textcontent div#news {
        width: 270px;
	padding-left: 25px;
}

div#textcontent div#news p {
        padding-bottom: 1.4em;
}

div#footerbar {
	background: url(uploads/images/bg_footer.gif) repeat-x bottom left;
	height: 74px;
}

div#footerbar p {
        position: relative;
        top: 15px;
	color: #dedede;
        padding: 25px 0 0 15px;
        width: 850px;
}

div#wrap {
        width: 850px;
}

div#contentheader {
        width: 650px;
}

/***********************************************************************
	3 - CSS FLYOUT MENU STYLES (SEE NAV.CSS )
************************************************************************/

/***********************************************************************
	4 - TEXT STYLES
************************************************************************/

div#calltoaction h3 a {
	display: block;
	width: 167px;
	height: 46px;	
}

div#calltoaction h3#donatebutton { background: url(uploads/images/btn_donateNow.gif) no-repeat top left; margin: 4px 0; }
div#calltoaction h3#takeactionbutton { background: url(uploads/images/btn_takeAction.gif) no-repeat top left; margin-bottom: 8px; }
div#calltoaction h3#cx25nbutton { background: url(uploads/images/btn_cx25.gif) no-repeat top left; margin-bottom: 8px; }

div#emailbox h3 { 
	width: 174px; 
	height: 28px; 
	background: url(uploads/images/bg_beInformed.gif) no-repeat top left; 
}

div#emailbox p {
	font-size: .9em;
	margin-left: 1em;
}

h2.pagetitle {
	font-size: 4em;
	color: #fefefe;
	margin: -.5em 0 0 .4em;
}

div#textcontent {
	width: 625px;
}

div#textcontent h2 {
	font-size: 1.4em;
	color: #9e6022;
	margin-bottom: 5px;
}

div#textcontent p {
	width: 280px;
}

div#textcontent div.entry p, div#textcontent div.entry h3, div#textcontent div.entry h4, div#textcontent div.entry ul li, div#textcontent div.entry ol li, div#textcontent div.entry dl {
	width: 550px;
}

div.entry h3 {
	padding-bottom:10px;
}

div.entry ul {
        list-style-type: none;
}

div.entry ul li {
background: url('uploads/images/bullet.gif') no-repeat top left;
background-position: 3px 7px;
padding: 0 0 7px 15px;
}

div#textcontent div.entry p, div#textcontent div.entry dl#faq dd  {
        margin-bottom: .8em;
}

div#textcontent div.entry dl dt  {
        margin-top: .8em;
}

div#textcontent div.entry ul {
        margin-left: 1.5em; 
        margin-bottom: 1.8em;
}

div#textcontent div.entry h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	color: #9e6022;
	text-transform: uppercase;
}

div#textcontent div.entry h4, div#textcontent div.entry span.thedate {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

div#textcontent div.entry h4 {
	margin: 0 0 -.5em 0;
}

div#textcontent div.entry dl {
        margin-bottom: 1.6em;
}

div#textcontent div.entry dt {
        font-weight: bold;
}

div#textcontent div.entry dd {
        margin-left: 1em;
}
div#textcontent div.entry dd.directortitle {
        font-style: italic;
}

div#textcontent div.entry q:before, div#textcontent div.entry q:after {
    content: ""; 
}

/*div#textcontent div#whoweare p , div#textcontent div#whoweare ul {
	border-right: 1px solid #ccc;
	padding-right: 15px;
}*/

div#textcontent div#whoweare ul {
padding-right: 20px;
}

div#textcontent span.readmore {
	display: block;
	background: url(uploads/images/icon_rightArrow.gif) no-repeat left;
}
div#textcontent span.readmore a:link, div#textcontent span.readmore a:visited {
	
	color: #9e6022;
	padding-left: 15px;	
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

div#textcontent a:link, div#textcontent a:visited, div#footer p a:link, div#footer p a:visited {
	color: #5977a4;
}
div#textcontent a:hover, div#textcontent a:active, div#footer p a:hover, div#footer p a:active{
	color: #9ec149;
}

div#footer p {
	padding: 6px 0 0 6px;
}

div#textcontent table#donorlist h2 {
        padding-top: 12px;
}
div#textcontent table#donorlist {
line-height: 2em;
}
div#textcontent table#donorlist span {
        line-height: 1em;
        display: block;
margin: 3px 0 -18px 0;
padding: 0;
}

/* CX25 pages */
p.media {
	padding:0 0 10px 0;
}

p.emphasis {
	font-style:italic;
	padding:5px 0 5px 25px;
	width:450px !important;
}

form#connect25 {
	margin:0 0 10px 0;
}
form#connect25 input {
	margin-bottom:10px;
}
input.connect25submit {
	background:url(uploads/images/bg_submit.jpg) repeat-x;
	border:none;
	color:#ffffff;
	padding:5px;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	margin:10px 0;
	font-family:Arial, Helvetica, sans-serif;
}

/* End of 'global' */

/* Start of CMSMS style sheet 'nav' */
/* NAVIGATION STYLES */

div#navholder ul {
	list-style: none;
	width: 174px; /* Width of Menu Items */
	padding: 0 0 10px 0;
	}
	
div#navholder ul ul {
	padding: 0;
	list-style: none;
	width: 174px; /* Width of Menu Items */
	color: #333;
	background-color:#8291a7;
	}

div#navholder ul li {
	position:relative;
	z-index:10;	
	width: 174px;
	height: 29px;
	border-bottom: 1px solid #ccc; /* bottom button borders */
}
	
div#navholder ul li a {
	text-decoration:none;
	background: url(uploads/images/bg_nav.gif) no-repeat bottom;
	display:block;
	width: 174px;
	height: 29px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	}
	
div#navholder ul li a:hover { 
	background: url(uploads/images/bg_navOver.gif) no-repeat bottom; 
}

div#navholder ul li a span { margin: 0 0 0 12px; line-height: 29px; }	
	
div#navholder ul li ul li {
	border-bottom: 1px dotted #fefefe;
	background: #8291a7;
	}

div#navholder > ul > li > ul > li {
	line-height: 1em;
}


body#body_about li#nav_aboutus a, #body_mobilizing li#nav_mobilizing a, #body_teaching li#nav_teaching a, #body_grant li#nav_grant a, #body_localschools li#nav_localschools a, #body_partners li#nav_partners a, #body_takeaction li#nav_takeaction a, #body_waystogive li#nav_waystogive a, #body_news li#nav_news a { 
	background: url(uploads/images/bg_navOver.gif) no-repeat bottom;
}

body#body_about li#nav_aboutus ul li a, #body_mobilizing li#nav_mobilizing ul li a, #body_teaching li#nav_teaching ul li a, #body_grant li#nav_grant ul li a, #body_localschools li#nav_localschools ul li a, #body_partners li#nav_partners ul li a, #body_takeaction li#nav_takeaction ul li a, #body_waystogive li#nav_waystogive ul li a, #body_news li#nav_news ul li a { 
	background: #8291a7;
}

body#body_about li#nav_aboutus ul li a:hover, #body_mobilizing li#nav_mobilizing ul li a:hover, #body_teaching li#nav_teaching ul li a:hover, #body_grant li#nav_grant ul li a:hover, #body_localschools li#nav_localschools ul li a:hover, #body_partners li#nav_partners ul li a:hover, #body_takeaction li#nav_takeaction ul li a:hover, #body_waystogive li#nav_waystogive ul li a:hover, #body_news li#nav_news ul li a:hover { 
	background: #677c9c;
}

/* Fix IE. Hide from IE Mac \*/
* html div ul li { 
	float: left; 
	height: 1%;
	}
	
* html div ul li a { 
	height: 1%;
	}
/* End */
	
div#navholder ul ul {
	position:absolute;
	display:none;
	left: 173px; /* Set 1px less than menu width */
	top: 0;
	}

/* SECOND AND THIRD TIER NAV */
div#navholder ul li ul li a { 
	padding: 2px 5px; 
	background:none; 
	color: #fff;
	} 
	
div#navholder > ul > li > ul > li > a {
	padding: 4px 0 0 4px;
	width: 170px;
	height: 85%;
}
	
div#navholder ul li ul li a:hover { 
	background: #677c9c;
	}

div#navholder ul li:hover ul ul, div#navholder ul li.over ul ul { 
	display:none;
	}	

/* FIRST, SECOND, AND THIRD TIER NAVIGATION */
div#navholder ul li:hover ul, div#navholder ul li li:hover ul, div#navholder ul li.over ul, div#navholder ul li li.over ul { 
	display: block;
	} 
/* End of 'nav' */

