html {
	background: #004f97;
}

body {
	font:  12px/17px Arial, sans-serif;
	color: #004f97;
	background: url(../images/layout/bg-tile.png) repeat-x;
	overflow-x: hidden;
}

a:link  {
	color: #0063be;
}

h3 a {
	color: #0063be !important;
}

a:visited {
	color: #00a0df;
}

a:hover, h3 a:hover {
	color: #00a0df !important;
}

a:active, a:focus {
	outline: 0;
}

h3 {
	font-size: 16px;
	color: #333;
}

h4 {
	font-size: 14px;
	color: #333;
}

.hide {
	display: none;
}

.f-left {
	float: left;
	margin-right: 15px;
}

.f-right {
	float: right;
	margin: 0 0 15px 15px;
}

#ql {
	background: #fff;
	position: relative;
	z-index: 15000;
	display: none;
}

#ql-inner {
	width: 800px;
	margin: 0 auto;
}

#ql ul {
	height: 120px;
	padding: 20px 0;
}

#ql li {
	float: left;
	width: 200px;
	margin: 3px 0;
}

#top-shadow {
	background: url(../images/layout/top-ds.png) repeat-x;
	height: 16px;
}

#bg {
	position: absolute;
	left: 50%;
	top: 6px;
	margin-left: -1152px;
	display: none;
}

#bg-inner {
	width: 2304px;
	height: 1290px;
	background: url(../images/layout/bg.jpg) no-repeat;
	display: none;
}

body.home #bg-inner {
	height: 800px;
}

#bg-wrap {
	position: relative;
	background: url(../images/layout/bg.jpg) center 6px no-repeat;
}

#container {
	width: 889px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#top-links {
	position: absolute;
	right: 0;
	overflow: hidden;
}

#top-links a {
	display: block;
	float: left;
	margin-left: 15px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 10px;
	position: relative;
}

#top-links a.text-link {
	/* top: 8px; */
}

#top-links a:hover {
	text-decoration: underline;
}

#quick-links {
	width: 125px;
	height: 28px;
	text-indent: -9999px;
	background: url(../images/layout/quick-links.gif) no-repeat;
	position: relative;
	top: 6px;
}

#header {
	overflow: hidden;
	/* padding-top: 6px; */
}

#logo {
	margin: 30px 0 8px;
}

#logo a {
	display: block;
	text-indent: -9999px;
	width: 297px;
	height: 47px;
	background: url(../images/layout/logo.png) no-repeat;
}

#navigation {
	position: relative;
	z-index: 999;
}

#navigation ul {
	float: left;
}

#navigation ul ul {
	position: absolute;
	background: #fff no-repeat 0% 100%;
	top: 33px;
	left: 0;
	padding: 0px 6px 6px;
	float: left;
	width: 165px;
	display: none;
}

#navigation ul ul.sub-1 {
	margin-left: 177px;
	border-left: 1px solid #e4eef8;
}

#navigation ul ul.sub-2 {
	margin-left: 200px;
}

#navigation li {
	float: left;
	margin-right: 1px;
	position: relative;
}

#navigation li:hover ul {
	display: block;
	padding-top: 6px;
}

#navigation li li {
	float: none !important;
	padding: 0px !important;
	border-bottom: 1px solid #d9e8f5;
	background: #fff;
}

#navigation li li.last {
	border: none !important;
}

#navigation li li a {
	font-size: 10px;
	color: #0063be;
	padding: 6px !important;
	background: none !important;
	margin: 0;
	line-height: 13px;
	top: 0px;
}

#navigation li li a:hover {
	/*background: rgb( 0, 100, 195 ) url(../images/layout/subnav-bg.gif) repeat-x !important;*/
	background: rgb( 0, 100, 195 ) url(../images/layout/subnav-tile-long.gif) repeat-x !important;
	color: #FFF !important;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}

#navigation a {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	display: block;
	padding: 8px 10px;
	position: relative;
	top: 3px;
}

#navigation li:hover a, #navigation li a.active {
	background: #fff;
	color: #0063be;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	background: url(../images/layout/nav-grad.gif) repeat-x;
}

#navigation a:hover.active {
	background: url(../images/layout/nav-grad.gif) repeat-x !important;
}

#search {
	float: right;
	position: relative;
	top: 5px;
}

