/*
	Theme Name: Family Ministry 2.0
	Description: This is an updated Wordpress 2.7 based theme!
	Author: Tim Whitacre
	Author URI: http://www.77lines.com
	Version: 2.0
	Tags: two columns, widgets, fixed width, amazing
	
	The CSS, XHTML and design is copyrighted 77 Lines.
	
	Changelog:
		v2.0 - 01.30.09
*/

/* Default Styles */
body { background: #EBEBEB url(images/bg.jpg) repeat-y scroll center center; color: #000; font: normal 62.5%/15px Arial; margin: 0; padding: 0; }
a { color: #000; text-decoration: none; }
a img { border: 0; }
a:hover{ text-decoration: underline; }
form, input, h1, h2, h3, h4, h5 { margin: 0; padding: 0; }
ul, ul li { list-style: none; margin: 0; padding: 0; }
fieldset {border:none; padding: 0; margin: 0;}
.clear { clear:both; }
a{ text-decoration: none; }
b, strong{ font-weight: bold; }
blockquote{ margin: 1em; }

/* Helper Clear Styles */
.clear { clear:both; }
.clear2 { clear:both; padding:25px 0; }

/* Wordpress Image Styles */
.alignleft { float:left; margin: 15px; display:inline; }
.alignright { float:right; margin: 15px; display:inline; }
.aligncenter { text-align:center; margin:0 auto; }
.wp-caption {
	-moz-border-radius:3px;
	background-color:#F1EDEE;
	border:1px solid #DDDDDD;
	padding:8px 2px;
	text-align:center;	
}
.wp-caption p.wp-caption-text {
	font-size:.9em;
	line-height:12px;
	margin:0;
	padding:1px 7px;	
}


/* Random Styles ( used to remove different elements needed, but not to show )*/
.seeya {display:none;}
#stc {position:absolute;top:-100px}
#stc a { display:block; padding:5px; background:#666; color:#fff; font-weight:bold; }


/* Brandmark - Logo */
#brandmark {
	width:903px;
	text-align:center;
}

/* Top Panel Slide */
#panelHolster {
	position:absolute;
	width:903px;
	z-index:150;
}
#panel {
	background-color:#FFA34E;
	border:2px dashed #FFFFFF;
	display:none;
	height:140px;
}
.slide {
	background:transparent url(images/btn-slide.gif) no-repeat scroll center top;
	margin-left:800px;
	margin-top:0;
	padding:0;
	width:103px;
}
.btn-slide {
	text-align: center;
	width: 100px;
	height: 23px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.btn-slide:hover {
	text-decoration:none;
}
p.close {
	display:inline;
	float:right;
	margin:10px 15px 0 0;
}
p.close a.closeBth {
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color:#FFF;
	background: url(images/close.jpg) no-repeat center right;
	padding-right:20px;
	display:block;
	padding-top:3px;
	padding-bottom:3px;
}
p.close a.closeBth:hover {
	text-decoration:none;
}
.panelContent {
	clear:both;
	height:85px;
	overflow:hidden;
	padding:10px;
}
.panelContent ul {
	margin:0 50px;
}
.panelContent ul li {
	list-style:none;
	float:left;
	width:33%;
}
.panelContent ul li a {
	background-color:#FFF;
	display:block;
	font-size:1.2em;
	margin:3px;
	padding:3px;	
}
.panelContent ul li a:hover {
	background-color:#EBEBEB;
	text-decoration:none;
}

/* Contact Popin */

#overlay {
	background: #000;
	position: absolute; top: 0; left: 0;
	z-index: 10000;
	width: 100%;
}
.prettyPopin {
	display: none;
	overflow: hidden;
	position: absolute; z-index: 11000;
	top: 50%; left: 50%;
	background-color:#FFF;
}	
.prettyPopin input {
	padding:3px 5px;
}
.prettyPopin a#b_close {
	display: none;
	position: absolute; z-index: 2;
	top: 10px; right: 13px;
	width: 41px; height: 9px;
	text-indent: -10000px;
	background: url(images/b_close.gif) bottom left no-repeat;
}	
.prettyPopin .prettyContent {
	position: relative;
	width: 100%; height: 100%;
	font-size: 1.2em;
	background-color: #FFF;
}		
.prettyPopin .prettyContent .prettyContent-container {
	display: none;
	padding: 20px 15px 15px 15px;
}	
.prettyPopin .prettyContent .loader {
	position: absolute;
	top: 50%; left: 50%;
	margin: -14px 0 0 -14px;
}


/*Common Classes*/
#header .links,
#footer .links{
	padding: 5px;
	margin:0;
	text-align: center;
	vertical-align: middle;
	text-align: center;
	list-style: none;
}

.links a,
.links li{
	display: inline;
	margin:0;
	padding: 0 7px;
}
.links li {border-right:1px solid #000;}
.links li.last {border-right:none}

/* Structure Style*/
#container{
	width: 903px;
	margin: 0 auto;
	text-align: left;
	position:relative;
	z-index:100;
}
#bodycontent { float:left; }
#nav-product { float:right; }

