/* -- Wrapper -- */

body {
	background: #EEE url(/images/wrapper/body-bg.gif) repeat-x;
}

div#wrapper {
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	background: url(/images/wrapper/shadow-bg.gif) repeat-y;
}

div#layout {
	width: 987px;
	padding: 5px 5px 0 5px;
	overflow: hidden;
	background: url(/images/wrapper/shadow-top.gif) no-repeat;
}

div#header {
	height: 120px;
	margin: 0 0px;
	overflow: hidden;
	background: #0D293F;
	width: 985px;
}

img#logo {
	display: block;
	float: left;
}

div#header-right {
	float: right;
	width: 335px;
	padding-top: 5px;
}

div#header-right ul {
	padding-left: 5px;
	height: 28px;
}

div#header-right ul li {
	float: left;
}

div#header-right ul li a {
	font-size: 10px;
	line-height: 12px;
	padding: 0 7px;
	border-right: 1px solid #D6D6D6;
}

div#header-right ul li.last a {
	border: 0;
}

div#searchbox {
	width: 269px;
	padding: 14px 26px 18px 26px;
	background: url(/images/wrapper/search-bg.gif) no-repeat;
}

div#searchbox p {
	height: 29px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: 1px solid #B6B6B6;
	background: #FFF;
}

div#searchbox input {
	display: block;
	float: right;
	border: 0;
}

div#searchbox #query {
	float: left;
	width: 204px;
	height: 23px;
	padding: 4px 4px 0 4px;
	font-family: arial;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 1px;
}

ul#navigation {
	height: 29px;
	margin: 1px 2px;
	background: #713356 url(/images/wrapper/nav-bg.gif) repeat-x;
}

ul#navigation li {
	float: left;
	height: 29px;
	border-left: 1px solid #8A4F70;
	border-right: 1px solid #713356;
	cursor: pointer;
	width: 119px;
}

ul#navigation li.hover {
	background: #8D3F6C;
	border-left: 1px solid #8D3F6C;
	border-right: 1px solid #8D3F6C;
}

li#nav-calendar {
	width: 92px;
	border-left: 0 !important;
}

li#nav-calendar ul {
	margin-left: 0 !important;
}

li#nav-news {
	width: 119px;
}

li#nav-congregation {
	width: 153px;
}

li#nav-music {
	width: 72px;
}

li#nav-faith {
	width: 129px;
}

li#nav-action {
	width: 122px;
}

li#nav-history {
	width: 82px;
}

li#nav-webcasts {
	width: 102px;
}

li#nav-shop {
	width: 89px;
	border-right: 0 !important;
}

ul#navigation li a {
	display: block;
	width: 100%;
	height: 22px;
	padding-top: 7px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	cursor: pointer;
}

ul#navigation li ul {
	position: absolute;
	display: none;
	width: 164px;
	padding: 3px 2px 2px 3px;
	margin-left: -1px;
	background: #8D3F6C;
	border-bottom: 1px solid #713356;
	border-right: 1px solid #713356;
	z-index: 1000;
}

ul#navigation li.hover ul {
	display: block;
}

ul#navigation li ul li {
	float: none;
	height: 20px;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}

ul#navigation li ul li a {
	display: block;
	height: 16px;
	width: 145px;
	padding: 2px 4px 2px 15px;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	color: #FFF;
	cursor: pointer;
}

ul#navigation li ul li a:hover {
	background: #BD6A9A;
}

div#page {
	position: relative;
	padding: 0px 0px 0px;
	overflow: visible;
	margin-left: 2px;
	font-size: 0.8em;
	background: #FFF url(/images/wrapper/content-bg.jpg) repeat-x;
	background-color: #FFFFFF;
}

div#page p {
	line-height: 1.4em;
}

div#page th {
	font-size: 12px;
}

div#page #page-top {
	height: 55px;
	overflow: hidden;
}

div#page #crumbs {
	float: right;
	padding-right: 4px;
	font-family: times new roman, times, serif;
	font-size: 18px;
	color: #57585B;
}

div#page #crumbs li {
	display: block;
	float: left;
	padding-top: 13px;
}

div#page #crumbs a.crumb {
	padding: 0 7px 0 12px;
	font-size: 16px;
	font-style: italic;
}

div#page #crumbs li#section {
	padding-top: 0;
	padding-left: 11px;
}

div#page #crumbs li#section a {
	font-weight: normal;
	font-size: 38px;
	letter-spacing: -1px;
	font-style: italic;
	color: #57585B;
}

div#page-left {
	position: relative;
	float: left;
	width: 225px;
}

div#page-right {
	position: relative;
	float: right;
	width: 720px;
}

div#page-left-col {
	position: relative;
	float: left;
	width: 630px;
}

div#page-right-col {
	position: relative;
	float: right;
	width: 312px;
}

div#page-left-col-text {
	position: relative;
	float: left;
	width: 590px;
	padding-left: 5px;
	line-height: 130%;
	font-size: 1.1em;
}

div#page-right-col-text {
	position: relative;
	float: right;
	width: 312px;
	padding-top: 40px;
}

div#page-left-col-text ul,
div#page-left-col-text ol {
	list-style-type: disc;
	margin: 15px 0 15px 15px;
	padding-left: 10px;
}

div#page-left-col-text ul ul,
div#page-left-col-text ul ol,
div#page-left-col-text ol ol,
div#page-left-col-text ol ul {
	list-style-type: circle;
	margin: 0 0 0 15px;
	padding-left: 10px;
}

div#page-left-col-text ol {
	list-style-type: decimal;
}

div#page-left-col-text ol ol {
	list-style-type: lower-alpha;
}

div#page-left-col-text li {
	vertical-align: middle;
}

ul#footer {
	display: block;
	height: 15px;
	padding: 15px 0;
	overflow: hidden;
	text-align: center;
}

ul#footer li {
	display: inline;
}

ul#footer li a {
	font-size: .7em;
	line-height: .8em;
	padding-left: 9px;
	padding-right: 11px;
	border-right: 1px solid #D6D6D6;
}

ul#footer li.last a {
	border: 0;
}

div#layout-bottom {
	height: 40px;
	padding-top: 30px;
	overflow: hidden;
	text-align: center;
	color: #999;
	font-size: 12px;
	font-family: times new roman, serif;
	background: #EEE url(/images/wrapper/shadow-bottom.gif) no-repeat;
}


/* -- Print -- */

@media print {
	
	html,
	body {
		background: none;
	}
	
	div#wrapper,
	div#layout,
	div#page {
		position: inherit;
		width: auto;
		height: inherit;
		padding: inherit;
		margin: inherit;
		float: inherit;
		overflow: inherit;
		background: none;
	}
	
	div#page {
		width: auto !important;
	}
	
	div#header {
		height: 105px;
		margin: 0;
		overflow: visible;
		background: none;
	}
	
	div#header h1 {
		float: none;
		padding: 0;
		margin: 0;
	}
	
	div#header-right,
	div#searchbox,
	ul#navigation,
	div#share-button,
	div#page-left {
		display: none;
	}

	div#page-right {
		float: none;
		width: 100%;
	}

	div#page-left-col,
	div#page-left-col-text,
	div#page-right-col,
	div#page-right-col-text {
		float: none;
		width: 100%;
	}
		
	ul#footer {
		display: none;
	}

	div#layout-bottom {
		display: none;
	}
	
}