#search input {
	width: 115px;
	height: 17px;
	border: none;
	background: url(../images/layout/search-bg.gif) no-repeat;
	color: #0063be;
	font-size: 10px;
	padding: 3px 0 0 8px;
}

#content {
	padding: 7px;
	background: #fff;
	border-bottom: 1px solid #669ed4;
	clear: both;
	zoom: 1;
}

body.home #content {
	padding-bottom: 3px !important;
}

#page-header-wrapper {
	position: relative;
}

#page-header-wrapper.active {
	height: 178px;
}

#page-header img {
	xborder: 1px solid #d9e8f5; /* Removed by Ticket #14264 */
	display: block;
}


#page-content {
	overflow: hidden;
	margin-top: 7px;
}

body.home #page-content {
	margin-top: 0px !important;
}

#sidebar-left {
	width: 150px;
	float: left;
}

#sidebar-left ul {
	width: 144px;
	margin-bottom: 20px;
}

#sidebar-left li {
	border-bottom: 1px solid #d9e8f5;
	padding: 0;
}

#sidebar-left a {
	text-decoration: none;
	color: #0063be;
	display: block;
	padding: 5px;
}

#sidebar-left a.long {
	/*padding-top: 3px;*/
}

#sidebar-left a:hover {
	color: #FFF !important;
	background: rgb( 0, 100, 195 ) url(../images/layout/subnav-tile-long.gif) repeat-x !important;
}

#sidebar-left div.rss > a,
#sidebar-left div.rss > a:hover {
	color: #FFF !important;
	background: none !important;
}

#sidebar-left a.active.long {
	color: #fff;
	background: rgb( 0, 100, 195 ) url(../images/layout/subnav-tile-long.gif) repeat-x !important;
}

#sidebar-left a.active {
	color: #fff;
	background: rgb( 0, 100, 195 ) url(../images/layout/subnav-tile-long.gif) repeat-x !important;
	margin: 6px 0;
}

#sidebar-left a.share {
	color: #ff9000;
}

#sidebar-left a:hover.share {
	color: #00a0df;
}

.sidebar-left-block {
	border-bottom: 1px solid #d9e8f5;
	padding: 0 0 22px 12px;
	width: 132px;
	color: #000;
	overflow: hidden;
}

.sidebar-left-block.full-width {
	padding: 0px !important;
	width: 142px;
}

.sidebar-left-block.full-width a {
	display: block;
	/*padding: 12px 0 0 0 !important;*/
	height: 47px !important;
}

.sidebar-left-block.full-width a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE: first! */
	filter: alpha(opacity=60); /* IE: second! */
	-moz-opacity: .6; /* Mozilla: older versions */
	opacity: .6; /* standards compliant */
}

.sidebar-left-block strong {
	font-weight: bold;
	display: block;
}

.sidebar-left-block ul {
	margin-top: 15px;
}

.sidebar-left-block li {
	float: left;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.sidebar-left-block li a {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: bold;
	padding: 16px 0 0 13px !important;
}

.video-icon {
	background: url(../images/layout/video-icon.gif) no-repeat;
	width: 37px !important;
	height: 37px !important;
}

#home-feature {
	position: relative;
}

#slideshow-nav {
	position: absolute;
	right: 10px;
	bottom: 0;
	z-index: 10000;
}

#slideshow-nav a {
	float: left;
	width: 26px;
	height: 23px;
	background: url(../images/layout/rotator-nav.png) no-repeat 0 -23px;
	text-align: center;
	font: bold 10px/28px Arial, sans-serif;
	text-decoration: none;
	margin-right: -6px;
	color:  #c8c8c8;
	position: relative;
}

#slideshow-nav a.activeSlide {
	color: #0063be;
	background-position: 0 0;
	z-index: 100;
}

#home-sub-feature {
	overflow: hidden;
	width: 876px;
}

#feature-block1 {
	float: left;
	width: 319px;
	margin-right: 6px;
}

#feature-block2 {
	float: left;
	width: 227px;
	margin-right: 7px;
}

#feature-block3 {
	float: left;
	width: 317px;
}

#home-sub-feature a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE: first! */
	filter: alpha(opacity=60); /* IE: second! */
	-moz-opacity: .6; /* Mozilla: older versions */
	opacity: .6; /* standards compliant */
}

#main-content {
	width: 710px;
	padding: 0 7px 205px;
	border-left: 1px solid #d9e8f5;
	color: #000;
	float: left;
}

