@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	Zbackground: #666666;
	background-image:url(backgrounds/lrock059.jpg);
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link, a:visited {
	color:sienna; Z#996600;
	Zfont-family:"Trebuchet MS", Verdana, sans-serif;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:sienna;
	text-decoration:none;
}

.thrColFixHdr #container { 
	Zwidth: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 820px;
	Zbackground: #FFFFFF;
	background-color:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px outset beige; Z#000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background-image:url(images/stone2.jpg);
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:101px;
	border-bottom:2px inset silver;
} 
.thrColFixHdr #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 */
	color:#ffffff;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.thrColFixHdr #header #address,
.thrColFixHdr #header #contact {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px; font-weight:bold;
	color:white;
	text-align:center;
}
.thrColFixHdr #header a:link,
.thrColFixHdr #header a:visited {
	color:white;
	text-decoration:underline;
}
.thrColFixHdr #header a:hover {
	color:bisque;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 433px;
	Zbackground: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	Zpadding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color:beige; Z#FFFFFF;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='tan', endColorstr='white', gradientType='0');*/
	font-size:11px;
	text-align:center;
}
.thrColFixHdr #sidebar1 a:link,
.thrColFixHdr #sidebar1 a:visited {
	color:#996600;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
.thrColFixHdr #sidebar1 a:hover {
	color:sienna;
	Zborder-top:1px solid gray;
	Zborder-bottom:1px solid gray;
	Zbackground-color:#efefef;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 131px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	Zbackground: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	Zbackground-image:url(backgrounds/rock014.jpg);
	Zpadding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	padding:0px 7px;
	font-size:11px;
	
	background-color:'WhiteSmoke';
	Zfilter: alpha (opacity=77, finishopacity=47, style=1);
	Zfilter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='WhiteSmoke', endColorstr='WhiteSmoke', gradientType='0');
	Zcolor:#FAEFDC '#E1CDB3'
}
.thrColFixHdr #sidebar2 h5 {
	text-align:center;
	margin:10px 0px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:13px;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	background-color:lavender;
}
.thrColFixHdr #mainContent { 
	Zfloat:left;
	Zmargin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	Zpadding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right:1px solid silver;
	border-left:1px solid silver;
} 
.thrColFixHdr #mainContent2 { 
	Zmargin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	Zpadding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right:1px solid silver;
	border-left:1px solid silver;
} 
.thrColFixHdr #footer { 
	margin-top:2px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	Zbackground:#DDDDDD;
	background-image:url(images/stone2.jpg);
	border-top:2px solid silver;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
	text-align:center;
	font-weight:bold;
} 
.thrColFixHdr #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: 7px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

#parish_notes {
	Zwidth:100%;
	Zfilter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='tan', endColorstr='white', gradientType='0');
}

.notebox {
	border:1px solid black;
	margin-bottom:10px;
	background-color:white;
}
.notetitle {
	border-bottom:1px solid black;
	padding:0px 4px;
	text-align:center;
	background-color:#6666FF; color:white;
	font-family:Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-size:12px;	font-style:bold;
}
.notetext {
	font-family:Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size:11px;
	padding:2px 4px;
	text-align:center;
}

.hiliteboxRed {
	border:1px solid maroon;
	margin-bottom:10px;
	background-color:white;
}
.hilitetitleRed {
	border-bottom:1px solid maroon;
	padding:0px 4px;
	text-align:center;
	background-color:maroon; color:white;
	font-family:Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-size:12px;	font-style:bold;
}
.hilitetextRed {
	font-family:Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size:11px;
	padding:2px 4px;
	text-align:center;
}

.hiliteboxGreen {
	border:1px solid green;
	margin-bottom:10px;
	background-color:white;
}
.hilitetitleGreen {
	border-bottom:1px solid green;
	padding:0px 4px;
	text-align:center;
	background-color:green; color:white;
	font-family:Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-size:12px;	font-style:bold;
}
.hilitetextGreen {
	font-family:Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size:11px;
	padding:2px 4px;
	text-align:center;
}

.hilitetextGreen a:link, a:visited {
	color:green;
	font-weight:bold;
	text-decoration:underline;
}
.hilitetextGreen a:hover {
	color:green;
	text-decoration:none;
}


.initoff { display:none; }
.breadcrumb {
	font-size:10px;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid silver;
	padding-bottom:4px;
	padding-left:7px;
	background-color:beige;
}
.breadcrumb a:link,
.breadcrumb a:visited {
	text-decoration:underline;
	color:gray;
}
.breadcrumb a:hover {
	text-decoration:none;
}
h6 {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.menuItem {
	border-top:1px solid tan;
	border-bottom:1px solid tan;
	background-color:white;
}
.menuItem p { margin:0; padding:0; }
.menuHover {
	Zmargin:0 4px;
	border-left:4px solid tan;
	border-right:4px solid tan;
	border-top:1px solid tan;
	border-bottom:1px solid tan;
	background-color:white;
}
.menuHover p { margin:0; padding:0; }


#schedule {
	display:none;
	position:absolute;
	left:375px; top:120px;
	Zright:400px; Zbottom:400px;
	width:250px;
	text-align:center;
	padding:10px;
	border:2px outset tan;
	
	background-color:#FFFFCC;
	filter: alpha (opacity=57, finishopacity=57, style=0);
	
	font-size:11px; font-weight:bold;
	font-family:"Trebuchet MS", Verdana, sans-serif;
}


.closebutton {
	position:absolute;
	top:0px; right:1px;
	width:5px; height:14px;
	background-color:tan;
	color:maroon;
	border:1px solid silver;
	padding:0px 2px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.closebutton a:link, .closebutton a:visited {
	color:maroon;
	text-decoration:none;
}

.closebutton a:hover {
	color:red;
}

#scrolltext_top {
	position:absolute;
	top:107px; left:205px;
	Zborder:1px dashed silver;
	padding:2px 0px;
	width:55%; height:17px; Z222px;
	font-size:13px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:MidnightBlue;
}

#scrolltext_bot {
	position:relative;
	bottom:45px; left:-4px;
	Zborder-top:1px dashed silver;
	padding:2px 0px;
	Zwidth:102%; Z222px;
	font-size:13px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:white;
}

.feastday {
	position:relative;
	top:19px;
	font-size:smaller;
}


.pnote {
	padding:20px 0;
	border-bottom:2px solid tan;
}

.pnTitle {
	font-weight:bold;
	font-size:larger;
	text-align:center;
}

.pnContent {
	font-weight:normal;
}

.pnoteSpecial {
	padding:20px 0;
	border:2px dashed royalblue;
}



/* Liturgical Color Themes */


.AdventTime, .LentTime {
	background-color:purple;
	color:white;
}

.OrdinaryTime {
	background-color:#FFFF99;
	color:black;
}


