 html {   
	 background: url(back_blue.jpg) no-repeat;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
	 background-attachment: fixed ;
	 background-color: #90e0d3;
	 min-width: 800px;
		

}

#content {
   
    border-radius: 10px 10px;
	display: block;
    padding: 10px;
	margin:0px;
	display: block;
	width: 65%;
	background: white;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
	float: left;
	margin-bottom:20px;

	
}

#news {

    border-radius: 10px 10px;
	margin:0px;
	display: block;
	width: 30%;
	background: white;
	padding: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	float: right;
	margin-bottom:20px;
}

#note {
    font-family: verdana, sans-serif;
    font-size: 13px;
	text-decoration: none;
    border-radius: 3px 3px;
    background: #9bdfd0;
	padding: 8px;
	margin: 3px;
	list-style-type: square;
    list-style-position: inside;
	clear:both;

	

}

#note img{
 margin:0px 0px;
}

#note xr{
    font-family: verdana, sans-serif;
	font-weight: bolder;
	font-size: 20px;
	color: #2f7485;
	float:none;

}

#note about-xr{
    font-family: verdana, sans-serif;
	font-weight: bolder;
	font-size: 16px;
	color: #2f7485;
	float:none;

}

#podcast {
    font-family: arial;
    font-size: 20px;
	text-decoration: none;
    border-radius: 3px 3px;
    background: #9bdfd0;
	color: #2f7485;
	padding: 6px;
	margin: 1px;
	width:47%;
	float:left;
	

}


#note a{
	color: #2f7485;
	text-decoration:none;
	font-weight: bolder;

}
#note a:hover{
	text-decoration:underline;

}

#note time{
    font-family: arial;
	font-weight: bolder;
	font-size: 10px;
	color: #2f7485;
	float:right;

}


 #contain {
	 margin: 30px auto -20px;
	 width: 80 %;
     max-width: 1200px;

}
.navigation {
	padding: 0px;
	margin:0px;
	width: 100%;

}

ul.navigation li {
    
    display: inline-block;
	width: 16.5%;
	background: #2f7485;
	border: 1px solid #000;
	text-align: center;
	padding: 19px 1px;
	margin: -3px;

}

ul.navigation li.logo {
    
    background: #fff;
	

}



ul.navigation a {
    color: #fff;
	font-size: 18px;
    font-family: arial, verdana, sans-serif, menu;
	text-decoration: none;
	

}

ul.navigation a:hover{
    color: #2f7485;
	text-decoration: none;
}

ul.navigation li:hover {
    
    display: inline-block;
	width: 16.5%;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
	padding: 19px 1px;
	margin: -3px;

}

.shadow {
   margin-left: -0.2%;
   display: block;
   height: 15px;
   background: #000;
   border-radius: 0px 0px 50px 50px;
   margin-bottom:20px;
   width: 99.99%;

}

.shadow-bottom{
  
   margin-left:-3px;
   display: block;
   height: 5px;
   background: #000;
   border-radius: 70px 70px 0px 0px;
   margin-top:20px;
   clear: both;

}

#bottom {
	border: 1px solid #000;
	padding:5px 5px;
	margin-left:-3px;
    background: #2f7485;
	height: 30px;

}

.copyright {
    width:40%;
    text-align: left;
	padding-left: 10px;
    color: #fff;
	font-size: 15px;
    font-family: arial, verdana, sans-serif;
	text-decoration: none;
	float:left;
    margin-top:5px;
}

.copyright a {
    font-size:17px;
    color: #fff;
	text-decoration: none;

}

.stat {
   width:16%;
   text-align: center;
   float: left;
   margin-top:10px;
}

.social {
   width: 40%;
   text-align: right;
   float: right;
}



table {
	overflow:hidden;
	border:1px solid #d3d3d3;
	background:#fefefe;
	width:98%;
	margin: 0px auto 0;
	-moz-border-radius:5px; /* FF1+ */
	-webkit-border-radius:5px; /* Saf3-4 */
	border-radius:5px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

th, td {padding:5px 5px; text-align:center; }

th {padding-top:22px; text-shadow: 1px 1px 1px #fff; background:#e8eaeb;}

td {border-top:1px solid #e0e0e0; border-right:1px solid #e0e0e0;}

tr.odd-row td {background:#f6f6f6;}

td.first, th.first {text-align:left}

td.last {border-right:none;}

ul.pages {
	
    display: table; 
	width: 100%;
	
	
}
 ul.pages li {
	 margin: 0 2px;
	 background: white;
	 display: inline-block;
	 padding: 16px 20px;
	 border-radius: 50px 50px;
	 color: #2f7485;
	 border: 1px solid #000;
	 font-family: verdana, sans-serif;
	font-weight: bolder;
 }
 
  ul.pages li:hover {
	 
	 
	 background: #2f7485;
	 display: inline-block;
	 border-radius: 50px 50px;
	 color: white ;
 }
 
   ul.pages li.active {
	 
	 background: #2f7485;
	 display: inline-block;
	 border-radius: 50px 50px;
	 color: white ;
 }



