/*
Theme Name: Twenty Twelve Child
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: Tarbox
Author URI: http://wordpress.org/
Description: Child Theme for Twenty Twelve
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve
Template: twentytwelve
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("../twentytwelve/style.css");

/* This Block Adjusts the Overall Theme Width */

footer[role="contentinfo"] {
	max-width: 1100px;
}
@media screen and (min-width: 600px) {
	.site {
		max-width: 1100px;
		max-width: 78.57rem;
	}
}
.ie .site {
	max-width: 1100px;
}

.site {
	background-color: #000;
	border-color: #000;
	border: none;
	box-shadow: 0 0px 0px !important;
}

body
{
color: #CCC;
}

h1.entry-title {display:none;}

footer.entry-meta {
	display:none;
}

article.post-36 {border: none;}

.main-navigation li a:hover {
color: #FFFFFF;
}

.main-navigation li a {
color: #CCC;
}


.main-navigation ul.nav-menu {
	margin: 0 auto;
	display: block;
	width: auto;
}

#colophon {border: none;}

a {
	outline: none;
	color: #CCC;
}

.site-content article {
	border-bottom: none;
}

#colophon {
	border: 0;
}

.site-content article {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.entry-content img, img.wp-post-image noshadow{
     box-shadow:none;
}