/* 

STYLE SHEET FOR allsaintsspringfield.org
Created by Chris Wood
http://www.chriswooddesign.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images

Notes

*/



/* --------- 1. defaults  --------- */

* {
	margin: 0;
	padding: 0;
	padding-top: 2px;
		}

body {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 15px 20px;
	background-attachment: fixed;
	background-color: #666;
		}
		
#masthead {
		}
		
#logo {
		}
		
#navContainer {
		}
		
/*  --------- 2. structure  --------- */

#contentWrapper {
	width: 832px;
	padding-left: 190px;
	background-image: url(Images/all_saints_logo_light_of_christ.gif);
	background-repeat: no-repeat;
	background-position: 14px 25px;
	border-top-width: 16px;
	border-top-style: solid;
	border-top-color: #4E0023;
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	position: relative;
		}

#wrapper {
	padding-left:85px;
	width:  800px;
	margin: 0 auto;
	padding-bottom: 1px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 40px 0;
	filter: DropShadow(Color=#000, OffX=5, OffY=5, Positive=5);
		}

#header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4E0023;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	float: right;
	height: 30px;
	width: 830px;
	clear: none;
}

#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header li {
	display: inline;
}
#header li a:link,#header li a:visited {
	display: inline;
	background-color: #FFFFFF;
	padding-top: 0.3px;
	padding-top: 0.3px;
	padding-right: 2px;
	padding-left: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #666666;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	font-weight: lighter;
	text-align: left;
	margin-bottom: 1px;
	margin-top: 1px;
	padding-bottom: 0.3px;
	margin-left: 50px;
}
#header li a:hover, #header li a:active{
	color: #FFFFFF;
	text-decoration: none;
	background-position: center;
	background-color: #4E0023;
}
#content {
	float: none;
	width: 810px;
	margin: 0px;
	padding-top: 5px;
	padding-right: -20px;
	padding-bottom: 15px;
	padding-left: 5px;
	clear: both;
}
#contentWrapper #content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	line-height: 30px;
	font-weight: lighter;
	color: #FFFFFF;
	text-transform: none;
	background-color: #4E0023;
	padding-left: 10px;
	padding-right: 10px;
	float: none;
	background-position: center;
	padding-bottom: 5px;
	margin-top: 5px;
}
#contentWrapper #content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #4E0023;
	letter-spacing: .1em;
	text-align: left;
	padding-top: 10px;
}
#contentWrapper  #content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #4E0023;
	letter-spacing: .1em;
	text-align: left;
}
#contentWrapper #content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: lighter;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contentWrapper #content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0.04em;
	text-align: left;
	word-spacing: 0.04em;
}
#contentWrapper #content img {
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #4E0023;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
		}
#content span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #4D0023;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 4px;
}

.separatorInvisible {
		clear: both;
		height: 1px;
		}

.clearFix:after {
	content: ".";
	display: none;
	height: 0;
	clear: both;
	visibility: hidden;
		}		
		
/* ---------- 3. links and navigation ---------- */

a {
		}
		
a:hover {
		}

#navigation {
		}

#navigation a {
		}

#navigation ul {
		}

#navigation li {
		}
		
/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
		font-size: 1.2em;
		}

ul {
		}

/* ---------- 5. images ---------- */

a img {
	padding-right: 100px;
	padding-bottom: 10px;
		
}
.cushycms {
}
