
@import url(_base.css);

body {
	/*background: url(/images/bg-body2.gif) repeat-x;*/
	}
#navUtilities {
	left: auto;
	right: 16px;
	}
#nav {
	margin-bottom: 0;
	}



/* sub navigation
==============================================================================*/
#subNav {
	list-style: none;
	min-height: 30px;
	visibility: hidden;
	}
	.audio #subNav {
		padding-left: 70px;
		}
	.events #subNav {
		float: right;
		padding-right: 110px;
		}
	.members #subNav {
		float: right;
		padding-right: 30px;
		}
	.bookstore #subNav {
		float: right;
		}
	#subNav li {
		float: left;
		padding: 0 15px;
		height: 30px;
		background: url(/images/divider-subnav_v.gif) right bottom no-repeat;
		}
		#subNav .last {
			background: none;
			}
		#subNav li a {
	display: block;
	color: #7a6c5f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 2.7em;
	font-weight: normal;
	font-variant: normal;
			}
		#subNav li a:hover {
			text-decoration: underline;
			color: #2388ff;
			}


/* content
==============================================================================*/
#content,
#ministryContent {
	float: right;
	margin-top: 15px;
	width: 497px;
	min-height: 350px;
	}
	#container .full {
		width: 100%;
		}
	#content {
		padding-bottom: 20px;
		}
#salesInfoList {
	list-style-type: none;
}
#content h2 {
	clear: none;
	margin: 0;
	padding-bottom: 3px;
	color: #ff9300;
	text-transform: none;
	border: 0 none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	font-variant: normal;
	}
#content h3 {
	margin: 1.3em 0 0 0;
	font: bolder 1.2em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #555;
	}
#content h4 {
	margin: 0 0 -1em 0;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	}
	
	
#content p,
#content li {
	margin: 1.3em 0;
	font: normal 1.2em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	}
	#content p.utilityLink {
		padding: .5em .4em .5em 25px;
		font-size: 1em;
		background: #d7ffcc url(/images/icon-cog.gif) 4px 50% no-repeat;
		border: 1px solid #c3d4be;
		}
	#content p.notice {
	padding: .5em 1em .5em 35px;
	font-size: 1.0em;
	border: 1px solid #ccc;
	background-color: #FFFFCC;
	background-image: url(/images/icon_download.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	color: #666666;
		}
		
			#content p.tourinsert {
	padding: .2em 1em .2em 20px;
	font-size: 1.1em;
	border: 1px solid #ccc;
	background-color: #FFFFCC;
	background-repeat: no-repeat;
	color: #666666;
		}
		#content p.pdxmore {
	font-size: 1.1em;
	border: 1px solid #ccc;
	background-color: #E7F4F4;
	color: #666666;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	width: 456px;
		}
		
#content li {
	margin: .7em 0;
	}
#content ol,
#content ul {
	padding: 0 2.5em;
	}
#content blockquote {
	margin: 1.3em 0;
	padding: 0 1.5em;
	font: italic 1.1em/1.3em georgia,serif;
	color: #999;
	}
#content dl {
	font: normal 1.2em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	}
	#content dt {
		margin: 1.5em 0 0;
		font-weight: bold;
		color: #ff9300;
		}
	#content dd {
		margin: 0 15px 1em 15px;
		font-size: .91em;
		}
#content a {
	color: #2388ff;
	font-weight: bold;
	}
#content a:hover {
	color: #333;
	text-decoration: underline;
	background: #ffc;
	}
	#content a.imgLink:hover {
		background: none;
		}
#content .details {
	font: normal 1.1em/1.4em Verdana, Arial, Helvetica, sans-serif;
	}
#content .finePrint {
	font-size: .9em;
	line-height: 1.6em;
	color: #999;
	}
#content .info {
	clear: both;
	padding: 5px 5px 5px 30px;
	background: #eee url(/images/icon-info.gif) 8px 50% no-repeat;
	border: 1px solid #ccc;	
	}
#content .info span {
	padding-right: 10px;
	}
#content .event h4 {
	margin-top: 3em;
	padding: 0 0 .4em 20px;
	text-align: right;
	font: normal 1.0em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #ff9300;
	background: url(/images/icon-calendar_date.gif) 0 40% no-repeat;
	border-bottom: 1px solid #ccc;
	}
#content .event h4 span {
	float: left;
	font-size: 1.6em;
	color: #555;
	}
#content .campus {
	margin-bottom: 30px;
	}
	#content .campus h3 {
		font-size: 1.3em;
		text-transform: none;
		}
	#content .campus p,
	#content .campus ul {
		margin-left: 100px;
		padding: 0;
		}
	#content .campus li {
		margin: 0;
		list-style: none;
		padding-left: 15px;
		font-size: 1.1em;
		background: url("/images/arrow-miniorange.gif") 0 50% no-repeat;
		}
	#content .campus hr.clearHack {
		clear: none;
			}
