/* 
Title:     St. Ignatius master styles for screen media
Author:    rrstoll@mediafatigue.com
*/


/* normalizing tags
---------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
img {
	border: 0;
	}




/* page centering and layout
---------------------------------------------------------- */

html {
	min-width: 790px;
	}
body {
	text-align: center;
	}
body#gallery {
	width: 100%;
	padding: 0;
	margin: 0;
	}
#wrap {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	}
	
#navColumn {
	float: left;
	width: 178px;
	margin: 0 20px 25px 0;
	}
#mainContent {
	float: left;
	width: 375px;
	margin: 0px 0 5px 0px;
	}
body#leaf #mainContent {
	float: left;
	width: 560px;
	}
body#branch #mainContent, body#calendar #mainContent {
	float: left;
	width: 560px;
	}
body#search #mainContent {
	float: left;
	width: 760px;
	}
#infoColumn {
	float: left;
	width: 164px;
	margin: 0 0 60px 20px; 
	}
	
	

/* general site style
---------------------------------------------------------- */

body {
	font-size: 62.5%;
	font-family: verdana, arial, sans-serif;
	color: #333;
	background-color: #fff;
	}
h1 {
	font-family: arial, sans-serif;
	font-size: 2.4em;
	color: #333333;
	font-weight: bold;
	}
h2 {
	font-family: georgia, 'Times New Roman', times, serif;
	font-size: 2.2em;
	color: #000; /* #1C68AC */
	font-weight: normal;
	}
h3 {
	font-family: arial, sans-serif;
	font-size: 1.5em;
	color: #000; /* #1C68AC */
	font-weight: bold;
	}
p {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: normal;
	}

/* links */

a:link, a:visited {
	padding-bottom: 1px;
	color: #2C72B2;
	text-decoration: underline;
	}
a:hover {
	padding-bottom: 1px;
	/*color: #9B331A;*/
	text-decoration: none;
	}



/* branding & search
---------------------------------------------------------- */

/* header  */

#header {
	padding: 20px 0 20px 0;
	}
#parishName {
	text-indent: -5000px;
	background: url(images/header.gif) no-repeat;
	height: 35px; 
	}



/* banner image and section name 
---------------------------------------------------------- */

#banner {
	clear: both;
	height: 130px;
	width: 760px;
	}	

#bar {
	width: 760px;
	margin-top: 2px;
	background: #fff url(images/bar.gif) no-repeat 50% 0;
	}


/* nav bar
---------------------------------------------------------- */

.clearFix:after { /* for modern browsers */
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearFix { /* for IE7/Win */
	min-height: 1px;
	}
* html .clearFix { /* for IE5-6/Win */
	height: 1px;
	}
* html>body .clearFix { /* for IE5/Mac */
	height: auto;
	display: inline-block;
	}
#nav {
	margin-bottom: 1px;
	}
#nav_home, #nav_home:visited {
	background-image: url(images/rollover_images/home.gif);
	}
#nav_about_us, #nav_about_us:visited {
	background-image: url(images/rollover_images/about_us.gif);
	}
#nav_liturgies, #nav_liturgies:visited {
	background-image: url(images/rollover_images/liturgies.gif);
	}	
#nav_faith, #nav_faith:visited {
	background-image: url(images/rollover_images/faith.gif);
	}
#nav_outreach, #nav_outreach:visited {
	background-image: url(images/rollover_images/outreach.gif);
	}
#nav_education, #nav_education:visited {
	background-image: url(images/rollover_images/education.gif);
	}
#nav_music, #nav_music:visited {
	background-image: url(images/rollover_images/music.gif);
	}
#nav_calendar, #nav_calendar:visited {
	background-image: url(images/rollover_images/calendar.gif);
	}
.rollover span.alt {
	display: none;
	}
.rollover img {
	border: none;
	}
:root .rollover img {
	display: block;
	}
.rollover, .rollover:visited {
	background-color: transparent !important; /* needed for Opera5/6 */
	background-repeat: no-repeat;
	background-position: 0 0;
	}
