/* CSS Document */
@media (min-width:1800px){
	
}

@media (max-width: 1365px) and (min-width:1280px) {
	
}

@media (max-width: 1280px) and (min-width:1024px){
	.mainArticles .left{
		width:966px;
		margin:auto;
		float:none;
	}

	.mainArticles .right{
		width:966px;
		margin:auto;
		float:none;
		padding: 10px;
	}

	.daesTv, .poll, .twitter{
		margin:0 0 0 23px;
	}
	
	.daesTv iframe{
		height:400px;
	}
}

@media (max-width: 1023px) and (min-width:768px){
	.mainArticles .left{
		width:644px;
		margin:auto;
		float:none;
	}
	
	.mainArticles .right{
		width:644px;
		margin:auto;
		float:none;
	}

	.daesTv, .ad-two, .twitter{
		margin:0 0 0 23px;
	}
	
	.daesTv iframe{
		height:400px;
	}
}

@media (max-width: 767px){
	.mainLogo a img{
		width:150px;
		margin: 4px 0 0 0;
	}
	
	.mainSec{
		margin:44px 0 0 0;
	}
	
	/* ------------------------------- */
	
	
	.navLinks{
		font-size: 14px;
		position:absolute;
		top:44px;
	}

	.navLinks a{
		width: 40%;
	}
	
	.mainArticles .ad-one{
		display:none;
	}	
	
	.mainArticles .left{
		width:300px;
		margin:auto;
		float:none;
	}
	
	.mainArticles .right{
		width:300px;
		margin:auto;
		float:none;
	}
	
	.recent{
		width:300px;
	}

	.recent .portraitBox{
		margin:5px 0;
	}

	.recent .cubeBox{
		margin:5px 0;
	}
	
	.recent .landscapeBox{
		margin:5px 0;
		width:300px;
		height:auto;
	}
	
	.landscapeBox a img{
		width:300px;
		height:auto;
	}
	
	.articleMedia img{
			width:100%;
	}
	
	.errorimg{
		width:200px;
		padding:100px 0;
	}
	
	.errorImg img{
		width:100%;
		margin:auto;
	}
	
	/* --------------------------------- */
	
	.footerContainer{
		width:300px;
	}
}