/*
Theme Name: Default ABSOLUTE Ministries Theme
URI: http://www.absoluteministries.org
Description: 
Author: Scott Dahl of Elite Web and Graphic Design
Author URI: http://www.elitewgd.com

[Table Of Contents]

0- Reset
1- Global
2- Links
3- Forms
4- Headings
5- Header
6- Nav
7- Content
8- Footer
9- Extras
10- Misc Classes

 =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
html, body {
	width:100%;
	height:100%;
}
body {
	background:#ededed url(../img/bg.png) 0 136px repeat-x;
	margin:0;
	padding:0;
	line-height: 1.4;
	font: normal 62.5% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	color: #777;
}
hr {
	border:1px dashed #FFF;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin:10px 0 10px 0;
}
ol {
	margin:15px 0 15px 35px;
	list-style:decimal;
}
ul.list,.lv_Frames ul.list li {
	margin:0 0 0 35px;
	list-style-type: disc;
}
p { margin:8px 0 8px 0; }
pre { font-size: 14px; background:#ffff00; }
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
.message {
	padding:15px;
	text-align:left;
	background:#FFFFCC;
	border:1px solid #FFFF00;
	font-weight:bold;
	font-size:14px;
	color:#CC0000;
	margin:0 auto 0 auto;
	width:868px;
}
.message.good {
	background:#DAF7CF;
	border:1px solid #398038;
	color:green;
}
#authMessage.message,.message.bad {
	background:#FDCEC8;
	border:1px solid #cc0000;
	color:#cc0000;
}
.t10 { font-size:10px; }
.t12 { font-size:12px; }
.t14 { font-size:14px; }
.t16 { font-size:16px; }
.t18 { font-size:18px; }
.t20 { font-size:20px; }
.t24 { font-size:24px; }
.right { float: right; }
.left { float: left; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align:center; }
.justify { text-align:justify; }
.hide { display: none; }
.clear { clear: both; height:0px; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { border-bottom:1px solid; }
.highlight { background:#ffc; }
.fix { background:#0f0; border: 1px solid #f00; }
.note {
	padding:15px;
	background:#FFFFCC;
}
	/* Colors */
	.green {
		color:#0f8341;
	}
	.dkgray {
		color:#4e4e4e;
	}

.cake-sql-log {
	background:#fff;
}
.cake-debug {
	background:#CC0000;
	color:#fff;
	font-size:18px;
	padding:10px;
}
dl {
	line-height: 2em;
	margin: 0em 0em;
}
dl .altrow {
	background: #f4f4f4;
}
dl.altrow {
	border:1px dashed #ccc;
	border-left: none;
	border-right: none;
	padding:15px 0 15px 0;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	color:#000;
}
dd {
	margin-left: 7em;
	margin-top: -2em;
	vertical-align: top;
}
dd p {
	line-height:1.4;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	text-decoration:none;
	color:#345f9b;
}
a:hover {
	text-decoration:underline;
	color:#447ac6;
}
a:active {
	text-decoration:underline;
	color:#447ac6;
}

