/* @override 
	http://mission68.monkpreview.com/_css/home.css
	http://mission68.org/_css/home.css
*/

/*billboard*/

#billboard {
	padding: 17px 17px 24px 17px;
	background: url(../_img/bg_billboard.png) no-repeat;
	margin-bottom: 10px;
}

#billboard-inner {
	width: 880px;
	height: 363px;
	padding-top: 9px;
	background: url(../_img/bg_billboard_inner.jpg) no-repeat;
	overflow: hidden;
	position: relative;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* @group rotator */

#billboard #rotator {
	width: 880px;
	height: 365px;
	background-color: transparent;
	overflow: hidden;
	display: block;
}
#billboard #rotator div {
	/*width: 432px;
	height: 243px;*/
	background-color: #eeeeee;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 1px 3px #000;
	border-radius: 3px;
	padding: 10px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	filter:alpha(opacity=30);
  	opacity:0.3;
}

#billboard div.atclear {
	display: none !important;
}

#billboard #rotator .current {
	/*width: 432px;
	height: 243px;*/
	background-color: #eeeeee;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 2px 7px #000;
	border-radius: 3px;
	padding: 10px;
	display: inline-block;
	overflow: hidden;
	filter:alpha(opacity=100);
  	opacity:1;
}

#billboard #rotator .current img {
	width: 528px;
	height: 297px;
	/*width: 219px;
    height: 110px;*/
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
 }
#billboard #rotator div img {
	/*width: 432px;
	height: 243px;*/
	width: 219px;
    height: 123px;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
 }
#billboard #rotator div a{
	
 }

#billboard #rotatorbtns-wrap { 
	position: absolute;
	z-index: 50;
	bottom: 10px;
	left: 40%;
	height: 20px;
	background-color: #0d0d0d;
	border-bottom: 1px solid #323232;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#billboard #rotatorbtns-inner { 
	height: 10px;
	line-height: 10px;
	position: relative;
	padding: 11px 15px 11px 20px; 
}

#billboard #rotatorbtns {
	padding-top: 8px;
	margin-top: -14px;
}

#billboard #rotatorbtns a {
	float: left;
	display: block;
	width: 10px;
	height: 10px;
	background: url(../_img/pag_billboard_dots.png) no-repeat 0 0;
	text-indent: -9996em;
	margin-right: 4px;
}

#billboard #rotatorbtns a:hover {
	background-position: 0px -32px;
}

#billboard #rotatorbtns a.activeSlide, #billboard #rotatorbtns a.current {
	background-position: 0px -16px;
}

#billboard .rotatorpager { 
	position: absolute;
	display: block;
	z-index: 50;
	width: 34px;
	height: 32px;
	text-indent: -9996em;
	cursor: pointer;
}

#billboard #prev {
	background:url(../_img/pag_billboard_prev.png) no-repeat 0 0;
    top: 9px;
    left: 7px;
	z-index: 55;
}

#billboard #prev:hover { 
	background-position: 0 -35px;
}

#billboard #prev:active { 
	background-position: 0 -70px;
}

#billboard #next { 
	background:url(../_img/pag_billboard_next.png) no-repeat 0 0;
    top: 9px;
    right: 12px;
	z-index: 55;
}

#billboard #next:hover { 
	background-position: 0 -35px;
}

#billboard #next:active { 
	background-position: 0 -70px;
}

#billboard #rotator  ul.hover-banner {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 200;
	width: 528px;
	height: 298px;
	overflow: hidden;
	background: url(../_img/bg_page_img_hover.png);
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#billboard #rotatorbtns-invisible #next {
	background: transparent;
	width: 125px;
	height: 143px;
	top: 100px;
	right: 0px;
}

#billboard #rotatorbtns-invisible #prev {
	background: transparent;
	width: 125px;
	height: 143px;
	top: 100px;
	left: 0px;
}

#billboard #rotator .current:hover ul.hover-banner {
	/*display: block;*/
}

#billboard #rotator ul.hover-banner li {
	padding: 0 40px;
	margin: 0;
	list-style: none;
	font-size: 116%;
}

#billboard #rotator ul.hover-banner li.title {
	font-size: 165%;
	font-family: "museo-slab-1","museo-slab-2",serif;
	font-weight: 500;
	color: #cf5e28;
	margin: 40px 0 10px 0;
}

#billboard #rotator ul.hover-banner li.description { 
    line-height: 1.4em;
	color: #f3f3f3;
	margin-bottom: 25px;
}

#billboard #rotator ul.hover-banner li.more { 
    line-height: 1;
	margin-top: 15px;
}

#billboard #rotator ul.hover-banner li.more a.btn-blue-lrg {
	display: inline-block;
	background: #0086b8 url(../_img/btn-blue-lrg.png) repeat-x;
	padding: 10px 28px;
	color: #fff;
	font-size: 93%;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	border-top: 1px solid #0097d0;
	border-bottom: 1px solid #006f99;
}

#billboard #rotator ul.hover-banner li.more a.btn-blue-lrg:hover {
	background: #4b4b4b url(../_img/btn-blue-lrg-hover-more.png) repeat-x;
	border-top: 1px solid #767676;
	border-bottom: 1px solid #4b4b4b;
}

#billboard #rotator ul.hover-banner li.more a.btn-blue-lrg:active {
	background: #797979 url(../_img/btn-blue-lrg-active-more.png) repeat-x;
	border-bottom: none;
	border-top: 1px solid #343434;
	-moz-box-shadow: inset 0px 0px 10px #343434;
	-webkit-box-shadow: inset 0px 0px 10px #343434;
	box-shadow: inset 0px 0px 10px #343434;
	text-shadow: rgba(0,0,0,.5) 0 1px 0;
}


/*banners*/

