@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;
}
#rek{

	width:93%;
	text-align: left;
	padding: 10px;
	margin: 1%;
	font-size: 14pt;
	background: #fff;
	margin-top: 50px;
	border: 1px solid #e6e6e6;
}
#rek #slider img{
	width: 100%;
}
#rek .slideCopy p{
	font-size: 12pt;
}
#donation{
	
	width:93%;
	text-align: left;
	padding: 10px;
	margin: 1%;
	font-size: 14pt;
	background: #fff;
	margin-top: 30px;
	border: 1px solid #e6e6e6;
}
#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{
 	width: 50%; 
}

#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 a{
	background: url(img/h.png); 
	border-radius: 5px;
	padding: 2px 5px;
	margin: 2px;
	display: inline-block;
	text-decoration: none;
	color:#fff;
	font-weight: 500;   
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	font-size: 10pt;
}

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

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

#logo_box img{
	width: 97%;
}


#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:98%;
	margin: 1%;
	font-size: 14pt;
	background: #fff;
	border: 1px solid #e6e6e6;
}
#time_table_home td{
	padding: 10px 10px;
	
}
#time_table_home th{
	text-align: center;
	font-size: 14pt;
	line-height: 43px;
	height: 43px;
	background: #d2e2a4;
	font-weight: 500;
	border-bottom: 3px solid #a8b877;
}
#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:10px 5px;
	text-align: left;
}

#article .title{
	font-size: 14pt;
	font-weight: 500;
}
#article .date{
	display: block;
	margin-top: 10px;
	color: #bfbfbf; 
}
#article .title a{
	text-decoration: none;
	color: #000;
}

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

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

#content{
	margin:5px;  
	padding: 5px;
	background: #fff;
	box-shadow: 0px 0px 4px #c4c3bc;
	 
}

.home_article_img{
	width:100%;
}

.article_img{
	width:100%;	
}
#time{ 
	width:100%;
	border: 1px solid #d6d6d6;
	font-size: 7pt;
}
#time td{
	padding:2px 1px;
	text-align: center;
}
#time th{ 
	background: url(img/h.png);
	padding: 4px;
	color: #fff;
	font-size: 10pt;
	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;
	font-size: 7pt;
}
 
#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;
}

 .current{
	background: #f6c496;
}

#table a{
	text-decoration: none;
	color:#105d89;
}
.downloadbutton{
	background: #a65a15;
	font-size: 10pt; 
	border-radius: 5px; 
	padding: 0px 5px;
}
.readmore{  
	background: #ec8f41;
	color:#fff;
	text-decoration: none; 
	display: inline-block;
	padding: 0px 5px;
}