/* =3 Forms
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
fieldset {
	border:1px solid #ccc;
	padding:15px;
}
legend {
	color:#00547f;
}
.input {
	margin:3px 0 3px 0;
}
.input .inner {
	margin:0 0 0 5px;
	display:inline;
}
.input .innerFloat {
	margin:0 0 0 5px;
	display:block;
	float:left;
	width:auto;
}
.input label {
	display:inline-block;
	width:150px;
	font-size:16px;
	vertical-align:middle;
}
.input .inner label,.input .innerFloat label {
	padding:0 5px 0 5px;
	width:auto;
}
.input input[type="text"],.input input[type="password"] {
	font-family:"Trebuchet MS",Arial,Helvetica;
	font-size:16px;
	padding:2px;
	width:250px;
}
.input textarea {
	vertical-align:top;
	font-family:"Trebuchet MS",Arial,Helvetica;
	font-size:16px;
	padding:2px;
	width:250px;
}
.input select {
	font-size:16px;
	padding:2px;
	vertical-align:middle;
}
.input.checkbox {
	font-size:16px;
	padding:0 0 0 150px;
}
.input.select .checkbox label{
	width:auto;
}
.input .error-message {
	display:inline;
	color:#fff;
	background:#cc0000;
	padding:5px;
	margin: 0 0 0 5px;
	font-size:16px;
	white-space:nowrap;
}
div.submit {
	padding:15px 0 0 0;
	float:right;
}
.submit input[type="submit"] {
	background:#0f8341;
	color:#fff;
	font-size:22px;
	border:none;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	max-height:51px;
	padding:5px 15px 5px 15px;
	cursor:pointer;
	vertical-align:middle;
	text-decoration:none;
}
.grayButton {
	background:#ccc;
	color:#666;
	font-size:22px;
	border:none;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	max-height:51px;
	padding:5px 15px 5px 15px;
	cursor:pointer;
	vertical-align:middle;
	text-decoration:none;
}

/* =4 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font-size:30px;
	color:#000;
	font-weight:normal;
	margin:5px 0 5px 0;
	line-height:1.5;
}
h2 {
	font-size:22px;
	color:#000;
	font-weight:normal;
	margin:15px 0 5px 0;
}
h3 {
	font-size:16px;
	color:#666;
	font-weight:bold;
	margin:15px 0 5px 0;
}


/* =5 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#headerContainer {
	width:100%;
	height:130px;
	background:#fff url(../img/bg_header.png) 0 0 repeat-x;
	border-bottom:6px solid #4e4e4e;
}
#header {
	margin:0 auto 0 auto;
	width:900px;
}
#header a img {
	background:url(../img/absolute_logo.png) 0 0 no-repeat;
	width:166px;
	height:105px;
	margin:19px 0 0 22px;
}

/* =6 Nav
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#social {
	float:right;
	margin:5px 0 0 0;
}
#social li {
	float:left;
	margin:0 0 0 5px;
}
#header #social a img {
	width:auto;
	height:auto;
	background:none;
	margin:0;
}
#nav {
	float:right;
	margin:98px 0 0 0;
}
#nav li {
	float:left;
	background:#0f8341 url(../img/nav_tl.gif) 0 0 no-repeat;
	margin:0 0 0 1px;
}
#nav li a {
	display:block;
	color:#fff;
	background:url(../img/nav_tr.gif) 100% 0 no-repeat;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.5em;
	font-weight:bold;
	line-height:32px;
	vertical-align:middle;
	text-align:center;
	padding:0 10px 0 10px;
	min-width:68px;
	text-decoration:none;
}

/* =7 Content
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#content {
	width:874px;
	padding:13px;
	background:#fff;
	margin:0 auto 0 auto;
	line-height:27px;
	font-size:16px;
}
#content #rightcol {
	float:right;
	width:270px;
	padding:0 0 0 15px;
	font-size:18px;
}
#content #rightcol h1 {
	color:#000;
	font-weight:bold;
	font-size:22px;
	text-align:center;
}
#content #rightcol h1 span {
	font-weight:normal;
	font-style:italic;
}
#content #rightcol p {
	line-height:1.5;
	text-align:center;
}
#content #rightcol .readmore {
	color:#000;
	float:right;
	font-size:18px;
	font-weight:bold;
}
#content #leftbottom {
	border-right:1px solid #bcbcbc;
	width:571px;
	margin:15px 0 0 0;
}
#content #leftbottom ul li {
	float:left;
	width:245px;
	padding:0 25px 0 15px;
}
#content #leftbottom ul li a {
	display:block;
	text-align:left;
	font-size:24px;
	color:#343434;
	line-height:27px;
	text-decoration:none;
	height:64px;
	padding:15px 0 0 0;
}
#content #leftbottom ul li a span {
	display:block;
	font-size:16px;
	color:#8b8b8b;
}
#content #leftbottom ul li a[href="/the-house"] {
	background:url(../img/house.jpg) 100% 50% no-repeat;
}
#content #leftbottom ul li a[href="/give-online"] {
	background:url(../img/heart.jpg) 100% 50% no-repeat;
}

/* =8 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	width:884px;
	margin:0 auto 50px auto;
	padding:0 8px 0 8px;
	height:29px;
	background:#4e4e4e;
	color:#fff;
	font-family:Verdana,"Trebuchet MS",Helvetica,sans-serif;
	font-size:.9em;
}
#footer a {
	color:#fff;
}
#footerNav {
	float:left;
	overflow:hidden;
}
#footerNav li {
	display:inline;
	border-left:1px solid #fff;
	padding:0 8px 0 8px;
	vertical-align:middle;
	line-height:28px;
	margin-left:-1px;
}
#footerNav li img {
	vertical-align:middle;
}
#footer .elite {
	float:right;
	vertical-align:middle;
	line-height:28px;
}

/* =9 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* =10 Misc Classes
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.profile {
	padding:0 0 10px 0;
	clear:left;
}
.profile img {
	float:left;
	margin:0 8px 8px 0;
	color:#000;
	border:3px solid #4e4e4e;
}
.profile h2 {
	color:#000;
	font-size:18px;
}
.profile h3 {
	font-size:16px;
	font-weight:normal;
	font-style:italic;
}
.profile p {
	font-size:14px;
}
#boardProfiles .profile {
	float:left;
	clear:none;
	width:280px;
	padding-right:10px;
}
#boardProfiles .profile img {
	width:150px;
}
#boardProfiles .profile h3 {
	font-size:12px;
	margin:8px 0 0 0;
}
.privacy {
	font-size:13px;
}
.privacy h3 {
	font-size:15px;
}
.privacy strong {
	color:#666;
}
.privacy span {
	font-size:10px;
}
.houseImage {
	clear:right;
	float:right;
	width:340px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:0 0 10px 10px;
}
.apply {
	float:right;
	text-align:center;
	width:310px;
	background:#00547f url(../img/bg_apply.png) 0 40px repeat-x;
	padding:15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:0 0 10px 10px;
	max-height:300px;
}
.apply h1 {
	color:#fff;
}
.apply p {
	color:#fff;
}
.apply a {
	color:#fff;
	text-decoration:underline;
}
a.green {
	display:inline-block;
	background:#0f8341;
	color:#fff;
	font-size:22px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	max-height:51px;
	padding:5px 10px 5px 10px;
	cursor:pointer;
	vertical-align:middle;
	text-decoration:none;
	border:1px solid #ccc;
}
.progressBar {
	float:left;
}
.progressBar ul {
	margin:0;
	padding:0;
}
.progressBar li {
	float:left;
	line-height:25px;
	vertical-align:middle;
	padding:0 5px 0 5px;
	text-align:center;
	background:#00547f;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	border-right:1px solid #fff;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
.progressBar li.selected {
	margin:-5px 0 -5px 0;
	padding:5px;
}
.progressBar li a {
	display:block;
	line-height:25px;
	vertical-align:middle;
	padding:0 5px 0 5px;
	text-align:center;
	background:#efefef;
	color:#666;
	font-weight:normal;
	font-size:11px;
	margin:0 -5px 0 -5px;
	text-decoration:none;
}
.progressBar li a:hover {
	background:#003C5D;
	color:#fff;
	margin-top:-3px;
	margin-bottom:-3px;
	padding-top:3px;
	padding-bottom:3px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
#HouseApplicationForm {
	color:#333;
}
#HouseApplicationForm .input {
	margin:3px 0 8px 0;
}
#HouseApplicationForm .input label {
	width:200px;
}
#HouseApplicationForm .input.textarea label {
	display:block;
	width:auto;
}
#HouseApplicationForm .input input[type="text"],.input input[type="password"] {
	width:350px;
}
#HouseApplicationForm .input textarea {
	vertical-align:top;
	font-family:"Trebuchet MS",Arial,Helvetica;
	font-size:16px;
	padding:2px;
	width:100%;
}
.input select {
	font-size:16px;
	padding:2px;
	vertical-align:middle;
}
.input.checkbox {
	font-size:16px;
	padding:0 0 0 150px;
}
#HouseApplicationForm .input.select .checkbox {
	display:block;
	padding:0 0 0 200px;
}
#HouseApplicationForm .input.select .checkbox label {
	display:inline;
	width:auto;
}
.input .error-message {
	display:inline;
	color:#fff;
	background:#cc0000;
	padding:5px;
	margin: -3px 0 0 5px;
	font-size:16px;
	position:absolute;
}
#HouseApplicationForm .input .inner label, #HouseApplicationForm .input .innerFloat label {
	width:auto;
}
#HouseApplicationForm .input fieldset {
	background:#efefef;
}
.viewableApplication input,.viewableApplication select,.viewableApplication textarea {
	background:#efefef;
	border:0;
	color:#000;
}
.mission {
	font-size:30px;
	font-weight:normal;
	text-align:center;
	line-height:1.5;
	margin:0 0 15px 0;
	color:#000;
	background:#efefef;
}
.mission span {
	display:block;
	font-size:14px;
	color:#333;
}
.weekTable th {
	color:#000;
	font-weight:bold;
	text-align:center;
}
.weekTable td {
	text-align:center;
	font-size:12px;
}
