

#header-container {
	height:285px;
}

#header-container-2 {
    height:95px;
}

#header-container-2 h1 {
    text-align:center;
}

#main-video {
	height:360px;
}

#main-video-select {
	height:195px;
	background:url(/images/video-support/007.png) no-repeat 0 0;
}

#previous-support {
	height:50px;
	background:url(/images/video-support/006.png) no-repeat 0 0;
}

#support-select {
	height:215px;
}

#related-videos {
	padding-bottom:50px;
    padding-top:50px;
}

#related-videos-mac,#related-videos-kindle {
    padding-bottom:50px;
    padding-top:0px;
}

#support-brand {
	height:100px;
}

#support-brand h1 {
	font-size:28px;
	vertical-align:middle;
	padding-top:30px;
}

#support-brand-2 h1 {
	letter-spacing: -2px;
}


/* #video-container */

#video_container {
	margin: 50px auto 0px auto;
	border: 5px solid #DDD;
}

/* #main-video-select */


.next {
    left: 900px;
    position:absolute;
    margin-top:90px;
    z-index:99;
}
.prev {
    left: 45px;
    position:absolute;
    margin-top:90px;
    z-index:99;
}

#main-video-select .video img {
	margin: 15px auto 10px;
	border:5px solid #DDD;
    display: block;
}

#main-video-select  span.h5 {
	color:#000;
	font:arial;
	color:#444444;
	font-size:14px;
	text-align:center;
    display:block;
    position: relative;
}

#main-video-select span.time {
	font-size:11px;
	color:#999999;
	font-family:arial;
	text-align:center;
    display:block;
}

#main-video-select .video {
	height:165px;
	margin-top:15px;
	margin-bottom:15px;
}

#main-video-select .video:hover, #main-video-select .video a:select {
	background:white;
}


/* #previous-support */

#previous-support h4, #previous-support h4 a {
	text-align:center;
	color:#666666;
	padding-top:14px;
	font-family:arial;
    margin-right:35px;
}

#previous-support h4 span.green {
	color:#98CB32;
}







/* Support Platform */

#support-platform {
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 10px;
}
#support-platform ul {
    margin-bottom: 0;
    text-align: center;
}
#support-platform ul li {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 16px;
}
#support-platform ul li:hover, #support-platform ul li.active {
    background: url("/images/support-beta/active.png") no-repeat scroll center bottom transparent;
}

#support-platform ul li a {
    display: block;
}
#support-platform ul li a span {
    color: #888888;
    display: block;
    margin-top: 10px;
}
#support-platform ul li a:hover span {
    color: #6EA5E1;
}
#support-platform h3, #support-actions h3 {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 40px;
    padding-left: 50px;
}
#platform-windows {
    width: 182px;
}
#platform-mac {
    width: 198px;
}
#platform-ios {
    width: 181px;
}
#platform-kindle {
    width: 192px;
}
#platform-android {
    width: 117px;
}



/* Warnings */

#warning-message blockquote {
/*  background: none repeat scroll 0 0 #F1F6FC;
    border: 1px solid #DEDEDE;
/* Above is blue, below is green */
/*  background:  #F3FFD9; 
    border: 1px solid #C0DF82;
*/
/*  GRAY:
    background: #f5f5f5
    border-bottom: 1px solid #dbdbdb;
*/
    background:url('/images/article-template/note-green.png') no-repeat 10px 10px;
    line-height: 1.35em;
/*  margin-bottom: 20px;
    padding: 15px 20px 15px 25px;
*/  margin: 20px 5px 10px 10px;
    padding: 5px 15px 5px 45px;
    border-bottom: 1px solid #dbdbdb;
}

#warning-message blockquote.note {
    background: #f5f5f5 url('/images/support/note-green.png') no-repeat 1.5% 40%;
    border-left: 4px solid #97ca31;
}



/* Support Actions Footer Nav */

#support-actions {
    float: left;
    margin-top:30px;
}
#support-actions ul {
    float: left;
    margin-bottom: 0;
    text-align: center;
    width: 950px;
}
#support-actions ul li {
    display: inline-block;
    height: 225px;
    list-style: none outside none;
    margin: 0;
    padding: 0 5px 5px;
    width: 148px;
}
#support-actions ul li:hover {
    border-bottom: 5px solid #6EA5E1;
    padding-bottom: 0;
}
#support-actions ul li a span {
    color: #888888;
    display: block;
}
#support-actions ul li a:hover span {
    color: #000000;
}
#support-actions .support-img {
    background: url("/images/support-beta/support-icon-sprite.png") no-repeat scroll 0 0 transparent;
    height: 59px;
    margin: 0 auto;
    width: 59px;
}
#support-actions a {
    display: block;
}
#support-actions a:hover .support-img {
}
#support-actions .support-title {
    font-size: 15px;
    padding: 16px 0;
}
#support-blog .support-img {
    background-position: 0 bottom;
}
#support-forums .support-img {
    background-position: -59px bottom;
}
#support-video .support-img {
    background-position: -118px bottom;
}
#support-video-second .support-img {
    background:url('/images/video-home/support-icon-sprite.png') no-repeat -298px -60px;
}
#support-training .support-img {
    background-position: -177px bottom;
}
#support-contact .support-img {
    background-position: -236px bottom;
}
#support-blog:hover .support-img {
    background-position: 0 top;
}
#support-forums:hover .support-img {
    background-position: -59px top;
}
#support-video:hover .support-img {
    background-position: -118px top;
}
#support-training:hover .support-img {
    background-position: -177px top;
}
#support-contact:hover .support-img {
    background-position: -236px top;
}

