html * {
	margin: 0;
	padding: 0;
}

body, textarea { 
	font: 85%/1.6 Arial,Helvetica,sans-serif;
	color: #666666;
	line-height:1;
}

body { width: auto; }


/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
}

h1 { font-size: 24pt; line-height: 40pt; padding-top: 20pt; padding-bottom: 20pt; }
h2 { color:#004a81; font-size: 22pt; line-height: 40pt; padding-top: 10pt; padding-bottom: 10pt; }
h3 { color:#004a81; font-size: 1.2em; line-height: 20pt; padding-top: 10pt; padding-bottom: 10pt; text-transform: uppercase; }
h4 { color: #004a81; font-size: 16pt; line-height: 20pt; padding-top: 10pt; padding-bottom: 10pt; }
h5 { color: #0096D7; font-size: 1.2em; line-height: 20pt; padding-top: 10pt; padding-bottom: 10pt; }
h6 { font-size: 11pt; line-height: 20pt; padding-top: 10pt; padding-bottom: 10pt; }

#content h5 {
border-bottom:1px solid #DDDDDD;
border-top:1px solid #DDDDDD;
color:#0096D7;
font-style:italic;
font-weight:normal;
margin:0 0 15px;
padding:15px;
text-align:center;
}

#content h4 {
color:#0096D7;
font-size:13px;
font-style:italic;
font-weight:normal;
padding:0;
}

p { padding: 10pt 0; font-size:12pt; color: #666666; line-height:20pt; }

blockquote { padding: 20pt; background: #eee; margin: 0pt 40pt 20pt 20pt; }

ul, ol { 
	margin: 0pt 40pt 20pt 20pt; 
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	}

ul li, ol li { 
	margin: 10pt 0; 
	color:#0096D7; 
	font-weight: normal;
	font-style:italic;
	}

img, fieldset { border: 0; }

select option { padding: 0 10pt 0 0; }

h2, h3, h4 { letter-spacing: -.05em; }

code { font: 10px monospace; } 

hr { background-color: #ccc; }


/* Images */
img { float: left; margin: 1em 1.5em 1.5em 0; }
a img { border: none; }


/* Links */
a, a:visited, a:link { 
	color: #004a81;
	font-weight: bold;
	text-decoration: underline;
	background: none;
	border:none;
}

	
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
a[href^="http://"] {color:#000; }

/* Tables */
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #fff; margin-bottom:2em; text-align:left; }
thead {display: table-header-group;}
tr {page-break-inside: avoid;} 





/* Site Specific */

#page-header {
	float:none !important;
	padding:0; margin:0;
}

#page-header h1 {
	font-size: 30px;
	border-bottom: solid 1pt #ccc;
	float:none !important;
	padding:0;
	margin:0;
	
}

#page-header h1 a {
	display: block;
	text-indent: -999em;
	height:1px;
	text-decoration: none;
	float:none !important;

}

#page-header h1 a:link, #page-header h1 a:visited { text-decoration: none; }


img.print {
	float:none;
	display:block;
	margin:0;
}

h2.contenttitle {
	font-size: 2em;
	border-bottom: solid 1pt #ccc;
	float:none !important;
	padding:0;
	margin:0;
}

#page {
	float:none !important;
}

/* Links */

#page a:link:after, #page a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   font-weight: normal;
   color: #333;
   }

#page a[href^="/"]:after {
  content: " (http://www.sistersofcharitysc.com" attr(href) ") ";
   }
   
#page a[href^="mailto"]:after {
  content: "";
   }

#page-header h1:after { content: url("/public/img/logo-print.jpg"); width: 362px; height: 143px; display: block;}


/*Footer */

#footer { font-size: 10pt; border-top: solid 1pt #ccc; margin: 8pt 0 0 0; }

#footer p { font-size: 10pt;}


/* Add sections here to hide various parts of the site when printing */
#header-signup, #header-search, #header-meta, #primary-nav, #page-header-meta, #content-footer, #cat-dog, #navigation, #sidebar, ul.breadcrumb, button, a.button, #button-contribute, #page-footer, #footer a, #footer ul, #footer-address, #footer-nav-meta, #footer-buttons, #tagline, #header-search-nav, #page-header h1, #page-header h1 a { display:none; }



