
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin:0;
	color:#808285;
	font:11px/23px Arial, Helvetica, sans-serif;
	background:url(http://carrythecrossnow.com/themes/carrythecross/images/ctcbg.jpg);
	-webkit-text-size-adjust:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border-style:none;
	vertical-align:top;
}
a{
	text-decoration:none;
}
a:hover{text-decoration:none;}
input,
textarea,
select{
	vertical-align:middle;
	
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
header,
footer,
article,
section,
hgroup,
nav,
figure{
	display: block;
}
figure{margin:0;padding:0;}
.footer-holder:after, .footer-frame:after, ul.connect:after, ul.address:after, .footer-submenu:after, .content-block .columns-holder:after,

.header-holder:after {content:'';display:block;clear:both;}
.w1{width:100%;overflow:hidden;}

/* ----------------------------------------------------------------*/

.clear {
	clear:both;
}

.wrapper {
	margin:0 auto;
	width:965px;
	padding:20px 0;
}


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

	#header {
		width:100%;
		margin:0 auto
	}
		
		.logo {
			display:block;
			float:left;
			text-indent:-9999px;
			background: url(http://carrythecrossnow.com/themes/carrythecross/images/logo.png) no-repeat; 
			width:230px;
			height:129px;
			margin:0 20px;
		}
		
		.header-right{
			float:right;
			width:730px
		
		}
		
		div#news{
			float:left;
			opacity: 0.8;	
		}
		
			.header-right form {
				float:right;
				margin-top:3px; 
				text-transform:uppercase;
				opacity:0.8;
			}
			
			.header-right #searchResults, .full-width-content .ccm-search-block-form  h3,.full-width-content .ccm-search-block-form  input {
				display:none;
			}
			
			.header-right .ccm-pagination {
				display:none;
			}
				
				.header-right form .ccm-search-block-text{
					border:none;
					-webkit-box-shadow: 4px 3px 10px rgba(50, 50, 50, 0.25);
					-moz-box-shadow:    4px 3px 10px rgba(50, 50, 50, 0.25);
					box-shadow:         4px 3px 10px rgba(50, 50, 50, 0.25);
					padding:5px 6px;
					color:#424446;
					font-size:12px;
					width:140px;
					margin-left:13px
				}
				
				.header-right input[name="submit"] {
				
					-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:19px;
	-moz-border-radius-topleft:19px;
	border-top-left-radius:19px;
	-webkit-border-top-right-radius:19px;
	-moz-border-radius-topright:19px;
	border-top-right-radius:19px;
	-webkit-border-bottom-right-radius:19px;
	-moz-border-radius-bottomright:19px;
	border-bottom-right-radius:19px;
	-webkit-border-bottom-left-radius:19px;
	-moz-border-radius-bottomleft:19px;
	border-bottom-left-radius:19px;
	text-indent:0;
	border:2px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:26px;
	width:67px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
				
				}
				.header-right form h3 {
				display: inline;
				vertical-align:-3px;
				color:#424446;
				font-weight:bold;
				font-size:13px;
				}
				
				.motto {
					float:right;
					/* margin-top:26px; */
				}
				
				.motto img{

					
				}
				
	#top-nav{
		margin-top:20px;
		margin-right:12px
		
	}
	
		#top-nav ul {
			font-size:12px;
			text-transform:uppercase;
			float:right;
			position:relative;
			margin-right:-3px;
			
		}
		
			#top-nav ul li {
				float:left;
				display:block;
				background:url(http://carrythecrossnow.com/themes/carrythecross/images/navBkg.png) no-repeat;
				width:130px;
				height:31px;
				margin-left:-30px;
				
				position:relative;
				z-index:3;
			}
			
			#top-nav ul li:last-child {
				
				background:url(http://carrythecrossnow.com/themes/carrythecross/images/last-nav-item.png) no-repeat;
				margin-right: 1px;
			
			}
			
			#top-nav ul li:first-child {
				
				background:url(http://carrythecrossnow.com/themes/carrythecross/images/navBkg-first.png) no-repeat;
			
			}
			
			#top-nav ul li:nth-child(8) {
				
				background:url(http://carrythecrossnow.com/themes/carrythecross/images/navBkg-beforelast.png) no-repeat;
			
			}
		/*----------------temporary */	
			#top-nav ul li.nav-selected {
				
				z-index:5;
			}
		/*-------------------------*/	
				
				#top-nav ul li a {
					color:#808285;
					display:block;
					text-align: center;
					margin-top: 5px;
					font-weight: bold;
					font-size: 11px;
				}
	
	#content {
		width: 100%;
		width: 955px;
		margin-top:-5px;
		-webkit-box-shadow: 4px 1px 14px rgba(50, 50, 50, 0.46);
		-moz-box-shadow:    4px 1px 14px rgba(50, 50, 50, 0.46);
		box-shadow:         4px 1px 14px rgba(50, 50, 50, 0.46);
		background-color: #eae2cc;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		position:relative;
		z-index:3;
	}
		
		#content-top {
			width:100%;
			min-height:182px;
			background:url(http://carrythecrossnow.com/themes/carrythecross/images/content-top.png) no-repeat;
			
		}
		
		#content-middle {
			width:100%;
			min-height:50px;
			background:url(http://carrythecrossnow.com/themes/carrythecross/images/content-middle.png);
			background-repeat: repeat-y;
		}
		
			
		
			.two-columns {
				
				padding:0 35px;
				
			}
			
				.full-width-content {
					float:left;
					margin-top: -150px;
				}
			
				.column-left {
					float:left;
					width:286px;
					margin-right: 10px;
					margin-top:-150px;
					
				}
				
				.column-left.whitepaper	{
					background-color:#fff;
					-webkit-box-shadow: 5px 2px 15px rgba(50, 50, 50, 0.52);
					-moz-box-shadow:    5px 2px 15px rgba(50, 50, 50, 0.52);
					box-shadow:         5px 2px 15px rgba(50, 50, 50, 0.52);
					padding:33px;
					
				}
					
				
					.column-left h1, h1 {
						font-size:13px;
						font-weight:bold;
						color:#5a7e9c;
						margin:40px 0 20px 0;
					}
				
				.column-right {
					float:right;
					margin-top:-150px;
					max-width:60%;
					
				}
				
					.column-right iframe {
						margin: 40px 0 0 10px;
					}
			
		
		#content-bottom {
			width:100%;
			min-height:249px;
			background:url(http://carrythecrossnow.com/themes/carrythecross/images/content-bottom.png) no-repeat;
			margin-top:-150px;
		}
		
		#content-bottom.homepage {
			margin-top:-240px;
		}
		
			.bible_verse {
				float: right;
				margin-right: 5px;
			}
			
	.paper-clip {
						position:absolute;
						left: -14px;
						top:70px;
					}		
	
#footer {

}

	#footer .cross {
	position: relative;
	z-index:1;
	float:left;
	margin-left:-170px;
	margin-top: -200px;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
	}

	#footer .cross2 {
	position: absolute;
	z-index:1;
	float:left;
	margin-left:840px;
	top:270px;
	}
	
	


	.social{
		float:right;
		float: right;
		margin-top: -5px;
	}

	.slogan{
		margin-top: 20px;
	}
	
	.moreinfo {
	line-height: 1;
	margin-top: 20px;
	color: ##7C7C7C;
	font-size: 11px;
	}
	
		.social li {
			float:left;
			margin-left:10px;
		}
