body,html,ul{
	margin:0px;
	padding:0px;
}
.hot{
	margin-top:20px;
	padding:10px;
	font-size:14px;
	background-color: #52C2FB;
	border-radius:5px;
}
.hot li{
	list-style:none;
	color:#FFFFFF;
	line-height:30px;
	text-decoration:underline;
}
.hot p{
	margin:0px;
	padding:0px;
	color:#FF0000;
	font-size:22px;
}
p img{
	vertical-align:middle;
	margin-right:8px;
}
.main{
	color:#444444;
}
.main ul{
	line-height:20px;
}
.right ul li{
	list-style:none;
	position: relative;
    padding-left: 120px;
    min-height: 75px;
    margin-bottom: 25px;
    text-align:left;
    line-height:22px;
}
.right ul li a:hover{
	text-decoration:underline;
}
.date{
	width: 100px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}
.MM{
	font-size: 20px;
}
.DD{
	padding-top: 10px;
	font-size: 30px;
	font-weight: bold;
	display: block;
	text-align: center;
	color:#72ACE3;
}
.title{
	display: block;
	color:#72ACE3;
    text-decoration: none;
    outline: none;
}
.search{
	height: 51px;
    width: 620px;
    position: relative;
    background: url('../images/searchBG.png') no-repeat;
    margin: 0px auto 30px;
}
form{
	display:block;
}
#searchSupport{
	border: medium none;
    position: absolute;
    height: 43px;
    line-height: 43px;
    outline:none;
    width: 420px;
    top: 3px;
    left: 40px;
    margin-left: 20px;
    font-size: 14px;
}
#searchSupportBtn{
	position: absolute;
    right: 0;
    top: 0px;
}
a:link, a:visited {
	color: #72ACE3;
	text-decoration: none;
	-webkit-transition: color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out;
	-o-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out;
}
.pagnation {
	margin: 32px auto 22px;
	text-align:left;
}
.pagnation a {
	text-align: center;
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	background: url(../images/sprite.png) no-repeat 0 -29px;
	margin-left: 4px;
	font-size: 16px;
	vertical-align: top;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pagnation a:hover {
	background-position: 0 -64px;
	color: #fff;
	text-decoration: none
}
.pagnation .page-prev, .pagnation .page-next {
	line-height: 555px;
}
.pagnation .page-prev {
	background-position: -35px -29px;
}
.pagnation .page-prev:hover {
	background-position: -35px -64px;
}
.pagnation .page-next {
	background-position: -70px -29px;
}
.pagnation .page-next:hover {
	background-position: -70px -64px;
}
.pagnation .current {
	background-position: 0px -64px;
	color: #fff
}

.clearfix {
    clear: both;
}

nav {
    font-family: Helvetica;
    text-align: right;
    text-transform: uppercase;  
    background-color: #222;
}

nav ul {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    list-style-type: none;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    color: #9d9d9d;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding: 1em;
    box-sizing: border-box;
}

nav ul li a:hover {
    color: white;
}

.current_page {
    background-color: black;
}

.current_page a {
    color: white;
}

#menu_button_wrapper{
    display: none;
}

.hidden {
    display: none;
}

/* Responsive for smaller screens */

@media (max-width: 760px) {
    #menu_button_wrapper{
        display: block;
        padding: 1em;
        color: #9d9d9d;
        border-bottom: 1px solid #101010;
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.1);
        box-shadow: 0 1px 0 rgba(255,255,255,.1);
        margin-bottom: .5em;
    }
    
    #menu_button {
        box-sizing: border-box;
        float: right;
        padding: .5em 1em;
        border: 1px solid #333;
        border-radius: 5px;
        color: white;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    #menu_button:hover {
        cursor: pointer;
        background-color: #333;
    }
    
    #hamburger {
        float: right;
        padding-top: .15em;
    }
    
    #menu_button span{
        display: block;
        background-color: #fff;
        width: 1.2em;
        height: .15em;
        border-radius: 1px;
        margin-bottom: .2em;
    }
    
    nav ul {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
    }

    nav ul li {
        display: block;
    }
    
    nav ul li a {
        width: 100%;
    }

}
