@charset "UTF-8";

/*
Theme Name: Israel Benevolence Fund (IBF)
Theme URI: http://www.israelbenevolencefund.org
Description: Theme designed for IBF and the widows and children of Israel.
Version: 1.0
Author: Sal Baldovinos
Author URI: http://www.mayhemandchaos.com
*/

/*= Color Table ------------------------------------
Drk Blue: 				#012756
Med Blue: 				#006cc7
Lite Blue (Nav): 		#006cc7
Beige: 					#f5f4ef
Drk Beige (Sidebar): 	#f4f2ce
Body white: 			#fffefb
Orange: 				#ff8a00
---------------------------------------------------*/

/*= General Declartions ------------------------------------*/

.f-left {float:left;}
.f-right {float:right;}
.clear {clear:both;}
.offleft {
	position: absolute;
	margin: -9999px;
}

body {
	background: #FFFEFB url(images/body-bg.gif) repeat-x;
	margin: 0;
	font: .88em/1.5 "Trebuchet MS", Arial, Helvetica, sans serif;
	text-align: center;
	color: #383838;
}

h1 {
	font-size: 1.2em;
	margin: 0 0 .6em 0;
}

h2 {
	font-size: 1em;
	margin: 0 0 .6em 0;
}

h3 {
	font-size: .95em;
	margin: 0;
	padding: 0;
}

p {
	font-size: .88em;
}

a, a:hover, a:focus {
	color: #FF8A00;
	text-decoration: none;
}

hr {
	border: 1px solid #CCC;
	margin: .6em 0;
}

blockquote {
	background-color: #edeaea;
	padding: 2px;
	border: 1px solid #CCC;
}

.previous-entries {
	font-size: .88em;
}

/*= Layout Styles ------------------------------------*/

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/*= Header Styles ------------------------------------*/

#header {
	width: 960px;
	height: 100px;
	position: relative;
	background: url(images/header-bg.gif) no-repeat 0 10px;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a { /*Logo*/
	display: block;
	width: 140px;
	height: 86px;
	background: url(images/logo.gif) no-repeat center center;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	left: 25px;

}

/*= Navigation Styles ------------------------------------*/

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 220px;
}

#header ul li {
	display: inline;
}

#header ul li a {
	float: left;
	padding: 5px 10px 4px 10px;
	color: #FFF;
	background: #2F8FDF url(images/nav-bg.gif) repeat-x bottom;
	margin-left: 20px;
	border-top: 1px solid #1e63a8;
	border-right: 1px solid #1e63a8;
	border-left: 1px solid #1e63a8;
}

#header ul li a:hover, #header ul li a:focus {
	text-decoration: underline;
}

/*= Banner Styles ------------------------------------*/

#banner {
	background: url(images/banner.jpg) no-repeat;
	width: 960px;
	height: 260px;
	margin: 20px 0 30px 0;
}

/*= Main Content (left) Styles ------------------------------------*/

#contentWrapper {
	background: url(images/content-bg.gif) repeat-y;
	margin: 0;
	padding: 0;
}

#content {
	width: 640px;
	margin: 10px 20px 0 20px;
	padding: 0;
}


/*= Sidebar Styles ------------------------------------*/

#sidebar {
	width: 252px;
	margin: 1px 20px 0 0;
	padding: 10px 4px 40px 4px;
	text-align: center;
}

#sidebar p {
	margin-bottom: auto;
}

#sidebar h3 a {
	display: block;
	width: 220px;
	height: 60px;
	text-indent: -9999px;
	background: url(images/donate-button.gif) no-repeat;
	margin-left: 20px;
	outline: none;
}

/*= Footer Styles ------------------------------------*/

#footer {
	width: 100%;
	height: 50px;
	background-color: #012756;
	color: #FFF;
	font-size: .75em;
	text-align:center;
}

#footer a, #footer a:hover {
	color: #FFF;
	text-decoration: none;
}

.container {
	width: 960px;
	margin: 0 auto;
}
 
#footer p {
	padding: 10px 0;
	
}

