/* CSS Document */
/* rule conflicting with bulleted lists in /general/employment/positions.asp modal - EK 2014/11/05
a, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*/
body {
	background: url(../images/bg.jpg) repeat-x #022f4c;
	font: 12px Trebuchet MS, Helvetica, sans-serif;
	color: #464646;
	margin: 0 auto;
	padding: 0;
}

img {
	border: 0;
}

hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0;
	padding:0;
	border:none;
	visibility: hidden;
}

p {
	line-height: 18px;
}

.block {
	margin: 0;
	padding: 0;
}

.emphasis {
	font-style: italic;
	font-weight: bold;
}

.show {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.title {
	margin: 0 0 4px 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #668284;
	text-transform: uppercase;
    line-height: 18px;
}

.time {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #022f4c;
	line-height: 18px;
}

.copy {
	font-size: 12px;
	line-height: 18px;
}

/* p.copy {
	margin: 8px 0;
	padding: 0;
} */

.image-border {
	margin: 0;
	padding: 10px;
	border: 1px solid #d1d0ce;
	background: #FFF;
	display: block;
}

a:link {
	color: #464646;
	text-decoration: none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:visited {
	color: #464646;
	text-decoration: none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:hover {
	color: #000;
	background: none;
	text-decoration: none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:active {
	color: #464646;
	text-decoration: none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.block a:link {
	margin: 0;
	padding: 10px;
	text-decoration: none;
	font: 10px Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background: #4789ac;
	display: inline-block;
}

.block a:visited {
	margin: 0;
	padding: 10px;
	text-decoration: none;
	font: 10px Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background: #4789ac;
	display: inline-block;
}

.block a:hover {
	margin: 0;
	padding: 10px;
	text-decoration: none;
	font: 10px Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background: #1c6085;
	display: inline-block;
}

.block a:active {
	margin: 0;
	padding: 10px;
	text-decoration: none;
	font: 10px Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background: #4789ac;
	display: inline-block;
}

.box-padded p {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

/* .box-padded p:last-of-type {
	margin: 0;
} */

/* SIDE TAB NAVIGATION AREA -------------------------------------*/

#donateTab {
	background: url(../images/donateTab.jpg) no-repeat; /* Path to Image */
	left:1px;  /* change this to left: 1px; to put it on the left of the screen */
	top:100px;
	height:140px;
	width:43px;
	margin:0;
	padding:0;
	position:fixed;
	z-index:5000;
}

#donateTab a{
	display:block;
	width:100%;
	height:100%;
}

#watchListenTab {
	background: url(../images/watchListenTab.jpg) no-repeat; /* Path to Image */
	left:1px;  /* change this to left: 1px; to put it on the left of the screen */
	top:250px;
	height:140px;
	width:43px;
	margin:0;
	padding:0;
	position:fixed;
	z-index:5000;
}

#watchListenTab a {
	display:block;
	width:100%;
	height:100%;
}

#channelFinderTab {
	background: url(../images/channelFinderTab.jpg) no-repeat; /* Path to Image */
	left:1px;  /* change this to left: 1px; to put it on the left of the screen */
	top:400px;
	height:140px;
	width:43px;
	margin:0;
	padding:0;
	position:fixed;
	z-index:5000;
}

#channelFinderTab a {
	display:block;
	width:100%;
	height:100%;
}

#volunteerTab {
	background: url(../images/volunteerTab.jpg) no-repeat; /* Path to Image */
	left:1px;  /* change this to left: 1px; to put it on the left of the screen */
	top:400px;
	height:140px;
	width:43px;
	margin:0;
	padding:0;
	position:fixed;
	z-index:5000;
}

#volunteerTab a {
	display:block;
	width:100%;
	height:100%;
}

/* SIDE TAB NAVIGATION AREA - REVISED -------------------------------------*/

#donateTabContainer {
	/* background: url(../images/donateTab.jpg) no-repeat; */ /* Path to Image */
	left:1px;  /* change this to left: 1px; to put it on the left of the screen */
	top:100px;
	height:140px;
	width:43px;
	margin:0;
	padding:0;
	position:fixed;
	z-index:5000;
}

#donateTabContainer a{
	display:block;
	width:100%;
	height:100%;
}

