/*
Theme Name: AON12
Description: AON custom made Child theme of twentytwelve 
Author: JohnyC
Author URI: http://pranav.amrute.me 
Theme URI: http://amrute.me 
Template: twentytwelve
Description: This is a theme used in Amrute Online Networks and their wordpress sites, sub-sites. For more information visit http://www.amrute.me
Version: 1.2
*/
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1000px;
		max-width: 71.428571429rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 60.5%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 31%;
	}

/* Minimum width of 1000 pixels. */
@media screen and (min-width: 1000px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}