/*
 Theme Name:   Twenty Eleven Child
 Theme URI:    http://example.com/twenty-eleven-child/
 Description:  Twenty Eleven Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyeleven
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-eleven-child
*/
#page {
margin: -70px auto;
max-width: 1000px;
}
body #page {
	background:transparent;
}
#main {padding: 0;}
#primary {background-color:transparent;}
#branding { border-top: none; }
#branding img {
	height:199px;
}
#access { 
	text-align:center;
	box-shadow:none;
	line-height:1.7em;
	border-style:none;
	background:transparent;
}
#access ul { 
	display:inline-block; 
	*display: inline; /* For IE7 */
        *zoom:1; /* For IE7 */
        vertical-align:top;
}
#access div {
	margin: 0;
}
#access a {
	line-height:1.7em;
	color:#C0C0C0;
	font-weight:bold;
	font-size: 16px;

	padding-bottom: 0em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	padding-top: 0em;
}
#access li:hover > a,
#access a:focus {
 	background:transparent;
 	color: rgb(255,255,255);
	font-weight:900;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	background:transparent;
 	color: rgb(255,255,255);
	font-weight:900;
}
#site-generator {
	background:transparent;
	border-top: 0;
}
#content .entry-title {
	display:none;
}
body {
    color:#fff !important;
}
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
	/*margin:0;*/
	border-style: solid;
	border-color:#E0E0E0;
	border-width: 1px;
	background:#E0E0E0;
	box-shadow:5px 5px 5px #000000;
	padding:0;
}
img[class*="noshadow"],
#content .gallery .gallery-icon img {
	/*margin:0;*/
	border-style: solid;
	border-color:transparent;
	border-width: 0px;
	background:transparent;
	box-shadow:0px 0px 0px #000000;
	padding:0;
}
.hentry, .no-results {
  border-bottom: none;
}
.entry-meta
{
display:none;
}
h1 {
  font-weight: bold;
  color: #fff;
  font-size: 32px;
}