html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	background-image: url(../bg3.jpg);
	background-position:center top;
	background-attachment:fixed;
}

h1 {
	color:#014D88; 
	text-align:center;
}
tab {
	margin-left:5em; 
}
#container {
	min-height:100%;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	background-color: #FFFFFF;
}
#header {
	background-color:#FFFFFF;
	height: 150px;
	font-family: 'Comfortaa', cursive;
}

.now_playing {
	/* background-color: #383B3D; */
	background-image: url("https://www.radiokbnr.org./clb.png");
	background-repeat:no-repeat;
	/* opacity: 0.7;
    filter: alpha(opacity=70); */
	padding: 10px; 
	color: white; 
	font-size: 0.9em;
	/* width: 330px; */
	width: 563px; 
	height: 150px; 
	margin-top: -140px; 
	margin-left: 420px; 
	border-radius: 10px;
	padding-top: 0.5cm;
	padding-left: 0.7cm;
}

#content {
	width:960px;
	margin:0 auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 0.9em;
	overflow: hidden;
	padding-bottom:200px;   /* Height of the footer element */
	
}
#footer {
	color: white;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	width:100%;
	position:absolute;
	height:100px;
	padding-top: 20px; 
	bottom:0;
	left:0;
	background: #383B3D; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' 
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzNlMzgzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #ffffff 0%, #3e3838 60%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(60%,#3e3838)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #ffffff 0%,#3e3838 60%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #ffffff 0%,#3e3838 60%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #ffffff 0%,#3e3838 60%); /* IE10+ */
/*background: linear-gradient(to bottom,  #ffffff 0%,#3e3838 60%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3e3838',GradientType=0 ); /* IE6-8 */


}
/****************************************************/
#contentFull{
	width: 90%;
	padding: 25px;	
	margin: 20px;
	border: solid thick #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	background-color: #9ed5d2;
}

#errorDiv{
	width: 95%;
	height: 50px auto;;
	line-height: 50px;
	vertical-align: middle;
	background-color: #e48372;
	margin: 0px;
	padding: 20px;
	overflow: auto;
	border: solid thick #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
}
#successDiv{
	width: 95%;
	height: 50px auto;
	line-height: 50px;
	vertical-align: middle;
	background-color: #6ed8aa;
	margin: 0px;
	padding: 20px;
	overflow: auto;
	border: solid thick #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
}
#halfContainer{
	width: 400px;
	padding: 5px;	
	margin: 20px;
	border: solid thick #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	background-color: #9ed5d2;
	float: left;
}

#halfContainerRight{
	width: 400px;
	padding: 5px;	
	margin: 20px;
	border: solid thick #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	background-color: #e9cb83;
	float: left;
}

/********************* menu *************************/

#menu{
	background-color: #014D88;
	border-radius: 0px;
	top: 0px;
	height: 35px;
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 101;
	font-family: 'Fjalla One', sans-serif;
}
#menu_hover{
	border-radius: 2px;
	z-index: 106;
	position: relative;
	padding-top: 35px;
	height: auto;
	background-color: #014D88;
	border-bottom: 3px solid #017B0E;
	top:-42px;
}
/**********************/
#sddm{	
	margin: 0;
	padding: 0;
	z-index: 105;
	display: inline-block;
}

#menu_item{	
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	vertical-align: top;
	width: 160px;
	text-align: center;
	z-index: 107;
	font-weight: normal;
}

#menu_item a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 1.5em;
	color: white;
	z-index: 108;
	font-weight: normal;
}


#menu_item a:hover{
}

#menu_item div{
	position: absolute;
	visibility: hidden;
	margin: -5px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-bottom: 0px solid black;
	border-right: 0px solid black;
	border-left: 0px solid black;
	border-radius: 2px;
	font-size: 0.55em;
	width: 160px;
	background: #3A3E3B;
	z-index: 105;
	
	
}

	#menu_item a{
		position: relative;
		display: block;
		margin: 0px;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		text-align: center;
		color:white;
	}

	#menu_item div a:hover{
	background-color: #7C7C7C;
	border-radius: 0px;
	color: black;
	}