.pastorProfile {
	position: relative;
	float: left;
	left: 15px;
	margin-bottom: 20px;
	width: 150px;
	min-height: 200px;
	text-align: center;
	}
	#content .pastorProfile p {
		font-size: 1.1em;
		line-height: 1.4em;
		}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 4px;
	color: #666666;
}
td {
	padding-left: 4px;
}


.style5 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* sidebar
==============================================================================*/
#sideBar {
	position: relative;
	float: left;
	margin: 15px 30px 0 0;
	width: 241px;
	background: #e7f4f4 url(/images/bg-sidebar.gif) center top repeat-y;
	}
	#sideBar #sideBarTop {
		display: block;
		margin-bottom: -10px;
		height: 10px;
		background: url(/images/bg-sidebar_top.gif) center top no-repeat;
		}
	#sideBar #sideBarBottom {
		display: block;
		margin-top: -10px;
		height: 10px;
		background: url("/images/bg-sidebar_bottom.gif") center top no-repeat;
		}
#sideBar h2,
#sideBar p,
#sideBar li, #sideBar h3, #sideBar form {
	margin: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#sideBar h2 {
	margin-bottom: -10px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	}
#sideBar p {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #777;
	}
	#sideBar p.fineprint {
		font-size: 1.0em;
		line-height: 1.2em;
		color: #ccc;
		}
#sideBar ul,
#sideBar ol {
	margin: 15px;
	}
	#sideBar li ul,
	#sideBar li ol {
		margin: 0;
		font-size: .9em;
		}
	
#sideBar li {
	color: #777;
	font-size: 1.2em;
	line-height: 1.5em;
	}
#sideBar li .subList { font-size: 1em !important; line-height: 1.4em !important; }
#sideBar ul li {
	margin: 5px 0;
	padding: 0 15px;
	list-style: none;
	background: url("/images/arrow-miniorange.gif") 0 .6em no-repeat;
	}
#sideBar a {
	color: #2388ff;
	font-weight: bold;
	}
#sideBar a:hover {
	text-decoration: underline;
	color: #333;
	background: #ffc;
	}
#sideBar .noStyle img {
	margin: 10px 0;
	}
	#sideBar .right img {
		position: relative;
		right: 15px;
		}
	#sideBar .left img {
		position: relative;
		left: 15px;
		}

		
/* screenshotContent
==============================================================================*/
#screenShot {
	position: relative;
	float: left;
	margin: 0px 0px 0 0;
	width: 190px;

	}

#screenBar h2,
#screenBar p,
#screenBar li {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#screenBar h2 {
	margin-bottom: -15px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	}
#screenBar p {
	font-size: 1.1em;
	line-height: 1.8em;
	color: #777;
	}
	#screenBar p.fineprint {
		font-size: 1.0em;
		line-height: 1.2em;
		color: #ccc;
		}
#screenBar ul,
#screenBar ol {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#screenBar li ul,
	#screenBar li ol {
		margin: 0;
		font-size: 1em;
		}
	
#screenBar li {
	color: #777;
	font-size: 1.0em;
	line-height: 1.4em;
	padding-bottom: 1em;
	}
#screenBar ul li {
	margin: px 0;
	padding: 0 15px;
	list-style: none;
	background: url(/images/bullet_ButtonORG.gif) 0 .45em no-repeat;
	padding-bottom: 1em;
	
	}
#sideBar a {
	color: #2388ff;
	font-weight: bold;
	}
#screenBar a:hover {
	text-decoration: underline;
	color: #333;
	background: #ffc;
	}
#screenBar .noStyle img {
	margin: 10px 0;
	}
	#screenBar .right img {
		position: relative;
		right: 15px;
		}
	#screenBar .left img {
		position: relative;
		left: 15px;
		}

		



/* events calendar (powered by EasyPHPCalendar -- hence the lack of validation)
==============================================================================*/
.sIFR-hasFlash .monthYearTextTOC { /* fix for sIFR */
 	visibility: hidden;
	font-size: 24px;
	line-height: 24px;
 	}
.mainTableTOC {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	color: #555;
	}
.monthYearTextTOC {
	font-size: 1.8em;
	color: #ff9300;
	}
.monthYearRowTOC table {
	margin-bottom: 20px;
	}
.dayNamesTextTOC td {
	padding-bottom: 2px;
	font-size: 1.2em;
	border-bottom: 1px solid #555;
	}
.sOtherTOC {
	color: #ddd;
	}
.rowsTOC td {
	width: 80px;
	height: 80px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	}
.s20TOC div { /* weekends? I think? */
	}
.daynumTOC,
.todayTOC {
	padding: 3px;
	margin-bottom: 3px;
	background: #ebe9db;
	border-bottom: 1px solid #e0dcc9;
	}
