/*
-----------------------------------------------------------------------------------
	GLOBAL SETTINGS
-----------------------------------------------------------------------------------
*/



h4{
	color: #7D100C;
	margin-bottom: 0px;
	padding: 0;
	font-size: .8em;
}

/* Remove borders from all images */
img{
	border: 0;
}
a{
	color: #7D100C;
}

blockquote{
	color: #60482D;
	font-style: italic;
	/*text-indent: 10px;*/
	background: #F9F8EB;
	padding: 10px 20px 10px 20px;
	border: 3px double #FFF;
	margin: 0 0 20px 0;
}
blockquote p em{
	font-style: normal;
	line-height: 8px;
	font-size: .8em;
	vertical-align: text-top;
	margin: 0 2px 0 0;
	color: #7D100C;
}
ol{
	color: #60482D;
	background: #F9F8EB;
	padding: 10px 20px 10px 20px;
	border: 3px double #FFF;
	margin: 0 0 20px 0;
	font-size: .8em;
}
ol li{
	margin: 0 0 10px 20px;
}
hr{
	clear: left;
	margin: 20px 0;
	padding: 0;
	height: 1px;
	border: 0;
	color: #D5CCC3;
	background-color: #D5CCC3;
}

/*

-----------------------------------------------------------------------------------
	CALENDAR
-----------------------------------------------------------------------------------
*/
#events{
	float: left;
	clear: left;
	display: block;
	width: 180px;
	background: #F9F8EB url(../images/bg_events.gif) repeat-y;
margin-left:50px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC699;
}
#events h4{
	width: auto;
	margin: 0 9px;
	background: #6699cc;
	color: #FFF;
font-size: 1.2em;
	text-align: center;
	line-height: 25px;
	border-bottom: 1px solid #9C140F;
}
#events h4 a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#events h4 a:hover{
	background: #574531;
}
#events .calendar-next, #events .calendar-prev{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 25px;
	font-size: .9em;
	height: 25px;
	width: 23px;
	text-align: center;
}
#events .calendar-next:hover, #events .calendar-prev:hover{
	background: #8D120E;
}
#events .calendar-next{
	float: right;
	display: inline;
	margin-right: 9px;
}
#events .calendar-prev{
	float: left;
	display: inline;
	margin-left: 9px;
}
.calendar{
	border-collapse: collapse;
	border-bottom: 1px solid #E7E6D6;
	margin: 0 0 0 9px;
	padding: 0;
}
.calendar td, .calendar th{
	font-size: .9em;
	margin: 0;
	padding: 0;
	border: 0;
	width: 23px;
	height: 1.2em;
	line-height: 1.2em;
	text-align: center;
	background: #F9F8EB url(../images/bg_calendar_day_new.gif) no-repeat;
	color: #D3D0B9;
}
.calendar th{
	height: 1.9em;
	line-height:1.9em;
	background: #574531 url(../images/bg_calendar_dayHead.gif) 100% 0 no-repeat;
	color: #ffffff;
}

.calendar a{
	color: #7D100C;
	text-decoration: none;
	display: block;
	width: 23px;
	font-size: 1em;
	height: 1.8em;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	background: #FFF url(../images/bg_calendar_day_new.gif) no-repeat;
	}
	.calendar a:hover{
		background-position: 0 -100px;
		color: #574531;
		}
.calendar td.saturday{
	border-right: 1px solid #E7E6D6;
	}
/*
.calendar td.sunday a{
	width: 24px;
	border-left: 1px solid #E7E6D6;
	}
	* html .calendar td.sunday a{
		width: 23px;
		}
.calendar a:hover{
	background-position: 100% -22px;
	color: #B91812;
}
.calendar td.sunday,
.calendar th.sunday{
	width: 24px;
	font-weight: bold;
}*/
#events a#link{
	margin: 0 10px;
	padding: 3px 0;
	display: block;
	text-align: center;
	background: #574531;
	font-size: .9em;
	color: #ffffff;
	text-decoration: none;
}

.tooltip{
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7D100C;
	padding-bottom: 25px;
	font-style: italic;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
    background: url(../images/bg_popup.gif) 0 100% no-repeat;
	position: relative;
}
.tooltip span.top{
	padding: 15px 10px 0 10px;
    background: #FFF url(../images/bg_popup.gif) no-repeat;
}


-----------------------------------------------------------------------------------
	IE Fixes
-----------------------------------------------------------------------------------
*/
* html .left{
	position: relative;
}
#main{
	position: relative;
}
* html #navigation ul li a{
	padding-right: 0;
	height: 1%;
	width: 165px;
}
* html #navigation ul li ul li a{
	height: 1%;
}
* html #callouts .sermon{
	height: 1%;
}
* html #main .img p{
	margin-top: 0;
}
* html .calendarNav{
	height: 1%;
	border: 3px double #F9F8EB;
}
* html #footer p{
	position: relative;
	height: 1%;
}