/************************   **********************/
a:link {color:black; text-decoration: none;}      /* unvisited link */
a:visited {color:black;}  /* visited link */
a:hover {color: #014D88;}  /* mouse over link */
a:active {color:#014D88;}  /* selected link */
/************************   **********************/
#listen_button{
	/*background-color: #f6b500;/*#2d9f48*/
	/*border-bottom: 3px solid black;
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-radius: 10px;
	width: 300px;
	height: 50px;
	padding: 10px;
	
	overflow: hidden;
	box-shadow: 10px 8px 20px 3px #494949;
	color: white;
	font-size: 3em;
	text-align: center; */
	position: absolute;
	top: 30px;
	right: 50px;
}
/*
#listen_button:hover{
	padding-top: 30px;
}
/************************ index**********************/
#index_body{
	float: left;
	width: 600px;
	font-size: 1.2em;
}

#banner{
	float: left; 
	width: 1000px; 
	height: 385px; 
	margin-left: -20px; 
	margin-top: 0px; 
	background-color: #383B3D; 
	position: absolute;
	z-index: 0; 
	 
}

#news
{
	float:right; 
	margin-top:-25px;
	padding-left: 1cm; 
	border-left: 1px solid #C2C0C0;
}

#calendar{
	margin-top: -373px;
	margin-right: -4px; 
	float:right; 
	color: #014D88; 
	border-left: 1px solid #C2C0C0; 
	padding-left: 1cm; 
}
#calender_title{
	background: #2d9f48;
	margin-top: 10px;
	border-radius: 5px;
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: white;
	box-shadow: 0px 0px 5px 1px #575757;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.4em;
}
#calender_event {
	width: 325px;
	margin-top: 5px;
	text-align: center;
	font-size: .9em;
}
#calender_event:hover {
	background: #0C8BC4;
}

#video {
	width: 600px;
	margin-top: 420px;
	margin-left: -25px; 
	text-align: center;
	color: #014D88;
}
.slideshow { 
	height: 300px; 
	width: 200px; 
	margin-left:15px; 
	margin-top: 15px;
	float: left; 	
	z-index: 2;
	}
	
.slideshow img { 
	border: 0px solid #ccc; 
	background-color: #eee; 
	border-radius: 10px; 
	z-index: 1;}

.slideshow label {
	background-color: #000; 

}
/************************ pages **********************/
#page_body{
	width: 100%;
	font-size: 1.2em;
	margin-top: 10px; 
}
.title{
	font-family: 'Comfortaa', cursive;
	font-size: 3em;
	position: absolute;
	top: 120px;
	right:0px;
	width: 460px;
	height: 60px;
	text-align: right;
	padding-right: 40px;
	z-index: 1;
}
#schedule_button_holder{
	text-align: center;
	width: 100%;
}
.schedule_button{
	text-decoration: underline;
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	
}
.schedule_button:hover{
	cursor: pointer;
	color: red;
}
.schedule_title{
	color:#014D88;
}
#schedule_output{
	text-align: center;
	width: 525px;
	float: left;
	
}
.table_header{
	background-color:#014D88;
	color: white;
}

#forms {
	background-color: #383B3D; 
	padding: 20px;
	border-radius:5px; 
	box-shadow: 8px 8px 4px #D9D9D9;
	width: 700px; 
	color:white;
}
/******************* Homepage Buttons ***************************/

#button_box{
	margin-top: 0px;	
	margin-left: 10px; 
	text-align: center;
	z-index: 1; 
	float:left; 
	
}
#button_box a:link{ text-decoration: none;}