#main-content ul {
	margin-bottom: 20px;
}

#main-content li {
	list-style-type: disc;
	margin-left: 22px;
}

#main-content em {
	font-style: italic;
}

body.home #main-content {
	border: none !important;
	float: none !important;
	padding: 0px !important;
	width: 876px !important;
}

body.sidebar-right #main-content {
	width: 558px !important;
	/*padding-top: 20px !important;*/
	border-right: 1px solid #d9e8f5;
}

body.two-col.sidebar-right #main-content {
	border-left: none !important;
	border-right: 1px solid #d9e8f5;
	width: 708px !important;
}

#main-content strong {
	font-weight: bold;
}

#main-content em {
	font-style: italic;
}

#main-content p {
	margin-bottom: 12px;
}

#main-content h1 {
	font-size: 36px;
	color: #0063bd;
	margin: 25px 0;
	text-transform: lowercase;
	line-height: 40px;
}

#main-content h2, #main-content h2 a {
	font-size: 20px;
	color: #000;
	margin-bottom: 12px;
}

#main-content h2 a:hover, #main-content h2 a:visited {
	color: #00a0df;
}

#main-content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom: 12px;
}

.mc-block {
	overflow: hidden;
	border-bottom: 1px solid #d9e8f5;
	padding: 12px 0;
	margin-top: -1px;
}

.mc-block.first {
	border-top: 1px solid #d9e8f5;
}

.mc-block-left {
	float: left;
	width: 390px;
}

.mc-block-left strong {
	display: block;
}

.mc-block-right {
	float: right;
}

.mc-block-right ul {
	overflow: hidden;
	position: relative;
	top: 8px;
	left: -2px;
}

.mc-block-right li {
	float: left;
	margin-left: 10px;
}

#main-video {
	margin-bottom: 20px;
	z-index: 1;
}

#video-info {
	color: #0063be;
	font-size: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d9e8f5;
	margin-top: -2px;
}

#sort {
	margin-bottom: 26px;
}

#sort select {
	margin-left: 4px;
	width: 225px;
}

#sidebar-right {
	width: 150px;
	float: left;
}

#sidebar-right strong {
	font-weight: normal;
	color: #0063be;
	display: block;
	margin: 10px 0;
	text-transform: lowercase;
	position: relative;
	left: 8px;
	padding-left: 8px !important;
}

#sidebar-right ul {
	width: 144px;
	margin-left: 7px;
	padding-top: 1px;
}

#sidebar-right ul.no-border {
	border-top: 1px solid #d9e8f5;
	border-bottom: 1px solid #d9e8f5;
	padding: 7px 0 3px;
}

#sidebar-right ul.no-border li {
	border: none !important;
}

#sidebar-right li {
	border-bottom: 1px solid #d9e8f5;
	padding-bottom: 5px;
	margin-bottom: 8px;
}

#sidebar-right li.last {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#sidebar-right li a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE: first! */
	filter: alpha(opacity=60); /* IE: second! */
	-moz-opacity: .6; /* Mozilla: older versions */
	opacity: .6; /* standards compliant */
}

#sidebar-float {
	width: 317px;
	float: right;
	border-left: 1px solid #d9e8f5;
	padding: 0 3px 0 8px;
	position: relative;
	left: 8px;
}

#sidebar-float a {
	display: block;
	margin-bottom: 3px;
}

#sidebar-float a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE: first! */
	filter: alpha(opacity=60); /* IE: second! */
	-moz-opacity: .6; /* Mozilla: older versions */
	opacity: .6; /* standards compliant */
}

#footer {
	color: #fff;
	margin-top: 12px;
	padding-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
	background: url(../images/layout/footer-tile.png) repeat-x 0 100%;
	position: relative;
	z-index: 3;
}

#footer-inner {
	width: 889px;
	margin: 0 auto;
	overflow: hidden;
}

#footer-inner ul {
	float: right;
}

#footer-inner li {
	float: left;
}

#footer-inner li.sep {
	padding: 0 9px;
}

#footer-inner a {
	color: #fff;
	text-decoration: none;
}

#footer-inner a:hover {
	text-decoration: underline;
}

#footer-inner a:visited {
	color: #fff;
}

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

#below-footer {
	background: url(../images/layout/below-footer-tile.png) repeat-x;
	padding: 15px 0 250px;
	position: relative;
	z-index: 4;
}

