/* @override http://newnamemissionsociety.com/wp-content/themes/newname/style.css */

/*
Theme Name: New Name Mission Society
Theme URI: http://newnamemissionsociety.org/
Version: 1.0
Author: Jeremy Greenawalt
Author URI: http://jeremygreenawalt.com/
*/

/* @group Default Elements */

body {
	background: #ccbb99 url(images/border.jpg) no-repeat fixed center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

a {
	color: #202020;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
}

.no_decoration a {
	border-bottom: none;
}

/* @end */

/* @group Layout Elements */

#page {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
}

#headerimg {
	height: 220px;
	background: url(images/banner_graphic.jpg) no-repeat center;
}

#on_paper {
	background: url(images/paper_black.jpg) repeat-y scroll center;
	padding-bottom: 10px;
}

#page_title {
	margin-left: 40px;
	float: left;
}

.transparent_background {
	opacity: 0.85;
	width: 820px;
	margin: 0 auto;
	z-index: 0;
	padding: 10px 0px;
	background-color: #eeeecc;
//	clear: left;
	height: 100%;
	overflow: auto;
}

.narrowcolumn, .widecolumn, #sidebar {
	margin: 10px;
	height: 100%;
}

.narrowcolumn {
	width: 620px;
	float: left;
}

.widecolumn {
	width: 800px;
}

/* @end */

/* @group Sidebar */

#sidebar {
	margin-left: 650px;
	width: 150px;
	text-align: left;
	color: #191919;
	font-size: .8em;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 7px;
}

#sidebar ul {
	padding: 0px;
	margin-bottom: 25px;
}

#sidebar h2 {
	margin: 0 0 5px 0;
	font-size: 1.3em;
}

#calendar_wrap {
//	font-size: .7em;
}

#calendar h2.widgettitle {
	display: none;
}

#wp-calendar tfoot {
	display: none;
}

/* @end */

/* @group Form Elements */

#commentform textarea {
	width: 100%;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* @end */

/* @group Easy Clearing  */

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}



/* @end */