/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:.95em/1.3em trebuchet ms, trebuchet, arial, helvetica, sans-serif;
background: url(http://www.thecrossingchurch.tv/uploads/images/site-bg.jpg) no-repeat top center fixed #000;
color: #fff;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
padding:0 0 5px 0;
font:1.7em trebuchet ms, trebuchet, arial, helvetica, sans-serif;
text-transform: uppercase;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em trebuchet ms, trebuchet, arial, helvetica, sans-serif;
}

h3 {
font:1em trebuchet ms, trebuchet, arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:disc;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:underline;
color: #82bf35;
}

a:hover {
text-decoration: none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em trebuchet ms, trebuchet, arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#wrap {
width:934px;
margin:0 auto;
}

/***** Header *****/

#header h1 {
display:block;
padding: 36px 0 0 0;
text-indent:-2000px;
}
	
	#header h1 a {
	width:492px;
	height:57px;
	display:block;
	background:url(../images/2010/logo.png) no-repeat;
	}
	
#nav {
text-transform: uppercase;
font-size: 1.25em;
margin: 18px 0 0 0;
}

#nav ul {
list-style: none;
margin: 0;
padding: 0;
}

#nav li {
float: left;
display: block;
margin: 0;
}

#nav li a {
padding: 2px 6px;
margin: 0 9px;
}

#nav a {
color: #82bf35;
text-decoration: none;
}

#nav a:hover {
color: #fff;
border: 1px solid #fff;
margin: 0 8px;
}

#nav h3 {
color: #fff;
border: 1px solid #fff;
margin: -4px 8px 0 8px;
padding: 2px 6px;
font-weight: normal;
}

#subnav {
height: 20px;
padding: 5px 0 10px 5px;
text-transform: uppercase;
font-size: .9em;
}

/***** Home *****/

#flash {
background: url(../images/2010/flashback.png) repeat;
_background: #1e1e1e;
width: 914px;
height: 347px;
padding: 10px;
}

/***** Subpage *****/

#text-left {
width: 620px;
height: 367px;
float: left;
display: block;
background: url(../images/2010/flashback.png) repeat;
_background: #1e1e1e;
}

#insidetext {
background: url(../images/2010/subback.png) repeat;
_background: #000;
padding: 20px 10px 20px 20px;
height: 307px;
margin: 10px 10px 0 10px;
font-size: .85em;
}

#subimage-right {
float: right;
display: block;
width: 287px;
height: 347px;
padding: 10px;
background: url(../images/2010/flashback.png) repeat;
_background: #1e1e1e;
overflow: hidden;
}

#subimage-right img {
width: 287px;
height: 347px;
overflow: hidden;
}


#text-right {
width: 620px;
height: 367px;
float: right;
display: block;
background: url(../images/2010/flashback.png) repeat;
_background: #1e1e1e;
}

#subimage-left {
float: left;
display: block;
width: 287px;
height: 347px;
padding: 10px;
background: url(../images/2010/flashback.png) repeat;
_background: #1e1e1e;
overflow: hidden;
}

#subimage-left img {
width: 287px;
height: 347px;
overflow: hidden;
}


#fullwidth-text {
width: 934px;
height: 367px;
float: right;
display: block;
background: url(../images/2010/flashback.png) repeat;
_background: #1e1e1e;
}

/********** jquery scrolling  **********/

.scroll-pane {
				overflow: auto;
				float: left;
				padding-right: 10px;
				*padding-right: 20px;
			}
			

			#pane1 {
				height: 310px;
				width: 565px;
			}
			
			#pane2 {
				height: 310px;
			}
			


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #292929;
}
.jScrollPaneDrag {
	position: absolute;
	background: #dddddd;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/***** Footer *****/

#footer {
color: #82bf35;
font-size: 1em;
line-height: 1.5em;
margin: 13px 0 80px 0;
}

#footer a {
color: #82bf35;
text-decoration: none;
}

#footer a:hover {
color: #fff;
}

#f1 {
float: left;
display: block;
}

#f2 {
float: right;
display: block;
}

#footersmall {
font-size: 0.8em;
float: left;
display: block;
margin: 0 10px 0 0;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }