/* @override http://www.cccfrisco.org/assets/site.css */

@import url("base.css");

/* CSS Document */

body {
	font-family: "Lucida Grande", sans-serif;
	background: url(images/brown-bg.jpg) 50% 125px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", sans-serif;
	font-weight: normal;
}

h3, h4, h5, h6 {
	font-family: Georgia, "Lucida Grande", sans-serif;
	color: #663311;
	
}

h2 {
	color: #A66E4C;
}

.container {
	width: 960px;
	margin: 0 auto;
	z-index: 10;
	position: relative;
}

#headerback {
	position: absolute;
	z-index: 0;
	top: 0;
	width: 100%;
	height: 239px;
	background: url(images/header-background.jpg) repeat-x;
}

.content {
	background: #F4F4F1 url(images/content-bg.png) no-repeat 0 55px;
	padding-top: 55px;
	min-height: 540px;
    height:auto !important;
    height:540px;
	background-position: 0 55px;
}

.logo {
	height: 150px;
	position: relative;
}
.logo a {
	display: block;
	background: url(images/header-logo.png) no-repeat;
	height: 90px;
	width: 460px;
	position: absolute;
	top: 40px;
}
.logo a span {
	text-indent: -9999px;
	display: block;
}
.search {
	float: left;
	width: 258px;
	background: url(images/search-bg.png) no-repeat left bottom;
	padding: 12px 25px 12px;
	#padding: 10px 25px 12px;
	color: #F4F4F1;
	text-transform: uppercase;

}

.search .search-box {
	background: url(images/search-box-bg.png) no-repeat;
	height: 18px;
	width: 150px;
	border: none;
	padding: 4px 0 0 12px;
	margin-left: 5px;
	line-height: normal; 
	font-family: "Lucida Grande", sans-serif;
}

.search .search-submit {
	position: absolute;
	#margin-top: 1px;
}

.nav {
	background: url(images/nav-bg.png) repeat-x bottom;
	float: left;
	width: 652px;
	position: relative;
}

.nav li.active .subnav {
	background: url(images/subnav-bg.png) repeat-x;
	position: absolute;
	left: 0;
	width: 960px;
	min-height: 55px;
}

.nav ul {
	padding: 0;
	margin: 0;
}

.nav ul li {
	float: left;
	list-style: none;
	background: url(images/nav-border.png) no-repeat bottom left;
}
.nav ul li:hover, .nav ul li.first:hover {
	background: url(images/nav-bg-hover2.png) no-repeat left bottom;
}

.nav ul li a {
	display: block;
	padding: 15px 0 13px;
	width: 130px;
	text-align: center;
	text-transform: uppercase;
	color: #F4F4F1;
	text-decoration: none;
}

.nav ul li.first {
	background: none;
}

.nav ul li.active, .nav ul li.active:hover {
	background: #F4F4F1 url(images/active-bg-right.png) repeat-x bottom right;
}

.nav ul li.active a, .nav ul li.active a:hover {
	color: #784B2D;
	background: url(images/active-bg-left.png) no-repeat bottom left;
	padding: 16px 0 12px;
}

.nav li ul li, .nav li.active ul li a {
	background: none;
	text-transform: none;
}

.nav li.active ul li a {
	padding: 0;
	line-height: 55px;
}

.nav li.active ul li.active {
	background: none;
}

.nav li.active ul li a {
	color: #96867C;
}

.nav li.active ul li.active a {
	font-weight: bold;
	color: #663311;
}
.nav .subnav ul li:hover, .nav .subnav ul li.first:hover {
	background: none;
}
.nav .subnav ul li a:hover {
	color: #663311;
	background-image: none;
	padding: 0;
}
.content .main {
	width: 602px;
	padding: 25px;
	float: left;
	color: #443932;
}

.content .sidebar {
	width: 258px;
	float: left;
	padding: 25px;
}
.content h1 {
	color: #61514a;
	text-transform: uppercase;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
.content a {
	color: #A66E4C;
	text-decoration: none;
	border-bottom: 1px solid #E0CDC0;
}

.img-right {
	background: #E6E3DB;
	padding: 6px;
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

.img-left {
	background: #E6E3DB;
	padding: 6px;
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
}

.footer {
	padding: 10px 10px 100px;
	color: #AC9E98;
}

.blogpost h3 a {
	border: none;
}

.blogpost .date {
	color: #93877C;
}

.label {
	color:#A65A2C;
	font-size:130%;
}
/* Ordered Lists */
.main ol li {
    margin-bottom: 10px;
}
/* Text fields */
input.text, input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

/* Textareas */
textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }


/* Success, error & notice boxes for messages and errors. */
.error,.errors,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error, .errors      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }

/* Sidebar: Event List */
.eventlist {
	margin-top: 10px;
}
.eventlist .date {
	color: #61514a;
	text-transform: uppercase;
	font-size: 10px;
	margin: 0;
}
.eventlist h2, #home-container .eventlist h2 {
	padding: 0;
	font-size: 14px;
}
.eventlist p {
	margin-bottom: 10px;
}
.eventlist div {
	border-top: 1px dashed #999;
	padding-top: 10px;
}
.eventlist div.first {
	border-top: none;
}

