@charset "utf-8";
* {
	font-size: 100%;
}

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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	font-size: 0.9em;
	line-height: 1.3em;
	padding-top: .8em;
	margin-top: 0px;
}

h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
}

h1 {
	font-size: 1.3em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #5650AA;
	text-indent: 5px;
}

h2 {
	font-size: 1em;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #514AA6;
}





.prayer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color: #333;
	font-size: .8em;
	padding-right: 1em;
	padding-left: 1.4em;
}



.thrColLiq #container {
	width: 90%;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #EAEAD5;
	overflow: auto;
	background-image: url(../images/optimized/images/patternBG.jpg);
}
.pageTitle {
	font-size: 3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 4px outset #630;
}

#MainBody ul li {
	line-height: 2em;
	font-size: 0.9em;
	padding-bottom: 5px;
	vertical-align: middle;
	list-style: url(../images/optimized/bullet.gif) none outside;
}
#sidebar2 ul li {
	list-style: url(../images/optimized/bullet.gif) outside;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
/*.thrColLiq #mainContent {
	margin: 0 35% 0 23%; /* 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. */
	padding: 10px;
	border-right: solid 1px #000;
}
*/.thrColLiq #sidebar1 p, .thrColLiq #sidebar1 h3, .thrColLiq #sidebar2 p, .thrColLiq #sidebar2 h3 {
	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;
	font-size: 0.8em;
}
/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. 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 ".thrColLiq #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiq #sidebar1 {
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
	font-size: 1.2em;
	background: #fff;
	float: left;
}
#sidebar1 ul li {
	list-style: none;
}

#sidebar1 ul li a, #sidebar1 ul li a:link , #sidebar1 ul li a:visited  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
	background-color: #d8cb87;
	text-align: right;
	display: block;
	border-left-width: 4px;
	border-left-style: double;
	border-left-color: #630;
	list-style-type: none;
	padding-right: 1em;
	color: #5650AA;
}

#sidebar1 ul li a:hover {
	text-transform: uppercase;
	background-color: #DEBC45;
}
#sidebar1 ul li a:active {
	text-transform: lowercase;
	background-color: #5650AA;
	border: 3px inset #630;
	color: #debc45;
}


.thrColLiq #sidebar2 {
	padding: 10px 10px 0 25%;
}
/* 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 The floated element must precede the element it should be next to on the 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 its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

#mainContent ul li {
	list-style: url(../images/optimized/bullet.gif) none outside;
}
#sidebar2 ol {
	text-decoration: none;
	list-style-position: outside;
	list-style-type: circle;
}
#sidebar2 ol li ol {
	text-decoration: none;
	list-style-type: square;
}
#mainContent {
	overflow: auto;
}

