@media screen and (max-width: 980px) {
	.mright11 {
		position: absolute;
		top:350px;
		left: 0;
		z-index: 80;
	}
	#pga {
		position: absolute;
		top:20px;
		left: 0;
		z-index: 80;
	}
	#pg2a {
		position: absolute;
		top:20px;
		left: 130px;
		z-index: 80;
	}
	.post1a {
		position: absolute;
		/*top:50px;*/
		left: 0;
		z-index: 80;
	}
	.post2a {
		position: absolute;
		/*top:30px;*/
		left: 130px;
		z-index: 80;
	}
	
}
@media screen and (max-width: 650px) {

	/* header */
	#header {
		height: auto;
	}
	
	#content1 {
		position: static;
	}
	
	.mright {
		position: absolute;
		top:350px;
		left: 0;
		z-index: 80;
	}

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

	/* main nav */
	#main-nav {
		position: static;
	}

	/* site logo */
	#site-logo {
		margin: 15px 100px 5px 0;
		position: static;
	}

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

	/* content */

	
}

@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;
	}
.mright {
		position: absolute;
		top:350px;
		left: 0;
		z-index: 80;
	}
}