/* Home Page */
#home-banner-container {
	width: 975px;
	margin: 0 auto;
	height: 0;
	position: relative;
	z-index: 20;
}
#home-banner {
	position: absolute;
	top: 196px;
	right: 0;
	height: 305px;
	background: url(images/home-banner-back.png) no-repeat left bottom;
}
#home-banner .left {
	width: 653px;
	height: 265px;
	float: left;
	padding: 7px;
	background-color: #f4f4f1;
}
#home-banner .right {
	width: 301px;
	height: 265px;
	float: left;
	padding: 7px 7px 7px 0;
	background: #f4f4f1 url(images/home-join-back.png) no-repeat 0 7px;
}
#home-banner .right h3, #home-banner .right p {
	padding-left: 20px;
	padding-right: 20px;
}
#home-banner .right h3 {
	height: 22px;
	display: block;
	background: url(images/home-join-header.png) no-repeat 20px 20px;
	text-indent: -9999px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#home-banner .right p {
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	
}
#home-banner .right a#learnmore {
	width: 131px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	background: url(images/home-learnmore.png) no-repeat;
}
#home-container .content {
	padding-top: 280px;
	background: #F4F4F1 url(images/content-bg.png) no-repeat 0 280px;
}
#home-container h2 {
	font-size: 18px;
	padding-top: 10px;
}
#home-container h2 span {
	color: #999;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	padding-left: 5px;
}

/* Reading List */
.readinglist {
	margin-bottom: 10px;
	margin-top: 10px;
}
.readinglist .bookimage {
	width: 95px;
	float: left;
	padding-right: 10px;
}
.readinglist img {
	width: 85px;
	border: 5px solid #ccc;
}
.readinglist .bookinfo {
	float: left;
	width: 497px;
}
.readinglist .bookinfo h3 {
	font: bold 1.2em "Lucida Grande", sans-serif;
	margin-bottom: 5px;
	float: left;
	clear: both;
	width: 100%;
}
.readinglist .author {
	color: #333;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
}
.readinglist .bookinfo p {
	margin-bottom: 10px;
}
.reading-sidebar {
	margin-top: 20px;
}
.reading-sidebar .bookimage {
	width: 85px;
	float: left;
	padding-right: 10px;
}
.reading-sidebar img {
	width: 65px;
	border: 5px solid #ccc;
}
.reading-sidebar .bookinfo {
	float: left;
	width: 163px;
}
.reading-sidebar .bookinfo h3 {
	margin-bottom: 5px;
	float: left;
	clear: both;
	width: 100%;
	font: bold 1.1em "Lucida Grande", sans-serif;
}

/* EasyEvents */
#ee_miniCalendarContainer table {
	width: 100%;
}
#ee_miniCalendarContainer table td, #ee_miniCalendarContainer table th{
	text-align: center;
}
.ee_miniCalYear {
	font-weight: bold;
}
.ee_miniCalendarDays {
	border-left: 5px solid #ccc;
	border-right: 5px solid #ccc;
	border-top: 5px solid #ccc;
	border-bottom: 4px solid #ccc;
}
.ee_miniCalendarDays thead {
	background-color: #575148;
	color: #fff;
}
.ee_miniCalendarDays tbody {
	background-color: #fff;
}
.ee_miniCalendarDays th, .ee_miniCalendarDays td {
	padding: 5px;
}
.ee_miniCalendarDays td a {
	font-weight: bold;
}
.ee_miniCalendarDays td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.ee_miniCalendarDays td.ee_saturday {
	border-right: none;
}
.ee_miniCalendarNav {
	margin-bottom: 5px;
}
.ee_miniCalendarNav a {
	text-decoration: none;
	display: block;
	width: 16px;
	border-bottom-style: none;
	font-size: 16px;
}
.ee_miniCalendarNav a:hover {
	font-weight: bold;
}
.ee_miniCalPrev, .ee_miniCalNext {
	width: 15px;
	line-height: 16px;
}

.easyEventsList_item {
	margin-top: 10px;
}
.easyEventsList_group {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.easyEventsList_group th {
	background-color: #e2dfd6;
	font-weight: bold;
	padding: 5px 10px;
	text-transform: uppercase;
}
.easyEventsList_group td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #e2e4dd;
}
.easyEventsList_group th.easyEventsList_category {
	width: 100px;
}
.easyEventsList_group th.easyEventsList_datetime {
	width: 220px;
}

/* Sermons */
#sermons {
	width: 100%;
}
#sermons .media {
	width: 290px;
}
#sermons th {
	background-color: #e2dfd6;
	font-weight: bold;
	padding: 5px 10px;
	text-transform: uppercase;
}
#sermons td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #e2e4dd;
}
#sermons h3 {
	color: #000;
	font: bold 14px "Lucida Grande", sans-serif;
}
#sermons p {
	margin-bottom: 0;
	color: #666;
}