#watchListenTabContainer {
	/* background: url(../images/watchListenTab.jpg) no-repeat; */ /* Path to Image */
	left:1px;  /* change this to left: 1px; to put it on the left of the screen */
	top:250px;
	height:140px;
	width:43px;
	margin:0;
	padding:0;
	position:fixed;
	z-index:5000;
}

#watchListenTabContainer a {
	display:block;
	width:100%;
	height:100%;
}

#channelFinderTabContainer {
	/* background: url(../images/channelFinderTab.jpg) no-repeat; */ /* Path to Image */
	left:1px;  /* change this to left: 1px; to put it on the left of the screen */
	top:400px;
	height:140px;
	width:43px;
	margin:0;
	padding:0;
	position:fixed;
	z-index:5000;
}

#channelFinderTabContainer a {
	display:block;
	width:100%;
	height:100%;
}

#volunteerTabContainer {
	/* background: url(../images/volunteerTab.jpg) no-repeat; */ /* Path to Image */
	left:1px;  /* change this to left: 1px; to put it on the left of the screen */
	top:400px;
	height:140px;
	width:43px;
	margin:0;
	padding:0;
	position:fixed;
	z-index:5000;
}

#volunteerTabContainer a {
	display:block;
	width:100%;
	height:100%;
}

/* TOP NAVIGATION BAR -------------------------------------------------------*/

#nav-bar {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	font: 14px Trebuchet MS, Helvetica, sans-serif;
	color: #FFF;
	box-shadow: 0 0 10px #000;
	position: relative;
	z-index: 9999;
	display: block;
}

.tinynav { display: none; }

ul#nav-small {
	display: none;
}

ul#nav {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	display: inline-block;
}

ul#nav > li { 
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	display: inline-block;
}

ul#nav > li:last-child { 
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	display: inline-block;
}

ul#nav li > a:link, ul#nav li > a:visited, ul#nav li > a:active {
	margin: 0;
	padding: 32px 15px;
	text-decoration: none;
	color: #FFF;
	background: none;
	display: inline-block;
	vertical-align: middle;
}

ul#nav li:hover > a {
	margin: 0;
	padding: 32px 15px;
	text-decoration: none;
	color: #FFF;
	background: #333;
	display: inline-block;
}
ul#nav li:last-child > a:link, ul#nav li:last-child > a:visited, ul#nav li:last-child > a:active {
	margin: 0;
	padding: 14px 10px;
	text-decoration: none;
	color: #FFF;
	background: none;
	display: inline-block;
	vertical-align: middle;
}

ul#nav li:last-child > a:hover {
	margin: 0;
	padding: 14px 10px;
	text-decoration: none;
	color: #FFF;
	background: none;
	display: inline-block;
}

ul#nav ul {
	width: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	position: absolute;
	top: auto;
	left: 0;
	background: #000;
	display: none;
	z-index: 9999;
}

ul#nav li:hover > ul {
	display: block;
}
ul#nav ul li {
	width: 200px;
	margin: 0;
	padding: 0;
	list-style-image: url(data:0);
	text-align: left;
	border: none;
	border-bottom: 1px solid #FFF;
	position: relative;
	display: block;
}
ul#nav ul li a:link, ul#nav ul li a:visited, ul#nav ul li a:active, ul#nav ul li:last-child a:link, ul#nav ul li:last-child a:visited, ul#nav ul li:last-child a:active {
	margin: 0;
	padding: 10px;
	font-size: 12px;
	color: #FFF;
	border: none;
	text-decoration: none;
	background: #000;
	display: block;
}
ul#nav ul li ul {
	width: 200px;
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	position: absolute;
	top: -1px;
	left: 200px;
	background: #000;
	display: none;
	z-index: 9999;
}

ul#nav ul li a:hover, ul#nav ul li:last-child a:hover {
	margin: 0;
	padding: 10px;
	font-size: 12px;
	color: #FFF;
	border: none;
	text-decoration: none;
	background: #333;
	display: block;
}

/* END TOP NAVIGATION BAR ---------------------------------------------------*/

/* BEGIN 100% FOOTER */

#footer {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #00000e;
	position: relative;
	font: Trebuchet MS, Helvetica, sans-serif;
	color: #fff;
	display: block;
}

