/*
Theme Name: IHOP-KC Blog Theme
Theme URI: http://www.ihop.org/
Description: The official Wordpress Theme for the International House of Prayer's blog site.
Version: 1.0
Author: Gedy Rivera, Jordan Smith
Author URI: http://www.ihop.org/
*/

/* GLOBAL ==================== */
* {
	margin:0;
	padding:0;
}
body {
	background:#333;
	color:#333;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:150%;
	margin-bottom: 20px;
}
.wrap {
	margin: 0 auto;
	position: relative;
	width:960px;
}
img {
	border:0px;
}
a {
	color:#4aa8a2;
	text-decoration:none;
}
a:hover {
	color: #900;
	text-decoration:underline;
}
/* TYPE TREATMENT ==================== */
h1 {
	color: #000;
	font-size:30px;
	line-height:100%;
}
h2 {
	color:#900;
	font-size:20px;
	font-weight:normal;
	line-height:100%;
}
h3 {
	color: #000;
	line-height:100%;
}
h4 {
	color: #000;
	font-weight:normal;
	line-height:100%;
}
h5 {
	color: #900;
	line-height:100%;
}
p {
	margin:20px 0 10px;
}


/* HEADER ==================== */
#head {
	background:#fff url(images/head.jpg) repeat-x top;
	height:42px;
}

#logoTab {
	float:left;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: 1; 
}

h1#logoBlog {
	border:0;
	float: left;
	height: 118px;
	margin: 40px 0 0 0;
	padding: 0;
	text-decoration:none;
	width: 516px;
}
 
h1#logoBlog a {
	background: url(images/blog_logo.jpg) no-repeat top left;
	display: block;
	height: 118px;
	text-indent: -9999px; 
}

#iconsMain {
	background: url(images/icons.jpg) no-repeat top left;
	border:0;
	float: right;
	height: 190px;
	margin: 30px 0 0 0;
	padding: 0;
	position: relative;
	text-decoration:none;
	width: 261px;
}
 
a.rss {
	display:block;
	height:32px;
	left:18px;
	position:absolute;
	text-decoration: none;
	top:20px;
	width:32px;
}

a.twitter {
	display:block;
	height:32px;
	left:57px;
	position:absolute;
	text-decoration: none;
	top:20px;
	width:32px;
}

a.facebook {
	display:block;
	height:32px;
	left:95px;
	position:absolute;
	text-decoration: none;
	top:20px;
	width:32px;
}

.clearfix {
	clear: both;
	height: 0px;
}

/* Menu */

#menu {
	float: left;
	width: 795px;
	padding: 0;
	margin: 8px 0 0 0;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 40px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 15px;
	padding: 5px 6px 5px 6px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	color: #333;
}

#menu a:hover {
	background: #900;
	color: #fff;
}

#menu .current_page_item a {
	color: #900;
}

#search {
	background:url(images/search.png) no-repeat top left;
	float:right;
	height:28px;
	margin-top:7px;
	width:147px;
}
#searchBox {
	float:left;
	height:20px;
	overflow:hidden;
	margin:5px 0 0 10px;
	width:110px;
}
#searchBox input {
	border:0px none;
}
#find {
	float:right;
	padding:8px 8px 8px 0;
}
/* SECOND HEADER ==================== */
#mainHead {
	background: #80cdc8;
	border-bottom: 10px solid #b6e5e2;
	border-top: 1px solid #56b0aa;
	height: 220px;
	width: 100%;
}

#twitter_header {
	background: #b6e5e2;
	height: 30px;
	width: 100%;
}

#twitter_div {
	color:#000;
	font-family:Georgia,times,serif;
	font-size:13px;
	font-style: italic;
	line-height:18px;
	margin: 0 auto;
	width: 960px;
}

#twitter_div ul {
	margin: 0;
	padding: 0;
}

