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

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

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, #banner, #Content, #footer{
	clear:both;
	float:left;
	width: 800px;
}
#page, #navigation, #banner, #Content, #bannerFoot, #sidebar, #primaryContent{
	background-color: #fff;
}
#banner{
	height:275px;
	background: #fff url(/images/newsign.jpg) no-repeat 0 100%;
}
#bnrTxt, #bannerFoot{
	font-size: 3.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#bnrTxt{
	color:#696;
	padding:0 0 5px 0;
}
#bannerFoot{
	clear:both;
	float:left;
	width: 785px;
	color:#353;
	padding:0 15px 5px 0;
	text-align:right;
}
#sidebar{
	clear:left;
	float:left;
	width:175px;
	padding:10px 0;
}
#primaryContent{
	clear:none;
	float:left;
	width:625px;
}
#footer{
	padding: 10px 0;
	background-color: #353;
	font-size: .9em;
	color: #fff;
	text-decoration:none;
}

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

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

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

h1{
	font-size: 1.8em;
	margin: .67em 0 .3em 12px;
}
h2{
	font-size: 2.4em;
	margin: .75em 0;
	font-weight:normal;
	color:#353;
}
h3{
	font-size: 1.2em;
	margin: .83em 0 .3em 0;
}
h4{
	font-size: 1.3em;
	margin: .5em 0 .5em 0;
}
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, blockquote, ul, fieldset, form, ol, dl{
	font-size:1.3em;
	margin: .5em 0 .5em 0;
}
#primaryContent p{
	line-height:1.6em;
	padding:0 15px 0 0;
}

blockquote#ndx {
margin:0 10px;
font-size:1.1em;
}


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

#navigation ul{
	margin:10px 0 30px 12px;
}
#navigation ul li{
	display: inline;
	list-style: none;
	padding: 2px 35px 0 0;
	font-size:1.1em;
	color:#930;
}

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

img{
	border: none;
}

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

a{
	text-decoration: none;
}
a:link, #navigation ul li a:link, #navigation ul li a:visited{
	color:#c00;
}
a:visited{
	color:#600;
}
a:hover{
	color:#600;
	text-decoration:underline;
}
#navigation ul li a:focus{
	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;
}

/* ----- 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; 
}
