/* Import External Styles */

@import url(/assets/decorahchurch/newsletter.css);
@import url(/assets/decorahchurch/blog.css);

/*

Title:      LifeHouse Chuch Styles
Author:     Daniel Marino
Revised:    December 2009

*/

a {
	color: #0054a6;
	text-decoration: none;
}

body {
	color: #555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	}

h1 {
	height: 101px;
	position: absolute;
	right: -34px;
	top: -35px;
	width: 215px;
}

h1 a {
	background: transparent url(h1-logo.png);
	display: block;
	height: 101px;
	overflow: hidden;
	text-indent: -9999px;
	width: 215px;
}

h1.title {
	display: none;
}

h2, h3 {
	color: #003663;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

h3 {
	color: #78a22f;
	font-size: 18px;
	margin: 25px 0 10px;
}

h4 {
	color: #003663;
	font-weight:bold;
	font-size:15px;
}

h6 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

/*  Contact Form  */

input, select, textarea { font-size: 11px; margin-bottom: 10px; }
input {	width: 300px; }
textarea { padding: 5px; }
.submit input { width: auto; }
label { display: block; }
.error label { color: #ff0000; }
.formErrors { border: 1px dashed #ff0000; background: #ffcccc; margin-bottom: 15px; padding: 10px 15px; }
#main-content .formErrors ul { margin-bottom: 0; }

p {
	margin-bottom: 15px;
}

input#markupfactory-getnewslettersignup-email {width:150px;}



#wrapper {
	margin-left: -380px;
	left: 50%;
	position: absolute;
	top: 90px;
	width: 760px;
}

#content {
	background: transparent url(content-background-green.png) repeat-y;
	min-height: 500px;
	padding: 0 10px;
}

#content-top-cap {
	background: transparent url(content-top-cap-green.png) top no-repeat;
	height: 20px;
}

#content-bottom-cap {
	background: transparent url(content-bottom-cap-green.png) top no-repeat;
	height: 30px;
	margin-bottom: 20px;
}


/*  Decor  */

#decor {
	height: 876px;
	position: relative;
}

.coatroom { background: url(background-wood.jpg) center top; }
.coatroom #decor { background: url(background-coatroom.jpg) center top repeat-x; }

.home { background: url(background-carpet.jpg) center top; }
.home #decor { background: url(background-livingroom.jpg) center top repeat-x; }
.home #decor #flickrPics { left: 50%; margin-left: 494px; position: absolute; top: 221px; }

.living-room { background: url(background-carpet.jpg) center top; }
.living-room #decor { background: url(background-livingroom.jpg) center top repeat-x; }
.living-room #decor #flickrPics { left: 50%; margin-left: 484px; position: absolute; top: 254px; }

.basement { background: #111111; }
.basement #decor { background: url(background-basement.jpg) center top repeat-x; }
.basement #decor #dryer-machine { left: 50%; margin-left: -590px; position: absolute; top: 394px; }

.bathroom { background: url(background-wood.jpg) center top; }
.bathroom #decor { background: url(background-kitchen.jpg) center top repeat-x; }

.kitchen { background: url(background-wood.jpg) center top; }
.kitchen #decor { background: url(background-kitchen.jpg) center top repeat-x; }

.office { background: url(background-wood.jpg) center top; }
.office #decor { background: url(background-office.jpg) center top repeat-x; }

.game-room { background: url(background-carpet.jpg) center top; }
.game-room #decor { background: url(background-gameroom.jpg) center top repeat-x; }

.garage { background: #838383; }
.garage #decor { background: url(background-garage.jpg) center top repeat-x; }


/*  Top Info  */

#top-info {
	left: 10px;
	position: absolute;
	top: -29px;
}

#top-info li {
	float: left;
	margin-right: 15px;
	padding-bottom: 6px;
}

#top-info li a {
	color: #363636;
	display: block;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
}

#top-info li#location {
	border-left: 1px solid #b8bfc4;
	padding-left: 15px;
}

#top-info li#location a {
	line-height: 13px;
}

#top-info li#new-visitors strong {
	font-size: 14px;
/*	line-height: 12px; */
	text-transform: uppercase;
}

#top-info li#location strong {
	color: #0054a6;
	font-size: 12px;
	line-height: 11px;
}

/*  Site Navigation  */

#site-nav {
	left: -67px;
	position: absolute;
	top: 25px;
	width: 141px;
}

#site-nav ul {
	background: transparent url(nav-background.png) repeat-y;
	padding: 0 8px;
}

#site-nav li a {
	border-bottom: 1px solid #c8baaa;
	color: #363636;
	display: block;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	line-height: 100%;
	padding: 8px 5px 6px;
	text-decoration: none;
}

#site-nav li:last-child a {
	border-bottom: none;
}

#site-nav li a:hover {
	background: transparent url(nav-hover-background.png);
}

