/*
Client:		Capstone Church / Inside Out

Author:		Scott Beatty sbeatty@northpointdesign.com
Updated:	
Notes:		None

*/

/* =Global
---------------------------------------------------------------------
*/

* {
   margin: 0;
   padding: 0;
}

body { 
	background:#000000 url(/_img/insideout/bg_body.jpg) center top no-repeat; 
	font-size:62.5%; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333; 
	text-align:center;
}

hr { 
	display: none; 
}

#skip { 
	position: absolute; 
	text-indent: -9999px; 
	list-style: none; 
}

*+html #skip{
   position: static;
   height: 0;
}

#outer-container { 
 
}

#container { 
	margin:0 auto; 
	width:940px; 
	text-align: left;
}

a { 
	overflow: hidden; 
	color:#006699;
	text-decoration: none;
}

a:hover{
	color: #DC6321;
}

/* =Meta
---------------------------------------------------------------------
*/
#meta-bar {
	height: 5px;
	background: #DC6321;
	border-bottom: 1px solid #000000;
}

/* =Header
---------------------------------------------------------------------
*/

#header{
   width: 940px;
   height: 104px;
   float: left;
}

h1 {
	float: left;
	width: 210px;
	height: 104px;
	background: url(/_img/insideout/bg_h1.jpg) no-repeat; 
}

h1 a {
	display: block;
	width: 210px;
	height: 104px;
	text-indent: -9999px;
}

/* =Navigation
---------------------------------------------------------------------
*/
#nav {
	float: right;
	width: 730px;
	list-style:none;
	margin-top: 35px;
}

#nav li	{ 
	float:left; 
	list-style: none;
}

#nav li.current a, 		
#nav li.current a:hover { 
	color:#DC6321;
	border-bottom: 4px solid #DC6321; 
}
	
#nav li a {
	display:block; 
	font-size:2.0em; 
	padding: 0 10px;
	margin: 0 10px;
	line-height: 32px;
	color:#FFFFFF; 
	text-decoration:none;
}
	
#nav li a:hover	{  
	color:#DC6321; 
}


/* =Content Wrap
---------------------------------------------------------------------
*/

#content-wrap { 
	clear: left;
	float: left;
	width: 940px;
	padding-bottom: 20px;
}

/* =Content
---------------------------------------------------------------------
*/

#content { 
 	float:right; 
	width:612px;
}

/* =Welcome msg
---------------------------------------------------------------------
*/

#content #welcome { 
	width: 612px;
	height: 80px;
	margin-bottom: 10px;
}

#content #welcome img {
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
}

.content-box { 
 	float:left; 
	width:602px;
	background: #7D7D7D;
	padding: 5px;
	margin-bottom: 15px;
}

.content-box-text { 
	width:600px;
	background: #FFFFFF;
	padding: 1px;
}

#content h3, #content h4, #content h5, #content h6 { 
	color:#DC6321;
	margin-bottom: .4em;
}

#content h3 {
	font-size:2.2em;  
}

#content h4 {
	font-size:2em;  
}

#content h5 { 
	font-size:1.8em; 
}

#content h6 { 
	font-size:1.6em;
}

#content #text {
	padding: 10px;
}

#content p,
#content ul,
#content ol{
   margin-bottom: .6em;
   font-size: 1.4em;
   line-height: 1.3;

}

#content p.more{
	clear: left;
}

#content ul,
#content ol{
   margin-left: 3em;
}


#content ul li{
	margin-bottom: .1em;
}

#content img{
   float: left;
   margin: 0 10px 5px 0;
   border: 1px solid #CCCCCC;
   padding: 1px;
}

#content #insideout-rotator {
	width: 600px;
	height: 275px;
	margin: 0;
	padding: 0;
}

#content #insideout-rotator img {
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
}

/* =Sidebar
---------------------------------------------------------------------

*/

#sidebar { 
	float:left; 
	width:300px;
}

#sidebar-container-outer { 
	float:left; 
	width:290px;
	background: #B65A28;
	padding: 5px;
	margin-bottom: 15px;
}

#sidebar-container-inner { 
	width: 290px;
	padding: 0;
	padding-top: 21px;
	background: #FFFFFF url(/_img/insideout/bg_sidebar_top.jpg) center 1px no-repeat;
}

#sidebar h3 {
	margin-left: -6px;
	margin-bottom: .5em;
	font-size: 1.6em;
	color: #FFFFFF;
	background: url(/_img/insideout/bg_sidebar_h3.jpg) no-repeat;
	font-weight: normal;
	padding-left: 12px;
	line-height: 39px;
}

#sidebar h3.first {
	background: url(/_img/insideout/bg_sidebar_h3_first.jpg) no-repeat;
}

#sidebar p { 
	padding: 0 5px 10px 10px;
	font-size: 1.4em;
}

#sidebar p.more {
	clear: left;
}

#sidebar ul { 
	font-size: 1.4em;
	margin: 0 0 15px 10px;
	list-style: none;
}

#sidebar ul li {
	list-style: none;
	padding: 0 5px 5px 0;
}

#sidebar #connect {
	width: 290px;
	background: #FFFFFF url(/_img/insideout/bg_sidebar_connect.jpg) bottom no-repeat;
	padding-bottom: 30px;
}

#sidebar #connect img {
	margin: 0 3px 10px 0;
	border: 0;
	padding: 0;
	float: left;
}

#sidebar #bible-verse {
	width: 300px;
}

/* =Footer
---------------------------------------------------------------------
*/
#footer { 
	clear:both;
	border-top: 1px solid #333333;
	padding-bottom: 20px;
}

#footer p { 
	font-size:1.3em; 
	color:#999999; 
	text-align: center; 
	margin:0; 
	padding: 10px;
}

/* =Blog
---------------------------------------------------------------------
*/	

.blogbox {
	border-bottom: 1px solid #EAEAEA;
}

.blogbox .blogheader {
	background: url(/_img/insideout/bg_blog_box_head.jpg) no-repeat bottom;
}

#content h3.blogtitle {
	padding: 10px 10px 0 10px;
	margin-bottom: 8px;
}

#content h3.blogtitle a {
	color: #DC6321;
	text-decoration: none;
}

#content p.subtitle {
	padding: 5px 10px 15px 10px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#content p.byline {
	padding: 5px 10px 15px 0px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.blogbox p {
	padding: 10px 10px 0 10px;
	margin-bottom: .2em;
}

.blogbox p.readmore {
	padding: 0 10px 10px 0;
	text-align: right;
}

.blogbox p.readmore a {
	padding: 4px 10px;
	background: #006699;
	color: #FFFFFF;
}

.blogbox p.readmore a:hover {
	background: #DC6321;
}

.comments {
	padding: 10px;
}

.comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding: 10px;
	background: #EAEAEA;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

p#pagination {
   margin: 0;
}

p#pagination a#off {
   display: none;
}

p#pagination a {
   margin: 0 5px;
   color: #031827;
   text-decoration: underline;
}

p#pagination a:hover{
   text-decoration: none;
}

p#pagination a#current{
   color: #999999;
   text-decoration: none;
   cursor: default;
}


/* =Events
---------------------------------------------------------------------
*/

.event-box {
	border-bottom: 4px solid #DDDDDD;
	padding: 10px 0;
}

/* --fixes-- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix 		{ display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix 	{ display: block;}
/* End hide from IE-mac */

.mcms_stats {
	display: none;
}

/* @end */