/* The Ark (Project 345) Site styles
Author: Matt McCloskey
Date: 12/08
*/

body {
	margin: 20px 0px;
	/* margin-top: 0px; */
	padding: 0px;

	font-family: Helvetica, sans-serif;
	color: #330000;
	line-height: 24px;
	
	font-size: 13px;
}

/* Links & Buttons
------------------------------------------------------------- Links & Buttons
*/
a, a:visited {
	color: #76ac34;
}
a:hover, a:active {
	color: #d75b1d;
}

a.button {
	padding: 1px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
a.print {
	background-image: url(../images/icons/printer.png);
}
a.email {
	background-image: url(../images/icons/email.png);
}

/* Headers
------------------------------------------------------------- Headers
*/
h1 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Helvetica Nueu Light", "Helvetica", sans-serif;
}
h2 {
	color: #eb6f44;
}
h3 {
}
h4 {
	color: #02b0cc;
	font-size: 16px;
}


/* Structure
------------------------------------------------------------- Structure
*/
.content {
	/* margin: 0px 30px; */
	margin: 0px 30px;
	padding: 0px;
}
#header {
	display: block;
	background-image: url(../images/logo_bg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	line-height: 40px;
	font-style: italic;
	text-align: right;
	color: #fff;
	
	font-family: "Trade Gothic";
}
#header .content {
	padding: 0px;
}
#header #home {
	display: block;
	float: left;
	width: 314px;
	height: 40px;
	background-image: url(../images/logo.jpg);
	text-indent: -9999px;
	text-align: left;
}

#main {
}

#footer {
	border-top: 2px solid #76ac34;
	margin-top: 40px;
	padding: 0px;
}

/* About section */
#about {
	display: none;
	background-color: #00b5cb;
	/* margin-top: -15px; */
	color: #fff;
}
#about .content {
	position: relative;
	margin: 0px 15px;
	padding: 15px;
}
#aboutlink {
	padding: 0px;
}
#aboutlink a {
	display: block;
	width: 170px;
	background-color: #92c13f;
	padding: 5px;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	text-align: center;
	color: #C2D793;
	text-decoration: none;
	margin: 0px 0px 0px auto;
}
#aboutlink a span {
	display: none;
	text-transform: uppercase;
	padding: 4px;
}
#aboutlink a:hover,
#aboutlink.showing a {
	background-color: #ed5f33;
	color: #fff;
}
#aboutlink.showing a span {
	display: inline;
}


.subtext {
	font-size: 9px;
	color: #999;
	line-height: 13px;
}

/* Navigation
------------------------------------------------------------- Navigation
*/

#navigation {
}

#main .header {
	margin: 10px 0px 10px 0px;
}
.header a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px;
}
.header a:hover {
	color: #000;
}
.header a .date {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #d75b1d;
}
.header a.prev,
.header a.next {
	width: 170px;
	padding: 10px 0px;
	font-size: 28px;
	line-height: 28px;
	color: #ccc;
	background-repeat: no-repeat;
	background-position: 0px 12px;
}
.header a.prev:hover,
.header a.next:hover {
	color: #000;
	background-position: 0px -39px;
}
.header a.prev {
	float: left;
	padding-left: 30px;
	background-image: url(../images/arrows_left.jpg);
}
.header a.next {
	text-align: right;
	float: right;
	padding-right: 30px;
	background-image: url(../images/arrows_right.jpg);
	background-position: right 12px;
}
.header a.next:hover {
	background-position: right -39px;
}
.header a.current {
	font-size: 48px;
	line-height: 48px;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.header a.current .date {
	font-weight: normal;
}





/* Main Area
------------------------------------------------------------- Main Area
*/
.links {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 12px;
}
.links li {
	display: inline;
	border-right: 1px solid #ccc;
	padding: 0px 8px;
}
.links li:first-child {
	padding-left: 0px;
}
.links li:last-child {
	border: none;
}


#main .links {
	float: right;
}


#main .scripture p {
	text-indent: 25px;
}

/* Footer Elements
------------------------------------------------------------- Footer Elements
*/

#footer .content {
	background-color: #fff;
}

#footer .header a {
	display: inline;
}

#footer a.ark {
	display: block;
	float: left;
	background-color: #fff;
	color: #fff;
	text-align: center;
	padding: 30px 20px 15px 20px;
	font-style: italic;
	margin-right: 8px;
}


#footer ul.links {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	list-style: none;
	font-size: 12px;
	text-align: center;
	display: block;
}


.mailto {
	display: block;
	float: right;
	padding: 30px 0px;
	padding-left: 80px;
	font-size: 12px;
	background-image: url(../images/envelope.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}


#footer #terms,
#footer #privacy {
	display: none;
	color: #fff;
	padding: 20px;
	font-size: 12px;
}

.smallprint {
	padding: 20px;
	font-size: 12px;
	line-height: 16px;
}
.smallprint h5 {
	font-size: 13px;
}

/* Form Elements
------------------------------------------------------------- Form
*/
form {
	font-size: 12px;
}
form p {
	padding: 0px;
	margin: 4px 0px;
}
fieldset {
	border: none;
	border-top: 1px solid #ccc;
	padding-top: 0px;
	margin: 0px;
}
legend {
	margin: 0px;
	padding: 0px 7px;
}
label {
	padding: 2px 4px;
	margin: 0px;
	width: 100px;
	float: left;
}
input, textarea {
	border: 2px solid #ccc;	
	padding: 4px 6px;
	margin: 0px;
	width: 315px;
	font-size: 12px;
}
button {
	background-color: #ccc;
	color: #333;
	border: none;
	padding: 5px 7px;
}


/* Email This Page */
body.emailthispage {
	width: 460px;
	padding: 0px 20px;
	background-image: url(../images/envelope.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
body.emailthispage h1 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}
body.emailthispage legend {
	display: none;
}

#yourinfo,
#recipientinfo {
	width: 212px;
	float: left;
}

#yourinfo input,
#recipientinfo input {
	width: 200px;
}
#yourinfo label,
#recipientinfo label {
	width: 215px;
	padding-left: 0px;
	padding-bottom: 0px;
}


#themessage {
	padding-right: 0px;
}
#themessage input,
#themessage textarea {
	width: 322px;	
}



/* Date Picker */
#datepicker {
	display: block;
	text-align: center;
	height: 20px;
}
#datepicker input {
	display: none;
}
#datepicker button {
	display: block;
	margin: 0px auto;
	float: none;
}




/* Standards & Hacks
------------------------------------------------------------- Standards & Hacks
*/
img {
	border: none;
}
.clearer {
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin-top: -1px;
	text-indent: -9999px;
}


/* ! Plus reading plan  */
/* --------------------------------------------------------------------------------- 
 */
#plus {
	background: #efefef url(../images/logo-plus.png) no-repeat scroll 10px 5px;
	font-size: 14px;
	font-weight:bold;
	padding: 25px;
	padding-left: 230px;
	margin-bottom: 20px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
#plus ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#plus ul li {
	display: inline;
	margin-right: 20px;
}

#plus a {
	color: #999;
}
#plus a:hover {
	color: #00b5cb;
}