 @charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: .95em;
}

 a:link {
	color: #0D0D6D;
}

.datatable {
  border: 1px solid #999;
  border-collapse: collapse;
  width: 95%;
}

.datatable td {
  border: 1px solid #999;
  padding: 0.3em;
}
datatable td img {
 
  padding: 10px;
}
.datatable th {
  border: 1px solid #828282;
  background-color: #BCBCBC;
  font-weight: bold;
  text-align: left;
  padding-left: 0.3em;
}
.datatable caption {
  font: bold 110% Arial, Helvetica, sans-serif;
  color: #33517A;
  text-align: left;
  padding: 0.4em 0 0.8em 0;
}
.datatable tr.altrow {
  background-color: #DFE7F2;
  color: #000000;
 
}

.twoColHybLtHdr #container {
	width: 80%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	color: #000;
	background-color: #FFF;
              min-width: 960px;
	max-width: 1200px;
} 

 
.twoColHybLtHdr #header {
	background-position: 0px 0px;
	background-color: #F9F8F2;
	position: relative;
	border-bottom-width: 1px;
	height: 135px;
	top: 0px;
	left: 0px;
	margin: 0px;
	background-repeat: repeat-x;
	background-image: url(/crn_log155_back.jpg);
} 
.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColHybLtHdr #header img {
	position: absolute;
	left: 0px;
	top: 0px;
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



.twoColHybLtHdr #header #image img {
	position: relative;
	left: 690px;
	top: 25px;
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	width: 13.5em; /* top and bottom padding create visual space within this div  */
	background-color: #F9F8F2;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-right: 5px;
	float: left;
       border-right: 1px solid #999;
border-bottom: 1px solid #999;
}

.twoColHybLtHdr #sidebar2 {
	color: #333;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 20px;
	float: left;
	background-color: #F9F8F2;
	border: 1px solid #000;
		}
		
.twoColHybLtHdr #listennow {
	width: 180px;
	height: 40px;
	text-align: center;
	font-size: 0.9em;
	padding-left: 10px;
z-index: 300;
			}
.twoColHybLtHdr #container #sidebar1 img {
	float: left;
	padding-top: 5px;
}

.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p em {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	letter-spacing: 0.06em;
}

.twoColHybLtHdr #sidebar3 {
	color: #333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
	width: 13em;
		}

.twoColHybLtHdr #side2 ul {

	margin:left -10px;
		}
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/



.twoColHybLtHdr #mainContent {
	margin-top: 1em;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 15em;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	background-color: #FFF;
	padding-left: 10px;
} 

.twoColHybLtHdr #breadcrumbs {
	font-size: 95%;
	font-weight: normal;

}
.twoColHybLtHdr #mainContent #contact {
	background-color:  #EEE;
/*#CCC;*/
	border: 1px solid #333;
	padding: 10px;
	width: 200px;
	margin: 10px;
       float: right;
}

.twoColHybLtHdr #mainContent #contact2 {
	background-color: #FFF;
	border: 1px solid #333;
	padding: 5px;
	width: 450px;
	
	margin: 10px;
}

.twoColHybLtHdr #mainContent #links {
	background-color: #FFF;
	padding: 5px;
	width: 450px;
	margin: 10px;
}


.twoColHybLtHdr #mainContent #ticker {
	background-color: #FFF;
	margin-left: 10px;
	padding: 10px;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.09em;
}

.twoColHybLtHdr #mainContent #prayer {
	background-color: #FFF;
	padding: 10px;
	font-weight: bold;
	color: #333;
        width: 400px;
       
	letter-spacing: 0.09em;
}

.twoColHybLtHdr #mainContent #prayer img {
	margin: 20px;
padding: 10px;
}

.twoColHybLtHdr #container #mainContent #Story {

	padding-top: 5px;
	padding-bottom: 5px;
}

.twoColHybLtHdr #container #mainContent #Story img{	
padding: 10px;

}

.twoColHybLtHdr #container #mainContent #Story2 img {
   	float: left;
	padding-top: 10px;
        padding-right: 20px;
	padding-bottom: 20px;
}

.twoColHybLtHdr #container #mainContent #Story2 {
 
        padding-right: 20px;
	padding-bottom: 20px;

}

.twoColHybLtHdr #mainContent #contact p {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
}
.twoColHybLtHdr #mainContent #contact h3 {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
}


.twoColHybLtHdr #container #mainContent #mainContent2  {
	position: relative;
	text-align: left;
	margin-right: 0em;
	margin-top: 5px;
	width: 289px;
	background-color: #FFF;
	margin-bottom: 10px;
	border: 1px solid #999;
	height: 350px;
	} 
	
	.twoColHybLtHdr #container #mainContent #stations  {
	position: relative;
	text-align: left;
	margin-left: 10px;
	margin-top: 50px;
	margin-bottom: 20px;
	width: 580px;
	background-color: #FFF;
	margin-bottom: 10px;
	letter-spacing: 0.09em;
	border: 1px solid #999;
	overflow: hidden;
	} 
	
	.twoColHybLtHdr #container #mainContent #stations #section_odd {
	float: left;
	overflow: hidden;
	clear: none;
	width: 285px;

	}

