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

	/* pagewrap */
	#pagewrap {
		width: 95%;
	}

	/* content */
	#content {
		width: 60%;
	}
	.status {
		width: 100%;
		padding: 1% 1%;
	}

	/* sidebar */
	#sidebar {
		width: 30%;
	}
	#sidebar .widget {
		padding: 8% 7%;
		margin-bottom: 10px;
	}

	/*categories on bigger screen will show by defualt */
	#cats{
	display:inline;
	}
	/*send form */
	#send {
		width: 100%;
		height: auto;
		box-align:center;
	}

}

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

	/* header */
	#header {
		height: auto;
	}

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

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

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

	/* content */
	#content {
		width: auto;
		float: none;
		margin: 10px 0;
	}
	.status {
		width: 98%;
		float: none;
		margin: 1px 0 7px;
	}
	/* sidebar */
	#sidebar {
		width: 100%;
		margin: 0;
		padding-top:10px;
		float: none;
	}
	#sidebar .widget {
		padding: 3% 4%;
		margin: 0 0 10px;
	}

	/*categories on bigger screen will UNshow by defualt */
	#cats{
	display: none;
	}
	#social{
	display: none;
	}
	
}

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

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
	/* disable horizonal scroll */
	body { 
		overflow-x:hidden; 
	}
	
	/* content */
	#content {
		padding-right:3px;
	}
	
		/* site description */
	#site-description {
		display: none;
	}
	
	/* main nav */
	#main-nav a {
		font-size: 90%;
		padding: 10px 8px;
	}
	/*categories on bigger screen will UNshow by defualt */
	#cats{
	display: none;
	}
	#social{
	display: none;
	}
	/*FOOTER */
	#footer,#footer.p,#footer.a{
	width:100%;
	background: #ccc;
	text-align: center;	
	font-family:arial;
	font-size:11px;
	color:#fff;
	
	}
}

