/*
Theme Name: Emery Ed Fund
Theme URI: http://www.emeryed.org/
Description: 2010 website revamp - taking advantage of the wordpress backend/database and using simplistic html and css catered to Emery Ed Fund content.
Version: 2010 January 12
Author: Thomas Chun
Author URI: http://www.emeryed.org/
*/


body{
	behavior:url("csshover3.htc"); 
	background-color:ccc;
	background-image:url(images/background.jpg);
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12;
	text-align:center;
}

hr{
	color: #f00;
	background-color: #000;
	height: 1px;
	border:0;
	margin-top:20;

}

img {
	border-style:none;
}

img.inpost {
	border-style:solid;
	border-width:1;
	border-color:666;
}

img.alignleft{
	float:left;
	margin: 5 20 5 0;

}
img.alignright{
	float:right;
	margin: 5 10 5 20;

}


a {
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
	
h1{
	
}

h2{
	font-size:14;
	font-weight:bold;

}
h3{
	font-width:bold;
	margin:0;
	font-size:12;
}

td{
	font-size:12;

}

/*section images*******************************************************************************/
div#volunteer-image{
	width:400;
	height:250;
	float:right;
	background:url(page-images/volunteer.jpg);
	margin: 0 0 5 10;
	border-style:solid;
	border-width:1;
	border-color:aaa;
}

div#programs-image{
	width:400;
	height:250;
	float:right;
	background:url(page-images/programs.jpg);
	margin: 0 0 5 10;
	border-style:solid;
	border-width:1;
	border-color:aaa;
}

div#about-image{
	width:400;
	height:250;
	float:right;
	background:url(page-images/about.jpg);
	margin: 0 0 5 10;
	border-style:solid;
	border-width:1;
	border-color:aaa;
}

div#donate-image{
	width:400;
	height:250;
	float:right;
	background:url(page-images/donate.jpg);
	margin: 0 0 5 10;
	border-style:solid;
	border-width:1;
	border-color:aaa;
}

/*header*******************************************************************************/

div#header{
	width:1000;
	height:480;
	position:relative;
}

div#logo{
	background:url(images/01logo_0-0_350x150.jpg);
	width:350;
	height:150;
	position:absolute;
	left:0;
	top:0;

}

div#blank{
	background:url(images/02blank_350-0_650x150.jpg);
	width:650;
	height:150;
	position:absolute;
	left:350;
	top:0;

}

div#donate{
	background:url(images/04-donate_800-100_200x50.jpg);
	width:200;
	height:50;
	position:absolute;
	right:0;
	bottom:0;
}
div#donate:hover{
	background:url(images/04-donateon_800-100_200x50.jpg);
}

div#menu{
	background:url(images/03menu_0-150_1000x38.jpg);
	width:1000;
	height:30;
	position:absolute;
	left:0;
	top:150;

}

div.link{
	float:left;
	margin:0 0 0 0;
	text-align:center;
	padding: 0 20 5 20;
	color:FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-variant:small-caps;
	font-size:20;
}

div.link:hover{
	background-color:#FC3;
	color:#009;
}

a.link{
	text-decoration:none;
}


div#bannerimage{
	width:1000;
	height:300;
	position:absolute;
	top:180;
	background:url(banner-images/banner.php);
}

/*INDEX***************************************************************************/

div#container1{
	width:1000;
	background-color:#FFF;
	position:relative;
	margin:0 auto 0 auto;
	border-style:solid;
	border-top:none;
	border-width:1;
	text-align:left;
}

div#container2{
	width:1000;
	background-color:#FFF;
	position:relative;
	margin:0 auto 0 auto;
	border-style:solid;
	border-top:none;
	border-width:1;
	margin-bottom:20;
	text-align:left;
}

div#content{
	width:650;
	float:left;
	padding: 15 35 15 35;
	background:url(images/linepaper.gif);
	border-right-style:solid;
	border-right-color:eee;
	border-right-width:1;
	border-bottom-style:solid;
	border-bottom-color:eee;
	border-bottom-width:1;


}

/*SIDERBAR***************************************************************************/
/*width: 170*/
div#sidebar{
	width:240;
	padding: 20 20 20 5;
	float:right;

}

ul#sidebar{
	margin:0;
	padding:0;
}

#sidebar li{
	list-style:none;
	margin: 0;
	background:url(images/peel.jpg);
	background-color:#FF9;
	background-repeat:no-repeat;
	background-position:bottom right;
	padding: 5 20 5 20;
	margin-bottom:15;
	min-height:30;
	
}

#sidebar li ul li{
	margin:0;
	margin-left:-20;
	padding-left:0;
	background:url();
	list-style-image:url(images/dot.gif);
}

/*footer****************************************************************/

div#footer{
	position:relative;
	top:-1;
	clear:both;
	width:930;
	padding: 15 35 15 35;
	border-top-style:solid;
	border-top-color:eee;
	border-top-width:1;
}



/*pages div****************************************************************/

div#programs{
	padding:0 15 10 15;
	margin: 10 10 0 0;
	float:left;
	width:280;
	height:170;
	overflow:hidden;
	border-style:solid;
	border-width:1;
	border-color:aaa;
	background-color:ccf;
}
div#volunteer{
	padding:10 15 15 15;
	margin: 10 10 0 0;
	float:left;
	width:170;
	background-color:cfc;
	height:120;
	overflow:hidden;
	border-style:solid;
	border-width:1;
	border-color:aaa;
}