#below-footer-inner {
	width: 889px;
	margin: 0 auto;
	overflow: hidden;
}

#below-footer-inner ul {
	overflow: hidden;
}

#below-footer-inner li {
	float: left;
}

#below-footer-inner li a {
	display: block;
	text-indent: -9999px;
	zoom: 1;
}

#below-footer-inner li:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE: first! */
	filter: alpha(opacity=50); /* IE: second! */
	-moz-opacity: .5; /* Mozilla: older versions */
	opacity: .5; /* standards compliant */
}

#below-footer-inner li.sep:hover {
   opacity: 1;
   filter: alpha(opacity = 100);
}

#below-footer-inner li.sep {
	text-indent: -9999px;
	background: url(../images/layout/bf-sep.png) no-repeat 50% 0;
	width: 2px;
	height: 26px;
	padding: 0 20px;
}

#bf-1 { /* vineyard colubmus sawmill campus */
	/*background: url(../images/layout/logo1.png);*/
	background: url( ../images/layout/logo_satellite-campus.png );
	width: 174px;
	height: 30px;
}

#bf-2 { /* joshua house */
	background: url(../images/layout/logo2.png);
	width: 68px;
	height: 28px;
}

#bf-5 { /* richnathan.org */
	background: url(../images/layout/logo3.png);
	width: 103px;
	height: 17px;
	position: relative;
	top: 6px;
}

#bf-3 { /* vineyard community center */
	background: url(../images/layout/logo4.png);
	width: 174px;
	height: 25px;
}

#bf-4 { /* vineyard leadership institue */
	background: url(../images/layout/logo5.png);
	width: 180px;
	height: 24px;
}

.ministries-list {
	float: left;
	width: 315px;
	margin-right: 20px;
}

.ministries-list li {
	list-style-type: none !important;
}

.ministries-list a img {
}

.ministries-list a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /* IE: first! */
	filter: alpha(opacity=75); /* IE: second! */
	-moz-opacity: .75; /* Mozilla: older versions */
	opacity: .75; /* standards compliant */
}

#sidebar-left .all-ministries {
	background: url(../images/layout/arrow-right-subnav.gif) no-repeat 0 50%;
	padding-left: 10px;
	margin-left: 10px;
}

a.left-back-arrow {
	background: url(../images/layout/arrow-right-subnav.gif) no-repeat 0 50%;
	padding-left: 10px !important;
}

.mc-block-right li {
	margin-right: 0px !important;
	list-style-type: none !important;
}

.events #main-content {
	width: 873px;
	border: none !important;
}

#calendar {
	width: 830px;
	margin: 0 auto;
	border-collapse:collapse;
}

#calendar .month-header {
	text-align: center;
	font-size: 22px;
	color: #2e78a5;
	font-weight: bold;
	margin-bottom: 15px;
}

#calendar .switchers {
	text-decoration: none;
	font-size: 14px;
	position: relative;
}

#calendar .cal-row.cal-header {
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #2e78a5;
}

#calendar .cal-row.cal-header {
	background: none;
}

#calendar .cal-row {
	overflow: hidden;
	background: #a6cfe5;
	height: 100px;
}

#calendar td {
	position: relative;
	width: 14%;
	border: 8px solid #fff;
	padding: 10px;
}

#calendar td.today .date {
	color: #004F97 !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important; /* IE: first! */
	filter: alpha(opacity=100) !important; /* IE: second! */
	-moz-opacity: 1 !important; /* Mozilla: older versions */
	opacity: 1 !important; /* standards compliant */
}

#calendar .blank {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE: first! */
	filter: alpha(opacity=30); /* IE: second! */
	-moz-opacity: .3; /* Mozilla: older versions */
	opacity: .3; /* standards compliant */
}

#calendar .day-event {
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#calendar .date {
	font-size: 12px;
	font-weight: bold;
	color: #2e78a5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /* IE: first! */
	filter: alpha(opacity=85); /* IE: second! */
	-moz-opacity: .85; /* Mozilla: older versions */
	opacity: .85; /* standards compliant */
}

.register-btn {
	display: block;
	margin-bottom: 20px;
	background: url(/_media/images/layout/btn-bg.gif) repeat-x;
	height: 16px;
	float: left;
	color: #fff !important;
	font-size: 16px;
	text-decoration: none;
	padding: 7px 10px 10px 10px;
}

