/*--------------------------------------------------GLOBAL RESETS AND SETUP--*/
html, body, form, fieldset {margin: 0; padding: 0; font: 100%/120% Helvetica, Arial, Sans-Serif, "Lucida Grande", Verdana;}
h1, h2, h3, h4, h5, h6 {color: #121212;	margin: 0; padding: 0;}
p {display: block; margin: 0 0 15px; padding: 0;}
ul {list-style-type: none; padding:0; margin:0;}
li {list-style-type: none; padding:0; margin:0;}

input, select, textarea {
	padding: 5px;
	font-size: 100%;
	background: #fff;
	color: #444;
	border: #bbb solid 1px;
}

textarea {font: 110% sans-serif;}

input.submit, a.button_link {
	padding: 5px 10px;
	font-size: 0.8em;
	color: #444;
	background: url("../images/button_bg.jpg") left top repeat-x;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #ccc;
	cursor: pointer;
}

a.button_link {
	display: block;
	float: right;
	margin-left: 3px;
	text-align: center;
	text-decoration: none !important;
}

input.submit:hover, a.button_link:hover {
	color: #0068b4;
	background: url("../images/button_bg_hover.jpg") left top repeat-x;
}

input:focus {background: #ffc;}

img, a {border: 0;}
img.profile {border: 3px solid #ddd;}
a {color: #0068b4; text-decoration: none;}
a:hover {text-decoration: underline;}

a.floating_right_link {float:right !important;}
/*--------------------------------------------------------------TAG FORMATS--*/
body {
	text-align: center;
	letter-spacing: 0.5px;
	color: #454545;
	background: #fff;
}

h2 {
	margin-bottom: 20px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	background: #fff;
}

h3 {margin: 0 0 10px;}

h4 {text-transform: uppercase;}

form p {
	display: block;
	margin-bottom: 10px;
}

form h4 {
	margin: 25px 0 15px !important;
	color: #FF791F;
}

form.login_form, form.framed_form, form.new_user, div.framed_form, form.donation_form {
	margin: 0 0 20px 0;
	padding: 20px 20px 0;
	background: #efefef;
	border: #ddd solid 1px;
	overflow: hidden;
}

form label, div.framed_form label {
	padding: 0 0 0 5px;
	font-weight: bold;
	font-style: italic;
	font-size: 0.9em;
}

form.donation_form {
	height: 70px;
	line-height: 50px;
}

table {
	margin: 0 0 20px 0;
	border: #ddd solid 1px;
	border-bottom: 0;
}

td, th {
	padding: 10px;
	font-size: 0.9em;
	border-bottom: #ddd solid 1px;
}

tr.subset td, tr.subset.th {
	padding: 5px;
	font-size: 0.7em !important;
	background: #ddd;
}

td.table_header {
	color: #fff;
	background: url("../images/blue_bg.jpg") left top repeat-x;
}

iframe {
	background: transparent;
	border: 0;
}
/*--------------------------------------------------------------CONTAINERS--*/
#nav_wrapper {
	height: 30px;
	background: #00142b;
}

#navigation {
	margin: 0 auto;
	width: 960px;
	height: 30px;
}

#navigation li {
	float: left;
	margin: 0 20px 0 0;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	font-size: 0.9em;
}

#navigation li.admin a {color: #ffa500;}

#navigation a {
	color: #add300;
	text-decoration: none;
}

#navigation a:hover {color: #fff;}

#logo {
	height: 80px;
	text-align: left;
	background: #123e66 url("../images/logo_bg.jpg") bottom left repeat-x;
	overflow: hidden;
}

#logo_inner {
	margin: 0 auto;
	width: 960px;
}

#logo img {float: left; margin: 24px 0 0 0;}

#admin_panel, #manager_panel, #leader_panel {
	height: 0;
	background: #e4f2ff url('../images/panel_bg.jpg') left bottom repeat-x;
	overflow: hidden;
	z-index: 10000;
}

ul.admin_sections {
	margin: 20px auto !important;
	width: 960px;
}

ul.admin_sections li {
	float: left;
	padding: 0 40px 0 0;
	width: 200px;
	font-size: 0.9em;
	text-align: left;
}

ul.admin_sections h4 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	width: 200px;
	border-bottom: #999 solid 1px;
}

#admin_panel_tabs {
	float: right;
	margin: 52px 0 0;
	height: 20px;
}

#content {
	margin: 0 auto;
	padding: 40px 0;
	width: 960px;
	overflow: hidden;
	text-align: left;
}

#content p, .box p {
	font-size: 0.9em;
}

.box {
	float: left;
	margin-right: 40px;
	width: 460px;
	overflow: hidden;
}

.box p {margin: 0 0 30px;}

#who, #contributors {
	margin: 40px 0;
	overflow: hidden;
}
#who img {
	display: block;
	margin: 0 0 5px;
}

#churches, #contributors_list {margin: 20px 0 0;}

#churches li, #contributors_list li {
	float: left;
	margin: 0 40px 0 0;
	width: 280px;
	font-size: 0.9em;
	line-height: 1.6em;
}

#footer {
	margin: 100px;
	height: 40px;
	line-height: 40px;
}

#footer_content {
	margin: 0 auto;
	width: 960px;
	font-size: 0.8em;
	text-align: left;
	color: #777;
	border-top: #ddd solid 1px;
}

#footer_content li {
	float: left;
	width: 320px;
}

ul.three_columns li {
	float: left;
	margin: 0 40px 0 0;
	width: 270px;
}

/*------------RAILS CRAP--------------*/
div.flash {
	margin: 0 0 20px;
	padding: 10px;
	font-size: 0.8em;
	color: #000;
	background: #cfc;
	border: #9c9 solid 1px;
}

div.warning {
	margin: 0 0 20px;
	padding: 10px;
	font-size: 0.8em;
	color: #000;
	background: #f99;
	border: #f33 solid 1px;
}

.fieldWithErrors {
  margin: -20px 0 0;
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin: 5px 0 0;
  padding: 5px;
}

#errorExplanation ul {
  list-style-type: square !important;
}

#errorExplanation ul li {
  list-style-type: square !important;
  font-size: 12px;
  margin: 0 0 0 20px;
}

/*--------------------------------------------------------------UTILITY FORMATS--*/
.plus_ten 		{font-size:1.1em !important;}
.less_ten 		{font-size:0.9em !important;}
.small 			{font-size:0.8em !important;}
.tiny 			{font-size:0.7em !important;}
.large 			{font-size:1.5em !important;}
.bold			{font-weight: bold;}
.italic			{font-style: italic;}
.normal			{font-style: normal; !important;font-weight:normal !important;}
.notice			{color: maroon !important;}
.no_margin 		{margin:0 !important;}
.no_border 		{border: 0 !important;}

.center_align 	{text-align: center;}
.left_align 	{text-align: left !important;}

.odd			{background: #efefef;}
.even			{background: transparent;}
.clear 			{clear: both;}