.rollover:hover, .rollover:focus, .rollover:active, .rollover.MMO, .rollover.MMO:visited {
	background-position: 0 -25px;
	}


/* side bar
---------------------------------------------------------- */

#masses {
	font-family: arial, sans-serif;
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
	border: 1px solid #000; /* #b1c3d4; e6e6e6 */
	background-color: #fff; /* #ecf0f4; f2f2f2 */
	text-align: center;
	}
#masses h2 {
	color: #000;
	font-size: 1.8em;
	width: 70%;
	padding: 0;
	margin: 5px auto 5px auto;
	/* border-top: 1px solid #1C68AC; */
	/* border-bottom: 1px solid #1C68AC; */
	}
#masses h3 {
	font-size: 1.1em;
	color: #000;
	text-transform: capitalize;
	text-align: left;
	margin: 0 5px 0 10px;
	font-weight: normal;
	line-height: 1.4em;
	}
#masses p {
	font-size: 1.1em;
	color: #333;
	text-align: left;
	margin: 0 5px 10px 10px;
	line-height: 1.4em;
	}



/* Bulletin box
---------------------------------------------------------- */

#latest_bulletin {
	padding: 5px 0 5px 0;
	margin: 10px 0 10px 0;
	border: 1px solid #b1c3d4;
    background-color: #ecf0f4;
	text-align: center;
	}
#latest_bulletin h5 {
	font-family: georgia, 'Times New Roman', times, serif;
	margin: 0 0 5px 0;
	color: #2C72B2;
	font-size: 1.4em;
	font-weight: normal;
	}
#link_to_bulletin {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0 5px 5px 5px;
	}
#link_to_archive {
	font-size: 1.2em;
	margin: 0 0 7px 0;
 	}
.download_body {
	font-family: verdana, arial, sans-serif;
	color: #333333;
	margin: 0 0 5px 0;
	font-size: 1.1em;
	line-height: 1.2em;
	}
.download_body a {
	line-height: 1.2em;
	}



/* Callout boxes
---------------------------------------------------------- */

#infoColumn #callout_blue, #navColumn #callout_blue {
	padding: 3px;
	margin: 10px 0 10px 0;
	border: 1px solid #b1c3d4;
    background-color: #ecf0f4;
	text-align: center;
	}
#infoColumn #callout_blue_inner, #navColumn #callout_blue_inner {
	padding: 5px 0 5px 0;
	margin: 0;
	border: 1px solid #b1c3d4;
    text-align: center;
	}
#infoColumn #callout_green, #navColumn #callout_green {
	padding: 3px;
	margin: 10px 0 10px 0;
	border: 1px solid #b2b299;
    background-color: #e5ecd2;
	text-align: center;
	}
#infoColumn #callout_green_inner, #navColumn #callout_green_inner {
	padding: 5px 0 5px 0;
	margin: 0;
	border: 1px solid #b2b299;
    text-align: center;
	}
#infoColumn #callout_purple, #navColumn #callout_purple {
	padding: 3px;
	margin: 10px 0 10px 0;
	border: 1px solid #ADA6AF;
    background-color: #DCD6EE;
	text-align: center;
	}
#infoColumn #callout_purple_inner, #navColumn #callout_purple_inner {
	padding: 5px 0 5px 0;
	margin: 0;
	border: 1px solid #C2BBD1;
    text-align: center;
	}
#infoColumn #callout_tan, #navColumn #callout_tan {
	padding: 3px;
	margin: 10px 0 10px 0;
	border: 1px solid #CFB79E;
    background-color: #F7ECC7;
	text-align: center;
	}
#infoColumn #callout_tan_inner, #navColumn #callout_tan_inner {
	padding: 5px 0 5px 0;
	margin: 0;
	border: 1px solid #CFB79E;
    text-align: center;
	}
#infoColumn #callout_ignatianteens, #navColumn #callout_ignatianteens {
	height: 35px;
    padding: 0;
	margin: 0 0 10px 0;
	border: 0;
    background: url(images/it_callout.gif) no-repeat top center;
	text-align: center;
	}