#support-video-second:hover .support-img {
    background:url('/images/video-home/support-icon-sprite.png') no-repeat -298px -1px;
}



/* featured posts slider (curtis) */

#featured-carousel {
    float: left;
    margin-bottom: 50px;
    margin-top: -20px;
    width: 630px;
    z-index: 2;
}
#featured-slider {
    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    float: left;
    height: 97px;
    z-index: 1;
}
.slide {
    cursor: pointer;
    float: left;
    height: 105px;
    position: relative;
    width: 114px;
}
.slide p {
    color: hsl(0, 0%, 30%);
    font-size: 14px;
    height: 32px;
    line-height: 1.25em;
    overflow: hidden;
    padding: 4px 3px;
    text-align: center;
}
.slide img {
    border: 1px solid hsl(0, 0%, 80%);
    margin: 5px 0 0;
}
.slide-hover {
    background: none repeat scroll 0 0 hsl(0, 0%, 93%);
    color: hsl(0, 0%, 0%);
}
.slide-active {
    background: none repeat scroll 0 0 hsl(0, 0%, 87%);
    color: hsl(0, 0%, 0%);
}
.slide-active:before {
    background: url("http://blog.faithlife.com/women/wp-content/themes/FaithlifeWomen2012/library/images/selected-slide.png") repeat scroll 0 0 transparent;
    content: "";
    height: 8px;
    left: 35px;
    position: absolute;
    top: -8px;
    width: 45px;
}
.slide-active img {
    border-color: hsl(0, 0%, 100%);
}
#slider-contents {
    float: left;
    height: 105px;
    overflow: hidden;
    position: relative;
    top: -8px;
    width: 568px;
}
.slider-page {
    float: left;
    left: 0;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 583px;
}
.slider-page .slide {
}
.slide-hidden {
}
#prev, #next {
    cursor: pointer;
    float: left;
    height: 97px;
    width: 31px;
}
#prev {
    background: url("http://blog.faithlife.com/women/wp-content/themes/FaithlifeWomen2012/library/images/prev-slider.png") no-repeat scroll 0 0 transparent;
}
#next {
    background: url("http://blog.faithlife.com/women/wp-content/themes/FaithlifeWomen2012/library/images/next-slider.png") no-repeat scroll 0 0 transparent;
}
#prev:hover {
    background: url("http://blog.faithlife.com/women/wp-content/themes/FaithlifeWomen2012/library/images/prev-slider-hover.gif") no-repeat scroll 0 0 transparent;
}
#next:hover {
    background: url("http://blog.faithlife.com/women/wp-content/themes/FaithlifeWomen2012/library/images/next-slider-hover.gif") no-repeat scroll 0 0 transparent;
}
#main-post {
    background: none repeat scroll 0 0 hsl(0, 0%, 73%);
    height: 320px;
    position: relative;
    width: 630px;
}
#main-body h3 a {
    background: none repeat scroll 0 0 hsla(0, 0%, 13%, 0.83);
    bottom: 0;
    color: hsl(0, 0%, 100%);
    height: 55px;
    margin: 0;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    width: 630px;
}
#main-body h3 span {
    display: block;
    font-weight: 400;
    margin: 0 auto;
    width: 500px;
}
#main-body h3 a, #main-body h3 a:hover, #main-body h3 a:visited {
    color: hsl(0, 0%, 100%);
}
#main-image {
    overflow: hidden;
}

#main-body img.icon {
    float:none;
    margin:0px;
}


#wista-container {
    padding-top:45px;
}


.js-load-video.active .video.grid_4, .js-load-video:hover .video.grid_4 {
    background:#FFFFFF;
    border:1px solid #EAEAEB;
    width:148px !important;
}

#related-videos h3 {
    font-size:22px;
    margin:0;
}

#related-videos h4 {
    font-family:Arial;
    font-size:16px;
    color:#006CB5;
    margin-top:20px;
}

#related-videos p a {
    font-size:12px;
    color:#444444;
    padding-left:5px;
}

#related-videos p a:hover {
    color:#006CB5;
}

#related-videos p {
    margin-bottom:5px;
}

#main-video-2 {
    margin-top:40px;
}

#main-video-2 #wistia-container {
    margin:0 auto 50px auto;
    border:10px solid #F0F0F0;
}

