/*
*
*	calvarycleveland Style Sheet
*
*/

/***	Global	***/

body {
	background: #fff;
	margin: 0 0 80px;
	padding: 25px 0 0 0;
}

#wrapperA {
	float: left;
	text-align: right;
	width: 46%;
}

#branding {
	background: #e7e7e7;
	height: 103px;
	margin: 0 3px 7px 0;
}

#navWrapper {
	background: #b8cad5;
	line-height: 1;
	margin: 0 3px 0 0;
	padding: 0;
}

#nav {
	background: #e0e7ee;
	border-bottom: 7px solid #fff;
	border-left: 7px solid #fff;
	float: right;
	padding: 25px 22px 25px 0;
	width: 299px;
}

#wrapperB {
	float: right;
	text-align: left;
	width: 54%;
}

#contentWrapper {
	background: #b8cad5;
	margin: 0 0 0 4px;
}

#pageTitle {
	background: #c0cea5;
	border-right: 7px solid #fff;
	height: 51px;
	margin: 0;
	padding: 52px 30px 0 0;
	text-align: right;
	width: 397px;
}

#content {
	background: #dae3ca;
	border-right: 7px solid #fff;
	border-top: 7px solid #fff;
	padding: 24px 30px 60px 30px;
	width: 367px;
}

#copyright {
	background: #e7e7e7;
	border-top: 7px solid #fff;
	margin: 0 0 0 4px;
	padding: 10px 0 10px 30px;
}

/***	Branding	***/

#branding h1 {
	background: url(http://www.calvarycleveland.org/images/4.gif) left top no-repeat;
	display: inline;
	float: right;
	height: 62px;
	margin: 23px 42px 0 0;
	overflow: hidden;
	text-align: left;
	text-indent: -5000px;
	width: 229px;
}

#branding a {
	display: block;
	height: 62px;
	width: 229px;
}

#branding a:hover {
	border: none;
}

/***	Nav Wrapper | Nav	***/

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul ul {
	margin-right: 24px;
}

#nav ul ul li {
	text-align: right;
	width: 200px;
}

#nav ul ul a:hover {
	border-bottom: 1px dotted #d89545;
}

#navWrapper img {
	border-left: 7px solid #fff;
	margin: 0 0 -2px 0;
	padding: 0;
}

#navWrapper p {
	background: url(http://www.calvarycleveland.org/images/2.gif) no-repeat 0 17px;
	color: #888;
	float: right;
	margin: 0;
	padding: 15px 10px 0 20px;
	text-align: left;
	width: 281px;
}

/***	Content	***/

#content {
	min-height: 425px;
	height: auto !important;
	height: 425px;
}

#content .whats_new_post {
	border-bottom: 1px solid #fff;
	margin: 0 0 18px 0;
}

/***	Copyright	***/

#copyright p {
	color: #888;
	margin: 0;
	padding: 0;
}