/*   
Theme Name: Patriarch Ministries
Theme URI: http://www.gabeparrill.com/
Description: Customized for Patriarch Ministries
Author: Gabe Parrill
Author URI: http://www.gabeparrill.com/
Version: 1.0


The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


/* Da Basics */

body {
	background-color: #F6EFE1;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: .90em;
	background-repeat: url(images/bg_fade.gif) repeat-x;
	

}

a, a:link, a:visited  {
	color: #589BBE;
}

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

a:active {
	background-color: #E2F4F9;
}

input, textarea {
	background-color: #C2B8A1;
}

input:focus, textarea:focus {
	background-color: #FFF;
}

#wrapper {
	background-color: #F6EFE1;
	background-image: url(images/bg_main4.jpg);
	background-repeat: repeat-y;
	margin: 20px auto;
	width: 741px;
}


/* Header */

#head {
	height: 247px;
	width: 741px;
	background-image: url(images/bg_head4.jpg);
	margin: 0px 0px 0px 0px;
}

#head div#blog_title {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 2.5em;
	color: #736451;
	position: relative;
	top: 10px;
	left: 50px;
}

#head div#blog_title a {
	color: #736451;
	text-decoration: none;
}

#head div#blog_title a:hover {
	background-color: transparent;
}


/*Main Content*/

#main {
	width: 450px;
	float: left;
	color: #554A3B;
}

#main h1, #main h2 {
	margin: 0px 40px 5px 60px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 23px;;
	font-weight: normal;
	color: #736451;
	font-weight:normal;
	/*border-bottom:1px solid #eeeeee;*/
	border-bottom: 2px dotted #A69580;
}

#main h2 {
	font-size: 1.3em;
}

#main h1 a, #main h2 a {
	text-decoration: none;
}

#main p, #main div.navigation, #main ul, #main div.post_info, #main div.date, #main #searchform {
	margin: 0px 20px 15px 65px;
	text-align: justify;
	line-height: 1.3em;
}

#main div.navigation {
	clear: both;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

#main div.post_info {
	/*border-top: 3px dotted #A69580;*/
	
}

#main div.date {
	margin-bottom: 0px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	/*background-image: url(images/bg_sidebar_main3.jpg);*/
	background-repeat: repeat-y;
	
}

#sidebar h4 {
	background-image: url(images/bg_sidebar_head_wood.jpg);
	background-repeat: no-repeat;
	/*background-color: ; */
	font-size: 1.3em;
	font-weight: normal;
	font-family: "Trebuchet MS", "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	/*------------------------------this moves the sidbar headings------------*/
	padding: 20px 0px 20px 25px;
	
}

#sidebar ul {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
	background-image: url(images/bg_sidebar_footer4.jpg);
	background-repeat: no-repeat;
	background-position: bottom ;
}



/* ---------------------------- Moves the side bar links left/right ---------------*/
#sidebar ul li {
	background: transparent;
	padding: 0px 0px 8px 30px;
    background-image: url(images/bg_sidebar_main4.jpg);
}


/*Footer*/

#footer {
	width: 741px;
	background-image: url(images/bg_footer4.jpg);
	background-repeat: no-repeat;
	background-color: #F6EFE1;
	clear: both;
	padding-top: 50px;
	padding-bottom: 0px;
	color: #55636E;
}

#footer p {
	margin: 0px 50px;
	font-size: 0.8em;
	line-height: 1.5em;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #B9BBB6;
	background: transparent;
}


/* Comment Styles */

#commentform {
	margin-bottom: 40px;
}


#commentform input, #commentform textarea {
	width: 305px;
	margin: 0px 20px;
	padding: 3px;
	color: #141C29;
	font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
}

#commentform input[type=submit] {
	width: 13em;
	float: right;
}

#commentform label {
	display: block;
	padding-bottom: 3px;
}


#commentlist {
	margin: 0px;
	padding: 0px;
	margin: 0px 20px 15px 50px;
	line-height: 1.4em;
	list-style-type: none;
}

#commentlist li {
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

#commentlist li p {
	padding: 0px;
	margin:  0px 3px 10px 3px;
}

#commentlist cite {
	display: block;
	background-color: #FFF7D1;
	padding: 3px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 3px;
}

#searchform input[type=submit] {
	margin-top: 2px;
}


/*Comments Popup*/

#comments_popup {
	background-color: #FCFFF7;
	font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#comments_popup h1#header {
	background-color: #2D5FA8;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	font-family: "Trebuchet MS", "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #FCFFF7;
}

#comments_popup h1#header a {
	color: #FCFFF7;
	text-decoration: none;
}

#comments_popup h1#header a:hover {
	background-color: transparent;
}

#comments_popup #main {
	width: 100%;
}

#comments_popup #main p, #comments_popup #main h2, #comments_popup #main #commentlist {
	margin: 0px 10px 15px 10px;
	padding: 0px;
}

#comments_popup #footer {
	background-color: #2D5FA8;
	background-image: none;
	width: 100%;
	padding: 10px 0px;
}