#infoColumn #callout_ignatianteens_inner {
	height: 35px;
    padding: 0;
	margin: 0;
	border: none;
    text-align: center;
	}    
#navColumn #callout_ignatianteens a {
	height: 164px;
    display: block;
    }        		
#callout_blue h5, #callout_green h5, #callout_purple h5, #callout_tan h5 {
	font-family: georgia, 'Times New Roman', times, serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px 10px 0px 10px;
	padding: 0;
	background: none;
	text-decoration: none;
	}
#callout_blue h5, #callout_blue a {
	color: #2C72B2;
	text-decoration: none;
	}
#callout_green h5, #callout_green a {
	color: #666633;
	text-decoration: none;
	}
#callout_purple h5, #callout_purple a {
	color: #5C4E5F;
	text-decoration: none;
	}
#callout_tan h5, #callout_tan a {
	color: #996633;
	text-decoration: none;
	}	
#callout_blue p, #callout_green p, #callout_purple p, #callout_tan p {
	margin: 0 10px 5px 10px;
	font-size: 1.1em;
	line-height: 1.2em;
	font-family: verdana, arial, sans-serif;
	color: #333333;
	}
#callout_blue p a, #callout_green p a, #callout_purple p a , #callout_tan p a {
	line-height: 1em;
	text-decoration: underline;
	}
#callout_blue p a {
	color: #2C72B2;
	}
#callout_green p a {
	color: #666633;
	}
#callout_purple p a {
	color: #5C4E5F;
	}
#callout_tan p a {
	color: #996633;
	}


/* special homepage callout box */

#home #infoColumn #callout_blue, #home #infoColumn #callout_green, #home #infoColumn #callout_purple, #home #infoColumn #callout_tan {
	margin-top: 5px;
	margin-bottom: 15px;
	}






/* subNav
---------------------------------------------------------- */

#subNav ul {
	list-style: none;
	line-height: .8em;
	background: #f2f2f2 url(images/nav_bkgd.gif) repeat-x top left;
	padding: 0;
	font-size: 1.3em;
	margin-bottom: 10px;
	}
#subNav ul a {
	display: block;
	padding: 7px; 10px 7px 10px;
	margin: 0;
	color: #fff;
    text-decoration: none;
	}
#subNav a:hover {
	color: #fff;
	text-decoration: none;
	}
#subNav li ul {
	font-size: 1em;
	font-weight: normal;
	width: 178px
	w/idth: 176px;
	margin: 0;
	border-top: none;
	border: 1px solid #2C72B2;
	background-image: none;
	background-color: #e5eaee;
	}
#subNav li ul ul {
	font-size: 1em;
	font-weight: normal;
	width: 178px
	w/idth: 176px;
	margin: 0;
	border: none;
	background-image: none;
	background-color: #f2f2f2;
	padding: 0 8px 0 5px;
	}
#subNav li li {
	width: 176px;
	line-height: .9em;
	}
#subNav li ul a {
	color: #2C72B2;
	padding: 3px 7px 3px 3px;
	margin: 2px 3px 2px 3px;
	line-height: 1.1em;
	}
#subNav li ul li a:hover {
	color: #ffffff;
	background: #2C72B2;
	padding: 3px 7px 3px 3px;
	margin: 2px 3px 2px 3px;
	line-height: 1.1em;
	}
#subNav li ul li .active, #subNav li ul li a.active:hover  {
	color: #000;
	background: none;
	}



/* main content column
---------------------------------------------------------- */

#breadcrumbs {
	margin: 0 0 15px 0;
	color: #000;
	font-size: 1.1em;
	}
#breadcrumbs a {
	color: #2C72B2;
	}
#mainContent {
	margin-bottom: 60px;
	}
#mainContent h2 {
	margin: 0 5px 10px 0px;
	}
#mainContent h3 {
	margin: 30px 0 10px 0px;
	}
#mainContent h3.mosaic {
	margin: 30px 0 10px 0px;
	/*padding-bottom: 2px;*/
	/*width: 380px;*/
	background: #fff url(images/mosaic.gif) no-repeat 0 2px;
	padding-left: 18px;
	/*border-bottom: 1px solid #000;  #1C68AC */
	}
