/*
Theme Name: Different Needz Foundation
Theme URI: http://www.differentneedzfoundation.org/
Description: Custom theme
Author: Rae Nester
Author URI: http://www.raediantdesign.com
Version: 1.0
Tags: custom

License:
License URI:

*/

/* real CSS styles for well behaved browsers */

/* import CSS for compliant browsers */
/* ------------------------------------------------------- */
@import url(css/reset.css);
@import url(css/typography.css);


/* stops the nasty horizontal shift with centered layouts in moz etc */
/* html { height: 100%; margin-bottom: 1px; } */

/* overrule basic.css styles */

html,body {
	margin: 0;
   	padding: 0;
	height: 100%;
	background-color: #fff;
}

/* positioning */

#container {
   min-height:100%;
   position:relative;
}

.bg_home {
	background: url(images/home_bg.jpg) no-repeat top center scroll;
}

.bg_internal {
	background: url(images/Internal-Background-Images_1.jpg) no-repeat top center scroll;
}

.rotator {
   background: url(images/internal/rotate.php) no-repeat top center scroll;
}

#header {
	background: url(images/header_bg.gif) repeat-x;
	height: 145px;
	margin: 0;
	width: 100%;
}

#body {
	height: auto;
	width: 100%;
	padding-bottom: 170px;   /* Height of the footer */
}

#footer {
	position: absolute;
   	bottom: 0;
	background: #f4fad6;
	height: 170px; /* Height of the footer */
	width: 100%;  
}

/* Content */

#header_content {
	width: 940px;
	height: 95px;
	margin: 0 auto;
	padding-top: 50px;
}

#page_header {
	width: 940px;
	height: 250px;
	margin: 0 auto;
}

.title_about { background: url(images/page_title_about.png) no-repeat bottom left; }
.title_news { background: url(images/page_title_news.png) no-repeat bottom left; }
.title_grants { background: url(images/page_title_grants.png) no-repeat bottom left; }
.title_photo { background: url(images/page_title_photo.png) no-repeat bottom left; }
.title_golf { background: url(images/page_title_golf.png) no-repeat bottom left; }
.title_raffle { background: url(images/page_title_raffle.png) no-repeat bottom left; }
.title_donate { background: url(images/page_title_donate.png) no-repeat bottom left; }

#body_content {
	width: 780px;
	margin: 0 auto;
	padding: 30px 80px 80px 80px;
	background-color: #fff;
}

#home_header {
	width: 940px;
	height: 400px;
	margin: 0 auto;
}

#home_content {
	width: 940px;
	height: auto;
	margin: 0 auto;
}

#about_box {
	width: 270px;
	height: 155px;
	padding: 15px;
	float: left;
	margin: 0 20px 20px 0;
	background-color: #fff;
}

#donate_box {
	width: 270px;
	height: 155px;
	padding: 15px;
	float: left;
	margin: 0 20px 20px 0;
	background: #fff;
}

#email_box {
	width: 270px;
	height: 155px;
	padding: 15px;
	float: left;
	margin: 0 0 20px 0;
	background-color: #fff;
}

#news_box {
	width: 590px;
	height: 210px;
	padding: 15px;
	float: left;
	margin: 0 20px 40px 0;
	background-color: #fff;
}

#connect_box {
	width: 270px;
	height: 210px;
	padding: 15px;
	float: left;
	margin: 0 0 40px 0;
	background-color: #fff;
}

#logo {
	float: left
}

ul#nav {
	float: right;
	padding: 0;
	margin: 40px 0 0 0;
	list-style-type: none;
}

#nav li {
	display: inline;
	list-style-type: none;
}

ul#footnav {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#footnav li {
	display: inline;
	list-style-type: none;
	padding-left: 6px;
	margin-left: 5px;
	border-left: solid #666 1px;
}

#footnav li.first {
	display: inline;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}

#footer_content {
	width: 940px;
	margin: 20px auto;
}

#footer_left {
	float: left;
}

#footer_right {
	float: right;
	text-align: right;
}

#subscribe {
	width: 275px;
	height: 50px;
	background: url(images/email.png) no-repeat top left;
}

#subscribe .input_text {
	padding: 10px;
	margin: 5px 0 0 5px;
	width: 175px;
	background: #f1f1f1;
	border: none;
	float: left;
	color: #777;
	font-size: 13px;
}

/* misc styles */

.hide  {
	display: none;
}
.floatRight {
	float: right;
	margin: 7px 7px 15px 15px;
}
.floatLeft {
	float: left;
}
.nowrap {
	white-space: nowrap;
}

.clearall {
	clear: both;
}

li {
display: list-item;    
list-style-type: disc;
list-style-position: inside;
text-indent: -1em;
padding-left: 1em;
font-size: 14px;
}