#banners {
	overflow: hidden;
	margin-bottom: 25px;
}

#banners .col {
	width: 256px;
	height: 144px;
	float: left;
	display: inline;
	background: url(../_img/bg_banners.png) no-repeat;
	margin-right: 34px;
	padding: 13px;
}

#banners .col .image {
	z-index: 1;
	border: 0;
	display: block;
}

#banners .col-inner {
	width: 256px;
	height: 144px;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#banners .col-hover {
	width: 256px;
	height: 144px;
	position: absolute;
	left: 0;
	top: 0;
	background:url(../_img/bg_page_img_hover.png);
	z-index: 50;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#banners .col:hover .col-hover {
	/*display: block;*/
}

#banners .col-text {
	padding: 15px;
}

#banners #banner-new {
	
}

#banners #banner-new a.start-btn {
	width: 86px;
	height: 29px;
	background:url(../_img/btn_start.png) no-repeat 0 0;
	position: absolute;
	top: 30px;
	right: -16px;
}

#banners #banner-new a.start-btn:hover {
	background-position: 0 100%;
}

#banners #banner-connect {
	
}

#banners #banner-connect a.btn-blue-med,
#metanav .button a {
	margin-top: 50px;
	display: block;
	background: #0086b8 url(../_img/btn-blue-med.png) repeat-x;
	border-bottom: 1px solid #006f99;
	padding: 4px 16px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	text-align: center;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	border-top: 1px solid #0097d0;
}

#banners #banner-connect a.btn-blue-med:hover {
	background: #4b4b4b url(../_img/btn-blue-med-hover-more.png) repeat-x;
	border-top: 1px solid #767676;
	border-bottom: 1px solid #4b4b4b;
}

#banners #banner-sermon {
	margin-right: 0;
}

#banners #banner-sermon div.fb-like {
	float: right;
}

#banners #banner-sermon h3 { 
	font-size: 138.5%;
	font-family: "museo-slab-1","museo-slab-2",serif;
	margin-bottom: 10px;
	font-weight: 500;
	color: #fff;
	position: relative;
}

#banners #banner-sermon h3 a {
	position: absolute;
	top: 0;
	right: 5px;
	display: inline-block;
	padding: 0 10px;
	margin: 0;
	line-height: 1;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #2f2f2f url(../_img/btn_graydark_sm.png) repeat-x;
	line-height: 19px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#banners #banner-sermon h3 a:hover {
	background: #4b4b4b url(../_img/btn_graydark_sm_hover.png) repeat-x;
	text-decoration: none;
}

#banners #banner-sermon p { 
    line-height: 1.5em;
    font-size: 93%; 
	color: #ccc;
	margin: 0;
}

#banners #banner-sermon p.title {
	font-weight: bold;
}

#banners #banner-sermon p.date {
	margin-bottom: 6px;
}

#banners #banner-sermon a:hover {
	color: #fff;
	text-decoration: underline;
}

#banners #banner-sermon .sermon-media {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	float: left;
}

#banners #banner-sermon .sermon-media li {
	float: left;
	width: 30px;
	margin: 0 2px 0 0;
	padding: 0;
	list-style: none;
}

#banners #banner-sermon .sermon-media li a {
	display: block;
	width: 30px;
	height: 31px;
	text-indent: -9996em;
}

#banners #banner-sermon .sermon-media li.listen a { background: url(../_img/icons_media_listen_dark.png) no-repeat 0 100%; }
#banners #banner-sermon .sermon-media li.watch a { background: url(../_img/icons_media_watch_dark.png) no-repeat 0 100%; }
#banners #banner-sermon .sermon-media li.download a { background: url(../_img/icons_media_download_dark.png) no-repeat 0 100%; }
#banners #banner-sermon .sermon-media li.notes a { background: url(../_img/icons_media_notes_dark.png) no-repeat 0 100%; }

#banners #banner-sermon .sermon-media li a:hover{ background-position: 0 50%; }

/*content article adjustments*/

#home #content .header-container {
	margin-bottom: 0px;
	border-bottom: 1px solid #d6d6d6;
	z-index: 9999;
	padding: 0;
}

#home #content .header-container.connected {
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: 15px;
}

#home #content .header-filter h3 {
	margin-bottom: 5px;
}

#content .header-filter form {
	color: #343434;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(241, 241, 241, 1);
}

#content .header-filter form p.data span {
	margin-left: 2px;
}

#content .header-filter .formsubmit input {
	width: 100%;
	display: block;
	text-align: center;
	background: #0086b8 url(../_img/btn-blue-med.png) repeat-x;
	border: 0;
	font-weight: bold;
	border-bottom: 1px solid #006f99;
	padding: 4px 0;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	border-top: 1px solid #0097d0;
}

#content .header-filter .formsubmit input:hover {
	background: #4B4B4B url(../_img/btn-blue-med-hover-more.png) repeat-x;
	border-top: 1px solid #767676;
	border-bottom: 1px solid #545454;
}

#home .article-list h3 {
	border: 0;
	margin: 0 0 5px 0 !important;
	padding: 0 0 5px 0;
}

#home .article-list #tweetlist {
	margin-top: 0px;
}

#article-wrap div.article-list.twitter.home div.header-container {
	padding-bottom: 0 !important;	
}

#home #content .header-container ul {
	top: 0;
	width: 70px;
}

#home #content .header-container ul li a {
	background: url(../_img/header_container_subscribe_home.png) no-repeat 0 0;
}

#home #content .header-container ul li:hover a {
	background-position: 0 100%;
}

#home #content .header-container ul ul {
	width: 158px !important;
	z-index: 9999;
}

#home #content .header-container ul li:hover ul {
	top: 23px;
}

#home #content .header-container h1 {
	margin-bottom: 10px;
}


