﻿/*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;
}

#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: 200px;
	margin-right:10px;
	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: 200px;
	margin: 0 0 0 0;
	padding-left:20px; 
}

.menu {
	width: 200px;
	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: 150px;
	padding : 1em .5em;
	text-decoration: none;
}
.menu a:hover {
	border-left : 5px solid #27211c;
	background: #616D7C url('images/hover.jpg') repeat-y ;
	color: #000;
}

#credits {

	clear: both;

	padding:25px 0 0 5px;

	margin: 5px 20px 0px 20px;

	font-size: .9em;

	color: #515A66;

}

#footer {

	clear: both;

	padding: 0;

	height: 85px;

	color: #000;

	background-image:url('images/footer.jpg');

	background-repeat: no-repeat;

}



#footer a:visited {
	background: inherit;
	color: #A7997F;
	text-decoration: none;
}

#footer a:link {
	background: inherit;
	color: #A7997F;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px dashed  #f2f2f5;
	background: inherit;
	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;
	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: 12em;
	width: 120px;
	padding: .5em;
	color: #000;
	background: white;
	border: 0px #A7997F solid;
	margin: 20px 0 15px 0;
}
li {
	margin-left:-25px;
	font-size:x-small;
	line-height:1.3em;
}
#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;
}
.imgleft {
	float:right;
}
.clear {
	clear : both;
	height : 50px;
}