/* change background color/add background image to control page background area */

@import url("css/transitional_styles.css");


body.programBody {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Georgia, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 0px solid #9A938B;
}

.banner-bg  {
   background: #F8F8F6 url(/programs/being_catholic/images/banner-bg.jpg);
   }
   
div#secondary .banner-bg  {
   background: #F8F8F6 url(/programs/being_catholic/images/banner-bg2.jpg);
   }
   
div#programPageArea cite  {
	font-size: 9px;
   }

div#programPageArea a:active, a:link, a:visited
   {
   font-size: 11px;
   color: #404447;
   font-weight: normal;
}

div#programPageArea a:hover
   {
   color: #ffffff;
   font-weight: normal;
   background-color: #404447;
}

 
/* form, option, input, select, pre
   {
   font-family: Verdana, Georgia, sans-serif;
   font-size: 11px;
   color: #ffffff;
   } */ 

div#programPageArea ul, li, td, tr, p
   {
   font-size: 11px;
   color: #333333;
   }
   
/*div#programPageArea blockquote
   {
   font-size: 11px;
   color: #666666;
   }*/
   
div#programPageArea .passage  {
   font-size: 11px;
   color: #333333;
   background: #f3f3f3;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border-top: 5px solid #989560;
   border-bottom: 5px solid #989560;
}

div#programPageArea .passage2  {
   font-size: 11px;
   color: #666666;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border-top: 0px solid #E6E0D0;
   border-right: 0px solid #E6E0D0;
   border-bottom: 0px solid #E6E0D0;
   border-left: 0px solid #E6E0D0;
   background: #f9f9f9;
   -moz-border-radius : 8px;
}

div#programPageArea .passage3  {
   font-size: 11px;
   color: #666666;
   background: #f3f3f3;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border-right: 1.5px solid #99a0b1;
			border-bottom: 3px solid #99a0b1;
			-moz-border-radius : 8px;
}

div#programPageArea .passage4  {
   font-size: 11px;
   color: #666666;
/*   background: #F8F8F6;*/
   background: #fff;
   padding: 10px 10px 10px 10px;
   text-align: left;
/*   border-right: 0px solid #E6E0D0;*/
/*   border-bottom: 2px solid #E6E0D0;*/
/*   border-left: 3px solid #E6E0D0;*/
   border: 1px solid #ccc;
   filter: alpha(opacity=95);
}

div#programPageArea .passage5  {
   font-size: 11px;
   color: #666666;
   background: #f3f3f3;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border: 1px solid #2b2f2e;
   filter: alpha(opacity=75);
   -moz-opacity: 0.75;
   opacity: .75;
}

div#programPageArea .passage6  {
   font-size: 11px;
   color: #f3f3f3;
   background: #000000;
   padding: 5px 5px 5px 5px;
   text-align: left;
   border: 1px solid #333333;
   filter: alpha(opacity=75);
   -moz-opacity: 0.75;
   opacity: .75;
}

#yourstories p{
  margin-top: 0;
  color: #666666;
}
div#programPageArea #yourstories .themes ul {
  list-style: none;
  padding:0;
  margin:0;
}
div#programPageArea #yourstories .map  {
  font-size: 11px;
  color: #666666;
  padding: 5px;
  text-align: left;
  background: #f9f9f9;
  width: 220px;
  float: left;
  margin-top: 5px;
  -moz-border-radius : 8px;
}
div#programPageArea #yourstories .map a.map_img:hover { background: transparent !important ; }

/*
  I fixed the issue where this div was pushing south of the .map dive by
  floating both of the divs left.
*/
div#programPageArea #yourstories .themes  {
  font-size: 11px;
  color: #666666;
  padding: 5px;
  text-align: left;
  background: #f9f9f9;
  width: 220px;
  margin-top: 5px;
  float: left; /* this is what fixed it */
  margin-left: 20px;
  -moz-border-radius : 8px;
}

div#programPageArea .index-subset {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background:#cccccc none repeat scroll 0%;
border-color:#999999 rgb(85, 85, 85) rgb(85, 85, 85) rgb(153, 153, 153);
border-style:solid;
border-width:1px 1.5px 1.5px 1px;
color:#0A0809;
font-family:Verdana,Georgia,sans-serif;
font-size:11px;
padding:10px;
text-align:left;
}

div#programPageArea .index-subset img {
border: 1px solid #666666;
}

.opacity  {
   background-color: #f3f3f3;
   filter: alpha(opacity=75);
   -moz-opacity: 0.75;
   opacity: .75;
}

.doctitle
   {
   font-size: 15px;
   color: #2d3034;
   font-weight : bold;
   font-variant: small-caps;
   }
   
.doctitle-caption {
   font-size: 12px;
   color: #2d3034;
   font-variant: small-caps;
}

.doctitle-date {
   font-size: 12px;
   color: #2d3034;
   font-variant: small-caps;
}

.reflectiontitle
   {
   font-size: 12px;
   font-weight: bold;
   color: #2d3034;
   font-variant: small-caps;
}
   
.voicesbio					{
   font-size: 13px;
   color: #2d3034;
   list-style: square;
   font-variant: small-caps;
   font-weight: bold;
   }
   
   
#faces_of_humanism {
	padding-right: 20px !important
}

#faces_of_humanism a img {
  border: 0;
  margin-top: 1px;
}

