/*
Theme Name: CDM1
Theme URI: http://inlikealion.com
Description: Custom theme for Community Discipleship Mission 1. (Based on <a href="http://elliotjaystocks.com/">Elliot Jay Stock's</a> base theme, Starkers)
Version: 1.0
Author: Matt Bainton
Author URI: http://inlikealion.com
*/

@import "style/css/reset.mod.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/*--- GENERAL STYLES ---*/

h1, h2, h3, h4, h5, h6 {
	color: #006666;
	letter-spacing: -1px;
	}
h2 {
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 38px;
	padding-bottom: 18px;
	padding-top: 7px;
	}
h3 {
	font-size: 18px;
	}
h4 {}
p {}
a {
	color: #996666;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	}
h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {}
h3 a {}
h5 a {}

hr {
	background: none;
	border: none;
	border-bottom: 1px solid #ffffcc;
	border-top: 1px solid #999966;
	color: #ffffcc;
	}

input,
textarea {}
input[type="submit"] {}
input[type="submit"]:hover {}
.column {
	float: left;
	width: 50%;
	}

/*--- STRUCTURE ---*/

body {
	background: #cccc99 url('style/img/bg-content-gradient.png') repeat-x 0 169px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}
#header {
	background: #006666 url('style/img/bg-gradient.png') repeat-y center 0;
	border-bottom: 1px solid #a3a37a;
	height: 121px;
	margin: 0;
	padding-top: 49px;
	width: 100%;
	}
#header .wrap {
	margin: 0 auto;
	width: 910px;
	}
#content {
	background: url('style/img/bg-content-columns.png') repeat-y 0 0;
	margin: 29px auto;
	width: 910px;
	}
#contentMain {
	float: left;
	width: 580px;
	}
#contentSub {
	background: #b3af82;
	float: right;
	padding: 36px 30px;
	width: 240px;
	}
#siteInfo {
	background: #006666 url('style/img/bg-gradient.png') repeat-y center 0;
	display: block;
	font-size: 10px;
	min-height: 94px;
	padding: 18px 0;
	width: 100%;
	}
#siteInfo .wrap {
	margin: 0 auto;
	padding: 8px 0;
	width: 910px;
	}
#siteInfo li {
	line-height: 14px;
	}
#siteInfo a,
#siteInfo .legal {
	color: #649898;
	}
#siteInfo a:hover {
	color: #66ffcc;
	text-decoration: none;
	}
#siteInfo .legal {
	float: right;
	margin-top: -57px;
	}

/*- Branding -*/
#branding {
	text-transform: lowercase;
	}
#branding a {
	color: #003333;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 44px;
	font-weight: 300;
	height: 31px;
	letter-spacing: -6px;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
	text-shadow: 0 1px 1px #6dbdbd;
	width: 910px;
	}
#branding a:hover {
	text-decoration: none;
	}
#branding a small {
	color: #009999;
	font-family: "Bradley Hand ITC", sans-serif;
	font-size: 20px;
	letter-spacing: 0;
	text-shadow: none;
	}
#branding a em {
	color: #33cccc;
	}
#branding span {
	background: url('style/img/logo.png') no-repeat 0 0;
	display: block;
	height: 51px;
	left: 0;
	position: absolute;
	top: 0;
	width: 910px;
	}
#header a.textHide {
	display: none;
	}

/*- Main Nav -*/
#navMain {
	padding-top: 31px;
	width: 910px;
	}
#navMain li {
	float: left;
	margin: 0 80px 0 0;
	}
#navMain li:last-child {
	margin: 0;
	}
#navMain a {
	color: #003f3f;
	display: block;
	font-size: 16px;
	height: 25px;
	overflow: hidden;
	position: relative;
	text-shadow: 0 1px 1px #6dbdbd;
	}
#navMain a:hover {
	color: #bde8e9;
	text-decoration: none;
	text-shadow: none;
	}
#navMain a span {
	background: url('style/img/navmain-sprite.png') no-repeat 0 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}
li#navHome {
	margin-right: 82px;
	}
li#navHome a,
li#navHome span {
	background-position: 0 0;
	width: 49px;
	}
li#navHome span:hover {
	background-position: 0 bottom;
	}
li#navAbout {
	margin-right: 77px;
	}
li#navAbout a,
li#navAbout span {
	background-position: -131px 0;
	width: 52px;
	}
li#navAbout span:hover {
	background-position: -131px bottom;
	}
li#navWords {
	margin-right: 74px;
	}
