/*-----------------------------------------------------------------------------
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;
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(assets/bkgrd.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	}
/* 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;
	}
.infoUnderqL {
	float: right;
	width: 150px;
	padding: 0px;
	margin: 30px 5px 0px 0px;
}
/* Remove border around linked images */
img {
	border: 0;
}
dt {
	font-weight: bold;
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
dd {
	font-size: 14px;
	line-height: 20px;
}
/* =Headings
-----------------------------------------------------------------------------*/
h1{
	padding-left: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #cc9933;
	line-height: 38px;
	margin: 0px;
}
h2{
	font-size: 14px;
	color: #003300;
	line-height: normal;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
}
h3{}
h4{
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	line-height: 20px;
	color: #003300;
}
/* =Links
-----------------------------------------------------------------------------*/
#accessibility {
	display: none;
}
a:link, a:visited {
	text-decoration:none;
	border-bottom:1px dotted #CCCCCC;
	color: #336699;
	font-weight: bold;
	}
a:hover, a:active {
	border-bottom-style:solid;
	color: #94B8E9;
	}
/* 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;
}
.noPic {
  background: url(none);
  padding-right: 0;
  width: 150px;
}
a[href^="http://www.srchapel.org"], a[href^="http://srchapel.org"], a[herf^="http://christiannewstoday.com"], a[herf^="http://www.christiannewstoday.com"]  {
  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
/* =Vertical navigation bar-------------------------------------*/
#nav {
  float:left;
  margin: 0px 5px 5px 0px;
}
#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#nav li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}
#nav a {
	display: block;
	width: 160px;
	height: 39px;
	line-height: 39px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	background: #999966;
	text-indent: 5px;
	text-transform: capitalize;
	font-size: 13px;
}
#nav a:hover, .selected a {
  background-color: #cccc99;
  color: #fff;
}
/* =Layout
-----------------------------------------------------------------------------*/
#wrapper {
	width:900px;
	margin: 0px auto;
	padding: 0px;
	text-align:left;
	z-index: 0;
	}
#header {
	background-image: url(assets/header.gif);
	height: 100px;
	z-index: 1;
	background-repeat: no-repeat;
	padding-left: 200px;
	padding-bottom: 75px;
}
#quickLinks {
	float:right;
	padding: 0px 0px 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: 500px;
	float: left;
	background-color: #FFFFFF;
	}
#content p {
	padding: 5px;
	}
#content ul {
	padding: 5px;
	list-style: none;
	}
.boxL {
	padding: 4px;
	width: 225px;
	float: left;
	margin: 2px 0px 2px 4px;
	border: thick solid #f9eaca;
}
.boxR {
	padding: 4px;
	width: 225px;
	float: right;
	margin: 2px 0px 2px 4px;
	border: thick solid #daecfe;
}
.boxL p, .boxR p, .newsList {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #003300;
}
.newsList li{
	list-style-type: disc;
}
.marpad {
	margin: 5px;
	padding: 1px;
}
.staff {
	width: 450px;
}

/* =SiteMap Outline
-----------------------------------------------------------------------------*/
.level_1 {
	list-style-type: upper-roman;
	text-indent: 5px;
	list-style-position: inside;
}
.level_2 {
	list-style-type: upper-alpha;
	text-indent: 5px;
	list-style-position: inside;
}
.level_3 {
	text-indent: 5px;
	list-style-type: lower-roman;
	list-style-position: inside;
}
/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 900px;
	margin-top: 5px;
	height: 25px;
	text-align: center;
	float: left;
}
#footer p {
	font-size: 10px;
	color: #cc9933;
	text-align: center;
	font-weight: bold;
	}
#footer a:link, #footer a:visited {
	text-decoration:none;
	border-bottom:1px dotted #333333;
	color: #cc9933;
	text-align: center;
	}
#footer a:hover, #footer a:active {
	border-bottom-style:solid;
	color: #999966;
	}
/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}
/* =Tables
-----------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border: medium solid #999966;
	}
td {
	text-align: left;
	font-weight: normal;
	empty-cells:show;
	}
.rowBkgrd {
	background-color: #CCCC99;
}
.archive {

	font-size: 14px;
	list-style-type: circle;
	text-indent: 50px;
}
.listDisc {
	text-indent: 3px;
	list-style-type: disc;
}
.legal {
	font-size: 10px;
}
.formText {
	text-align: right;
}
