/* responsive */
@media screen and (max-width: 1240px) {
	#background{
		min-width:1120px;
	}	
	
	.wrap{
		width:1100px;
		margin:0 auto;
	}

}

@media screen and (max-width: 1140px) {
	#background{
		min-width:980px;
	}	
	
	.wrap{
		width:960px;
		margin:0 auto;
	}
}

@media screen and (max-width: 1000px) {
	#background{
		min-width:740px;
	}	
	
	.wrap{
		width:720px;
		margin:0 auto;
	}
	
	/* logo & menu */

	.main-menu{
		display:none;
	}
	
	#toggle-menu-button{
		display:block;
		float:left;
	}

	.top-social{
		width:100%;
		padding-left:60px;
		float:none;
	}
	
	
	/* layout */
	.big-column{
		float:none;
		width:100%;
	}
	
	.small-column{
		float:none;
		width:100%;
		padding-left:0px;
		padding-top:100px;
	}
	
	/* blog */
	
	.depth-2 .comment-entry{
		padding-left:50px;
	}

	.depth-3 .comment-entry{
		padding-left:100px;
	}

	.depth-4 .comment-entry{
		padding-left:150px;
	}

	.depth-5 .comment-entry{
		padding-left:200px;
	}
	
	#footer-copyright{
		float:none;
		width:100%;
		text-align:center;
		padding-bottom:5px;
	}
	
	#footer-right{
		float:none;
		width:100%;
		text-align:center;
		padding-top:10px;
	}

}

@media screen and (max-width: 760px) {
	#background{
		min-width:460px;
	}

	
	.wrap{
		width:440px;
		margin:0 auto;
	}

	
	/* blog */

	.depth-2 .comment-entry{
		padding-left:0px;
	}

	.depth-3 .comment-entry{
		padding-left:0px;
	}

	.depth-4 .comment-entry{
		padding-left:0px;
	}

	.depth-5 .comment-entry{
		padding-left:0px;
	}
	
	/* layout */
	
	.column1_2,
	.column1_3,
	.column2_3,
	.column1_4,
	.column2_4,
	.column3_4,
	.column1_3.column-last,
	.column2_3.column-last{
		float:none;
		width:100%;
	}
	
	.post-entry{
		margin-bottom:60px;
	}
	
	.post-relative-column,.post-relative-column.column-last{
		float:none;
		width:100%;
	}
	
	.comment-reply{
		position:relative;
	}
	
	p.comment-form-comment{
		padding-bottom:0px;
	}
	
	.author-bio-page{
		padding:20px;
	}
	
	.form-submit{
		padding-bottom:20px;
	}
	
	.comment-entry-right{
		padding:30px 0px 30px 0px;
	}
	
	.comment-entry-left{
		padding:30px 0px 10px 0px;
	}
	
	.comment-form-left,.logged-in-as{
		float:none;
		width:100%;
		margin-right:0%;
	}
	
	.comment-form-comment,.form-submit{
		float:none;
		width:100%;
		margin-right:0%;
	}
	
	.author-bio-avatar{
		float:none;
		width:100%;
		text-align:center;
		margin-bottom:15px;
	}
	
	.author-bio-details{
		margin-left:0px;
		text-align:center;
	}
	
	.author-bio-url-div{
		display:block;
		text-align:center;
	}
	
	.author-bio-title{
		margin-bottom:10px;
	}
	
	a.author-bio-url{
		position:relative;
		margin-bottom:10px;
		width:150px;
		display:inline-block;
		padding:3px 0px;
	}
	
	.post-relative-column,.post-relative-column.column-last{
		padding:0px 0px 20px 0px;
	}

	.footer-column ,.footer-column:first-child,.footer-column.column-last{
		float:none;
		width:100%;
		padding:0px;
		
	}

	
	.footer-column{
		border-bottom:2px solid #e5e5e5;
	}
	
	.footer-column.column-last{
		border-bottom:0px;
	}
	
}	
	

@media screen and (max-width: 480px) {
	#background{
		min-width:100%;
	}

	.wrap{
		width:auto;
		margin:0 auto;
		padding:0px 20px;
	}
	
	.top-social{
		display:none;
	}
	

	#toggle-menu-button{
		right:20px;
	}

	
	#main-menu-toggle a {
		padding-left:0px;
		padding-right:0px;
	}
}

