@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700');

body{
	background:#ecebe6 url(img/bg.png);
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: 'Maven Pro', sans-serif;
}

#header{
	height: 35px;
	line-height: 35px 
}

#header a{ 
	background: #3c3c3e;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	padding: 0px 10px;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	margin-right: 15px;
}

.padding{
	width: 1100px; 
	text-align: left;
}
.padding a{
}

.padding a:hover{
	color:#ffec8c;
}
.logo{
	height: 100px;
}
.logo_left{
	float: left; 
	height: 50px;
	margin: 20px 0px;
}

.logo_right{
	float: right;
	height: 50px;
	margin: 20px 0px;
}

#top_nav{
	background: #3c3c3e;
	height: 2px; 
	margin-bottom: 30px;
}
#top_nav img{
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #3c3c3e;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

#menu{
	background: url(img/h.png);
	width: 1100px;
	height: 45px;
	line-height: 45px;
	border-radius: 10px;  
	text-align: left;
}
#menu a{
	text-decoration: none;
	color:#fff;
	font-weight: 500;  
	font-size: 14pt; 
	margin-left: 20px;
	padding: 4px 10px;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#menu a:hover{
	background: #ca7025;
	border-radius: 5px;
	color:#fff88b;
}

.active{
	background: #ca7025;
	border-radius: 5px;
	color:#fff88b;
}

#logo_box{
	margin-top: 30px;
	background: #fff;
	width: 1100px;
	padding: 5px 0px;
	box-shadow: 0px 0px 4px #c4c3bc;
}

#logo_box img{
	width: 1090px;
}


#main_table{
	width:1100px;	
	margin-top: 25px;
}

#main_table #right{
	background: #fff;
	box-shadow: 0px 0px 4px #c4c3bc;
	margin-bottom: 20px;
}

#main_table #right .title{
	font-size: 15pt;
	text-align: center;
	padding: 10px;
}

 
#time_table_home{
	width: 100%;
	font-size: 14pt;
}
#time_table_home td{
	padding: 10px 10px;
	
}
#time_table_home th{
	text-align: center;
	font-size: 14pt;
	line-height: 43px;
	height: 43px;
	background: #f8f9f5;
	font-weight: 500;
}
#time_table_home tr:nth-child(2){
	font-weight: 500;
 	font-size: 14pt;
}

#time_table_home tr:nth-child(2n+3) {
	background: #f8f9f5;
}

#time_table_home tr td:first-child{
	font-weight: 500;
}


.article{
	margin-bottom: 30px;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 0px 4px #c4c3bc;
	margin-right: 20px;
	min-height: 300px;
}

#article{
	margin-bottom: 30px;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 0px 4px #c4c3bc;
	margin-right: 20px;
	min-height: 200px;
}

#article .title , .article .title{
	font-size: 20pt;
	font-weight: 500;
}

#article .title a , .article .title a{
	text-decoration: none;
	color: #000;
}
#article .date , .article .date{
	display: block;
	margin-top: 10px;
	color: #bfbfbf; 
}

#article .discription , .article .discription{
	font-size: 11pt;
	display: block;
	margin-top: 10px; 
	line-height: 23px;
	margin-left: 5px;
}

#end{
	background: #3c3c3e;
	width: 100%;
	height: 100px;   
}

#content{
	margin-bottom: 30px;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 0px 4px #c4c3bc;
	margin-right: 20px;
}

#time{ 
	width:100%;
	border: 1px solid #d6d6d6;
}
#time td{
	padding:7px 2px;
	text-align: center;
}
#time th{
	background: url(img/h.png);
	padding: 10px;
	color: #fff;
	font-size: 15pt;
	font-weight:100;
}

#time th a{
	text-decoration: none;
	color:#fff;
}

#time tr td{
	border-bottom: 1px dotted #d6d6d6;
}

#time tr:nth-child(2) td{
	background: #e6e5e4;
}
#time td:nth-child(1){
	background: #e6e5e4;
}
 
#time .tr1{
	
}
#time .tr2{
	background: #f9f6f3;
}
#time a{
	text-decoration: none;
	color:#000;
}
#table{
	width: 100%;
	margin-top: 20px;
}
#table th{
	
}
#table td{
	font-weight: 500;
	padding: 7px;
}
#table tr td{
	border-bottom: 1px dotted #bebebe;
}
 #table tr:nth-last-child(1) td{
	border-bottom: none;
}
.home_article_img{
	float: right;
	width: 200px;
	border-radius: 10px;
}
.article_img{
	float: right;
	width: 400px;
}


 .current{
	background: #f6c496;
}

#table a{
	text-decoration: none;
	color:#105d89;
}
.downloadbutton{
	background: #a65a15;
	font-size: 12pt; 
	border-radius: 5px;
	height: 28px;
	line-height: 28px;
	padding: 0px 10px;
}
.readmore{  
	background: #ec8f41;
	color:#fff;
	text-decoration: none; 
	display: inline-block;
	padding: 0px 5px;
}
#donation{
	background: #fff;
	margin-bottom: 20px;
	display: block;
	box-shadow: 0px 0px 4px #c4c3bc;
	padding:10px;
	line-height: 30px;
	font-size: 15pt;
}
#do_box{
	display: block;
    background: #f5f2ea;
    padding: 10px;
    text-decoration: none;
    margin: 10px 0px;
    color: #000;
    border-radius: 5px;
 }

#do_box:hover{
    background: #d9d0b6;
}