#twitter_div li {
	background: url(images/tweet_bird.jpg) no-repeat left top;
	padding-left: 35px;
	list-style-type: none;
}

#twitter_div a {
	color: #990000;
}

/* DIV's ==================== */
#content {
	background:#fff;
	padding-top:25px;
}
#foot {
	color:#fff;
	padding:15px 0 30px;
}
#postBox {
	float:left;
	margin-top: 25px;
	overflow: hidden;
	width:640px;
}
.commCount {
	display: none !important;
	background: url(images/comments.jpg) top right no-repeat;
	float:right;
	height:37px;
	margin-left:20px;
	padding:5px 0 0 0;
	text-align:center;
	width:34px;
}
.commCount a {
	color:#fff;
	font-weight:bold;
	padding:5px 10px;
}
.postInfo {
	clear:both;
	color:#777;
	line-height:100%;
	margin:10px 0 20px;
}
.postInfo a {
	border-bottom:1px dotted #4aa8a2;
	color:#4aa8a2;
	font-weight:bold;
}
.postInfo a:hover {
	border-bottom:1px dotted #900;
	color:#900;
	text-decoration:none;
}
.postTags {
	clear:both;
	color:#777;
	line-height:100%;
	margin:20px 0 80px;
}
.postTags a {
	border-bottom:1px dotted #4aa8a2;
	color:#4aa8a2;
	text-decoration:none;
}
.postTags a:hover {
	border-bottom:1px dotted #900;
	color:#900;
	text-decoration:none;
}
.alignright {
        float:right;
        margin-left: 15px;
}
.alignleft {
        float:left;
        margin-right: 15px;
}
/* SIDEBAR ==================== */
#sidebar {
	background: #fff url(images/sideBg.jpg) no-repeat left top;
	float:right;
	width: 300px;
}

#sidebar #ads {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	clear:both;
	height: 250px;
	margin: 0 0 0 25px;
	overflow: hidden;
	padding:8px 0 10px;
} 

#sidebar #ads a {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#sidebar #ads img {
	border:none;
}

#ads_msg {
	padding:8px 8px 2px;
	background:#f4f4f4;
	border:1px dotted #ccc;
	float:left;
	line-height:100%;
	width:243px;
	height:22px;
}

#ads_msg a {
	color:#666;
}

.widget {
	margin: auto;
	width:270px;
}
.widget h2 {
	font-weight: bold;
	letter-spacing: -1px;
	padding:25px 0 0 0;
}
.widget ul {
	list-style-type:none;
	margin: 10px 0 0 0;
	padding: 0;
}
.widget ul li {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.widget ul li a {
	border-bottom:1px solid #d6d6d6;
	color:#000;
	display:block;
	font-weight:bold;
	padding: 8px 10px;
	text-decoration: none;
}
.widget ul li a:hover {
	background: #e5f4f3;
	color: #4aa8a2;
}

#fidgetr_container_3 {
	margin-top: 10px;
}

.fidgetr_link img {
	background:#fff none repeat scroll 0 0 !important;
	border:1px solid #ccc !important;
	padding:3px 3px 10px !important;
}

a.fidgetr_link {
	margin-right: 7px;
}

/* FOOTER ==================== */
#footer {
	background: #333;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin-top: 40px;
	padding: 20px 0;
	width: 100%;
}

#footer .wrap {
}

#footer a {
	border-bottom:1px dotted #777;
	color:#777;
	font-size: 12px;
	font-weight:normal;
}
#footer a:hover {
	border-bottom:1px dotted #aaa;
	color:#aaa;
	text-decoration:none;
}
/* COMMENTS ==================== */
h3#comments {
	margin:0 0 20px;
}
div#avatar {
	float:left;
	padding:0 10px 20px 0;
}
div#spacer {
	margin:20px 0;
}
div#spacer p {
	margin:5px 0 0 45px;
}
.commentlist {
	list-style-type:none;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #fff !important;
   background-image: none;
}