#mainContent h4 {
	margin: 10px 0 5px 0px;
	}
#mainContent h5 {
	margin: 10px 0 5px 0px;
	}	
#mainContent p {
	margin: 0 0 10px 0px;
	}
#mainContent .event_title {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	}
#home #mainContent .event_title {
	margin: 10px 0 0 0;
	}
#home #mainContent .clear {
	background: #fff url(images/mosaic.gif) no-repeat center top;
	height: 12px;
	margin: 10px 0 10px 0;
	width: 370px;
	/*padding-bottom: 7px;
	border-bottom: 1px solid #999;*/
	}
#leaf #mainContent .clear {
	background: #fff url(images/mosaic_divider.gif) no-repeat center top;
	height: 12px;
	margin: 20px 0 20px 0;
	width: 560px;
	}
#calendar #mainContent .clear {
	background: #fff url(images/mosaic_divider.gif) no-repeat center top;
	height: 12px;
	margin: 20px 0 20px 0;
	width: 560px;
	/* padding-bottom: 7px;
	border-bottom: 1px solid #999; */
	}
#mainContent .event_time {
	color: #2c72b2;
	}
#mainContent .event_description {
	margin-bottom: 20px;
	}
#mainContent .posted_at {
	color: #9B331A;
	padding: 0;
	margin: 0 0 2px 0;
	font-size: 1.0em;
	}
#mainContent ul {
	margin: 0 0 10px 20px;
	}
#mainContent ul li {
	padding-left: 10px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	font-size: 1.2em;
	line-height: 1.6em;
	}
#mainContent ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0 0 0 40px;
	margin: 0 0 10px 0;
	font-size: 1.2em;
	line-height: 1.6em;
	}
#mainContent ol li {
	font-size: 1.0em;
	
	}	
#mainContent .more {
	margin-bottom: 10px;
	}



/* Campaign styles */

#fatherB {
	font-size: 1.1em;
	font-weight: bold;
	}
#campaignChairs {
	float: left;
	font-size: 1.1em;
	width: 500px;
	margin: 5px 0 0 0;
	padding: 0px;
	}
#campaignChairs midColumn {
	width: 80%;
	}




/* info column
---------------------------------------------------------- */

#infoColumn {
	margin-bottom: 50px; 
	}
#infoColumn h4 {
	color: #000;
	background: #fff url(images/mosaic.gif) no-repeat 0 2px;
	padding-left: 28px;
	margin: 0 0 5px 0;
	text-indent: -10px;
	font-family: arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2em;
	}
#infoColumn p {
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0;
	}
.upcomingEvents {
	margin-bottom: 20px;
	}
#infoColumn .event {
	margin: 0 0 10px 0;
	}
#infoColumn .event_category {
	font-size: .9em;
	color: #666;
	}
#infoColumn .event_time {
	color: #333;
	}
#infoColumn .event_title {
	font-weight: bold;
	font-size: 1.0em;
	}
.activities {
	padding: 0px 0 20px 0;
	}
.more {
	font-size: 1.2em;
	padding-left: 10px;
	margin-left: 15px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	}
.contactPeople {
	padding: 0px 0 30px 0;
	}
.contactName {
	color: #1C68AC;
	}
#returnLink {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.3em;
	padding: 7px 10px 10px 10px;
	margin-left: 20px;
	background-color: #2C72B2;
	}
#returnLink a {
	color: #fff;
	}


/* image styling
---------------------------------------------------------- */
.imageLeft {
	float: left;
	/*border: 2px solid #1C68AC;*/
	margin: 6px 10px 4px 0;
	}
.imageRight {
	float: right;
	/*border: 2px solid #1C68AC;*/
	margin: 6px 0 4px 10px;
	}
.imageLeft a, .imageRight a {
	padding: 0;
	margin: 0;
	border: 0;
	}
/*.imageLeft img, .imageRight img {
	float: left;
	border: 1px solid #fff;
	padding: 0;
	margin: 0;
	}*/