.homepage_button{
	margin: 10px;
	border-radius: 5px;
	width: 140px;
	padding: 0px;
	height: 50px;
	color: white;
	font-size: 1.2em;
	text-align: center;
	display:inline-block;
	vertical-align: top;
	background-color: #60645D;
}
.homepage_button:hover{
	box-shadow: 0px 0px 0px 3px #fff;
}
#donate{
	background-color: #60645D;
}
#needprayer{
	background-color: #60645D;
}
#birthday{
	background-color: #60645D;
}
#demand{
	background-color: #60645D;
}
#needhim{
	background-color: #60645D; 
}
#facebook{
	background-image: url(../images/facebookbutton.jpg); 
	width: 150; 
}
#good_news{
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	/*background-image: url(../images/versebg.jpg); */
	border: 0px solid white;
	background-color: #F2F6F9;  
	border-radius: 10px;
	float: right;
	width: 240px;
	height: 300px; 
	margin-right: 15px; 
	margin-top: -17px; 
	padding: 0px 10px 0px 10px;
	overflow: hidden;
	display:inline-block;
	color: #5DA619;
	font-weight: 300;
	vertical-align: top;
	text-align: justify; 
}

/**********************************************/
#page_banner{
	width: 475px;
	height: 200px;
	border: 1px solid black;
}
#player{
	margin-top: 10px;
	background: white;
	padding: 5px;
	border-radius: 5px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.channel_list{
	margin-top: 5px;
	width: 475px;
	text-align: center;
	float: right;
}
.channel_button{
	background: #014D88;
	width: 195px;
	border-radius: 10px;
	display: inline-block;
	padding: 8px;
	color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	text-align: center;
}
.channel_button:hover{
	box-shadow: 0px 0px 0px 3px gray;
}
.channel_button_top{
	background: blue;
	width: 420px;
	border-radius: 10px;
	border: 6px solid white;
	display: inline-block;
	padding: 8px;
	color: white;
}
.contact_table{
	width: 820px;
	margin: 0 auto;
}
.form_confirm{
	text-align:center;
	width:100%; 
	margin-top:30px;
	background-color: yellow;
}
	
input{
	font-size: 16px;
	line-height: 18px;
}
textarea{
	font-size: 18px;
	line-height: 18px;
	height: 25px;
	resize: none;
	width: 400px;
	font-family: helvetica, arial, sans-serif;
}

/******************** top 9 **************************/
.play_box{
	width: 400px;
	min-height: 100px;
	overflow:hidden;
	background-color: #575757;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	border-radius: 15px;
	padding: 10px;
	color: white;
}
.play_num{
	font-size: 3em;
	font-weight: 700;
	display: inline-block;
	width: 40px;
	color: yellow;
}
.play_art{
	width: 100px;
	height: 100px;
	display: inline-block;
}
.play_info{
	display: inline-block;
	height: 100px;
	vertical-align:top;
	font-size: 100;
	width: 200px;
	overflow:hidden;
	white-space:normal;
}
.play_style{
	padding: 2px;
	background-color: white;
	overflow: hidden;
	border-radius: 5px;
	font-size: 10px;
	width: 350px;
	margin: 0 auto;
	color: grey;
}
.play_desc{
	color: #b9b9b9;
}

/**********************************************/
.contact{
	width: 200px;
	min-height: 134px;
	max-height: 134px;
	/*background-color: #575757;*/
	margin:5px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	box-shadow: 3px 3px 5px 0px #575757;
	border-radius: 25px;
	text-align: center;
	font-family: 'Agency FB', cursive;
	font-size: 1.5em;
	background-color: #0C8BC4;
}
.contact2{
	width: 400px;
	min-height: 300px;
	max-height: 300px;
	/*background-color: #575757;*/
	margin:5px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	box-shadow: 3px 3px 5px 0px #575757;
	border-radius: 25px;
	text-align: center;
	font-family: 'Agency FB', cursive;
	font-size: 1.5em;
	background-color: #0C8BC4;
}
.contact:hover {
background-color: red;
color: white;
}
.contact2:hover {
background-color: white;
color: white;
}
.contact div{
	position:relative;
	color:white;
	font-size: 40px;
	text-shadow: 0px 0px 10px black;
}
.contact2 div{
	position:relative;
	color:white;
	font-size: 40px;
	text-shadow: 0px 0px 10px black;
}
#contact_images{
	width: 860px;
	margin: 0 auto;
}
#contact_images a{
	margin: 0;
	padding: 0;
	text-decoration: none;
}
/**********************************************/
