/*-----------------------------------------------------------------------------
General Style Sheet
version:   1.1
author:    Cheryl Briseno
email:     CherylBriz@hotmail.com
website:   http://LivWIBE.net/SeaBrizDesigns
-----------------------------------------------------------------------------*/
/* =General
-----------------------------------------------------------------------------*/
/* 	:TODO remember to remove this rule before the site goes live
	:KLUDGE I managed to fix this problem * but it is not pretty
	:BUG Rule breaks in *
	:TRICKY Alert! a particulary complicated piece of code

/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}
body {
	text-align:center;
	min-width: 760px;
	background-color: #000066;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}
/* Class for adding/clearing floats */
.clear {
	clear:both;
}
.floatL {
	float: left;
	}
.floatR {
	float: right;
	}
/* Remove border around linked images */
img {
	border: 0;
}
/* =Headings
-----------------------------------------------------------------------------*/
h1{
	padding-left: 10px;
	font-size: 36px;
	font-weight: bold;
	color: #000033;
	line-height: 38px;
	margin: 0px;
}
h2{
	font-size: 18px;
	color: #000066;
	line-height: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 5px;
}
h3{}
h4{
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	line-height: 20px;
}
/* =Links
-----------------------------------------------------------------------------*/
#accessibility {
	display: none;
}
a:link, a:visited {
	text-decoration:none;
	border-bottom:1px dotted #000033;
	}
a:hover, a:active {
	border-bottom-style:solid;
	}
/* external links marked so user can determine if they want to click
================================== */
a[href^="http:"] {
  background: url(assets/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}
a[href^="http://www.fpcmattoon.org"], a[href^="http://fpcmattoon.org"]  {
  background-image: none;
  padding-right: 0;
}
a[href^="mailto:"] {
  background: url(assets/email.gif) no-repeat right top;
  padding-right: 15px;
}
/* Break down into MainNav and SubNav IDs
=code for horizonal navigation bar
-----------------------------------------------------------------------------*/
#nav ul {
	margin: 75px 0px 0px 175px;
	padding: 0;
	float: left;
	width: 600px;
	list-style: none;
	font-weight: bold;
	font-size: 12px;
}
#nav ul li {
  float: left;
}
#nav ul a {
	padding: 0 2em;
	line-height: 2.1em;
	text-decoration: none;
	color: #000033;
	float: left;
	display: block;
	border: none;
}
#nav ul a:hover {
  color: #ccccff;
}
/* =Layout
-----------------------------------------------------------------------------*/
#wrapper {
	width:810px;
	margin: 0px auto;
	padding: 0px;
	text-align:left;
	z-index: 0;
	}
#header {
	background-image: url(assets/header.gif);
	height: 100px;
	width: 800px;
	margin-top: 25px;
	z-index: 5;
	background-repeat: no-repeat;
}
#quickLinks {
	float:right;
	padding: 0px 5px;
	width: 194px;
	margin: 0px;
	}
#quickLinks a:link, #quickLinks a:visited {
	text-decoration:none;
	border-bottom:none;
	}
#quickLinks a:hover, #quickLinks a:active {
	border-bottom-style:none;
	}
/* =Main Content
-----------------------------------------------------------------------------*/
/* Two column floated*/
#content{
	width: 600px;
	float: right;
	background-color: #FFFFFF;
	margin-right: 20px;
	margin-top: 8px;
	}
#content p {
	padding: 5px;
	}
#content ul {
	padding: 5px;
	list-style: none;
	}
.news {
	padding: 4px;
	width: 185px;
	float: left;
	margin: 2px 0px 2px 4px;
	border: 1px solid #CCCCFF;
}
.news h2{
	padding: 4px;
	margin: 0px;
}
#content .news p {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #000033;
	margin-top: 0px;
	padding-top: 0px;
}
.marpad {
	margin: 5px;
	padding: 1px;
}
#sidebarL{
	width: 160px;
	float:left;
	margin-top: -125px;
	margin-left: 8px;
	z-index: 10;
	}
/* =SiteMap Outline
-----------------------------------------------------------------------------*/
.level_1 {
	font-size: 14px;
	list-style-type: upper-roman;
	text-indent: 50px;
}
.level_2 {
	list-style-type: upper-alpha;
	text-indent: 75px;
	margin: -5px;
}
.level_3 {
	text-indent: 100px;
	margin: -5px;
	list-style-type: lower-roman;
}
/* =Footer
-----------------------------------------------------------------------------*/
#footer p {
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	width: 600px;
	margin-top: 5px;
	height: 25px;
	text-align: center;
	float: right;
	font-weight: bold;
	}
#footer a:link, #footer a:visited {
	text-decoration:none;
	border-bottom:1px dotted #fff;
	color: #FFFFFF;
	text-align: center;
	}
#footer a:hover, #footer a:active {
	border-bottom-style:solid;
	color: #CCCCFF;
	}
/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}
/* =Tables
-----------------------------------------------------------------------------*/
table { 
  	border-spacing: 0;
	border-collapse: collapse;
}
td {
  	text-align: left;
	font-weight: normal;
}
.archive {

	font-size: 14px;
	list-style-type: circle;
	text-indent: 50px;
}
.listDisc {
	text-indent: 3px;
	list-style-type: disc;
}
.box {
	padding: 1px;
	border: 3px solid #000063;
	margin: 3px;
}
.center {
	text-align: center;
}
blockquote {
	font-style: italic;
	width: 450px;
	margin-left: 50px;
	text-align: justify;
}
