/*
Theme Name: OnlineCommunityPastor
Theme URI: http://human3rror.com
Description: A Wordpress Theme for an Online Community Pastor (or anyone who loves stylized simplicity and life streaming!)
Version: 1.0
Author: John Saddington
*/

* { 
	padding: 0; 
	margin: 0; 
}

body {
	font-family: Arial;
	font-size: 12px;
	color: #545454;
}

#wrapper { 
	margin: 0 auto;
	width: 960px;
	padding: 0;
}

/* @group Header */

#header {
	width: 960px;
	padding: 0;
	height: 152px;
	margin: 0;
}

#header .logo {
	padding-top: 62px;
	padding-left: 15px;
	width: 301px;
	float: left;
	height: 90px;
}

#header .logo h1 {
	font-size: 40px;
	font-weight: normal;
	font-style: normal;
}

#header .logo h1 a {
	color: #fff;
	text-decoration: none;
	margin-bottom: 8px;
}

#header .logo p {
	font-size: 14px;
	color: #fff;
}

#header ul.topnav {
	width: 500px;
	height: 70px;
	float: left;
	margin-top: 83px;
	overflow: hidden;
}

#header ul.topnav li {
	height: 70px;
	float: left;
	list-style-type: none;
}

#header ul.topnav li.about a {
	background-position: 0 0;
	text-indent: -5000px;
	float: left;
	height: 70px;
	width: 93px;
}

#header ul.topnav li.about.current a {
	background-position: 0 -70px;
}

#header ul.topnav li.blog a {
	background-position: -93px 0;
	text-indent: -5000px;
	float: left;
	height: 70px;
	width: 81px;
}

#header ul.topnav li.blog.current a {
	background-position: -93px -70px;
}

#header ul.topnav li.archives a {
	background-position: -173px 0;
	text-indent: -5000px;
	float: left;
	height: 70px;
	width: 127px;
}

#header ul.topnav li.archives.current a {
	background-position: -173px -70px;
}

#header ul.topnav li.contact a {
	background-position: right 0;
	text-indent: -5000px;
	float: left;
	height: 70px;
	width: 114px;
}

#header ul.topnav li.contact.current a {
	background-position: right -70px;
}



/* @end */

/* @group Content */

#content {
	margin-bottom: 0px;
	overflow: auto;
	width: 960px;
	margin: 0;
	padding: 0 0 30px;
}

#mainc { 
	float: left;
	padding: 30px 20px 0px;
	width: 450px;
	display: inline;
	position: relative;
	margin: 0;
	overflow: hidden;
}

#mainc .post {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#mainc .post .p_head {
	overflow: hidden;
	margin-bottom: 15px;
}

#mainc .post .title_crum {
	float: left;
	width: 355px;
}

#mainc .post p.info {
	font-size: 11px;
	color: #999999;
}

#mainc .post p.info a {
	color: #999999;
	text-decoration: underline;
}

#mainc .post h2 {
	font-size: 19px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 6px;
}

#mainc .post h2.page {
	text-transform: uppercase;
}

#mainc .post .date {
	float: right;
	width: 81px;
	color: #cccccc;
	font-size: 18px;
	text-align: right;
}

#mainc .post .entry {
	
}

#mainc .post .entry p {
	color: #545454;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}

#mainc .post .more {
	height: 20px;
	width: 443px;
	text-align: right;
	padding-right: 7px;
	padding-top: 3px;
}

#mainc .post ul {
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#mainc .post blockquote {
	color: #9d0a0e;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 55px;
	background: url(images/quotes.gif) no-repeat;
}

#mainc .flickr {
	width: 450px;
	overflow: hidden;
	float: left;
	height: 107px;
}

#mainc .alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#mainc .alignright {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

#mainc .nav {
	width: 450px;
	height: 15px;
}

#mainc .nav .left {
	width: 100px;
	float: left;
}

#mainc .nav .right {
	width: 100px;
	float: right;
}

#mainc h2.pagetitle {
	margin-bottom: 15px;
}

#mainc p {
	margin-bottom: 5px;
}

#mainc .flickr .title {
	width: 450px;
	height: 25px;
	margin-bottom: 10px;
}

#mainc .flickr .title h3 {
	color: #545454;
	font-size: 18px;
	width: 400px;
	float: left;
}

#mainc .flickr .title span.more {
	float: right;
	font-size: 11px;
}

#mainc .flickr img {
	border: 1px solid #c1c1c1;
	margin-right: 13px;
}

#mainc .post .more a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

.post .smallpost {
	width: 450px;
	margin-top: 5px;
	float: left;
}

.post .smallpost a {
	text-decoration: none;
	color: #000;
}

.post .smallpost h4.h4m {
	width: 290px;
	float: left;
	text-decoration: bold;
	font-size: 12px;
}

.post .smallpost .smallinfo {
	width: 160px;
	float: left;
	text-align: right;
	font-size: 11px;
}

.post .smallpost a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Left Sidebar */

#leftc { 
	display: inline;
	padding: 0px 0px 0px;
	width: 240px;
	float: left;
	margin: 0 0 150px;
}

#leftc h3 {
	font-size: 18px;
	color: #545454;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
	padding-right: 20px;
}

#leftc ul {
	padding-left: 20px;
	padding-right: 20px;
	width: 200px;
	margin-bottom: 15px;
}

#leftc .tags{
	padding-left: 20px;
	padding-right: 20px;
	width: 200px;
	margin-bottom: 15px;
}

#leftc .tags a{
	color: #333;
	text-decoration: none;
}

#leftc .tags a:hover{
	text-decoration: underline;
}

