/************************************************************************

	Site:		          bendlapineschoolsfoundation.org

	Author:		Richard Girard

	Client:		The Education Foundation for Bend LaPine Schools

************************************************************************/

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/
*, * html {  /* REMOVES MARGINS/PADDING FROM ALL ELEMENTS IN BOTH FIREFOX & IE */
	margin: 0; 
	padding	: 0; 
}

body {
	background: url(images/logobg2.jpg) no-repeat 100% 100%;
	font: 70%/1.6em Trebuchet MS, Arial, sans-serif;
	color: #333;
}

/***********************************************************************
	2 - STRUCTURE/LAYOUT STYLES
************************************************************************/
div#header {
	background: url(images/background1.gif) repeat-x top left;
	height: 130px;
}
div#header a {
	display: block;
	width: 250px;
	height: 70px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bantitle1.png', sizingMethod='scale');
	position: relative;
	top: 40px;
	left: 20px;
    cursor: pointer;
}

div#header > a { 
	background: url(images/bantitle1.png) no-repeat left top
}

div#header a span, div#calltoaction h3 a span, div#emailbox h3 span {
	display: none;
}

div#sidebar, div#content, div#whoweare, div#news, div#list1, div#list2 {
	float: left;
}

div#whoweare, div#list1 {
	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: #C4F09B;
}

div#emailbox form {
	padding: 5px 0 20px 6px;
}

div#textcontent div {
	padding: 15px 10px 15px 20px;
}

div#textcontent div#news, div#textcontent div#list2 {
    width: 300px;
	padding-left: 15px;
}

div#textcontent div#news p {
    padding-bottom: 1.4em;
}

div#footerbar {/**THIS IS FOR THE FOOTER BAR IF ONE IS MADE FOR THE SITE**/
	background: url(images/none.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 - TEXT STYLES
************************************************************************/

div#calltoaction h3 a {
	display: block;
	width: 167px;
	height: 46px;	
}

div#calltoaction h3#donatebutton { background: url(images/donate1.png) no-repeat top left; margin: 4px 0; }
div#calltoaction h3#takeactionbutton { background: url(images/takeaction1.png) no-repeat top left; margin-bottom: 8px; }

div#emailbox h3 { 
	width: 174px; 
	height: 28px; 
	background: url(images/beinformed.jpg) no-repeat top left; 
}
h2.pagetitle {
	font-size: 4em;
	color: #fefefe;
	margin: -.7em 0 0 .4em;
}
div#emailbox p {
	font-size: .9em;
	margin-left: 1em;
}
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 h2, div#textcontent div.entry h3, div#textcontent div.entry ul li, div#textcontent div.entry ol li, div#textcontent div.entry dl {
	width: 550px;
}

div.entry ul {
        list-style-type: none;
}

div.entry ul li {
background: url('images/bullet.gif') no-repeat top left;
background-position: 3px 7px;
padding: 0 0 7px 15px;
}

div#textcontent div.entry p  {
        margin-bottom: .8em;
}

div#textcontent div.entry dl dt, div#textcontent div#list1 dl dt, div#textcontent div#list2 dl dt  {
        margin-top: .8em;
}

div#textcontent div.entry ul {
        margin-left: 1.5em; 
        margin-bottom: 1.8em;
}

div#textcontent div.entry h3, div#textcontent div#list1 h3, div#textcontent div#list2 h3{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	color: #9e6022;
	font-style: italic;
}
div#textcontent div.entry dl, div#textcontent div#list1 dl, div#textcontent div#list2 dl {
        margin-bottom: 1.6em;
}

div#textcontent div.entry dt, div#textcontent div#list1 dt, div#textcontent div#list2 dt {
        font-weight: bold;
}

div#textcontent div.entry dd, div#textcontent div#list1 dd, div#textcontent div#list2 dd {
        margin-left: 1em;
}
div#textcontent div#list1 dd.title, div#textcontent div#list2 dd.title {
        font-style: italic;
		font-weight: bold;
}
div#textcontent div#whoweare ul {
padding-right: 20px;
}

div#textcontent span.readmore {
	display: block;
	background: url(images/rightarrow.gif) no-repeat left;
}
div#textcontent span.readmore a:link, div#textcontent span.readmore a:visited {
	
	color: #9e6022;
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

div#textcontent a:link, div#footer p a:link, div#footer p a:visited {
	color: #5977a4;
}
div#textcontent a:visited {
	color: #1D6617
	}

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;
}
/***********************************************************************
	4 - NAVIGATIONAL 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(images/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(images/navover.jpg) 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_home li#nav_home a, #body_aboutus li#nav_aboutus a, #body_resources li#nav_resources a, #body_projects li#nav_projects a,
#body_give li#nav_give a, #body_action li#nav_action a, #body_involved li#nav_involved a, #body_donors li#nav_donors a, #body_news li#nav_news a { 
	background: url(images/navover.jpg) no-repeat bottom;
}

body#body_home li#nav_home ul li a, #body_aboutus li#nav_aboutus ul li a, #body_resources li#nav_resources ul li a, #body_projects li#nav_projects ul li a,
#body_give li#nav_give ul li a, #body_action li#nav_action ul li a, #body_involved li#nav_involved ul li a, #body_donors li#nav_donors ul li a, #body_news li#nav_news ul li a { 
	background: #8291a7;
}

body#body_home li#nav_home ul li a:hover, #body_aboutus li#nav_aboutus ul li a:hover, #body_resources li#nav_resources ul li a:hover, #body_projects li#nav_projects ul li a:hover,
#body_give li#nav_give ul li a:hover, #body_action li#nav_action ul li a:hover, #body_involved li#nav_involved ul li a:hover, #body_donors li#nav_donors 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: 174px; /* Horizontal Offset of the popout menus */
	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;
	}
div#navholder > ul > li > ul > li > ul > li a {
	padding: 4px 0 0 4px;
	width: 170px;
	height: 85%;
}
	
div#navholder ul li ul li ul li a:hover { 
	background: #677c9c;
	}
	
/* End of 'nav' */