.todayTOC { /* today's style */
	color: white;
	font-weight: bold;
	background: #ff9300;
	}
.titleTOC {
	padding-left: 10px;
	font-size: 1.0em;
	background: url("/images/arrow-miniorange.gif") 0 .4em no-repeat;
	color: #999;
	}
.titleTOC:hover {
	color: #2388ff;
	}
.s27 {
	display: none;
	}


/* database(s)
==============================================================================*/
#content .listingControls {
	margin: 0 0 15px 0;
	padding: 0 5px;
	text-align: right;
	font-size: 1em;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	#content .listingControls span {
		display: block;
		float: left;
		}


/* forms
==============================================================================*/
/*fieldset {
	margin: 15px 0;
	padding: 15px 0;
	border: 0 none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
fieldset div {
	margin: 0;
	padding: 5px 0;
	border-top: 1px dotted #cfcfcf;
	}
	fieldset div.last {
		border-bottom: 1px dotted #cfcfcf;
		}*/
legend {
	display: block;
	width: 100%;
	margin: 0;
	padding: 3px;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	background: #eee;
	border-bottom: 1px solid #ccc;
	}
/*label {
	display: block;
	float: left;
	clear: left;
	margin-right: 5px;
	width: 100px;
	font: normal 1.1em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	text-align: right;
	}*/

div.long {
	padding-left: 100px;
	}
	div.long label {
		text-align: left;
		width: auto;
		float: none;
		}
	div.long input,
	div.long select {
		clear: none;
		}

#content em.desc {
	display: block;
	margin: 0 0 0 105px;
	font: italic 1em/1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	}

/*#content fieldset .question {
	margin: 0;
	padding: 4px 4px 4px 25px;
	background: #f7f7f7 url(/images/icon-question.gif) 3px 50% no-repeat;
	}
	fieldset .question label {
		display: inline;
		float: none;
		width: auto;
		}*/

div.checks {
	padding-left: 100px;
	}
	div.checks label {
		display: inline;
		float: none;
		width: auto;
		text-align: left;
		}
	div.checks input {
		clear: none;
		}
	#content div.checks p {
		margin: 0 0 0 -100px;
		}
	#content div.checks em.desc {
		margin-left: 10px;
		}

div.important {
	background: #ffc;
	}
	#content div.important .desc {
		color: #999;
		}

div.options label {
	display: inherit;
	float: none;
	width: auto;
	margin-left: 100px;
	}
	fieldset div.options input {
		margin-right: 2px;
		}
	#content #content div.options p {
		margin: 5px 0;
		}

div.textarea label {
	float: none;
	width: 99%;
	}
	div.textarea textarea {
		width: 99%;
		height: 100px;
		}

#content form .option {
	margin: 5px 0;
	padding: 4px;
	font-size: 1.1em;
	background: #eee;
	}
	#content form .option input {
		margin-right: 2px;
		}

form .formControls {
	clear: both;
	margin: 2em 0;
	padding: .5em 1em;
	background: #d7ffcc;
	border-top: 1px solid #c3d4be;
	border-bottom: 1px solid #c3d4be;
	}
	form .formControls span {
		display: block;
		float: left;
		}



/* special stuff
==============================================================================*/
#geoparties {
	display: table;
	border-collapse: collapse;
	margin: 0;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #eee;
	}
#geoparties th {
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	background: #ffa81f;
	}
#geoparties td {
	width: 25%;
	padding: 2px;
	border: 1px solid white;
	}
.pdxtitlesMain {
	font-size: 1.2em;
	font-style: normal;
	color: #FF9300;
}
.PxTitle {
	width: 350px;
}
.PX {
	width: 50px;
}
.prodimagepdx {
	margin: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	padding: 4px;
	
	}

#newbody {background: #fff url(/images/bg-body2.gif) repeat-x;}
#content #dnld {
	font-size: 200%;
	font-family: Helvetica, Verdana, Tahoma, Sans-Serif;
	font-weight: 500;
	height: 43px;
	padding-top:18px;
	margin-bottom: 1em;
	margin-left: 2em;
	color: #000;
	width: 181px;
	background: url(/images/button-orange-180x60-hover.png) no-repeat;
}
#content #dnld:hover {
	color: #fff;
	background-image: url(/images/button-orange-180x60.png);
}

#content div.whatsnew {	border-top: 1px solid #999999;border-bottom: 1px solid #999999;padding: 20px 0 30px; }
#content div.whatsnew a img { float:right; margin-top: 20px}
#content div.whatsnew ul { margin-left: -20px; }
#content div.whatsnew ul li { list-style-type: none;padding-left: 20px;background:transparent url(/images/icon-checkmark.gif) no-repeat scroll 0 2px; }
#content a.link_top { margin-left: 2em; text-transform: none; font-size: 80%; }