#leftc ul li {
	background: url(images/dotted_line.gif) no-repeat 0 bottom;
	padding-bottom: 5px;
	margin-bottom: 4px;
	list-style-type: none;
	color: #545454;
}

#leftc ul li a {
	text-decoration: none;
}

#leftc .rounded {
	background: #fff url(images/side_rtop.gif) no-repeat 0 top;
	padding-top: 20px;
}

#leftc ul.round {
	background: #fff url(images/side_rbut.gif) no-repeat 0 bottom;
	padding-bottom: 20px;
}

#leftc .lifestream {
}

#leftc .lifestream h3 {
	background: url(images/life_title.gif) no-repeat;
	width: 180px;
	height: 50px;
	padding: 5px 0 0 60px;
	margin-bottom: 0;
	margin-top: 30px;
}

#leftc .lifestream .stream {
	width: 180px;
	padding: 0 30px 10px;
	color: #707070;
}

#leftc .lifestream .bottom {
	height: 22px;
	width: 240px;
	background: url(images/life_buttom.gif) no-repeat;
	text-indent: -5000px;
}

#leftc .white {
	background: #fff;
	padding-bottom: 10px;
	margin-bottom: 0px;
	padding-top: 30px;
	
}

/* @end */

/* @group Right Sidebar */

#rightc { 
	display: inline;
	position: relative;
	padding: 30px 20px 0px;
	float: right;
	margin: 0 0 150px;
	width: 190px;
}

#rightc a {
	color: #fff;
}

#rightc h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}

#rightc p {
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 15px;
}

#rightc ul {
	width: 190px;
	overflow: hidden;
	margin-bottom: 15px;
}

#rightc ul li {
	width: 90px;
	margin-right: 5px;
	font-size: 11px;
	float: left;
	margin-bottom: 5px;
	list-style-type: none;
}

#rightc img {
	margin-bottom: 15px;
}

#rightc input {
	border: 1px solid #d0bfb2;
	margin-bottom: 5px;
	width: 170px;
	padding: 3px;
	background: #fff url(images/inputbg.gif) repeat-x;
	color: #959595;
	font-size: 11px;
}

#rightc p.sub {
	height: 16px;
	margin-bottom: 4px;
	font-size: 11px;
	background: url(images/rss.gif) no-repeat;
	padding-left: 20px;
}

#rightc p.sub a {
	text-decoration: none;
}



/* @end */

/* @group Footer */

#footer { 
	width: 960px;
	clear: both;
	background: #000000 url(images/footerbg.gif) no-repeat;
	margin: 0;
	height: 110px;
	color: #626262;
	font-size: 11px;
	text-align: center;
	padding: 30px 0 0;
}

#footer p {
	margin-bottom: 4px;
}

.clear { 
	clear: both; 
	background: none; 
}



/* @end */

/* @group Comments */

h3.comments {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: 460px;
	background: url(images/devider.gif) no-repeat;
	float: left;
	margin-bottom: 15px;
	color: #5b5b5b;
	font: normal bold 15px Calibri;
}

ol.commentlist {
	width: 450px;
	float: left;
	padding: 0;
	margin: 0;
}

ol.commentlist li {
	padding: 0 0 15px;
	list-style-type: none;
	float: left;
	width: 450px;
	margin: 0 0 15px;
	background-position: left bottom;
	background-repeat: no-repeat;
	border-bottom: 1px solid #d9d9d9;
}

ol.commentlist li .number {
	font: bold 36px Helvetica;
	float: left;
	text-align: center;
	width: 60px;
}

ol.commentlist li .avatar {
	margin-right: 5px;
	float: left;
	width: 67px;
}

ol.commentlist li .avatar img {
	margin-left: 7px;
	margin-right: 7px;
	border: 5px solid #cecece;
	margin-bottom: 5px;
	width: 42px;
	height: 42px;
}

ol.commentlist li .avatar span.date {
	text-align: center;
	width: 67px;
	height: 14px;
	float: left;
	font-size: 11px;
	color: #fff;
	padding-top: 2px;
}

ol.commentlist li p {
	margin-bottom: 7px;
	padding-left: 144px;
	padding-right: 10px;
	color: #333;
}

form#commentform {
	width: 420px;
	padding: 25px 15px 10px;
	float: right;
}

form#commentform .names {
	width: 70px;
	float: left;
}

form#commentform .names p {
	margin-bottom: 23px;
	font: 10px Verdana;
}

form#commentform label {
	color: #4a4a4a;
	font-size: 13px;
	margin-left: 10px;
	font-weight: bold;
}

form#commentform label span {
	color: #7f8b5e;
	font-size: 15px;
}

form#commentform p {
	margin-bottom: 10px;
}

form#commentform textarea#comment {
	border: 1px solid #a51b1f;
	padding: 2px 1px;
	background: #fff url(images/searchbg.gif) repeat-x;
	width: 300px;
	color: #7b7b7b;
	font: 12px Arial;
}

form#commentform input#author, input#email, input#url {
	background: #fff url(images/searchbg.gif) repeat-x;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	height: 17px;
	width: 150px;
	color: #7b7b7b;
	font: 12px Arial;
}

#respond h3 {
	font: italic bold 18px Arial;
	width: 450px;
	background-color: #fff;
	padding-top: 7px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	float: left;
}

input#submit {
	width: 66px;
	height: 29px;
	border-style: none;
	margin-bottom: 0;
	color: #fff;
	text-align: center;
	font-size: 11px;
	margin-left: 70px;
	background-repeat: no-repeat;
}



/* @end */

.lifestream h2 {
	margin: 5px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	color: #333;
	font-size: 12px;
}

.lifes {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 25px;
	color: #333;
	background: url(images/life_mid.gif) repeat-y;
}