@media screen {
/*===========================================================================
	BN Template Mapping (F1F)
===========================================================================*/

/*
outer-wrapper == outer-wrapper
	page == pageWrap
		left-col == generatedContent-1
		content-wrapper == content-wrapper
			content == contentBlock-1
			sidebar == generatedContent-2
		header == header
			nav == globalMenu
		footer == footer
*/
	
/*===========================================================================
	Overall Structure
===========================================================================*/

body div#outer-wrapper {
	/* Needed for the page dropshadow */
	position: relative;
	width: 1060px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(../_media/bg-outer_wrapper.png) top center repeat-y;
}

	div#outer-wrapper div#pageWrap {
		position: relative;
		margin: 0 19px;
		padding-top: 186px;
		background: #effdfe url(../_media/bg-page.png) top center repeat-y;
	}
	
	* html div#outer-wrapper div#pageWrap {
		position: static;
	}
	*+html div#outer-wrapper div#pageWrap {
		position: static;
	}


		div#pageWrap div#header {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			min-height: 186px;
			height: auto !important;
			height: 186px;
			background: #000 url(../_media/bg-header.jpg) top center no-repeat;
		}
		
		*+html div#pageWrap div#header {
			position: static;
			width: 0;
			height: 0;
		}

		div#pageWrap div#generatedContent-1 {
			/* sadface :( */
			position: relative;
			float: left;
			width: 252px;
		}
		
		div#pageWrap div#content-wrapper {
			position: relative;
			float: right;
			width: 770px;
			padding-top: 70px;
			background: transparent url(../_media/bg-content_wrapper.jpg) top center no-repeat;
		}

			div#content-wrapper div#contentBlock-1 {
				position: relative;
				float: left;
				width: 500px;
				padding-top: 60px;
			}

			div#content-wrapper div#generatedContent-2 {
				position: relative;
				float: right;
				width: 200px !important;
				margin-right: 20px;
			}
			
			* html div#content-wrapper div#generatedContent-2 {
				margin-right: 9px !important;
			}

		div#pageWrap div#footer {
			clear: both;
			height: 42px;
			padding-top: 20px;
			color: #fff;
			text-align: center;
			background: #000 url(../_media/bg-footer.jpg) top center no-repeat;
		}

/*===========================================================================
	Header
===========================================================================*/

a#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 255px;
	height: 155px;
	text-indent: -1000em;
}

*+html a#logo {
	background: #000 url(../_media/bg-header.jpg) top center no-repeat;
	left: 19px;
	width: 1022px;
	min-height: 186px;
	height: auto !important;
	height: 186px;
	overflow: visible;
	z-index: 0;
}

ul#globalMenu {
	position: absolute;
	top: 146px;
	left: 265px;
	z-index: 1;
}

*+html ul#globalMenu {
	left: 281px;
}

	ul#globalMenu li {
		float: left;
		margin-right: 28px;
		font-size: 1.3333em;  /* 16px relative to 12px */
		font-weight: bold;
		text-transform: uppercase;
	}

		ul#globalMenu li a { color: #fff; }
		ul#globalMenu li a:hover { color: #0ff; text-decoration: none; }

/*===========================================================================
	Content
===========================================================================*/

div#contentBlock-1 * {
	/*margin-bottom: 1em;*/
	}

div#contentBlock-1 p {
	margin-bottom: 1em;
}

div#contentBlock-1 h1 {
	font-weight: bold;
	font-size: 1.5em;  /* 18px relative to 12px */
	text-transform: uppercase;
	margin:1em 0 0.5em;
}

/* FAQs
===========================================================================*/

div#contentBlock-1 dt.tx-irfaq-dynheader img {
	margin-bottom: 0;
}

div#contentBlock-1 div.additional-info {
	border-top: 1px solid #ACB6B7;
}

/*===========================================================================
	Sidebar
===========================================================================*/

div#generatedContent-2 a {
	color: #996633;
}

/* Actions Pane
===========================================================================*/

div#generatedContent-2 div#actions {
	position: relative;
	top: 0;
	left: 0;
	margin-left: -23px;
	margin-right: -20px;
	padding: 10px 8px;
	height: 71px;
	background: transparent url(../_media/bg-actions.jpg) top center repeat-y;
}

div#actions ul li { float: left; }

div#actions ul li a {
	display: block;
	width: 32px;
	height: 32px;
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -1000em;
}

	div#actions ul li a:hover { background-position: 0 -32px; }

	/* RSS icon has no rollover state */
	div#actions ul li.rss a:hover { background-position: top center; }

	li.search a { background-image: url(../_media/icons/search.png); }
	li.social-connect a { background-image: url(../_media/icons/social-connect.png); }
	li.media a { background-image: url(../_media/icons/media.png); }
	li.resources a { background-image: url(../_media/icons/resources.png); }
	li.watermark a { background-image: url(../_media/icons/watermark.png); }
	li.bible a { background-image: url(../_media/icons/bible.png); }
	li.rss a { background-image: url(../_media/icons/rss.png); }

	div.tooltip {
		display: none;
		padding: 10px 15px;
		border: 2px solid #fff;
		outline-color: #669;
		outline-style: solid;
		outline-width: 1px;
		-moz-outline-radius-bottomleft: 4px;
		-moz-outline-radius-bottomright: 4px;
		-moz-outline-radius-topleft: 4px;
		-moz-outline-radius-topright: 4px;
		color: #fff;
		text-align: left;
		background-color: #000;
	}

div#actions form#search-form {
	clear: left;
	padding-top: 10px;
	width: 100%;
}

	form#search-form div { position: relative; }

		form#search-form label {
			position: absolute;
			top: 2px;
			left: 5px;
			color: #999;
		}

		form#search-form input { width: 97%; }

/* Remaining Sidebar Content
===========================================================================*/

div#generatedContent-2 h2 {
	margin-top: 1em;
	margin-bottom: .5em;
	/*color: #dc5c1f;*/
	font-weight: bold;
	font-size: 1.5em;  /* 18px relative to 12px */
	text-transform: uppercase;
}

div#generatedContent-2 h3 {
	font-size: 1.4em;  /* 18px relative to 12px */
	margin-top:10px;
}

div#generatedContent-2 p.date {
	margin-bottom: .15em;
	font-size: 1.1667em;  /* 14px relative to 12px */
	font-style: italic;
	font-weight: bold;
}

/* ===== Tweets ===== */

div#generatedContent-2 div#twitter-container {
	margin-bottom: 1em;
}

div#twitter-feed li {
	padding-bottom: .5em;
	border-bottom: 1px solid #acb6b7;
	margin-bottom: 1em;
}

div#twitter-feed a.permalink {
	font-size: .75em; /* 9px relative to 12px */
}

/*===========================================================================
	Footer
===========================================================================*/

div#footer a { color: #fff; text-decoration: underline; }

/* end @media */
}