html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	background-position:center top;
	background-attachment:fixed;
}
#container {
	min-height:100%;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	background-color: white;
}


/****************************************************/
#contentFull{
	width: 600px;
	height: auto;
	padding: 25px;
	margin: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #B40404;
	color:#FFFFFF;
	cursor:pointer;
	bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:2px solid #707070;
	display:inline-block;
	line-height:30px;
	text-decoration:none;
	text-align:center;
        float: left;
}

#errorDiv{
	position: relative;
	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: 100%;
	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: 300px;
    height: 250px;

    top: auto;
    left: 0;
	margin-bottom: 10px;

	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #B40404;
	color:#FFFFFF;
	cursor:pointer;
	bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:2px solid #707070;
	line-height:30px;
	text-decoration:none;
	text-align:center;
        float: left;
        margin: 15px;
}

#halfContainerRight{
	width: 350px;
    height: 300px;

    top: 50%;
    left: 0;
	
	border: solid thick #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;	
	-webkit-border-radius: 10px;
	background-color: #B40404;
	color:#FFFFFF;
	cursor:pointer;
	bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:2px solid #707070;
	/*line-height:30px;*/
	text-decoration:none;
	text-align:center;
        float: left;
        margin: 15px;
}

#halfContainerCreate{
	width: 500px;
    height: auto;

	top: 50%;
    left: 0;
	
	border: solid thick #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;	
	-webkit-border-radius: 10px;
	background-color: #B40404;
	color:#FFFFFF;
	cursor:pointer;
	bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:2px solid #707070;
	line-height:30px;
	text-decoration:none;
	text-align:center;
}

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

#menu{
	background-color: #0C8BC4;
	border-radius: 5px;
	top: -20px;
	height: 40px;
	text-align: center;
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 101;
	font-family: 'Fjalla One', sans-serif;
}
#menu_hover{
	border-radius: 5px;
	z-index: 106;
	position: relative;
	padding-top: 36px;
	height: auto;
	background-color: #ED1C27;
	top:-43px;
	border: 3px solid black;
}
/**********************/
#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: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-radius: 5px;
	font-size: 0.55em;
	width: 160px;
	background: #0C8BC4;
	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: white;
	border-radius: 5px;
	color: black;
	}

/************************   **********************/
a:link {color:black; text-decoration: underline;}      /* unvisited link */
a:visited {color:black;}  /* visited link */
a:hover {color: red;}  /* mouse over link */
a:active {color:red;}  /* 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: -10px;
	right: 50px;
}
#listen_button:hover{
	padding-top: 30px;
}
/************************ index**********************/
#index_body{
	float: left;
	width: 600px;
	font-size: 1.2em;
}
#calender{
	border: 3px solid black;
	background-color: white;
	width: 325px;
	margin-top: 25px;
	min-height: 300px;
	float: right;
	border-radius: 15px;
}
#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: 200px;
	margin: 5px; 
	float: left; 
	text-align: center;
}
.slideshow { 
	height: 250px; 
	width: 950px; 
	margin: auto; 
	z-index: 2;}
.slideshow img { 
	border: 1px solid #ccc; 
	background-color: #eee; 
	z-index: 1;}

/******************* Bottom buttons ***************************/

#bottom_button_box{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#bottom_button_box a:link{ text-decoration: none;}

.bottom_button{
	box-shadow: 0px 0px 0px 3px white;
	margin: 10px;
	border-radius: 10px;
	width: 140px;
	padding: 0px;
	height: 50px;
	color: white;
	font-size: 1.2em;
	text-align: center;
	display:inline-block;
	vertical-align: top;
}
.bottom_button:hover{
	box-shadow: 0px 0px 0px 3px black;
}
#donate{
	background-color: #2f469d;
}
#needprayer{
	background-color: #eab31e;
}
#birthday{
	background-color: #ED1C27;
}
#demand{
	background-color: #329E47;
}
#good_news{
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	background-color: #dc5a27;
	border: 3px solid white;
	border-radius: 10px;
	
	width: 974px;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
	display:inline-block;
	color: white;
	font-weight: 300;
	vertical-align: top;
}

/**********************************************/
#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: #eab31e;
	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 black;
}
.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: 'Comfortaa', cursive;
	font-size: 1.5em;
	background-color: #0C8BC4;
}
.contact:hover {
background-color: red;
color: white;
}
.contact 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;
}
/**********************************************/
