/*-----------------------------------------------------------------------------
Basic Style Sheet
version:   1.01
author:    Cheryl Briseno
email:     CherylBriz@hotmail.com
website:   http://www.LiWIBE.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: 815px;
	position: relative;
	}
/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}
/* Class for clearing floats */
.clear {
	clear:both;
}
/* Class for flaoting*/
.floatL {
	float:left;
}
.floatR {
	float:right;
}
/* Remove border around linked images */
img {
	border: 0;
}
/* =Typography
-----------------------------------------------------------------------------*/
body {
	font: 14px/1.6 Tahoma, sans-serif;
	background-attachment: fixed;
	background-image: url(assets/bkgrd_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	z-index:0;
	background-color: #330000;
}
/* =Headings
-----------------------------------------------------------------------------*/
h1{
	font-size: 24px;
	line-height: normal;
}
h2{
	font-size: 18px;
	line-height: normal;
}
h3{
	font-size: 16px;
	line-height: normal;
	color: #FFFFCC;
	font-weight: bold;
}
h4{
	color: #333300;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
/* =Links
-----------------------------------------------------------------------------*/
a:link, a:visited {
	color:#330000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}
a:hover, a:active {
	border-bottom-style:solid;
}
#footer a:link, #footer a:visited {
	color:#FFFFCC;
	text-decoration:none;
	border-bottom:1px dotted #330000;
}
#footer a:hover {
	color: #FFCC66;
}
/* 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.masoncitychristian.com"], a[href^="http://masoncitychristian.com"], a[href^="http://masoncitychristian.org"], a[href^="http://www.masoncitychristian.org"], a[href^="http://www.livwibe.net/mcc/"]  {
  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, #nav {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #333300;
}
#nav li {
	list-style: none;
	float: left;
	position: relative;
	text-align: center;
	border: none;
	background-color: #333300;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
}
#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left:25px;
	font-weight: normal;
	background: url(assets/background_nav_ul_li_ul_li.gif) repeat left bottom;
	padding: 0.5em 0 1em;
	border-right: solid 2px #333300;
	border-bottom: solid 2px #333300;
	z-index: 15;
}
#nav a {
	font-weight: bold;
	color: #ffcc66;
	text-decoration: none;
font-size: 18px;
line-height: 24px;
}
#nav li li a {
	display: block;
	font-weight: normal;
	/*padding: 0.2em;*/
color: #660000;
font-size: 14px;
line-height: normal;
border: none;
}
#nav li li a:hover {
color: #ffcc66;
background-color:#999900;	/*border: 5px solid #333300;	border-width: 0 5px;*/
}
#nav li#first {
	border-left-width: 1em;
}
#nav li#last {
	border-right-width: 1em;
}
#nav li>#nav ul {
	top: auto;
	left: auto;
}
#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}
/* =Layout
-----------------------------------------------------------------------------*/
#wrapper_index {
	width:800px;
	margin: 0 auto;
	text-align:left;
	z-index: 5;
	left: 100px;
	position: absolute;
	top: 200px;
	color: #330000;
}
#header_index {
	background-image: url(assets/header_index.jpg);
	height: 200px;
	width: 1024px;
	z-index: 5;
	position: absolute;
	left: 0px;
	top: 1px;
}
#content_index{
	background-color: #998000;
	height: 325px;
	padding: 5px;
}
#content_index p{
	padding: 5px;
}
#subNav_index{
	margin-top: 1em;
}
#upperRight {
	position: absolute;
	z-index: 20;
	height: 242px;
	width: 265px;
	left: 700px;
	top: 0px;
}
#wrapper {
	width:800px;
	margin: 0 auto;
	text-align:left;
	z-index: 5;
	left: 100px;
	position: absolute;
	top: 150px;
	color: #330000;
	background-color: #330000;
	background-image: url(assets/wrapper.gif);
	background-repeat: repeat-y;
}
#header {
	background-image: url(assets/header.jpg);
	position: absolute;
	z-index: 5;
	height: 150px;
	width: 1024px;
	left: 0px;
	top: 1px;
}
#subNav {
	width:180px;
	float:left;
	padding: 3px;
	font-weight: bold;
	color: #FFFFCC;
}
#subNav li{
	list-style-image: url(assets/arrow.gif);
	text-indent: 15px;
}
#subNav a {
	color: #FFFFCC;
}
#subNav p{
	color: #FFFFCC;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
}
#subNav p.legal{
	font-size: 14px;
	font-weight: normal;
}
#content{
	width: 600px;
	float: right;
	padding: 5px;

}
blockquote {
	line-height: normal;
	margin-right: 100px;
	margin-left: 100px;
}
ol li{
	list-style-position: inside;
	margin-left: 20px;
}
.boxL {
	padding: 4px;
	width: 225px;
	float: left;
	margin: 2px 0px 2px 4px;
	border: thick solid #996600;
}
.boxR {
	padding: 4px;
	width: 225px;
	float: right;
	margin: 2px 0px 2px 4px;
	border: thick solid #007A83;
}
.boxL p, .boxR p, {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
/* =Footer
-----------------------------------------------------------------------------*/
#footer{
	clear: both;
	color: #FFFFCC;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}
/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}
/* =Tables
-----------------------------------------------------------------------------*/
table {
	border-spacing: 0;
	border-collapse: collapse;
	border: medium double #998000;
}
td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 2px;
}
.odd {
	background-color: #FFCC66;
}
.even {
	background-color: #998000;
	color: #FFFFCC;
}
#accessibility {
	display: none;
}
