/* - - - - - - - - - - - - - - - - - - - - -

Title : St. Francis - St. Joseph Catholic Worker House
Author : Eric Wolf
URL : http://www.activecanvas.com

Description : Style Sheet for St. Francis - St. Joseph Catholic Worker House website's inside pages

Created : 5/8/2008
Modified : 7/6/2008

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
	margin: 0;
	padding: 0;
}
html{
	margin:0;
	padding:0;
	font-size: 1.25em; /* 1.25 x 16px = 20px */
}
body{
	margin: 0;
	padding: 0;
	text-align:left;
	background: #fff url(/images/bkgr.jpg) repeat;
	color: #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 50%;;
}
html>body {
	font-size: 10px; /* overrides the above in all browsers except IE */
}

/* ----- IDs ----- */

#page{
	margin: 40px auto 0 auto;
	width: 802px;
}
#navigation, #Content, #footer{
	clear:both;
	float:left;
	width: 800px;
}
#page, #navigation, #Content, #primaryContent, #secondaryContent{
	background-color: #fff;
}
#primaryContent{
	clear:none;
	float:left;
	width:597px; /* for IE5/Win */
	padding: 0 15px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 567px; /* actual value */
}
html>body #primaryContent {
	width: 567px; /* be kind to Opera */
}
#secondaryContent{
	clear:none;
	float:right;
	width:200px; /* for IE5/Win */
	padding:0 10px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px; /* actual value */
}
html>body #secondaryContent {
	width: 180px; /* be kind to Opera */
}
#oneContent{
	clear:both;
	float:left;
	width:500px;
	margin:18px 144px 18px 144px;
	border:#353 5px solid;
	padding:15px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 470px; /* actual value */
}
html>body #oneContent {
	width: 470px; /* be kind to Opera */
}
#footer{
	padding: 10px 0;
	background-color: #353;
	font-size: .9em;
	color: #fff;
	text-decoration:none;
}

#wrap_box{
	clear:both;
	float:left;
	display:block;
	width:100%;
	background:url(/images/newsltr/bells.jpg) right bottom no-repeat;
	z-index:500;
}


/* ----- CLASSES ----- */

.insert_box, .image_box{
	clear:both;
	float:left;
	width:487px;
	margin:30px 40px 10px 40px;
	border:1px solid #353;
	padding:10px 30px;
	z-index:700;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 420px; /* actual value */
	text-align:center;
}
html>body .insert_box {
	width: 420px; /* be kind to Opera */
}
.image_box{
	margin-top:-52px;
	padding:0;
	width:487px;
}

.show{
	display:block;
	font-weight:bold;
	color:#353;
}

.ftrL, .ftrR{
	clear:none;
	padding:0 10px;
}
.ftrL{
	float:left;
	width:450px;
}
.ftrR{
	float:right;
	width:250px;
	text-align:right;
}

.shout {
	text-transform:uppercase;
	font-weight:bold;
	font-style:italic;
}


/* ----- HEADINGS ----- */

h1{
	font-size: 1.8em;
	margin: .67em 0 .3em 12px;
}
h2{
	margin: .75em 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight:normal;
	color:#353;
}
h3{
	font-size: 1.5em;
	margin: .83em 0 .3em 0;
}
h4{
	font-size: 1.3em;
	margin: .7em 0 .3em 0;
}
div.image_box h4{
	padding:10px 30px;
}

h5{
	font-size: .83em;
	margin: 1.5em 0;
}
h6{
	font-size: .75em;
	margin: 1.67em 0;
}
h1, h3, h4, h5, h6, b, strong{ 
	font-weight: bolder;
	color:#353;
}

/* ----- PARAGRAPHS ----- */

p, ul, fieldset, form, ol, dl{
	font-size:1.3em;
	margin: .5em 0 .5em 0;
}
#primaryContent p, #primaryContent ul{
	line-height:1.6em;
	padding:0 15px 0 0;
}

div.image_box p{
	margin:0 30px 10px 25px;
}


/* ----- QUOTES ----- */

blockquote{
	margin:10px;
	text-align:center;
	font-size:1.3em;
	font-style:italic;
	color:#353;
}
#secondaryContent blockquote{
	margin:30px 0 0 0;
	text-align:right;
}
blockquote cite{
	text-align:right;
	display:block;
	font-style:normal;
}

/* ----- LISTS ----- */

ol, ul{
margin-left: 40px;
}

#navigation ul{
	margin:10px 0 30px 12px;
}
#subnav ul{
	margin:10px 0 30px 0;
}

#navigation ul li, #subnav ul li{
	display: inline;
	list-style: none;
	padding: 2px 35px 0 0;
	font-size:1.1em;
	color:#991f00;
}

/* ----- IMAGES ----- */

img{
	border: none;
}
#secondaryContent img{
	padding:10px 0;
}

.image_box img.first{
	margin:0;
}


/* ----- LINKS ----- */

a{
	text-decoration: none;
}
a:link, #navigation ul li a:link, #navigation ul li a:visited, #subnav ul li a:link, #subnav ul li a:visited{
	color:#c00;
}
a:visited{
	color:#600;
}
a:hover{
	color:#600;
	text-decoration:underline;
}
#navigation ul li a:focus, #subnav ul li a:focus, .link{
	color:#600;
	text-decoration:none;
}
a:active{
	color:#c00;
}
a:focus{
	color:#600;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active, h1 a:focus{
	text-decoration:none;
	color:#353;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #footer a:focus{
	color:#fff;
	text-decoration:underline;
}

/* ----- TABLES ----- */

table{
display: table;
border-spacing: 2px;
}
caption{
display: table-caption;
text-align: center;
}
thead, tbody, tfoot { 
vertical-align: middle ;
}
th{
font-weight: bolder; 
text-align: center;
vertical-align: inherit;
}
td{
vertical-align: inherit;
}

/* ----- DEFINITIONS ----- */

dd{
margin-left: 40px;
}

/* ----- PRINTING ----- */

@media print {
h1 { 
page-break-before: always; 
}
h1, h2, h3, h4, h5, h6 { 
page-break-after: avoid; 
}
ul, ol, dl { 
page-break-before: avoid; 
}
}