li#navWords a,
li#navWords span {
	background-position: -260px 0;
	width: 55px;
	}
li#navWords span:hover {
	background-position: -260px bottom;
	}
li#navFaith {
	margin-right: 86px;
	}
li#navFaith a,
li#navFaith span {
	background-position: -389px 0;
	width: 46px;
	}
li#navFaith span:hover {
	background-position: -389px bottom;
	}
li#navBlog {
	margin-right: 92px;
	}
li#navBlog a,
li#navBlog span {
	background-position: -521px 0;
	width: 38px;
	}
li#navBlog span:hover {
	background-position: -521px bottom;
	}
li#navDonate {
	margin-right: 67px;
	}
li#navDonate a,
li#navDonate span {
	background-position: -651px 0;
	width: 62px;
	}
li#navDonate span:hover {
	background-position: -651px bottom;
	}
li#navContact {
	margin-right: 0;
	}
li#navContact a,
li#navContact span {
	background-position: -780px 0;
	width: 69px;
	}
li#navContact span:hover {
	background-position: -780px bottom;
	}

/*--- BLOG CONTENT STYLES ---*/

.post {
	padding: 0 0 30px;
	}
.postmetadata {
	color: #996666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-size: 10px;
	}
.postmetadata li {
	border-right: 1px solid #e8e8c7;
	display: inline;
	height: 10px;
	margin-right: 3px;
	padding-right: 7px;
	}
.postmetadata li:last-child {
	border: none;
	}
.post p {
	padding-bottom: 14px;
	}
.post img {
	background: #999966;
	border: 1px solid #666633;
	}
.post img.alignleft {
	-moz-box-shadow: 2px 2px 4px #989872;
	-webkit-box-shadow: 2px 2px 4px #989872;
	box-shadow: 2px 2px 4px #989872;
	margin: 0 24px 20px 0;
	}
.post img.alignright {
	-moz-box-shadow: -2px 2px 4px #989872;
	-webkit-box-shadow: -2px 2px 4px #989872;
	box-shadow: -2px 2px 4px #989872;
	margin: 0 0 20px 24px;
	}
.post img.aligncenter {
	-moz-box-shadow: 0 2px 4px #989872;
	-webkit-box-shadow: 0 2px 4px #989872;
	box-shadow: 0 2px 4px #989872;
	margin-bottom: 24px;
	}
#contentMain hr {
	margin-bottom: 30px;
	}

/*--- SIDEBAR ---*/

#contentSub li {
	border-bottom: 1px solid #999966;
	border-top: 1px solid #cccc99;
	padding: 20px 0 24px;
	}
#contentSub li:first-child {
	border-top: none;
	padding-top: 0;
	}
#contentSub li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	}
#contentSub h3 {
	font-size: 18px;
	line-height: 22px;
	text-transform: lowercase;
	}
#contentSub li ul {
	padding-top: 18px;
	}
#contentSub li li {
	border: none;
	color: #996666;
	font-size: 10px;
	line-height: 15px;
	padding: 0;
	}
#contentSub a {
	color: #090907;
	font-size: 11px;
	font-weight: 800;
	padding-right: 4px;
	}
#contentSub a:hover {
	color: #096a67;
	text-decoration: none;
	}
#contentSub .subscribe {
	}
#contentSub input[type="text"] {
	width: 160px;
	}
#contentSub .subscribe input[type="text"] {
	margin: 4px 0 4px;
	width: 190px;
	}

/*--- BLOG LIST PAGE ---*/

/*--- BLOG READ PAGE ---*/

#comments h3 {
	padding-bottom: 20px;
	}
ol.commentList {
	padding-bottom: 10px;
	}
ol.commentList li {
	list-style: decimal outside;
	margin: 0 0 12px 40px;
	}
ol.commentList span.commentmetadata {
	color: #996666;
	}
ol.commentList span.commentmetadata cite {
	font-weight: 800;
	font-style: normal;
	}
#comments form {
	padding-top: 14px;
	}
#comments textarea {
	margin: 14px 0 12px;
	width: 513px;
	}
#comments label {
	font-size: 11px;
	}
#comments input#submit {
	margin-top: 12px;
	}
	
/*--- BLOG ARCHIVE PAGE ---*/

.archive h2 {
	font-size: 14px;
	}
.archive h3 {
	font-size: 24px;
	line-height: 28px;
	padding-top: 6px;
	}
.archive .postContent {
	margin-top: 20px;
	}

/*--- UTILITY STYLES ---*/
.textHide {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	}
