@charset "utf-8";
/* CSS Document */

@import "topMenu.css";
@import "eventLister.css";
@import "moreStyles.css";
@import "footer.css";
* {
	margin:0;
	padding:0;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	line-height: 18px;
	color:#666666;
}

body {
	margin:0;
	padding:0;
	background:url(images/BG.jpg) repeat-x #b2b1b1 top center;
}

i, oblique, em {
	font-style:italic;
	color:#d53f00;
}

p {
	margin: 8px 0;
}

h1 {
	font-size:20px;
	font-weight:normal;
	color:#d53f00;
}

h2, h2 a:link, h2 a:active, h2 a:visited {
	color:#d53f00;
	text-decoration:none;	
}

h2 a:hover {
	color:#d53f00;
	text-decoration: underline;	
}

.more {
	color:#406ebf;
	text-decoration:none;
}

.more:hover {
	color:#406ebf;
	text-decoration: underline;
}

/* ========================================
	LINKS and COLORS
==========================================*/
.pink, .pink a:link, .pink a:active, .pink a:visited {
	color:#cb003e;
	text-decoration: none;
}

.pink a:hover {
	text-decoration:underline;
}

.light-blue, a, a:link, a:active, a:visited {
	color:#03a1d6;
	text-decoration: none;
}

.light-blue a:hover {
	text-decoration:underline;
}

/*========================================
		GLOBAL FLOAT seudo-class
=========================================*/
.left {float:left;}
.right {float:right;}
.clear {clear:both;}



.blueBarTop {
	background-color: #03a1d6;
	height: 10px;
	width:100%;
}

#wrap {
	width:990px;
	margin: 0 auto 0 auto;
}

/* =========================
TOP HEADERS 
================================*/
#topHeader {
	height:384px;
	margin-bottom:20px;
	
}

#topHeader.home {
	height:384px;
	background:url(images/topBG.jpg) transparent bottom center no-repeat;
	margin-bottom:20px;
	
}

#topHeader.post {
	height:100px;
	margin-bottom:10px;
	border-bottom: 8px solid #03a1d6;
	
}


#subheader {
	border-bottom: #03a1d6 dotted 1px;
	padding-bottom:10px;
	margin-bottom:14px;
}

#content h1, #content h1 a:link, #content h1 a:visited, #content h1 a:active {
	color:#03a1d6;
	font-size:18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration:none;
}

#content h1 a:hover {
	color:#666666;
}



/* ====================
		POSTS
=====================*/
#post-wrapper {
	width:682px;
	margin: -4px 0 15px -4px;
	float:left;
}

#post-top {
	background:transparent url(images/post-top.png) top left no-repeat;
	height:35px;
}

#post-body {
	background:transparent url(images/post-middle-bg.png) top left repeat-y;
	padding:0 25px;
	min-height:500px;
}

#post-bottom {
	background:transparent url(images/post-bottom.png) bottom left no-repeat;
	height:15px;
}

#post-body ul 
{
    margin: 15px;
    padding-left: 15px;
    }
    
#post-body ul.horiz 
{
    margin:0;
    padding:0;
    }

.headliner {
	color:#666;
	font-size:28px;
	line-height: 34px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-weight:700;
}

.horiz {
	display:block;
	list-style-type:none;
}

.horiz LI{
	display: inline;
}

.poststamp{
	font-size:11px;	
}



/* ------------------------------
	BEGIN SIDEBAR
------------------------------*/
#sidebar {
	width:304px;
	#min-height:500px;
	margin:0;
	float:right;
/*	background-color:#99CCCC;*/
}


#sidebar-ads-wrap {
	height:275px;
	font-size:10px;
	color:#666666;
	border: dotted 1px #666;
	text-align:center;
	margin-bottom: 10px;
}

#player {
	margin-bottom:10px;
}

#secondary {
	padding-top:48px;
	background:url(images/latest-news-header.jpg) top center transparent no-repeat;
	margin-bottom:10PX;
}


#articleModule {
	width:600px;
	#min-height:250px;
	padding-top:51px;
	background:url(images/Atricle-module-header.jpg) top center no-repeat;
}

.iPad4 {
	padding:4px;
	border: 1px #999999 solid;
	margin-right: 10px;
}



.logo {
	margin-top:10px;
	float:left;
}

#content {
	width:990px;
	/*#min-height: 500px;*/
	margin:0;

	/*background-color: #CCCCCC;*/
		
}






/* ------------------------------
	BEGIN INNER PAGE
------------------------------*/

.sectionHeader {
	height:34px;
	padding-left:50px;
	line-height:30px;
	margin-bottom:10px;
	display:block;
}



/* ---------------------------------
	SPEAKERS PAGES
-----------------------------------*/

#post-speakers {
	padding-top: 10px;
}

#post-speakers .speakers-top {
	width:600px;
	height:20px;
	background:url(images/speaker-post-top.jpg) transparent top center;
	display:block;
}

#post-speakers .speakers-body {
	#min-height: 500px;
	width:560px;
	padding: 0 20px;
	background:url(images/speaker-post-bg.jpg) transparent top center;
}

#post-speakers .speakers-bottom {
	width:600px;
	height:20px;
	background:url(images/speaker-post-bottom.jpg) transparent top center;
	display:block;
}


#mid-header {
	height:130px;
	/*background-color:#e4e4e4;*/
	background: transparent;
	margin-bottom:20px;
}

.mid-header-column {
	width:484px;

}

.mid-header-column p {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
}

/* ---------------------------------
	Post PAGES
-----------------------------------*/
.postItem 
{
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom: 1px dotted #999;
    }

/* ===============================================
		TOP HEADER HOME PAGE
=================================================*/

.important-note {
	width:;
	height: 58px;
	margin-top: 15px;
}

#featuredVideo {
	width: 465px;
	height:201px;
	display:block;
	background-color:transparent;
	margin: 38px 20px 0 0;
	float:right;
}

.action-bar {
	margin:246px 1px 0 0;
}

.iPad8 {
	padding:7px 7px 7px 7px;
	border:#03a1d6 1px solid;
	margin-right:10px;
}

.blue-bg {
	background-color:#d1e1e3;
}

#scrollLinks a:hover, .event-Calendar-lister a:hover {
	color:#cb003e;
}

/*  Sim live player */

#video_container 
{
    width:480px;
    height: 360px;

    display:block;
    vertical-align:middle;
    background:#000000 url(http://www.elreyjesus.org/Media/erj/images/curtain-online-service.jpg) top center no-repeat;
    border:3px #e4e4e4 solid;
    margin:0 auto;
    position:relative;
    padding:0;
    
    }

#lcm_video 
{
    position:absolute;
    top:0px;
    left:0px;

    }
#sim-video 
{   
    position:absolute;
    width:480px;
    height:360px;
    margin:0;
    padding:0;
    }

#lcm_simlive_countdown 
{
    position:relative;
    top:295px;
    text-align:center;
    margin: 0 auto;
    font-size:16px;
    width:480px;
    }

#lcm_video, #lcm_simlive_countdown 
{
    color:#ffffff;
    }