#main-content .accordion h3 {
	cursor: pointer;
	font-size: 14px;
}

.accordion .content {
	margin-left: 5px;
}

.the-mix, div.small-groups {
  float: right; clear: right;
  margin: 0 -5px 5px 5px;
  /*padding: 2px;*/
  /*border: 1px solid #D9E8F5;*/
  background: #f4f4f4;
  text-align: center;
}

.the-mix img, div.small-groups img {
  display: block;
  /*border: 1px solid #D9E8F5;*/
}



.the-mix + .small-groups {
  margin-top: 10px;
}

body.small-groups div.small-groups {
  margin-right: 0;
}

.new .staff img {
   margin: 0 -7px 10px 10px;
}

/* @group Watch and Listen */

#main-content > p#series-archive-link {
	margin: 25px 0px 0px;
}

	#main-content > p#series-archive-link > a {
		background: #0064C3 url( '../images/layout/subnav-tile-long.gif' ) repeat-x 0px 0px;
		border: 3px solid #FFF;
		color: #FFF;
		display: block;
		font-size: 17px;
		font-weight: bold;
		text-decoration: none;
		text-transform: lowercase;
	}

		#main-content > p#series-archive-link > a > span {
			background: url( '../images/layout/raquo-lg.gif' ) no-repeat right center;
			display: block;
			padding: 18px 90px 18px 18px;
		}

	#main-content > p#series-archive-link > a:hover {
		border: 3px solid #CCC;
		color: #FFF !important;
	}

#sidebar-right > #recent-series {
	margin: 0px 10px;
}

	#sidebar-right > #recent-series > .recent-series-title {
		background: #0064C3 url( '../images/layout/subnav-tile-long.gif' ) repeat-x 0px 0px;
		color: #FFF;
		font-weight: bold;
		padding: 5px;
		text-transform: lowercase;
	}

	#sidebar-right > #recent-series > .recent-series-data {
		margin: 3px 0px 0px;
	}

		#sidebar-right > #recent-series > .recent-series-data a {

		}

			#sidebar-right > #recent-series > .recent-series-data a img {
				border: 1px solid #EEE;
			}

			#sidebar-right > #recent-series > .recent-series-data a:hover img {
				border: 1px solid #AAA;
			}

#sidebar-right > #series-archive {
	margin: 0px 10px;
}

	#sidebar-right > #series-archive > .series-archive-title {
		background: #0064C3 url( '../images/layout/subnav-tile-long.gif' ) repeat-x 0px 0px;
		border-bottom: 1px solid #FFF;
		color: #FFF;
		font-weight: bold;
		padding: 5px;
		text-transform: lowercase;
	}

	#sidebar-right > #series-archive > dl {

	}

		#sidebar-right > #series-archive > dl > dt {
			background: #DEEEFD;
			border-bottom: 1px solid #FFF;
			cursor: pointer;
			font-weight: bold;
			padding: 5px;
		}

		#sidebar-right > #series-archive > dl > dd {
			border-bottom: 1px solid #FFF;
		}

			#sidebar-right > #series-archive dl dd a {
				border-bottom: 1px solid #D9E8F5;
				display: block;
				padding: 5px;
				position: relative;
				text-decoration: none;
			}

			#sidebar-right > #series-archive > dl > dd > a:hover {
				background: #EEE;
			}

				#sidebar-right > #series-archive > dl > dd > a > .right-arrow {
					border: 7px solid #FFF;
					border-color: #FFF #D9E8F5;
					border-width: 7px 0 7px 7px;
					display: inline-block;
					font-size: 0; /* needed for IE browsers, if this isn't set to 0 you will end up with a trapezoid */
					line-height: 0;
					margin: 0px 0px 0px -8px;
					position: absolute;
					top: 7px;
					left: -2px
				}

			#sidebar-right > #series-archive > dl > dd > a.current-series {
				/*color: #123;*/
				font-weight: bold;
				/*font-style: italic;*/
			}

#map-directions .print {
  cursor: pointer;
  font: normal bold 16px Arial, sans-serif;
  background: url(../images/layout/print-button-back.png) repeat-x 0 0;
  padding: 5px;
  float: right;
  margin-right: 10px;
  color: #fff;
  text-transform: lowercase;
}