#header-container-3 h1 {
    padding-top:50px;
    margin-bottom:0;
}

#header-container-4 h1 {
    padding-top:50px;
    padding-bottom:33px;
}

#related-videos p:before {
    content:"»";
    color:#99CC33;
}

.feature-block li, .training-column li {
    list-style-type:none;
    
}



.feature-block li a:before, .training-column li a:before {
    content:"»";
    color:#99CC33;
    padding-right:15px;
}

.feature-block li a, .training-column li a {
    text-indent:-23px;
    display:block;
    line-height:22px;
}

.feature-block ul {
    padding-left:25px;
}



h3.ppt {
    display:none !important;
}

#wistis-container-2 {
    display:block;
    height:380px;
    width:690px;
    margin-right:auto;
    margin-left:auto;
}

.youtube a {
    background: url("/images/video-home/youtube.png") no-repeat scroll 280px 65px transparent;
    display: block;
    line-height: 17px;
    padding-right: 90px;
    padding-top: 62px;
    text-align: right;
}



.header-videos h3 {
    font-weight:300;
    font-size:36px;
    padding-top:60px;
    padding-bottom:10px;
}
.sub-header{
    padding-top: 20px;
}

.sub-header h3 {
    font-weight:300;
    font-size:24px;
    padding-top:50px;
    margin-bottom:0;
}

.sub-header-2 h4 {
    font-weight:300;
    font-size:28px;
}

.sub-header-2 h3 {
    margin-bottom:0;
}

.feature-block h4 {
    font-weight:300;
    font-size:24px;
    padding-top:20px;
    margin-bottom:0;
}

.feature-block h5, .training-container h5 {
    font-weight:300;
    font-size:16px;
    padding-top:20px;
    font-family:Arial;
}


.header-second {
    border-top:1px solid #F0F0F0;
    margin-top:50px;
}

.header-second h3 {
    padding-top:50px;
    font-size:36px;
}

.video-footer {
    padding-top:40px;
    border-top:1px solid #F0F0F0;
}

.product {
    height:350px;
}

.product img {
    margin:30px auto 10px auto;
    display:block;
    max-width: 99px;
    height: 128px;
}

.mp-product {
    text-align:center;
    color:black;
    font-size:13px;
    padding-bottom:10px;
    display:block;
    font-weight:bold;
    color:#444;
}

.right-border.product {
    background:url('/images/video-home/product-side.png') no-repeat left center;
}

.mp-price {
    text-align:center;
    color:black;
    font-size:20px;
    display:block;
    font-weight:bold;
    color:#444;
}

/*.training-container {
    padding-bottom:50px;
    padding-top:30px;
}*/

.training-container-2 {
    padding-bottom:10px;
    padding-top:30px;
}

.notey {
    margin-top:40px;
    padding-left:90px;
    background:url('/images/video-home/note.png') no-repeat 20px center;
}

#support-platform {
    text-align: center;
    margin-top: 40px;
/*margin-bottom:0;*/
}

#support-platform li{
    list-style:none;
    margin:0;
    padding:0 0 16px;
    display:inline-block;
}
#support-platform li.active {
background:url(/images/support-beta/active.png) no-repeat center bottom;
}
#support-platform li:hover {
background:url(/images/support-beta/active.png) no-repeat center bottom;
}
#support-platform li a{
    display:block;
}
#support-platform li a span{
    display:block;
    color: #888888;
    margin-top: 10px;
}   

#support-platform li a:hover span{
    color: #6EA5E1;
}   

#platform-desktop {
    width: 152px;
}
#platform-mac {
    width: 98px;
}
#platform-ios {
    width: 81px;
}
#platform-kindle {
    width: 92px;
}
#platform-android {
    width: 45px;
}


#support-platform h3, #support-actions h3{
    font-size:24px;
    letter-spacing: -1px;
    margin-bottom:40px;
    padding-left:50px;
}


#support-actions{
    float:left;
}
#support-actions ul{
    text-align:center;
    float: left;
    margin-bottom:0;
    width: 950px;
}
#support-actions ul li{
    display:inline-block;
    list-style:none;
    margin:0;
    padding:0 5px 5px;
    width: 148px;
    height: 225px;
}
#support-actions ul li:hover{
    border-bottom: 5px solid #6EA5E1;
    padding-bottom: 0;
}


#support-actions ul li a span{
    color: #888;
    display:block;
}
#support-actions ul li a:hover span{
    color: #000;
}

.header-underline {
    background:url('/images/video-home/header-bottom.png') no-repeat right bottom;
}

.feature-block h4 {
    padding-top:10px;
}

.other h3 {
    padding-top:30px;
}

.training-column li {
    margin-left:0 !important;
}

.feature-block li a {
    color:#444;
}

.feature-block li a:hover {
    color:#006cb5;
}

.button.large.orange.mp-buy {
    margin: 15px auto 0 auto !important;
    display:block;
}

.training-container.bottom-divider {
    border-bottom: 2px solid #eee;
}

