/*
Theme Name: Meramec
Theme URI: http://www.meramecassociation.org/
Description: The Meramec Landmark Baptist Association.
Version: 1.0
Author: Brandon Cox
Author URI: http://www.egracecreative.com
*/

body {
	background-color: #009900;
	background-position: center;
	text-align: center;
	margin: 0px auto 0px auto;
	font-family: verdana, arial, helvetica;
}

a {
	color: #006600;
    text-decoration: none;
}

a:visited {
    color: #003300;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0px;
}

#bigwrapper {
	width: 780px;
	height: 100%;
	margin: 0px auto 0px auto;
}

#wrapper {
	width: 780px;
	float:left;
	height: 100%;
	background-image: url('images/pagebg.jpg');
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	text-align: left;
}

#header {
	background: url('images/header.jpg') no-repeat;
	width: 780px;
	height: 215px;
  margin: 0px 0px 0px 0px;
}

#topmenu {
	position: relative;
	float: left;
	width: 700px;
	height: 35px;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

#topmenu ul {
	list-style: none;
	margin: 8px 15px 0px 15px;
	padding: 0px;
	color: #ffffff;
}

#topmenu ul li {
	display: inline;
}

#content {
  width: 460px;
  height: 100%;
	float: left;
	margin: 0px;
	padding: 5px 10px 5px 55px;
}

#content h1 {
    font-size: 20px;
    color: #444444
}

#content p {
    font-size: 13px;
    color: #444444;
    line-height: 150%;
}

#content ul {
	list-style-type: square;
}

#content ul li {
	color: #444444;
	font-size: 13px;
	margin-bottom: 15px;
}

#content ul ul {
	margin-top: 15px;
}

#content ul ul li {
	margin-left: -10px;
	list-style-type: circle;
}

#sidebar {
	width: 200px;
  float: right;
  height: 100%;
  margin: 5px 50px 5px 5px;
}

#sidebar h2 {
	border-bottom: 1px dotted #660000;
	padding: 0px 5px 0px 0px;
  font-size: 16px;
  color: #006600;
}

#sidebar ul {
  list-style: none;
  font-size: 14px;
  margin: 0px 5px 0px 0px;
  padding: 0px 5px 0px 0px;
}

#sidebar ul li {
    line-height: 150%;
    margin-left: 0px;
    padding: 0px;
}

#sidebar ul li.pages {
    font-weight: bold;
    font-size: 16px;
    margin-left: 0px;
    padding: 0px;
}

#sidebar p.small {
    font-size: 11px;
}

#footer {
    float: left;
    border-top: 1px dotted #660000;
    width: 690px;
    height: 70px;
    text-align: center;
    font-size: 12px;
    margin: 15px 45px 15px 45px;
    padding: 0px;
    color: #333333;
}