.center-head-foot {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#footer-column-container {
	width: 972px;
	margin: 40px 0 40px -12px;
	padding: 0;
	display: inline-block;
}
.footer-column {
	width: 150px;
	margin: 0 0 0 12px;
	padding: 0;
	color: #FFF;
	display: inline-block;
	vertical-align: top;
}
.footer-column ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	display: block;
}
.footer-column li {
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #FFF;
	display: block;
}
.footer-other-text {
	padding: 10px;
	font: 12px Trebuchet MS, Helvetica, sans-serif;
	color: #fff;
}
.footer-header {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #cdcdcd;
	display: inline-block;
}
.footer-column li a:link, .footer-column li a:visited, .footer-column li a:active {
	margin: 0;
	padding: 10px;
	font: 12px Trebuchet MS, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	background: none;
	display: block;
}
.footer-column li a:hover {
	margin: 0;
	padding: 10px;
	font: 12px Trebuchet MS, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	background: #333;
	display: block;
}

.footer-copy {
	font: 12px Trebuchet MS, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}

/* END 100% FOOTER */

#main-container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: #f3f3f3;
	box-shadow: 0 0 10px 2px #000;
} 
#wrapper {
	width: 920px;
	height: 100%;
	margin: 0 20px;
	position: static;
	display: inline-block;
}
#header-container {
	width: 920px;
	margin: 0 0 20px 0;
	padding: 0;
	display: inline-block;
}
#logo {
	width: 210px;
	height: 72px;
	margin: 20px 40px 20px 0;
	padding: 0;
	background: url(../images/radio/ewtnRadioLogo.jpg) no-repeat top left;
	background-size: contain;
	vertical-align: top;
	display: inline-block;
}

/* START SUB NAV */

#sub-nav-container {
	width: 670px;
	margin: 0;
	padding: 0;
	background: #ece8e5;
	border-radius: 0 0 10px 10px;
	vertical-align: top;
	display: inline-block;
}
#sub-nav-container ul {
	width: 650px;
	margin: 0 10px;
	padding: 0;
	list-style: none;
	text-align: left;
}
#sub-nav-container ul li {
	margin: 0 5px;
	padding: 0 0 20px 0;
	display: inline-block;
}
#sub-nav-container ul li:hover {
	background: #e4e3e0;
}
#sub-nav-container ul li a {
	margin: 0;
	padding: 30px 15px 10px 15px;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #668284;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	border-bottom: 4px solid #003344;
	display: inline-block;
}
#sub-nav-container ul li a:hover {
	margin: 0;
	padding: 30px 15px 10px 15px;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #668284;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	border-bottom: 4px solid #4488aa;
	display: inline-block;
}
.second-line {
	font: 12px Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #aaaaaa;
	text-transform: lowercase;
}

/* END SUB NAV */

/* CONTENT STYLES */