/* Gallery Lightbox v2 styles 
---------------------------------------------------------- */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(../images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(../images/nextlabel.gif) right 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; margin-bottom: 2px;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 500px;
	background-color: #000;
	}


/* Gallery formatting
---------------------------------------------------------- */

body#gallery #narrowcontent {
 left:              0px;
 right:             10px;
 background-color: 	#fff;
 border: 1px solid 	#333;
 margin:            0 10px 0 10px;
 padding:           10px 12px 12px 12px;
 width:             auto;
}
* html body#gallery #narrowcontent {
 width:             100%;
 width:            	auto;
}

body#gallery .breadcrumb {
 margin:            15px 0 15px 6px;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         1em;
 background-color:  transparent;
}

body#gallery .paginate {
 margin:            10px 0 10px 6px;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         1em;
 background-color:  transparent;
}

body#gallery .windowclose {
 margin:            15px 0 10px 0;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         1em;
 background-color:  transparent;
 text-align: 		center;
}

body#gallery .spacer {
 font-size:	10px;
 margin:		5px 0 5px 0;
}

body#gallery img {
 margin:		0;
 padding:	0;
 border:		0;
}

body#gallery .border {
 border:	1px solid #000;
}

body#gallery .paddedborder {
 padding: 	20px;
 border: 	1px solid #000;
}

body#gallery .thumbs {
 text-align:	center;
 padding:	15px 3px 8px 3px;
 background-color: #EAEBEE;
}

body#gallery .title {
 margin:            3px 0 0 0;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         1em;
 font-weight: 		bold;
 color:             #000;
}

body#gallery .caption {
 margin:  			12px 0 4px 0;
 background-color:	transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         1em;
 color: #000;
}

body#gallery .commentlink {
 margin:            4px 0 8px 0;
}


body#gallery #content li {
 margin:            0 0 15px 0;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         1em;
 color: 				#333;
 background-color:  transparent;
 text-align: 		left;
 padding-bottom: 	5px;
 border-bottom: 		1px dashed #ccc;
}

body#gallery .stats {
 margin:            4px 0 4px 0;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         .9em;
 font-weight: 		normal;
 color:             #fff;
}

body#gallery .imageBG {
 text-align: center;
 background-color:  #b1c3d4;  
}

body#gallery .categories {
 padding:           5px 10px 5px 12px;
 background-color:  #E9E9F2;  
}

body#gallery .tableBorder {
 border: 1px solid #2C72B2;
}

body#gallery th {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         1em;
 color:             #fff;
 font-weight:		bold;
 text-align:			left;
 padding:           5px 4px 5px 12px;
 background-color:  #2C72B2;  
}

body#gallery td {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         1em;
 color:             #333;
}




/* Calendar section 
---------------------------------------------------------- */

body#calendar .event_category {
	font-size: 1em;
	font-style: italics;
	}
body#calendar .event_title {
	color: #000;
	font-size: 1.2em;
	}
body#calendar .event_time {
	font-size: 1.1em;
	}
body#calendar .event_location {
	color: #2c72b2;
	}


/* calendar formatting
---------------------------------------------------------- */

#miniCalendar {
	width: 165px;
	padding: 0;
	margin: 5px 0 15px 0;
	border-left: 1px solid #2c72b2;
 	background-color: #fff; 
 	font: normal 1.2em/2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #2c72b2;
	text-align: center;
	}
#miniCalendar .nav, #miniCalendar .nav a {
	font: bold 1.3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	text-align: center;
	}
#miniCalendar .header th { 
	margin: 0;
	padding: 0;
	height: 23px;
	color: #fff; 
	font: bold 1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #2c72b2 url(images/nav_bkgd.gif) repeat-x top left;
	}
#miniCalendar .days {
	height: 23px;
	}
#miniCalendar .days th {
	font: bold 1.1em/2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	height: 23px;
	color: #2c72b2;
	background: #ccc;
	border-right: 1px solid #2c72b2;
	border-bottom: 1px solid #2c72b2;
	border-top: 1px solid #2c72b2;
	}