.twoColHybLtHdr #container #mainContent #stations #section_even {
	float: right;
	overflow: hidden;
	clear: none;
	width: 290px;
	padding-right: 5px;

	}
	.twoColHybLtHdr #container #mainContent #stations img  {
	float: left;
	
	} 
	
	.twoColHybLtHdr #container #mainContent #stations  ul {
	margin-top: 20px;
	font-weight: normal;
	list-style-type: none;
	list-style-image:url(/images/cross3.jpg);
	
	} 
	
	
	.twoColHybLtHdr #container #mainContent #mainContent2 ul {
	margin-top: 20px;
	font-size: 1em;
	font-weight: bold;
	list-style-type: none;
	
	} 
	
	.twoColHybLtHdr #container #mainContent #stations li {
	line-height: 28px;
      
	} 
	
		.twoColHybLtHdr #container #mainContent #stations  a:link {
	color: #0D0D6D;
text-decoration: none;
padding-left: 5px;
	} 
		.twoColHybLtHdr #container #mainContent #stations  a:visited {
	color: #070769;
text-decoration: none;
padding-left: 5px;
	} 
		.twoColHybLtHdr #container #mainContent #stations  a:hover {
	color: #0D0D6D;
	padding-left: 5px;
	text-decoration: none;
	
	} 
	
	
.twoColHybLtHdr #mainContent #contact3 {
	background-color: #FFF;
	
	padding: 10px;
	width: 300px;
}
	

.twoColHybLtHdr #mainContent #contact3 img {
	
	float: left;
	
}

.twoColHybLtHdr #container #mainContent #mainContent2  p {
margin-right: 10em;
	}
	
	.twoColHybLtHdr  #container #mainContent #mainContent2 img {
	
	float: left;

	} 

.twoColHybLtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	background-color: #020167;;
	background-repeat: 0px 0px;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-align: center;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColHybLtHdr #container #mainContent h2 {
	color: #070769;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.15em;
	letter-spacing: 0.09em;

}
.twoColHybLtHdr #container #mainContent h3 {
	color: #070769;
	font-size: 1.05em;
	letter-spacing: 0.09em;
	
}

.twoColHybLtHdr #container #mainContent h4 {
	color: #333;
	font-size: 1.00em;
	letter-spacing: 0.09em;
 
	border-bottom: thin solid #999;
}
.twoColHybLtHdr #container #mainContent p {
	color: #333;
	font-size: .95em;
}

.twoColHybLtHdr #container #mainContent #feature {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 625px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
         
}

.twoColHybLtHdr #container #mainContent #feature p {
	color: #333;
	font-size: .95em;
}

.twoColHybLtHdr #container #mainContent #feature img {
	margin-right: 250px;
	margin-bottom:20px;
	margin-left: 20px;
padding-bottom: 10px;
	
}



.twoColHybLtHdr #container #mainContent2 p {
	color: #333;
	font-weight: normal;
}
.twoColHybLtHdr #container #mainContent #map img {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 6px;
	float: right;
}

.twoColHybLtHdr #container #mainContent img {
	padding-bottom: 10px;
	padding-right: 50px;
	float: right;
}



.twoColHybLtHdr #container #mainContent a img {
	color: #FFF;
}

.twoColHybLtHdr #container #mainContent #image2 a:visited {
	color: #FFF;
}

.twoColHybLtHdr #container #mainContent #image2 a:link  {
	color: #FFF;
}


.twoColHybLtHdr #container #header #image a:visited {
	color: #030367;
}

.twoColHybLtHdr #container #header #image a:link{
	color: #030367;
}


#blog {
	
	text-align: left;
	padding-bottom: 30px;
        padding-top: 10px;
        margin-top: 5px;

        width: 75%;
}

.entry {
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.entry  p {
	
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;	
}

.posted 
 {
padding-left: 5px;
margin-bottom: 10px;
font-size: .90em;
background: transparent;
	color: #667;
}

.sidetitle {
	font-size: 1em;
	letter-spacing: 0.09em;
	font-weight: normal;
	background: transparent;
	color: #020167;
	border-bottom: 1px dotted #ccc;
	padding-top: 10px;
}
.twoColHybLtHdr #container #mainContent ul li img {
	padding: 0px;
	float: left;
	
}
.twoColHybLtHdr #container #mainContent ul li {
font-size: .95em;
}

.twoColHybLtHdr #header #hmenu {
	position: absolute;
	left: 507px;
	padding: 13px 2px 5px 0;
	height: 22px;
	top: 0px;
	width: 155px;
}
.twoColHybLtHdr #hmenu a {
	padding: 12px 13px 2px 11px;
	text-decoration: none;

	color: #414141;
	background: #ccc url(/images/hmenuarrow.gif) no-repeat top center;
	margin: 0 0 3px 1px;
	border-bottom: 4px solid #BCBCBC;
}

