/* CUSTOM HCLC HEADER STYLE */
/*****************************************************/
/* COLORS:
	background: body: #81C57A (light green)
	header: bar: #D9D1B9 (dark brown)
	header: logo/images area: #F0EDE4 (light brown)
	divider bars: #796624 (dark green)
	LCMS Red: #D62C38
*/
/**************** LAYOUT ****************/
html, body {
	margin: 0; padding: 0;
	background-color: #81C57A;
	min-width: 785px;
	background-image: url('/wp-content/themes/holycross/images/background-body.gif');
	font: 10pt Arial, Helvetica, sans-serif;
}

#wrap {
	background: url("/wp-content/themes/holycross/images/background-bar.gif") repeat-y;
	margin: 0px auto;
	width: 775px;
	height: 100%;
	min-height: 100%;
}

#hdr, #main, #ftr { padding-left: 20px; padding-right: 6px; vertical-align: top; }

/**** HEADER ****/
#hdr { height: 100px; }
#hdr-dv1 {
	height: 11px;
	margin-left: -6px;
	margin-right: 5px;
	background-color: #D9D1B9;
	text-align: right;
	font-size: xx-small;
	color: #666;
	padding-right: 3px;
}
#hdr-dv2 {
	height: 90px;
	border-top: 2px solid #796624;
	border-bottom: 2px solid #796624;
	padding: 2px 6px;
	margin-left: -6px;
	margin-right: 5px;
	margin-bottom: 2px;
	background-color: #F0EDE4;
	white-space: nowrap;
}
#hdr1 { 
	float: left; 
	padding-right: 6px;
	margin-top: 23px;
	height: 66px;
}
#hdr1 #banner-lcms { margin-top: 8px; }
#hdr2 { 
	float: right; 
	padding-left: 6px; 
	width: 140px;
	height: 90px;
}

/**** CENTER AREA: MAIN AND NAV ****/
#main { vertical-align: top; padding-bottom: 30px; width: 74%; }
#nav {
	width: 180px;
	padding-left: 6px;
	padding-right: 14px;
	vertical-align: top;
}

/**** FOOTER ****/
#ftr {
	height: 60px;
}
#ftr-dv {
	height: 60px;
	background-color: #D9D1B9;
	border-top: 2px solid #796624;
	padding: 2px 6px;
	margin-left: -6px;
	margin-right: 5px;
	background-color: #D9D1B9;
}
#ftr1 { float: left; padding-right: 6px; }
#ftr2 { float: right; padding-left: 6px; }

/**************** END LAYOUT ****************/

/**************** STYLES ****************/
#breadcrumbs { font-size: 10px; margin: 3px 0px -8px 0px; }
#ftr { font-size: 10px; }
a, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; /*background-color: #F0EDE4; */ }
#main, .articleText, td { font: 10pt Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 3px; }

/**** SEARCH ****/
#frm_search { white-space: nowrap; }
#searchbox {
	border: 1px solid gray;
	width: 118px;
	height: 18px;
	margin-top: 4px;
	font-size: xx-small;
}
#srchbtn { margin-top: 4px; vertical-align: top; }

/**** NAV ****/
#nav ul {
	list-style: none;
	font: small-caps bold 10pt Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-left: 0px;
}

#nav li { padding-bottom: 2px; }
#nav ul ul {
	/* must set to 0px first, then reset, browser bug */
	padding-left: 0px;
	margin-left: 0px;
	margin-left: 15px;
}

#nav .listActive a {
	color: blue;
	font-weight: bold;
	text-decoration: overline underline;
}

#nav .listActive ul a {
	color: #D62C38;
	font-weight: bold;
	text-decoration: none;
}

/**** GLOBAL ****/
.small { font-size: 10px; }
.alignleft { float: left; }
.navSeparator { width: 98%; border-bottom: 1px solid #999; margin: 6px 0px; }

/**** WP SPECIFIC *******/
/* #searchform { } */
#s { width: 100px; }
#searchsubmit { width: 60px; }
.navigation { display: none; margin-top: 15px; width: 100%; } /* previous/next posts nav */
/* #nav { } */
#nav ul { margin-top: 7px; }
/*  .pagenav { } */
/*  .pagenav h2 { } */
/*  .page_item { } */
  #nav ul ul { margin-top: 2px; }
 .current_page_item a { color: green; }
/* .post { } */
/* .entry { } */
img.alignleft { padding: 2px; margin: 0px 6px 6px 0px; border: 1px solid #000; }
img.aligncenter { padding: 2px; margin: 0px 6px 6px 6px; border: 1px solid #000; }
img.alignright { padding: 2px; margin: 0px 0px 6px 6px; border: 1px solid #000; }
.postmetadata, .postmetadata a { color: #999999; font-size: x-small; }
.postmetadata a { text-decoration: underline; }

/****** CONTACT FORM ********/
#frmContactTbl {}
.frmLabel { text-align: right; }