/*
 Theme Name:     Twenty Twelve Wide
 Theme URI:      http://anomaly.developpez.com
 Description:    Twenty Twelve Wide Theme
 Author:         Anomaly
 Author URI:     http://anomaly.developpez.com
 Template:       twentytwelve
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../twentytwelve/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */
/* This Block Adjusts the Overall Theme Width */
footer[role="contentinfo"] {
	max-width: 95%;
}
@media screen and (min-width: 600px) {
	.site {
		max-width: 95%;
	}
}
.ie .site {
	max-width: 95%;
}
.codecolorer-container { width: auto !important; }