/* wp blog specific media rules - only to be attached on the PressWork wordpress theme */
@media only screen and (max-width: 960px) {

	#maincontent {
		width: 70%;
		padding: 0;
		padding: 0 10px;
	}

	#firstsidebar {
		width: 30%;
		padding-right: 10px;
	}

	#header .userforms {
		box-sizing: content-box;
	}

	/* articles */
	article img.size-medium {
		max-width: 50%;
		height: auto;
	}

}

@media only screen and (max-width: 720px) {

	#maincontent,
	#firstsidebar {
		width: auto;
		padding: 0 10px;
	}

}