/************************************************************************************
bigger than 1500
*************************************************************************************/
@media screen and (min-width: 1500px) {
    #head-info {
        width:1300px;
        margin:0 auto;
        height: 50px;
    }
	#top-wrap {
	    width:1300px;
        margin:0 auto;
        height:115px;
    }
	#nav-inner {
        width:1300px;
        margin:0 auto;
        height: 35px;
    }
	#taotao,#game,#imzone,#ent,#theme {
        margin:0 auto;
		width:1300px;
	    margin-top:1.5%;
	    overflow:hidden;
    }
	#pic-tit {
        margin:0 auto;
		width:1300px;
        height: 35px;
    }
	#photos {
        margin:0 auto;
		width:1330px;
    }
	#footer {
        margin:0 auto;
		width:1300px;
    }
	#frlink {
        margin:0 auto;
		width:1300px;
        padding: 20px 0;
        overflow: hidden;
    }
	#fcinner {
        margin:0 auto;
		width:1300px;
        overflow: hidden;
    }	
	#adtop {
        margin:0 auto;
		width:1300px;
        overflow: hidden;
    }
    

}
/************************************************************************************
smaller than 1400
*************************************************************************************/
@media screen and (max-width: 1400px) {

    .list3 {
	    display:none;
    }
	#newslist ul li {
        line-height:32px;
    }

}
/************************************************************************************
smaller than 1300
*************************************************************************************/
@media screen and (max-width: 1300px) {

    .list2 {
	    display:none;
    }
	#newslist ul li {
        line-height:30px;
    }

}
/************************************************************************************
smaller than 1150
*************************************************************************************/
@media screen and (max-width: 1150px) {

    .list1 {
	    display:none;
    }
	#newslist ul li {
        line-height:27px;
    }
	#logo {
        max-width: 20%;
        padding: 40px 0px 0px 0px;
        float: left;
    }

}

/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {

	#logo {
        max-width: 20%;
        padding: 45px 0px 0px 0px;
        float: left;
    }

}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

	/* header */

	/* search form */
	#searchform {
		position: absolute;
		top: 5px;
		right: 0;
		z-index: 100;
		height: 40px;
	}
	#searchform #s {
		width: 70px;
	}
	#searchform #s:focus {
		width: 150px;
	}




	/* site description */
	#site-description {
		margin: 0 0 15px;
		position: static;
	}

	/* content */
	#content {
		width: 92%;
		float: none;
		padding: 0% 4% 10px 4%;
		margin: 0 0 70px 0;
		margin:0;
	}

	/* sidebar */
	#sidebar {
		width: 100%;
		margin: 0;
		float: none;
	}
	#sidebar .widget {
		padding: 3% 4%;
		margin: 0 0 10px;
	}

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		min-height: 250px;
	}

}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

	/* main nav */
	#main-nav a {
		font-size: 90%;
		padding: 10px 8px;
	}

}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 320px) {

	/* disable webkit text size adjust (for iPhone) */
	.re-source {
		width:45%;
    }
    .re-pv {
		width:30%;
	}
	.re-publish_date {
		width:25%;
	}

}