#miniCalendar .today {
	color: #fff;
	background: #9B331A;
	border-right: 1px solid #2c72b2;
	border-bottom: 1px solid #2c72b2;
	width: 23px;
	height: 23px;
	text-align: center;
	}
#miniCalendar td.today a, #miniCalendar td.today a:link, #miniCalendar td.today a:visited {
	font-weight: bold;
        color: #fff;
	background: #9B331A;
	}
#miniCalendar .cell {
	border-right: 1px solid #2c72b2;
	border-bottom: 1px solid #2c72b2;
	width: 23px;
	height: 23px;
	text-align: center;
	background: url(images/bg_calendar.gif) no-repeat right bottom;
	}
#miniCalendar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	}
#miniCalendar td a:link, #miniCalendar td a:visited {
	color: #9B331A;
	text-decoration: none;
	background: url(images/bg_calendar.gif) no-repeat left top;
	}
#miniCalendar td a:hover, #miniCalendar td a:active {
	color: #9B331A;
	text-decoration: none;
	background: url(images/bg_calendar.gif) no-repeat left bottom;
	}
#eventSort {
	font-size: 1.1em;
	margin: 0 0 15px 10px;
	padding-left: 0;
	list-style: none;
	}
#eventSort li {
	padding-left: 10px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height: 1.5em;
	}
#noResults {
	font-size: 1.2em;
	}



/* Directions page
---------------------------------------------------------- */

#direction_links {
	line-height: .9em;
	}
.googleBox {
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 200px;
	background-color: #2C72B2;
	}
.googleImg {
	position: absolute;
	Top: 0;
	Left: 0;
	height: 100px
	width: 200px;
	}
.googleImg img {
	margin: 0;
	padding: 0;
	border: 0;
	}
.googleText {
	position: absolute;
	Top: 100px;
	Left: 0;
	height: 20px;
	width: 200px;
	padding-top: 5px;
	font-size: 1.1em;
	text-align: center;
	background-color: #2C72B2;
	}
.googleText a:link {
	color: #ffffff;
	font-weight: bold;
	padding: 12px 0 0 0;
	}
.googleText a:visited {
	color: #ffffff;
	}
	
/* Register in the Parish form */

table#parish_form {
	width: 40em;
	}

table#parish_form td {
	valign: top;
	padding: 0 0 10px 0;
	}
table#parish_form td.top_row {
	padding: 0;
	}
table#parish_form .form_label {
	font-size: 1.1em;
	padding-right: 10px;
	}
table#parish_form .form_data {
	font-size: 1.1em;
	line-spacing: 1.6em;
	}
#parish_form #name_1, #parish_form #name_2, #parish_form #birthdate_1, #parish_form #birthdate_2, #parish_form #corrected_names, #parish_form #family_1, #parish_form #address_1, #parish_form #occupation, #parish_form #email, #parish_form  #tel_day, #parish_form #tel_work, #parish_form #tel_cell, #parish_form #tel_other, #parish_form #why_join, #parish_form #title_1, #parish_form #title_2 {
	border: 1px solid #999999;
	}	
table#parish_form .form_note {
	display: block;
	color: #2C72B2;
	font-size: 1.0em;
	padding: 2px 0 0 0;
	margin: 0 0 0 0;
	}
	

/* search
---------------------------------------------------------- */

#searchBox {
	width: 178px;
	padding: 0;
	margin: 10px 0 30px 0;
	background-color: #2c72b2; 
 	font: normal 1.2em/2em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	}
#search_input {
	margin-top: 2px;
	}
#searchTop {
	float: right;
	}
#results_info {
	float: left;
	width: 750px;
	}
#results_keywords {
	float: left;
	width: 300px;
	margin: 20px 0 20px 10px;
	font-size: 1.4em
	}
.red {
	color: #9B331A;
	}
#results_total {
	float: left;
	width: 200px;
	margin: 20px 0 20px 10px;
	font-size: 1.4em;
	}
.fieldset {
 border:        1px solid #999;
 padding: 10px;
}

.pagecount {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			10px;
 color:				#666;
 font-weight:		normal;
 background-color: transparent;
}

