﻿/*Stony Point church of Christ - March 2008 - Church of Christ Web Hosting & Design, LLC */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #515A66;
	background: #a7997f;
	font: 73% "lucida sans", "Trebuchet MS", verdana, arial, sans-serif;
	background-image: url('images/body_bg.jpg');
	background-repeat: repeat-x;
}
	
#container {
	width: 802px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0px;
	color: #333;
	background-image: url('images/content_bg.jpg');
	background-repeat: repeat-y;
	height: auto;
	min-height:600px;
}
#credits {
	clear: both;
	padding:0;
	margin: 5px 20px 0px 20px;
	font-size: .9em;
	color: #fff;
}
#banner {	
	float: left;
	width: 802px;
	height:283.2px;
	padding: 0;
	margin: 0;
	background-image: url('images/header.jpg');
	background-repeat:no-repeat; 
}
#content {line-height: 1.8em;
	padding: 10px;
	margin-left: 170px;
	margin-right: 170px;
	margin-top : 0;
}

#content h1 {
	margin : 0 0 0 0;
	padding : 5px;
	letter-spacing : 5px;
	font : bold 1.2em "lucida sans", verdana, tahoma, arial, sans-serif;
	text-transform: uppercase;
	color: #616D7C;
	background-color: #DDDDDD;
}

#left_col {
	float: left;
	width: 150px;
	margin: 0 0 25px 0;
	padding:0 0 25px 20px; 
}

.menu {
	width: 150px;
	padding: 10px 0 0 0;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu li {
	margin: 0 0 .1em 0;
}
.menu a {
	border-left : 5px solid #a7997f;
	display: block;
	font-size: 12px;
	color: #616D7C;
	background: #ddd;
	width: 120px;
	padding : 1em .5em;
	text-decoration: none;
}
.menu a:hover {
	border-left : 5px solid #27211c;
	background: #616D7C url('images/hover.jpg') no-repeat;
	color: #000;
}

#right_col {line-height: 1.8em;
	float: right;
	width: 150px;
	margin: 0 0 0 0;
	padding: 5px;
}
#footer {
	clear: both;
	height: 150px;
	width:100%;
	color: #000;
	background-image:url('images/footer.jpg');
	background-repeat: no-repeat;
	color:#ffffff;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
}
#footer_container{
	width:810px;
	margin-left:auto;
	margin-right:auto;
}
#footer_column_one{
	position:relative;
	float:left;
	text-align:right;
	width:400px;
}
#footer_column_two{
	position:relative;
	float:right;
	text-align:left;
	width:400px;
}
#footer p{
	color: #fff;
}

#footer a:visited {
	color: #e2c8a5;
	text-decoration: none;
}

#footer a:link {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px dashed  #f2f2f5;
	color: #000;
}

h1 {
	margin: 10px 10px 0 0px;
	font: bold small "lucida sans", verdana, tahoma, arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #616D7C;
}

h2 {
	padding : 0;
	margin:0;
	font : bold 1em "lucida sans", verdana, arial, tahoma, sans-serif;
	color: #515A66;
	background: inherit;
}

h3 {
	margin : 0;
	font : normal 1.4em "lucida sans", verdana, arial, tahoma, sans-serif;
	color: #A7997F;
	background: inherit;
}
a {
	color: #616D7C;
	font-weight: bold;
	text-decoration: underline;
	background: inherit;
}
a:hover {
	text-decoration: none;
	color: #333333;
	background: inherit;
}

#menu .active a{
	border-left : 5px solid #27211c;
	background: #616D7C url('images/hover.jpg') no-repeat;
	color: #000;
}

div.scroll {
	overflow: auto;
	height: 16em;
	width: 120px;
	padding: .5em;
	color: #000;
	background: white;
	border: 0px #A7997F solid;
	margin: 5px 0 15px 0;
}
div.scroll h2 {
	margin-bottom:0px;
}
li {
	margin-left: -25px;
	font-size: small;
	line-height: 1.3em;
	margin-bottom: 5px;
}
#prayers li{
	margin-left:100px;
	font-size:small;
	color:
}

.margin{
	margin-bottom:4px;
}

.margin2{
	margin-top:4px;
}
.news {
	font-size: 10px;
	background: inherit;
	color: #333;
	line-height: 1.5em;
	margin-top:0px;
	margin-bottom:10px;
}

.imgleft {
	float:right;
}
.clear {
	clear : both;
	height : 50px;
}