@charset "UTF-8";
/* CSS Document - styles for First and Central Presbyterian Church, Wilmington, Delaware */

body  { font: 0.8em Verdana, Arial, Helvetica, sans-serif; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ background-color: #000; }
h1 { font-size:2.5em; color: #206593; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; }
h2 { font-size:1.4em; color:#9D1300; }
h3 { font-size:1.2em; color: #206593; }
h4 { font-size:1.1em; color: #9D1300; }
h5 { font-size:1em; color: #000; }
h6 { font-size:0.88em; color: #206593; }

.reddark { color: #9D1300; }
.bluedark {color: #000066; }
.twoColFixLt #container { width: 780px; color: #000 background-color: #FFF /* the auto margins (in conjunction with a width) center the page */ text-align: left; background-image: url(images2008/background4.gif); background-repeat: repeat-y; margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; background-color: #F2EAC5; }
.twoColFixLt #header { padding-top: 0; padding-right: 0; padding-bottom: 20px; padding-left: 0; } 
#header .google { width: 230px; margin-left: 540px; text-align: right; margin-top: -59px; }
.twoColFixLt #sidebar1 { float: left; /* since this element is floated, a width must be given */ width: 140px; color:#000; }
.twoColFixLt #mainContent { padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */ margin-top: -20px; margin-right: 10px; margin-bottom: 0px; margin-left: 160px; } 
#mainContent a:link { color:#081e71; }
#mainContent a:visited { color:#206593; }
#mainContent h1 a:link, #mainContent h1 a:visited { color: #206593; }
#mainContent h2 a:link, #mainContent h2 a:visited { color: #9D1300; }
#mainContent ul { padding-left: 1em; }
.pullquote90px { width: 90px; float: right; padding: 0 0 0 20px; margin: 0 0 0 0; }
.pullquote270px { width: 270px; float: right; padding: 0 0 0 20px; margin: 0 0 0 0; }
.pullquote360px { width: 360px; float: right; padding: 0 0 0 20px; margin: 0 0 0 0; }
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.typeSmall { font-size: 0.8em; }
.blueItalic {color: #000099;font-style: italic;}
.spacerHalf {margin-top: -0.5em;}
.spacerFull {margin-top: -1em;}
.caption { font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; margin-top: -0.6em; }
.questionColor { font-size: 1.2em; color: #F0F; }
.columnNarrow { width: 310px; }
.sunday { padding-left: 10px; padding-right: 2px; font-size: 0.88em; line-height: 1.3em; }
.sunday strong { color: #D6FFC0; }
.churchart  { font-size: xx-small; background-color: #206593; padding-top: -0.5em; margin: 0em; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; }
#vertical {}