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

body {
	margin: 0px;
	margin-bottom: 25px;
	background-color: #eef6f7;
	color: #333;
}

/* Links & Buttons
------------------------------------------------------------- Links & Buttons
*/
a, a:visited {
}
a:hover, a:active {
}

/* Headers
------------------------------------------------------------- Headers
*/
h1 {
}


/* Structure
------------------------------------------------------------- Structure
*/
.content {
	margin: 0px 35px;	/* allow for boundbox padding */
	padding: 15px 25px;
}

#header {
	background-image: url(../images/logo_bg.jpg);
	height: 40px;
	line-height: 40px;
	
	font-size: 16px;
}
#header .content {
	padding: 0px;
	background-image: url(../images/dailyreading_title.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	text-indent: -9999px;
	text-align: left;
	height: 40px;
}
#header #home {
	background-image: url(../images/logo.jpg);
	height: 40px;
	width: 336px;
	float: none;
}

#main {
	background-color: #fff;
}

#footer {
	border-top: 3px solid #eef6f7;
	margin-top: 0px;
}


/* Navigation
------------------------------------------------------------- Navigation
*/
.header a.prev,
.header a.next {
	color: #ccc;
}
.header a.prev:hover,
.header a.next:hover {
	color: #000;
}

.header a .date {
	color: #c1d82f;
}
.header a:hover .date,
.header a.current .date {
	color: #c1d82f;
}
.header a.current:hover .date {
	color: #00b5cb;
}




/* Main Area
------------------------------------------------------------- Main Area
*/
#main .links {
	float: none;
}
#main .links li {
	border: none;
}
#main .links li a {
	text-decoration: none;
	color: #eb6f44;
}



/* Footer Elements
------------------------------------------------------------- Footer Elements
*/
/*
#footer a.ark {
	background-color: #333;
	color: #fff;
}
*/

#footer ul.links li {
	border-color: #fff;
}

.mailto {
	padding-right: 15px;
	background-color: #fff;
}

#footer .content {
	padding: 0px;
}

#footer .header {
	background-color: #0bacc8;
	color: #fff;
	font-size: 10px;
}

#footer .header .content {
	background-color: transparent;
	padding: 3px 0px;
}

#footer .header .links {
	text-align: right;
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
}
#footer .header .links li {
	display: inline;
}
#footer .header .links li:last-child {
	padding-right: 0px;
}
#footer .header .links li a {
	display: inline;
	color: #fff;
	text-transform: none;
	font-size: 10px;
}
#footer .header .links li a:hover {
	text-decoration: underline;
}

/* Form Elements
------------------------------------------------------------- Form
*/

/* Email this page */
body.emailthispage {
	margin-top: 25px;
	background-image: none;
	background-color: #fff;
}
body.emailthispage input,
body.emailthispage textarea {
	background-color: #f7f8d0;
	border-color: #d0da9b;
}
body.emailthispage button {
	background-color: #d0da9b;
	border-color: #d0da9b;
	padding-left: 40px;
	padding-right: 40px;
	float: right;
}
#themessage {
	padding-top: 20px;
}

/* Shadowbox */
#shadowbox_body, #shadowbox_loading {
	background-color: #d1e79a;
}
