/*   
Theme Name: Broad Net Impact
Theme URI: www.khedaywi.com
Description: Default Theme for BNI
Author: Anthony Khedaywi
Author URI: www.khedaywi.com
Template: 
Version: 1.0
.
General comments/License Statement if any.
.
*/

/* Global Information*/

body {
	background: #67B76E url(../images/gradient_bg.png) repeat-x scroll;
	border-top: 8px solid #000;
}

	#background-header {
		width: 100%;
		height: 325px;
		z-index: -1;
		
		position: absolute;
		background: url(../images/bg_paint.png) center;
	}

#main
{
    padding-bottom: 80px;
}

/* @group Header */


#logobox {
	height: 80px;
	margin-top: 10px;
	position: relative;
}

	#broadlogo {
		background: url(../images/broad_netimpact_logo.png) no-repeat 0 0;
		width: 160px;
		height: 60px;
		position: relative;
	}

/* @group Links */

#links {
	margin-top: 32px;
	height: 59px;
	float: left;

}

	#links h1 {
	position: absolute;
	left: -9999px;
}

/*#links ul{
	display: inline;
	list-style: none;
}*/
	
		#whatwedo {
		background-image: url(../images/what_we_do.png);
		position: relative;
		width: 108px;
		height: 17px;
		float: left;
}
	
		#getinvolved {
		background-image: url(../images/get_involved.png);
		position: relative;
		width: 129px;
		height: 17px;
		float: left;
	}
	
	#whoweare {
		background-image: url(../images/who_we_are.png);
		position: relative;
		width: 117px;
		height: 17px;
		float: left;
	}
	
	#contact {
		background-image: url(../images/contact.png);
		width: 72px;
		height: 17px;
		position: relative;
		float: left;
	}

/* @end */

/* @end */

/* @group Content */

/* @group Frontpage */

/*Frontpage Content*/

#maincontent {
	width: 620px;
	height: 349px;
}
	#maincontent a{
		text-decoration: none;
	color: white;
	
}

	#maincontent-title {
		width: 290px;
		z-index: 1;
		opacity: .75;
		position: absolute;
		margin-top: 220px;
		background-image: url(../images/black_opacity_bg.gif);
	}
	
		#maincontent-title h1{
		font-size: 1.4em;
		color: white;
		padding: 10px 10px 5px 25px;
	}

#maincontent-picture {
	width: 629px;
	height: 349px;
}

/*Frontpage Description*/
#frontpage-description {
	padding: 20px;
} 

	#frontpage-description h1{
		font-size: 1.8em;
		line-height: 1.2em;
	}

/* @end */

/* @group Pages */
#page-title {
	width: 100%;
	background-color: #a9d7a3;
	margin-bottom: 0;
}
	#page-title h1 {
		font-size: 2.5em;
		padding: 5px;
	
}
	
#page-content {
	background-image: url(../images/white_opacity_bg.png);
	margin-top: -12px;
	margin-bottom: 20px;
	border: 2px solid #89c78f;
}
	#page-content p {
		padding: 5px;
		margin: 5px;
		font-size: 1.2em;
	}
	#page-content h2 {
		padding: 10px 5px 5px;
		margin: 5px;
		font-size: 1.4em;
		font-weight: bold;
	}
	
	#page-content h3 {
	padding: 5px 5px 0 10px;
	font-weight: bold;
	font-size: 1.2em;
}
	
	#title {
	padding-top: 0;
	padding-left: 5px;
}
/* @end */

/* @group Sidebard */

#sidebar {
	height: 100%;
	background-image: url(../images/white_opacity_bg.png);
	margin-bottom: 20px;
}
	
	#sidebar p, h1, h2 {
		padding: 5px;
	}
	
	#sidebar h1 {
		background-color: black;
		font-size: 1.6em;
		color: #fdfdfe;
}
	
	#sidebar h2 {
		margin: 5px;
		padding-bottom: 0;
		background-color: #a4d19f;
		font-size: 1.5em;
		
	}
	
	#sidebar p {
		margin: 5px;
		background-color: #ebeeee;
	}

	#join {
	margin-top: 15px;
	width: 310px;
	height: 101px;
	background-image: url(../images/join_netimpact.png);
}
/* @end */

/* @end */

/* @group Footer */

#footer {
    background: #231f20;
    padding-top: 20px;
    height: 60px;
    margin-top: -80px;
	border-top: 5px solid #000;
}

	#footer-bg {
		width: 100%;
		height: 80px;
		background: #231f20;
		margin-top: -85px;
		border-top: 5px solid #000;
	}

/* @group Credit Images */

/*Footer Credit Images*/

#khedaywi-logo {
	background-image: url(../images/khedaywi_logo.png);
	height: 48px;
	width: 125px;
	float: left;
	
}	

	#michiganstate-logo {
	background-image: url(../images/michigan_state_logo.png);
	width: 156px;
	height: 48px;
	float: left;
}

	#grassroots-logo {
	background-image: url(../images/grassroots_logo.png);
	width: 185px;
	height: 48px;
	float: left;

}

/* @end */

/* @end */

/* @group Typography */

a {
	color: #424242;
}

a:hover {
	color: #359700;
}

p, h1, h2, h3, h4 {
	font-family: georgia;
}

p {
	font-size: 1.3;
}



/* @end */