@charset "utf-8";
/* CSS Document */
/* Start CSS Reset */
* {	margin: 0px;
	padding: 0px;}
	
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: helvetica, sans-serif;
	vertical-align: baseline;
	background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}

table {
	font-size: inherit;
	font: 100%;
}
select, input, textarea {
	font: 99% sans-serif;
}
/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}
body, select, input, textarea {
	color: #444;
}
/* Headers (h1,h2,etc) have no default font-size or margin,
   www.aestheticallyloyal.com/public/optimize-legibility/ */ 
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-rendering: optimizeLegibility;
}

a:hover, a:active {
	outline: none;
}
a, a:link {color: #ac2446; } 

a:active, a:visited {
	color: #600;
}
a:hover {
	color: #145581;
}
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button {
	cursor: pointer;
}
ul {
	margin-left: 0px;
}
ol {
	margin-left: 0px;
	list-style-type: decimal;
}
small {
	font-size: 85%;
}
strong, th {
	font-weight: bold;
}
td, td img {
	vertical-align: top;
}
/* Image floats and border and clear */

.imgleft {
	float: left;
	margin-right: 8px;
}
.imgright {
	float: right;
	margin-left: 8px;
}
.imgcenter {
	float: none;
	margin: 0px auto;
	display: block;
}
.imgborder {
	border: 2px solid #000;
}
.clear {
	clear: both;
}

/* END RESET CSS */
/* start Sacred Heart specific */

body {
	background-color: #FFF;
	background-image: url(/images/2012core/whiteCanvas.jpg);
	background-repeat: repeat;
	font-size: 1em;
	margin: 0px;
}

/* Header region - images are defined in section specific css files */
#header-container {
	position: relative;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	-moz-box-shadow: 0 4px 7px #22222;
	-webkit-box-shadow: 0 4px 7px #222222;
	box-shadow: 0 4px 7px #222222;
}
/* Address uses webfont by Google - positioning is done in individual css files */
#header p.address {font-family: 'Average', serif;
font-weight:400;
color: #660000;
font-size:18px;
text-align:right;
}

/* Defines burgundy region */

#main-wrapper {
	background-color: #600;
	background-image: url(/images/2012core/burgundyCanvas.jpg);
	text-align: center;
	padding-bottom: 15px;
}
/* Defines white region for content */

#main-container {
	width: 834px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -5px;
	background: #FFFFFF;				
}

#main-top-image {
	height: 240px;
}

/* Main top Navigation Menu */

#main-menu {
	background: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	margin-top: -240px; /* places it ontop of the image */
	padding: 0 3px;
	height: 35px;
	position: relative;
}
#main-menu:hover {
		opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
#main-menu li {
	list-style: none;
	float: left;
	margin-left: 3px;
}
#main-menu li a {
	display: block;
	padding: 6px 12px 4px 12px;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	text-rendering: optimizeLegibility;
}
#main-menu li a:hover, #main-menu li.item_active {
	background-color: #600;
	background-image: url(/images/2012core/topLinkgrad.jpg);
	background-repeat: repeat-x;
}

/* Secondary Navigation Menus */

#main-submenu {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 190px;
	position:relative;
	z-index:2;
}
#navbar {
	margin: 0;
	padding: 0 5px;
	height: 25px;
	background-color: #383838;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8b8b8b), to(#2c2c2c));
	background: -moz-linear-gradient(100% 100% 90deg, #2c2c2c, #8b8b8b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b8b8b', endColorstr='#2c2c2c'); 
}


/* These styles create the dropdown menus. */
#navbar li {
	list-style: none;
	float: left;
}

#navbar li a {
	display: block;
	padding: 4px 20px;
	color: #fff;
	text-decoration: none;
	font-size: .8em;
	line-height:1.2em;
	font-weight:bold;
}
#navbar li a:hover, #navbar li.item_active {
	background-color: #ac2446;
	color: #ffffff;
	background-image: url(/images/2012core/sideLinkgrad.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-right: #666666 solid 1px;
	border-left: #666666 solid 1px;
	border-top: #ac2446 solid 1px;
	border-bottom: #ac2446 solid 1px;}

#navbar li ul {
	display: none;
	width: 10em; /* Width to help Opera out */
	background-color: #EEEEEE !important;
	opacity:1 !important; 
}

#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;

}
#navbar li:hover li, #navbar li.hover li {
	float: none;
	text-align:left;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;

}

#navbar li:hover li a, #navbar li.hover li a {
	color: #666666;
	/*	font-weight:normal;*/
	font-size: .7em;
	line-height: 1.4em;
	background-color: #eeeeee;

}
#navbar li li a:hover {
	background-color: #ac2446;
	color: #ffffff;
}
/* End of Navagation Beginning of Content */

/* Page Content */

#main-page {
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
}

/* Currently site is using p.title would suggest migrating to h2 for search engines */
#main-page p.title, h2 {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1em;
	color: #600;
	font-weight: bold;
}

/* Currently site is using .container_top for subsections suggest changing to h3 */
#main-page .container_top, #main-page h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #600;
	margin-bottom: 10px;
	background-image: url(/images/2012core/heartbullet.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}

/* Currently site does not consistantly use p tags within div.container_middle sections */
#main-page p, #main-page div.container_middle
{font-size: .9em;
line-height:1.1em;
margin-bottom: 15px;}

#main-page #main-page-content li 
{
	margin: 15px;
	background-attachment: scroll;
	background-image: url(/images/2012core/heartbulletsm.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	list-style-type: none;
	padding-left: 15px;
}

#main-page strong {color:#333333;}

#main-page #main-page-content {
	width: 560px;
	float: left;
	margin-top: 15px;
}

#main-page tr {height: 20px;}

div.main-page-end {clear:both;
height: 15px;
}	

/*Sidebar navigation */
#main-page-sidebar {
	margin-left: 585px;
	position: relative;
	margin-top: 25px;
	z-index: 1;
}

#main-page-sidebar div.subsection {
	width: 175px;
	margin-top: 20px;
	border: 1px solid #333333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	list-style-type: none;
	margin: 15px 10px 15px 10px;
	overflow: hidden;
	color: #EBEBEB;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #EEE;
	background-image: url(/images/2012core/sideLinkgrad.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#main-page-sidebar div.subsection_top {
	padding: 10px 10px 5px 10px;
}

#main-page-sidebar div.subsection_middle ul {
	background-color: #EEE;
}

#main-page-sidebar div.subsection_middle li
{text-decoration:none;
padding: 2px 10px;
display: block;
border-top: #666666 solid 1px;
color: #660000;
}
#main-page-sidebar div.subsection_middle li a {text-decoration:none;
color: #666666;
font-size: .85em;
}

#main-page-sidebar div.subsection_middle li:hover
{background: #ac2446;
color: #ffffff;
}

#main-page-sidebar div.subsection_middle li:hover a
{background: #ac2446;
color: #ffffff;
font-weight:bold;
font-size: .9em;}

/* Footer section the footerbar1 is used to create drop shadow there is also a footerbar2 within the code it is currently not employed*/

#footerbar1 {
	-moz-box-shadow: 0 4px 5px #22222;
	-webkit-box-shadow: 0 4px 5px #222222;
	box-shadow: 0 4px 5px #222222;
	height: 4px;
	margin-top:-5px;
}
#footer {
	text-align: center;
	padding-top: 15px;
	margin-bottom: 15px;
	font-size: .8em;
}