#site-nav li strong {
	display: block;
	font-size: 14px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

#nav-top-cap {
	background: transparent url(nav-top-cap.png) top no-repeat;
	height: 24px;
}

#nav-bottom-cap {
	background: transparent url(nav-bottom-cap.png) top no-repeat;
	height: 9px;
}


/*  Main Content  */

#main-content {
	float: left;
	margin-top: 35px;
	padding: 0 30px 20px 80px;
	width: 430px;
}

#main-content a {
	border-bottom: 1px dotted #0054a6;
	padding-bottom: 1px;
}

#main-content ul {
	margin: 0 0 25px 25px;
	list-style: circle;
}

#main-content ul.comment-list {
	margin: 0;
	list-style: none;
}

#main-content ul ul {
	margin-bottom: 0;
}

#main-content ol {
	margin: 0 0 25px 25px;
	list-style: decimal;
}


#main-content li {
	margin-bottom: 5px;
}

.half {
	width: 215px;
	float:left;
}

/*  Aside  */


.aside {
	border-left: 1px solid #d9d9d9;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	float: left;
	line-height: 22px;
	margin-top: 84px;
	padding: 5px 20px 0;
	width: 159px;
}

.aside p {
	margin-bottom: 10px;
}

.aside p.view-all {
	font-size: 11px;
}

#sub-nav {
	margin-bottom: 25px;
}

#sub-nav li.active {
	background: url(sub-nav-active.png) left center no-repeat;
	margin-left: -21px;
	padding-left: 21px;
}

#sub-nav li a {
	border-bottom: 1px dotted #0054a6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 1px;
}

#sub-nav li.active a {
	border: none;
	color: #555;
	font-style: italic;
	font-weight: bold;
}

ul.events li {
	color: #003663;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px dashed #ccc;
	margin: 0px 0px 8px 0px;
	line-height:13px;
	padding-bottom: 10px;
}

ul.events li a {
	color: #003663;
}

ul.events li a:hover {
	color: #A12C2C;
}

ul.upcoming-events-sidebar li{
line-height:16px;
margin-bottom:8px;
}

ul.upcoming-events-sidebar {
margin-bottom:15px;
}

/*  Footer  */


#footer {
	color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 0 10px;
}

#footer a {
	color: #fff799;
	text-decoration: underline;
}

#footer p {
	margin-bottom: 15px;
}

#footer .nav {
	float: left;
	padding: 15px 0;
	margin-bottom: 15px;
}

#footer .nav ul {
	float: left;
	width: 100px;
	margin-right: 20px;
}

#footer #contact-info {
	background: transparent url(footer-contact-background.png);
	float: left;
	margin-bottom: 15px;
	margin-left: 80px;
	padding: 15px 20px 0;
	width: 140px;
}

#footer #sosumi {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

a.itunes {
background:transparent url(/assets/gccweb/itunes.png) no-repeat scroll right top;
padding:2px 22px 4px 0;
text-decoration:none;
}

a.feed {
background:transparent url(/assets/gccweb/feed.png) no-repeat scroll right top;
padding:2px 22px 4px 0;
text-decoration:none;
}

p.more {
	font-size: 11px;
	float: left;
	margin-right: 20px;
}


/*  Events  */

table {
	border-collapse: collapse;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	padding: 0;
	width: 100%;
}


table td.label {
	font-weight: bold;
	padding-right: 20px;
}

span.return {
	display: none;
}


/*  Podcasts  */

table.podcasts {
	border-collapse: collapse;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	padding: 0;
	width: 100%;
}


table.podcasts td,
table.podcasts th {
	padding: 2px 4px 2px 0;
	text-align: left;
}

table.podcasts th {
	font-size: 11px;
	font-weight: bold;
}

li.blog {
	background: transparent url(report.png) left center no-repeat;
	padding-left: 23px;
	list-style: none;
}

li.facebook-bullet {
	background:transparent url(/assets/decorahchurch/facebook-bullet.png) no-repeat scroll left;
	padding-bottom:-10px;
	padding-left:23px;
	list-style-type:none;
}

li.twitter-bullet {
	background:transparent url(/assets/decorahchurch/twitter-bullet.png) no-repeat scroll left;
	padding-bottom:-10px;
	padding-left:23px;
	list-style-type:none;
}


#mini-side p{ margin-bottom:10px;}
#mini-side li {margin-left:20px; list-style-type:disc;}
#markupfactory-getnewslettersignup div { margin-bottom: 10px; }
#markupfactory-getnewslettersignup label { display: none; }

.swapImageClick { cursor: pointer; }

/* jQuery Countdown styles 1.5.5. */
#easterCountdown { 
	width: 159px;
	height: 70px; 
}
.hasCountdown {
	border: 1px solid #c8baaa;
	background-color: #feedd9;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}
