/*
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: 35px;
	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: 50px;
	float: left;
	margin-top: 113px;
	overflow: hidden;
}

#header ul.topnav li {
	height: 50px;
	float: left;
	list-style-type: none;
}


<!-- additional menu stuff -->

/* The container wrapping ul.dropdown */
#navigation {
float: left;
position:absolute;top:100%;
list-style-type: none;
}
#navwrap {
background: #600;
background: -moz-linear-gradient( top, #600, #300); /* CSS 3 */
	width: 463px;
	height: 24px;
	float: left;
	margin-top: 127px;
	margin-left: -75px;
	padding: 5px 0px 0px 25px;
}
 
/* Top level Unordered list */
ul.dropdown {
font-size:16px; 
font-weight:bold;
font-family:"Lucida Grande", Verdana, Arial, sans-serif;
list-style:none;
float:left;
width:100%;
padding: 0;
}
 
ul.dropdown  li{
float:left;
position:relative; /* hey Submenu ULs, appear below! */
display:inline;
}
 
ul.dropdown a {
padding:5px 20px 5px 5px; /*space the items, occupy entire height too.*/
color:#eee;
text-decoration:none;
text-shadow:0 1px 0 #000;
}
 
/* Style the link hover */
ul.dropdown li:hover a {
background:#444;
border-top:1px solid #777;
border-bottom: 1px solid #000;
border-right:1px solid #666;
}
 
/* Displays the link as blocks. */
ul.dropdown li ul a {
display:block;font-size:14px; 
font-family:"Lucida Grande", Verdana, Arial, sans-serif;
font-weight:normal;
}
 
/* sub menus!!  */
 
ul.dropdown ul {
list-style: none;
margin:0px 0px 0px 0px; /* Appear just below the hovering list */
padding: 0px 0x 5px 0px;
width:120px; /* specify the width. */
position:absolute; /* needed */
z-index:500; /* specify the order */
display: inline;
}
 
ul.dropdown li ul {
top:20px; /* Positioning:Calc with top level horz list height */
-moz-box-shadow:0 2px 10px #000; /* CSS 3 */
}
 
ul.dropdown ul ul {
top:-10px;
left:120px;
}
 
ul.dropdown ul li {
float:none; /* umm.. Appear below the previous one. mmkay? */
}
 
/* Drop Down! */
 
/* Hide all the dropdowns (submenus) */
ul.dropdown ul,
ul.dropdown li:hover ul ul,
ul.dropdown ul li:hover ul ul
{ display: none; }
 
/* Display the submenus only when li are hovered */
ul.dropdown li:hover ul,
ul.dropdown ul li:hover ul ,
ul.dropdown ul li ul li:hover ul
{ display: block;}
 
ul.dropdown li * a:hover {
/* Change color of links when hovered */
background: #600;
background: -moz-linear-gradient( top, #200, #400); /* CSS 3 */
border-bottom:1px solid #900;
border-top:1px solid #222;
}

#headersocial {
	width: 200px;
	height: 50px;
	float: right;
	margin-top: 25px;
	margin-left: -75px;
	padding: 5px 0px 0px 25px;
}
#headersocial li {
	list-style-type:none;
}

/* @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;
}

.idw-container { 
	width: 180px;
	padding-left: 20px;
	padding-right: 20px;
}

#leftc h3 {
	font-size: 18px;
	color: #545454;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
	padding-right: 20px;
	list-style-type:none;
}

#leftc ul {
	padding-left: 20px;
	padding-right: 20px;
	width: 200px;
	margin-bottom: 15px;
	list-style-type:square;
}
#leftc li {
	list-style-type:none;
}
#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;
	list-style-type: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 {
	width: 185px;
	margin-top: -10px;
}

#leftc .lifestream h3 {
	background: url(images/life_title.gif) no-repeat;
	width: 190px;
	height: 50px;
	padding: 5px 0 0 60px;
	margin-bottom: 10px;
	margin-top: 30px;
}

#leftc .lifestream .stream {
	width: 190px;
	padding: 0 3px 0px 3px;
	margin-right: 10px;
	margin-left: 18px;
	color: #707070;
}

#leftc .lifestream .bottom {
	height: 22px;
	width: 240px;
	background: url(images/life_buttom.gif) no-repeat;
	text-indent: -5000px;
	margin-top: -15px;
}
#leftc .lifestream ul {
	color: #545454;
	background: #FFFFFF;
	padding: 0 15px 0 0;
	list-style-type:none;
}

#leftc .lifestream ul a {
	text-decoration: none;
}

#leftc .white {
	background: #fff;
	padding-bottom: 10px;
	margin-bottom: 0px;
	padding-top: 30px;
	
}
#leftc h2.sidebartitle {display:none;}
/* @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 h2 {
	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;
	list-style-type: none;
}
#rightc li {
	width: 190px;
	overflow: hidden;
	margin-bottom: 15px;
	list-style-type: none;
}

#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 Right Widgit */

.widget_views_most_viewed ul li {
        list-style-type: none
	width: 20px;
	margin-right: 5px;
	font-size: 11px;
	float: left;
	margin-bottom: 5px;
	list-style-type: none;
}

.widget ul li {
        list-style-type: none
}

.widgettitle {
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
        list-style-type: none
	display:none
}

.widgettitle h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}


/* @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 {
	display:none
}

.lifes {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 25px;
	color: #333;
	background: url(images/life_mid.gif) repeat-y;
}

/* =PageNavi
-------------------------------------------------------------- */
 
/* Use !important to override PageNavi CSS */
 
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
color: blue !important;
background:transparent !important;
}
.wp-pagenavi a:hover {
}
.wp-pagenavi span.pages {
background:transparent !important;
}
.wp-pagenavi span.current {
background:transparent !important;
}
.wp-pagenavi span.extend {
background:transparent !important;
}