.left-column {
	width: 608px;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.left-column .multi-column-container {
	width: 624px;
	margin: 0 0 0 -16px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.heading-bar {
	margin: 0 0 16px 0;
	padding: 5px 10px;
	background: #022f4c;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	display: block;
}

.heading-bar-for-box {
	margin: 0;
	padding: 5px 10px;
	background: #022f4c;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	display: block;
}

ul.schedule {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

ul.schedule li {
	margin: 0 0 16px 0;
	padding: 0 0 16px 0;
	border: none;
	border-bottom: 1px solid #d1d0ce;
	display: block;
}

/* ul.schedule li:nth-child(3n + 1) {
	width: 296px;
	margin: 0 0 16px 0;
	padding: 0 0 16px 0;
	border: none;
	border-bottom: 1px solid #d1d0ce;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
} */

.day {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
}

.multi-column-container {
	width: 936px;
	margin: 0 0 0 -16px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.one-column {
	margin: 0 0 16px 0;
	padding: 0;
	display: block;
}

.two-column {
	width: 452px;
	margin: 0 0 16px 16px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.three-column {
	width: 296px;
	margin: 0 0 16px 16px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.embed-container {
	width: 566px;
	margin: 0 0 16px 0;
	padding: 20px;
	border: 1px solid #d1d0ce;
	text-align: center;
	background: #FFF;
}

.sub-header {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #022f4c;
	line-height: 24px;
}

.sub-header-two {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 18px;
    font-weight: bold;
	color: #668284;
	line-height: 24px;
}

.box {
	margin: 0 0 16px 0;
	padding: 0;
	background: #ebe9e5;
	border: none;
    border-bottom: 1px solid #d1d0ce;
    border-left: 1px solid #d1d0ce;
    border-right: 1px solid #d1d0ce;
	display: block;
}

.box-padded {
	margin: 0 0 16px 0;
	padding: 10px;
	background: #ebe9e5;
	line-height: 18px;
	border: none;
    border-bottom: 1px solid #d1d0ce;
    border-left: 1px solid #d1d0ce;
    border-right: 1px solid #d1d0ce;
	display: block;
}

ul.shows {
	margin: 16px 0 0 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
}

ul.shows li {
	width: 296px;
	margin: 0 0 16px 16px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

ul.shows li:nth-child(3n + 1) {
	width: 296px;
	margin: 0 0 16px 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.scale {
	width: 100%;
}

.show-image {
	width: 66px;
	margin: 0 14px 0 0;
	padding: 10px;
	border: 1px solid #d1d0ce;
	background: #FFF;
	display: inline-block;
	vertical-align: top;
}

.show-information {
	width: 194px;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

ul.shows .sub-header {
	margin: 0 0 14px 0;
	padding: 0 0 10px 0;
	border: none;
	border-bottom: 1px solid #d1d0ce;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

ul.shows .sub-header-two {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 14px;
    font-weight: bold;
	color: #668284;
	line-height: 18px;
}

ul.shows .sub-header-two a {  
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 14px;
    font-weight: bold;
	color: #668284;
	line-height: 18px;
}

ul.odd-even {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 12px;
	list-style: none;
}

ul.odd-even li {
	margin: 0;
	padding: 5px 10px;
	border: none;
	border-bottom: 1px solid #d1d0ce;
	background: none;
	text-align: left;
	display: block;
}

ul.odd-even li:last-child {
	border-bottom: none;
}

ul.odd-even li:nth-child(even) {
	margin: 0;
	padding: 5px 10px;
	background: #dfddd8;
	text-align: left;
	display: block;
}

ul.odd-even-links {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 12px;
	list-style: none;
}

ul.odd-even-links li {
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #d1d0ce;
	background: none;
	text-align: left;
	display: block;
}

ul.odd-even-links li:last-child {
	border-bottom: none;
}

ul.odd-even-links li:nth-child(even) {
	margin: 0;
	padding: 0;
	background: #dfddd8;
	text-align: left;
	display: block;
}

ul.odd-even-links a:link {
	margin: 0;
	padding: 5px 10px;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

ul.odd-even-links a:visited {
	margin: 0;
	padding: 5px 10px;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

ul.odd-even-links a:hover {
	margin: 0;
	padding: 5px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	background: #4789ac;
	display: block;
}

ul.odd-even-links a:active {
	margin: 0;
	padding: 5px 10px;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

ul.underlined {
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #d1d0ce;
	background: none;
	font-size: 12px;
	list-style: none;
}

ul.underlined li {
	margin: 0;
	padding: 5px 0;
	border: none;
	border-bottom: 1px solid #d1d0ce;
	background: none;
	text-align: left;
	display: block;
}

ul.underlined li:last-child {
	margin: 0;
	padding: 5px 0 0 0;
	border: none;
	border-bottom: none;
	background: none;
	text-align: left;
	display: block;
}

.image-wrap-100px {
	width: 100px;
	margin: 0 8px 5px 0;
	padding: 0;
	border: 1px solid #d1d0ce;
	float: left;
}

.three-column-photo {
	width: 274px;
	border: 1px solid #d1d0ce;
    margin: 0 0 16px 0;
    padding: 10px;
	background: #FFF;
	display: inline-block;
    vertical-align: top;
}

/* .affiliate-text {
	width: 320px;
	margin: 0 0 16px 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
} */

.right {
	float: right;
}

.right-column {
	width: 296px;
	margin: 0 0 0 16px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.image-link {
	margin: 0 0 16px 0;
	display: inline-block;
	vertical-align: top;
}

/* .right-column > .three-column {
	width: 296px;
	margin: 0 0 16px 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
} */

/* END CONTENT STYLES */