/*
Theme Name: Twenty Eleven Child
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Description: Child theme for the Twenty Eleven theme
Author: Marvin Forte
Author URI: http://bravoforte.com/
Template: twentyeleven
Version: 1.0
*/

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

/* =Structure
----------------------------------------------- */

#page {
	margin: 0 auto;														/* Moves Content to Top */
}


#primary {
    margin: 0 0 0 -30.4%; /* increased margin 4% from -26.4% to -30.4% */
    width: 100%;
}
#content {
    margin: 0 7.6% 0 38%; /* increased margin 4% from 34* to 38% */
    width: 58.4%;
}
#secondary {
    margin-right: 7.6%;
    margin-left: 0;
    margin-top: 20px;
    width: 22.8%; /* increased sidebar width 4% from 18.8% to 22.8% */
}

/* =Header
-------------------------------------------------------------- */

#branding {
	border-top: 0px;													/* Removes Line at the Top of Menu */
	z-index: 99;														/* Fixes layering problem between NextGEN gallery and header image */
}

/* Search Form */

#branding #searchform {
	display: none;														/* Removes Search */
}


/* =Menu
-------------------------------------------------------------- */


#access ul {
	font-size: 16px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}


/* =Content
-------------------------------------------------------------- */

.entry-title {
	display: none;
}

.widget-title {															/* Sidebar Heads Styling */
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0 0 0;
}

.widget img {
    border: 0 !important;
}

/* =Responsive Structure
----------------------------------------------- */

img {
	max-width: 100%;
}


/* =Footer
----------------------------------------------- */

/* Site Generator Line */
#site-generator {
	display: none;
}

#below_footer {														/* Copyright and Links Styling */
	color: #000000;
	font-size: 14px; 
	padding: 40px 0 800px 0; 
	text-align:center
	} /* Styles the copyright and footer text. */

#below_footer a:link, 
#below_footer a:visited {
	color: #000000;													/* Static Link Color in Footer */
	}
