/*   
Theme Name: Spirit Mission Inc. Custom Theme
Theme URI: http://www.spiritmission.org 
Description: This is a unique theme developed for spiritmission.org 
Author: CheapNQualityWork
Author URI: http://www.cheapnqualitywork.com

*/

body{
	margin:0px;
	padding:0px;
	background-color:#020c15;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

object{
        margin:0px;
        padding:0px;
}

#wrapper{
	width:986px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#wrapper a{
	text-decoration:none;
}

#wrapper a:hover{
	text-decoration:underline;
}

#header{
	width:986px;
	height:201px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#slideBar{
	width:986px;
	height:240px;
	
}

#rotator ul, #rotator li{
	margin:0px;
	padding:0px;
}

#spacer{
	width:986px;
	height:9px;
	background-image:url(images/spacer.jpg);
	background-repeat:no-repeat;
	clear:both;
	font-size:1px;
}

#content{
	width:960px;
	height:100%;
	border:none 3px 3px 3px;
	border-color:none #000000 #000000 #000000;
	background-color:#adc9e3;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}

#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contentBar{
	width:550px;
	float:left;
	height:100%;
}	

#sidebar{
	width:400px;
	height:100%;
	float:right;
	background-color:#677c97;
}

#sidebarInner{
	margin:7px;
	height:100%;
	background-color:#e3e6eb;
	padding:5px;
}

#sidebarInner h3{
	font-size:16px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	color:#3d577a;
	text-transform:uppercase;
}

#sidebarInner ul{
	list-style:none;
	color:#3d577a;
	font-weight:bold;
	padding-left:20px;
	padding-top:10px;
	margin:0px;
}

#sidebarInner li{
	padding:5px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}

#sidebarInner li a{
	color:#3d577a;
	text-decoration:none;
}

#sidebarInner li a:hover{
	color:#000066;
	text-decoration:underline;
}

.postContent{
	width:100%;
	height:100%;
	background-color:#c4d8eb;
	border:1px;
	border-color:#8BB6E4;
	border-style:solid;
}

.postContentInner{
	padding:10px;
}

.postContentInner h2{
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

.postContentInnerText{
	padding-top:15px;
	text-align:justify;
	color:#333333;
}

.sidebarSpacer{
	width:376px;
	height:30px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/sidebarSpacer.jpg);
	background-repeat:no-repeat;
}	

#footer{
	width:980px;
	height:32px;
	
	background-color:#adc9e3;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

#footerText{
	height:27px;
	background-color:#062a4b;
	width:980px;
}

#footerText1{
	color:#999999;
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
	padding-top:8px;
}