@charset "UTF-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, ol, ul, li, p, img, form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	font-size: 10px;
	font-family: Verdana, Arail, sans-serif;
}

/* STRUCTURE
************************************/

body {
	background: url(../images/bg.png) repeat-x top left #fff;
}

#page_wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 45px;
}

#foot {
	background: #494949;
}

#foot_content {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/* COMMON ELEMENTS
************************************/
h1 {
	font-size: 2em;
	line-height: 1.25em;
	color: #309dd6;
	margin: 15px 0;
	font-weight: normal;
}

h1 a {
	color: #309dd6;
	text-decoration: none;
}

h1 a:hover {
	color: #4bb0e4;
}

.sIFR-active #left_col h1 {
	visibility: hidden;
}

h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #50b92e;
	margin: 10px 0;
}

h3 {
	font-size: 1.333em;
	line-height: 1.5em;
	color: #666;
	margin: 10px 0;
}

h4 {
	font-size: 1.166em;
	line-height: 1.5em;
	color: #309dd6;
	margin: 10px 0;
}

h5 {
	font-size: 1em;
	line-height: 1.5em;
	color: #6b6b6b ;
	margin: 10px 0;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, serif;
}

h5 a {
	color: #2170a9;
	text-decoration: none;
}

h5 a:hover {
	color: #2170a9;
	text-decoration: underline;
}

h6 {
	font-size: .916em
	line-height: 1.5em;
	color: #666 ;
	margin: 10px 0;
}

p {
	line-height: 1.5em;
	margin: 10px 0;
}

a {
	color: #ff5c5c;
}

#message, .comment_submitted_message {
	color: #ff5c5c
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

#razoo_logo {
	display: block;
	position: absolute;
	top:0;
	left: 10px;
	width: 181px;
	height: 42px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#razoo_logo a {
	display: block;
	text-indent: -1000px;
	background: url(../images/icn_logo_razoo.png) no-repeat top left;
	width: 100%;
	height: 100%;
}

#give_logo {
	display: block;
	position: absolute;
	top:49px;
	left: 10px;
	width: 460px;
	height: 88px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#give_logo a {
	display: block;
	text-indent: -1000px;
	background: url(../images/icn_logo.png) no-repeat top left;
	width: 100%;
	height: 100%;
}

#head_shadow {
	width: 932px;
	height: 16px;
	background: url(../images/bg_head_shadow.png) no-repeat top left;
	position: absolute;
	top: 140px;
	left: 34px;
}

#donate_box {
	position: absolute;
	right: 0;
	top: 63px;
	width: 328px;
	background: url(../images/bg_donate_bottom.png) no-repeat bottom left;
	padding-bottom: 23px;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #666666;
}

#donate_bg {
	background: url(../images/bg_donate_top.png) no-repeat top left;
	padding: 31px 36px 0;
}

.btn_donate {
	display: block;
	width: 262px;
	height: 55px;
	background: url(../images/btn_donate_now.png) no-repeat top left;
	text-indent: -1000px;
	overflow: hidden;
	margin: 15px 0 0;
}

#search {
	position: absolute;
	top:144px;
	left: 10px;
	width: 600px;
}

#search h1 {
	width: 414px;
	float: left;
	font-size: 21px;
	font-weight: normal;
	color: #5b532a;
}

.sIFR-active #search h1 {
	font-size: 21px;
	visibility: hidden;
	padding-top: 2px;
}

#search form {
	float: left;
	padding-top: 15px;
	display: none;
}

#search .search_input {
	background: url(../images/bg_search.png) no-repeat top left;
	border: none;
	width: 126px;
	height: 22px;
	padding: 6px 5px 0 11px;
	color: #bbb596;
	font-size: 12px;
	font-style: italic;
	float: left;
	outline: none;
}

#search .search_input.active {
	color: #8b8562;
	font-style: normal;
}

#left_col, #right_col {
	font-size: 1.2em;
	color: #424141;
}

#left_col {
	width: 580px;
	float: left;
	margin-right: 60px;
	padding: 165px 0 0 10px;
}

#left_col .blog_archive {
	width: 100%;
}

#left_col ul {
	margin-left: 20px;
}

#left_col ul.blog_archive_list, #left_col ul.blog_archive_list ul {
	margin-left: 0;
}

.blog_archive li.blog_archive_list_post {
	font-size: 1em;
}

#left_col .blog_pagination {
	display: none;
}

.blog_post_listing {
	list-style: none;
}

.read_more {
	display: block;
	font-family: Georgia, serif;
	font-size: 1.083em;
	font-style: italic;
	color: #a6a6a6;
	background: url(../images/bg_read_more.png) no-repeat left 1px;
	padding-left: 253px;
	text-decoration: none;
	margin: 35px 0 33px;
}

#right_col {
	float: left;
	width: 300px;
	padding-top: 305px;
}

#right_col .blog_archive {
	display:none
}

.blog_archive_pagination {
	padding: 0 0 0 15px;
}

.blog_archive_pagination li {
	color: #ff5c5c;
	line-height: 1.5em;
	margin: 6px;
}

.blog_archive_pagination a {
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

.blog_archive_pagination a:hover {
	text-decoration: underline;
}

#bottom_callout {
	background: url(../images/bg_callout.png) no-repeat left 1px;
	padding: 40px 42px;
	margin: 48px 0 0;
}

.gsa_result_headline a {
	color: #309DD6;
	text-decoration: none;
}

.gsa_result_headline a {
	text-decoration: underline;
}


/* MAIN NAV
************************************/

#main_nav {
	position: absolute;
	top: 12px;
	right: 0;
	list-style: none;
}

#main_nav li {
	float: left;
	padding: 0 25px 0 13px;
	background: url(../images/bg_main_nav_bullet.png) no-repeat right 3px;
	height: 30px;
	font-weight: bold;
	text-shadow: 1px 1px 4px #000;
	text-transform: uppercase;
	font-size: 1.3em;
}

#main_nav li.last {
	padding-right: 10px;
	background: none;
}

#main_nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	
}

.sIFR-active #main_nav a {
	letter-spacing: 1px;
	visibility: hidden;
}

.sIFR-active #main_nav li {
	font-size: 15px;
	padding-right: 10px;
}

.sIFR-active #main_nav li.last {
	padding-right: 0;
}

#main_nav a:hover {
	color: #c4e5f3;
}

/* SUB NAV
************************************/

/* FOOT NAV
************************************/

#foot_nav {
	list-style: none;
	padding: 40px 10px 88px;
	font-size: 12px;
}

#foot_nav li {
	float: left;
	padding: 0 15px 0 25px;
	background: url(../images/bg_foot_bullet.png) no-repeat left 2px;
}

#foot_nav li.first {
	padding: 0 15px 0 0;
	background: none;
}

#foot_nav li.twitter {
	background: url(../images/icn_twitter.png) no-repeat top left;
	padding: 0 15px 0 50px;
}

#foot_nav li.facebook {
	background: url(../images/icn_facebook.png) no-repeat top left;
	padding: 0 15px 0 50px;
}

.sIFR-active #foot_nav li {
	padding-right: 5px;
}

#foot_nav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 4px #000;
	text-transform: uppercase;
	display: block;
}

.sIFR-active #foot_nav a {
	letter-spacing: 1px;
	visibility: hidden;
}

#copyright {
	position: absolute;
	top: 40px;
	right: 0px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 4px #000;
	font-size: 11px;
}

/* HOME
************************************/
/* INTERNAL
************************************/