.tablePad {
 padding:			3px 3px 5px 3px;
 background-color:	#fff;
}

.resultRowOne {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			11px;
 color:				#000;
 padding:           6px 6px 6px 8px;
 background-color:	#DADADD;
}

.resultRowTwo {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #000;
 padding:           6px 6px 6px 8px;
 background-color:  #eee;
}

.resultHead {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size: 		11px;
 font-weight: 		bold;
 color:				#000;
 padding: 			8px 0 8px 8px;
 border-bottom:		1px solid #999;
 background-color:	transparent;
}

.copyright {
 text-align:        center;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         9px;
 color:             #999;
 margin-top:        15px;
 margin-bottom:     15px;
}


form {
 margin:            0;
 padding:           0;
 border:            0;
}
.hidden {
 margin:            0;
 padding:           0;
 border:            0;
}
.input {
 border-top:        2px solid #979AC2;
 border-left:       2px solid #979AC2;
 border-bottom:     1px solid #979AC2;
 border-right:      1px solid #979AC2;
 color:             #333;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 height:            1.7em;
 padding:           0;
 margin:        	0;
} 
.textarea {
 border-top:        2px solid #979AC2;
 border-left:       2px solid #979AC2;
 border-bottom:     1px solid #979AC2;
 border-right:      1px solid #979AC2;
 color:             #333;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 padding:           0;
 margin:        	0;
}
.select {
 background-color:  #fff;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 font-weight:       normal;
 letter-spacing:    .1em;
 color:             #333;
 margin-top:        2px;
 margin-bottom:     2px;
}
.multiselect {
 border-top:        2px solid #979AC2;
 border-left:       2px solid #979AC2;
 border-bottom:     1px solid #979AC2;
 border-right:      1px solid #979AC2;
 background-color:  #fff;
 color:             #333;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 margin-top:        2px;
 margin-top:        2px;
} 
.radio {
 color:             transparent;
 background-color:  transparent;
 margin-top:        4px;
 margin-bottom:     4px;
 padding:           0;
 border:            0;
}
.checkbox {
 background-color:  transparent;
 color:				transparent;
 padding:           0;
 border:            0;
}
.submit {
 text-align: center;
 font-family:       Verdana, Arial, Sans-serif;
 font-size:         .9em;
 font-weight:       normal;
 border-top:		1px solid #2c72b2;
 border-left:		1px solid #2c72b2;
 border-right:		1px solid #2c72b2;
 border-bottom:		1px solid #2c72b2;
 letter-spacing:    0em;
 padding:           0px 2px 0px 2px;
 margin:        	1px 0 1px 3px;
 background-color:  #fff;
 color:             #2c72b2;
}  




/* footer
---------------------------------------------------------- */

#footer {
	margin-top: 10px;
	width: 760px;
	clear: both;
	background-color: #2C72B2;
	}
#footer a {
	color: #fff;
	}
#footer p {
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 1.1em;
	padding: 8px 0 7px 0;
	}

/* misc.
---------------------------------------------------------- */

.clear {
	clear: both;
	}
strong {
	font-weight: bold;
	}
b {
	color: #000;
	font-weight: bold;
	}
em {
	font-style: italic;
	}
hr {
	margin: 30px 0 10px 0;
	}
.hide {
	display: none;
	}
a img {
	padding: 0; 
	margin: 0;
	border: none;
	}
.pdf, .pdf_left {
	margin-bottom: 3px;
	padding-left: 18px;
	background: url(images/icon_pdf.gif) no-repeat top left;
	}
.pdf_right {
	margin-bottom: 3px;
	padding-right: 18px;
	background: url(images/icon_pdf.gif) no-repeat top right;
	}	
.music {
	margin-bottom: 1px;
	padding-left: 18px;
	background: url(images/icon_music.gif) no-repeat top left;
	}	
.center {
	text-align: center;
	}
.up {
	margin-bottom: 1px;
	padding-left: 15px;
	background: url(images/up.gif) no-repeat center left;
	}
#player {
	float: right;
	margin: 0px 124px 30px 0;
	}
	