/* @override http://www.calvarycorvallis.org/assets/css/current_info.css */

/*
*
*  Current Info Style Sheet
*  currentInfo.css
*
*/

div.post {
	clear: both;
	margin-top: 16px;
}

div.postCopy {
	margin-left: 115px;
}

.postCopy p {
	margin-top: 0;
	display: inline;
}

.post img {
	float: left;
}
/*---  Upcoming Events  ---*/

dl {
	margin: 0px 0px 0px 10px;	
}
dt {
	font-size: 1.2em;
	line-height: 1.3;
	padding: 2px 0px;
	margin: 0px 0px 4px -35px;
	font-weight: bold;
	border-bottom: 1px dashed #3a72a7;
	text-indent: 25px;
}

dd {
	text-indent: -49px;
	padding: 2px 0px 5px 0px;
}


#contentCell dl dd strong {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 13px;
}



/*---  Calendar stuff  ---*/

#bpCalArea {
	clear: both;
	margin-top: 12px !important;
	margin-top: 16px;
}

table {
	padding: 0px;
	margin: auto;
}

table td {
	border: 1px solid #464646;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.bpcal-event-divider {
	padding: 0px;
	height: 1px;
	color: #464646;
}

/*---  Header Table ---*/

#bp_headerTable td {
	margin: 0;
	padding: 0;
}

#headerCell {
	background: #c3d5e1;
	color: #464646;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 493px;
}

#bp_headerTable #previousYear {
	text-align: left;
}

#bp_headerTable #monthsCell {
	text-align: center;
}

#bp_headerTable #nextYear {
	text-align: right;
}

#previousYear, #nextYear {
	width: 52px;
}

/*--- Calendar Table ---*/

#bp_calTable td {
	width: 67px;
	height: 65px;
}

#bp_calTable .dayCell {
	background: #555;
	color: #fff;
	text-align: center;
	height: 16px;
}

#bp_calTable .bpcal-event-text {
	text-align: center;
}

#bp_calTable .emptyDateCell {
	background: #eee;
}

/*--- Slideshow ---*/

.imagecaption {
	clear: both;
	font-size: .9em;
}

.imagecaption strong {
	font-size: 1.1em;
	font-weight: bold;
}

.navimg {
	font-size: .9em;
	clear: both;
	line-height: 1.4em;
	vertical-align: top;
	padding: 10px 0px 10px 0px;
	height: 20px;
}

.bos_imgprev {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

.bos_imgnext {
	float: right;
	height: 20px;
	margin: -0px 0px 0px 0px;
	padding: 0px;
}

.hm {
	float: left;
	text-align: center;
	padding: 0 1.5em;
}