@charset "UTF-8";
body {
	font: 13px Futura, Arial, Helvetica, Lucida Grande, Verdana, sans-serif;
	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: #000000;
}

.thrColHybHdr #container {
	width: 100%;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColHybHdr #header {
	padding: 0 10px;  /* 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. */
	background-attachment: scroll;
	background-image: url(assets/main_logo_versesforlife.png);
	background-position: center 20px;
	background-repeat: no-repeat;
}
.thrColHybHdr #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 */
}

.thrColHybHdr #sidebar1 {
	float: left;
	width: 14em; /* since this element is floated, a width must be given */
	background: #525756; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColHybHdr #sidebar2 {
	float: right;
	width: 14em; /* since this element is floated, a width must be given */
	background: url(assets/primany_images/right_column_back.jpeg) repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}

.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #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;
}

.thrColHybHdr #mainContent {
	margin: 0 0em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 2em 0 2em;
}
.thrColHybHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #CD0E00;
}
.thrColHybHdr #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 */
}

/* CCRIV specific theme code begins from here down */
/* CCRIV specific theme code begins from here down */
/* CCRIV specific theme code begins from here down */

ul { /* removes bulk from all unordered lists */
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
h2 { /* special modifications to the h2 property */
	background-color: #E8E8E8;
	border-bottom: 1px solid #6699CC;
	border-left: 8px solid #C09689;
	padding-left: 5px;
}
h4 { /* special modifications to the h4 property */
	text-align: center;
	letter-spacing: 0.2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color:#FFF;
}
.thrColHybHdr #container #sidebar1 li, .thrColHybHdr #container #sidebar2 li { /* list items decorations settings for left and right side */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C09689;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C09689;
}
.thrColHybHdr #container #sidebar1 a, .thrColHybHdr #container #sidebar1 a:visited, .thrColHybHdr #container #sidebar2 a, .thrColHybHdr #container #sidebar2 a:visited { /* hyperlink style for left and right column. green, etc */
	display: block;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #C09689;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	color: #000000;
}
.thrColHybHdr #container #sidebar1 a:hover, .thrColHybHdr #container #sidebar2 a:hover { /* hover style for left and right column hyperlinks. etc */
	display: block;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #B5121B;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	color: #B5121B;
}
.thrColHybHdr #mainContent a, .thrColHybHdr #container #footer a { /* sets the hypertext behavior for the center column and footer */
	text-decoration: none;
	color: #000000;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C09689;
}
.thrColHybHdr #mainContent a:hover, .thrColHybHdr #container #footer a:hover { /* sets the hover behavior for links in the center column and footer */
	text-decoration: none;
	color: #B5121B;
	padding-left: 2px;
	background-color: #E8E8E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5121B;
}
/* Custom table code (Long lists of tabular data look beter when this code is applied to it. THis is also the reason for the smaller choice of text size.)
In the HTML for each of the the tables, always modify to show this code: <table width="100%" border="1" cellspacing="0" bordercolor="#CCCCCC"> (Don't ask, just do it!)
*/
table {
	font:normal 76%/150% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#000;
	}
table a {
	color:#523A0B;
	text-decoration:none;
	border-bottom:1px dotted;
	}
	/* This code is commented out because it puts a decoration on visited links that I don't like now, but may be useful in the future. :-)
table a:visited {
	color:#444;
	font-weight:normal;
	}
table a:visited:after {
	content:"\00A0\221A";
	} */
table a:hover {
	border-bottom-style:solid;
	}
thead th,
thead td,
tfoot th,
tfoot td {
	border:1px solid #523A0B;
	border-width:1px 0;
	background:#EBE5D9;
	}
th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
tbody th,
td {
	padding:0.25em 0.5em;
	text-align:left;
	vertical-align:top;
	}
tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
tbody th a:link,
tbody th a:visited {
	font-weight:bold;
	}
tbody td,
tbody th {
	border:1px solid #fff;
	border-width:1px 0;
	}
tbody tr.odd th,
tbody tr.odd td {
	border-color:#EBE5D9;
	background:#F7F4EE;
	}
tbody tr:hover td,
tbody tr:hover th {
	background:#ffffee;
	border-color:#523A0B;
	}
caption {
	font-family:Georgia,Times,serif;
	font-weight:normal;
	font-size:1.4em;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	}