/*-----------------------------------------------------
Office of the Clerk
U.S. House of Representatives

**************************************
CHAPLAIN PRINTER STYLE SHEET
**************************************

created: 5/01/2007, JMA
last revised: 7/24/2007, JMA
-------------------------------------------------------*/


body {
	font: 11pt/14pt Georgia, "Times New Roman", Times, serif;
	background: #ffffff;
	color: #000000;
}


/*---------- Hide Navigation Items --------------------*/
#navigation, #subnav, #footer ul, #archive_search {
	display: none;	
}


/*---------- Headers --------------------*/
h1 {
	margin: 1% 5% 5% 5%;
	font-size: 20pt;
	text-align:center;
	line-height: 20pt;
}
h1 a, h2 a, h3 a {
	text-decoration: none;
	color:#000000;
}
h1 .subheading {
	display: block;
	font-size: 16pt;
	border-top: 1px soild #000000;
}
h2 {
	margin: 3% 6% 1% 6%;
	border-bottom: .25pt dotted #bbb7b1;
	font-size: 16pt;
}
h3 {
	margin: 3% 7% 1% 7%;
	font-size: 13pt;
}
h4 {
	margin: 1% 8%;
	font-size: 11pt;
	/*font-variant: small-caps;
	letter-spacing: 2pt;*/
}
h4 a {
	text-decoration: none;
	color: #000000;
}
ul li h4 {
	margin: 1% 0;
}


/*---------- General Content --------------------*/

#content, #home_content {
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}
#content p, #home_content p {
	margin: 2% 8%;
}
#content p a, #home_content p a {
	color: #000000;
}
#content ul, #content ol, #home_content ul, #home_content ol {
	margin: 2% 8%;
}
#content ul li p, #home_content ul li p {
	margin: 2% 0;
}
ul li {
	list-style-type:square;
}
ol li {
	margin: 2% 0;
}
p.note {
	font-style:italic;
	color: #7f7f7f;
	border: 1pt solid #e3e3e3;
	padding: 2%;
	font-size: 9pt;
}
p.quotation {
	font-style: italic;
	font-size: 14pt;
}

/*Hide supplimental content divs*/
#home_resources, .supplemental_content {
	display:none;
}


/*---------- Tables --------------------*/
table {
	margin: 1% 8%;
	width: 84%;
}
th {
	text-align: left;
	font-weight: bold;
	padding: 1% 3% 1% 0;
}
th, td {
	padding: 1% 3% 1% 0;
	font-size: 11pt;
	border-bottom: .5pt solid #666666;
}
td a {
	text-decoration:none;
	color: #000000;
}


/*---------- Images --------------------*/
.thumbnail {
	margin: 2% 8%;
}
.thumbnail .caption {
	font-size: 9pt;
	display: block;
}
#chaplain_message img {
	display: block;
}
#chaplain_bio img {
	margin: 2% 8% 0% 8%;
}
img {
	border: .3pt solid #888888;
	padding: 1pt;
}


/*---------- Places of Worship --------------------*/

#churches table {
	font: 10pt/120% Tahoma, Arial, Helvetica, sans-serif;
}
#churches th {
	padding: 2% 0 0 0;
	text-align:left;
	font: italic 13pt Georgia, "Times New Roman", Times, serif;
	border-bottom: .5pt solid #cccccc;
}
#churches td {
	margin: 0px;
	padding: 2%;
	border-style: none;
}
#churches td a {
	font-weight:bold;
}


/*---------- Guest Chaplain Profile --------------------*/

#guest_chaplain_profile h2, #guest_chaplain_profile h3 {
	margin: 1% 6% 0% 6%;
}
#guest_chaplain_profile p.details a {
	text-decoration: none;
	color: #000000;
}


/*---------- Places of Worship --------------------*/

#links ul li h4 a {
	margin: 3% 0 0 0;
}
#links ul li p {
	margin: 0;	
}

/*---------- Footer --------------------*/
hr {
	margin: 5% 0 0 0;
}
#footer {
	font-size: 9pt;
	margin: 0 5%;
}
#footer p {
	margin: 0;
}
#footer a {
	text-decoration:none;
	color: #000000;
}