/* Header */
#header{
	height:250px;
	margin-bottom:10px;
	border-bottom:4px solid #FFA34E;
}

/* Shell for Body Content */

#bodyshell {
	background-color: #FFF;
	float: left;
	margin: 0;
	width: 903px;
}

#bodycontent{
	padding:10px 15px 10px 10px;
	position:relative;
	width:605px;
}

#bodycontent .bodypad{ padding: 10px; }

/*Nav Area*/
#nav-product {
	overflow:hidden;
	position:relative;
	width:250px;
	margin-right:10px;
	z-index:100;
}
#nav-product .calendar {
	text-align:left;
	padding-bottom:3px;
}
#nav-product h2 {
	position:absolute;
	text-indent:-10000px;
}
#nav-product h3 {
	color:#FFA34E;
	font-family:Tahoma;
	font-size:2.2em;
	font-style:italic;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-top:10px;
	padding:5px 2px;
}

.moreInfo {
	border:1px solid #FFA34E;
	margin:0 auto 20px;
	padding:5px 5px 5px 15px;
	width:228px;
}
.moreInfo ul {
	list-style:none;
}
.moreInfo ul li {
	background: url(images/li-bg.gif) no-repeat center left;
	padding:7px 0 8px 15px;
}
.moreInfo ul li a {
	color:#FFA34E;
	font-size:13px;
	text-decoration:underline;	
}
/* Footer */

#footer{
	clear:both;
	display:inline;
	float:left;
	margin-bottom:50px;
	width:903px;
	height:100px;
	border-top:4px solid #FFA34C;
}
#footer #copyright {
	color:#989898;
	float:left;
	margin-left:10px;
	width:400px;	
	display:inline;
	padding-top:15px;
}
#footer #foot-nav {
	float:right;
	margin-right:10px;
	text-align:right;
	width:450px;	
	display:inline;
	color:#9A9A9A;
	padding-top:15px;
}
#footer #foot-nav a {
	color:#9A9A9A;
	text-decoration:underline;
	padding: 0 5px;
}

#footer .text{ margin: 5px; }

#footer .text .designby{ float: left; }

#footer .designby a{ color: #000; }

#footer .text .copyright{ float: right; }


/* WordPress Post Set Up */

.post {
	border-bottom:medium double #FFA34E;
	color:#000;
	margin-bottom:19px;
	padding:0pt 4px 0px;
}
.post a {
	color:red;
}
h2.title {
	font-family:Helvetica;
	font-size:2.2em;
	line-height:1.4em;
	color:#FFA34E;
}
h2.title a {color:#FFA34E;}
h2.title a:hover {
	text-decoration:none;
}
.post .date {color:#000;font-size:1.1em; margin:0;}
.post .contents {
	line-height:1.5em;
	font-size:1.2em;
	margin:10px 0;
	color:#000;
}
p.nav {
	color:#000;
	clear:both;
}
p.nav a {
	color: red;
}

/* Comments  Styles */	
#commentsHolder{
	font-size:1.1em;
	line-height:1.5em;
	padding:5px;
}
#commentsHolder h2.title {
	font-size:1.5em;	
}
.commentlist li ul li {
	font-size: 12px;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	padding: 2px;
	margin:0 5px;
	display:inline;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}
.commentlist p {
	font-weight: normal;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
#author, #email, #url, #comment {
	background:#EEEEEE none repeat scroll 0 0 !important;
	border-color:#666666 #DDDDDD #DDDDDD #666666;
	border-style:solid;
	border-width:1px;
	color:#202020;
	display:inline;
	font-size:12px;
	font-weight:normal;
	margin:5px 0 0;
	padding:3px 0 3px 5px;
	width:250px;	
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
}
#commentform {
	margin: 5px 10px 0px 0px;
}	
#commentform textarea {
	width: 95%;
	padding: 5px;
}	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}	
#commentform p {
	margin: 5px 0px 5px 0px;
}	
#commentform #submit {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 4px 2px;
	background:url(images/formbg.gif) repeat-x left top;
}	
.alt {
	margin: 0px;
	padding: 10px;
}
.commentlist {
	margin: 0px;
	padding: 0px;
}	
.commentlist ol {
	margin: 0px;
	padding: 10px;
}
.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
}	
.children { 
	margin: 0px;
	padding: 0px;
}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.thread-even {
	background-color:#EEEEEE;
	margin: 0px;
	padding: 0px;
}
.thread-odd {
	background-color:#FFF;
}
.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
}
.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
}
/* Previous and Next Table */
table.navLinks {
	width:99%;
	font-size:1.2em;
}
/* Title on Search, Archive and Cat Pages */
#bodycontent h1 {
	color:#000000;
	font-size:2em;
	line-height:1.5em;
	margin-bottom:5px;	
}
/* Breadcrumbs */
.breadcrumb {
	border-bottom:medium double #D6D2D1;
	font-size:1em;
	margin:0 0 20px;
	padding:0 0 3px;
}