.twoColHybLtHdr #hmenu a:hover {
	background: #000066 url(/images/hmenuarrowhover.gif) no-repeat top center;
	color: #FFFFFF;
	border-bottom: 4px solid #000033;
}

.twoColHybLtHdr #container #mainContent #story{

	}
	
.twoColHybLtHdr #container #mainContent blockquote  p em {
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 25px;
	
	}
	
.twoColHybLtHdr #container #mainContent blockquote img {
	margin-top: 0px;
	padding: 10px;
	margin-right: 10em;
	}
	
/*.title {
font-size: 105%;
letter-spacing: 0.09em;
font-weight: normal;
border-bottom: 1px solid #CCC;
}


.title a:visited {
	color: #FFF;
}

.title a:link {
	color: #FFF;
}


.title {font-size: 115%; display: block; width: 100%; background: url(http://www.thecatholicradionetwork.com/cms/themes/site_themes/ocean_mist/bg_h2.gif) bottom repeat-x #E2EBF8; margin: 0 0 18px 0;}

.title a:link {
	color: #FFF;
}*/

.title2 small {
	font-size: 95%;
	color: #818181;
font-weight: bold;
letter-spacing: 0.09em;
	padding-left: 10px;
       float: right;

}
.title2 {
	margin: 0px 0px 0px 0px;
display: block;
	font-weight: normal;
}

.pagecount
{ padding-top: 10px;
}

.title2  a:visited  {
font-size: 95%;
color: #FFF;
}

.title2  a:link { 
font-size: 95%;
color: #FFF;
}

.title3 {
	margin: 0px 0px 0px 0px;
	display: block;
	line-height: 32px;
	font-weight: bold;
	color: #FFF;
	font-size: 1em; /*background-color: #006;*/
	padding-left: 10px;
	letter-spacing: 0.09em;
	background-image: url(/crn_box.jpg);
}

.title3  a:visited  {
font-size: 95%;
color: #FFF;
}

.title3  a:link { 
font-size: 95%;
color: #FFF;
}



td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
padding: 5px;
}

#FWTableContainer2082330889 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:91px;
	height:29px;
	text-align:left;
}

#FWTableContainer2082330889 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:91px;
	height:29px;
	text-align:left;
}

#MMMenuContainer0822142741_0 {
/* This ID is related to the master menu div for menu MMMenuContainer0822142741_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:91px;
	top:29px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0822142741_0 {
	/* This class defines things about menu MMMenu0822142741_0's div. */
	position:absolute;
	left:0px;
	top:-35px;
	visibility:hidden;
	background-color:#555555;
	border:1px solid #555555;
	width:176px;
	height:70px;
}

.MMMIFVStyleMMMenu0822142741_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0822142741_0 */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #555555;
	border-right:1px solid #555555;
	width:176px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	height:16px;
}

.MMMIVStyleMMMenu0822142741_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0822142741_0 */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #555555;
	border-right:1px solid #555555;
	width:176px;
	height:23px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	height:16px;
}

#MMMenu0822142741_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu0822142741_0 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0822142741_0_Item_1 {
/* Unique ID for item 1 of menu MMMenu0822142741_0 so we can set its position */
	left:0px;
	top:24px;
}

#MMMenu0822142741_0_Item_2 {
/* Unique ID for item 2 of menu MMMenu0822142741_0 so we can set its position */
	left:0px;
	top:47px;
}

#MMMenuContainer0822142741_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0822142741_0 a {
/* Controls the general apperance for menu MMMenuContainer0822142741_0's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#cccccc;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0822142741_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0822142741_0 */
	color:#ffffff;
	background-color:#000084;
}



/*Example CSS for demo ticker*/

#ajaxticker1{
	background-color: #FFF;
	margin-left: 10px;
	padding: 10px;
	font-weight: normal;
	color: #333;
	letter-spacing: 0.09em;
	width: 500px;
                height:60px;

}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FFF;
}

.someclass{ //class to apply to your scroller(s) if desired
}


/**

* Headlines

************************************************/
.section-title  {
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 1em;
	border-bottom: 1px solid #999;
	letter-spacing: 0.07em;
	 line-height: 28px;   
	}

.section-title ul li a  {
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #999;
	letter-spacing: 0.07em;
	 line-height: 28px;   
	}

#headlines .section-title  {
     line-height: 28px;   
	letter-spacing: 0.07em;
	 
	}

#headlines {
	overflow: hidden;
	width: 560px;
	margin-top: 30px;
	color: #0D0D6D;
	padding: 15px;
	}



#headlines .odd {
	float: left;
	overflow: hidden;
	clear: none;
	width: 260px;

	}

#headlines .even {
	float: right;
	overflow: hidden;
	clear: none;
	width: 260px;

	}

#headlines ul {

	

	margin-left: 5px;

	}



#headlines ul li a:link {
	
	letter-spacing: 0.06em;
text-decoration: none;

		}
		
#headlines ul li a:hover {
	text-decoration: underline;
	letter-spacing: 0.06em;
}

#headlines ul li a:visited {
	letter-spacing: 0.06em;
	
}	



#content .post {
	clear: both;
	margin-bottom: 20px;
	}
