/*-----------------------------------------------------------------------------
Basic Style Sheet
version:   1.01
author:    Cheryl Briseno
email:     CherylBriz@hotmail.com
-----------------------------------------------------------------------------*/
/* =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: 950px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #700000;
	background-repeat: repeat;
	background-color: #FFFFFF;
	}
/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul, ol{
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}
/* Class for flaoting*/
.floatL {
	float:left;
	margin: 3px;
}
.floatR {
	float:right;
	margin: 3px;
}
.valign, .valign tr, .valign td {
	vertical-align: top;
}
/* Remove border around linked images */
img {
	border: 0;
}
/* =Headings
-----------------------------------------------------------------------------*/
h1{
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	color: #700000;
}
h2{
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	color: #700000;
}
h3{
	font-size: 14px;
	line-height: 16px;
	color: 700000;
}
h4{}
/* =Links
-----------------------------------------------------------------------------*/
a:link, a:visited {
	text-decoration:none;
	border-bottom:1px dotted #333333;
	color: #700000;
}
a:hover, a:active {
	border-bottom-style:solid;
	color: #676a33;
}
/* 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"] {
  background-image: none;
  padding-right: 0;
}
a[href^="mailto:"] {
  background: url(assets/email.gif) no-repeat right top;
  padding-right: 15px;
}
.nolinkgif  {
  background-image: none;
  padding-right: 0;
}
/* horizonal navigation bar
-----------------------------------------------------------------------------*/
#accessibility {
	display: none;
}
#nav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 900px;
	list-style: none;
	text-transform: uppercase;
	background-color: #EC7121;
	background-image: url(assets/navBkgrd.jpg);
	height: 25px;
	border-top: medium groove #700000;
	border-right: thin groove #700000;
	border-bottom: thin groove #700000;
	border-left: thin groove #700000;
}
#nav ul li {
	float: left;
}
#nav ul a {
	padding: 0 2em;
	line-height: 2.1em;
	background: #EC7121 repeat-y left top;
	text-decoration: none;
	color: #700000;
	float: left;
	display: block;
	border-right-width: thin;
	border-right-style: groove;
	border-right-color: #700000;
	font-weight: normal;
}
#nav ul a:hover {
	color: #fff;
	background-color: #676a33;
}
/* =Content Layout 
-----------------------------------------------------------------------------*/
#outerWrapper {
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(assets/iStock_000002290296Medium.jpg);
	background-attachment: fixed;
	width: 100%;
}
#wrapper {
	width:900px;
	margin: 0px auto;
	text-align:left;
	border: medium solid #700000;
	height: auto;
	background-color: #FFFFFF;
}
#content_left{
	width: 550px;
	height: auto;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #700000;
	list-style-position: outside;
}
#content_left ol {
	margin-left: 20px;
}
#content_top {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #700000;
	padding: 2%;
}

#content_twoCol {
	width:245px;
	padding: 2%;
	float: left;
}
#sidebarR{
	width:290px;
	height: auto;
	float:right;
	padding: 2%;
	margin: 0px;
	text-align: Left;
}
/* =Footer
-----------------------------------------------------------------------------*/
#footer, #footer a{
	clear: both;
	text-align: center;
	width: 900px;
	background-color: #700000;
	color: #FFFFFF;
	height: 150px;
}
blockquote {
	padding-right: 25px;
	padding-left: 25px;
	font-style: italic;
}

