/*
Theme Name:     Twenty Eleven Child
Theme URI:      http: //example.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         Dominic Rannie
Author URI:     http: //www.vividblu.com/
Template:       twentyeleven
Version:        0.1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@import url("../twentyeleven/style.css");

body {
	background: #CCCC99;
}
#page {
	margin: auto;
	max-width: 1050px;
}
#site-title {
    margin-right: 0px;
}
#site-description {
	margin: 0;
	position:relative;
	bottom:30px;
	left:180px;
}
#branding img {
    margin-bottom: -9px;
}
#branding {
    border-top: 0px solid #FFFFFF;
}
#branding hgroup {
    margin: 0 0%;
    background: #FFFFFF url("/images/logo_new.png") repeat-x;
}
#site-title a { 
    position: relative;
    top: -32px;
    left: 100px;
  /*  font-style:italic; */
    font-family:serif;
    font-size:2.5em;
    color: #76A437
}
#main {
    padding: 0 0 0;
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular
#comments-title {
    margin: 0 auto;
    width: 96%;
}
.singular .entry-title {
    font-size: 30px;
}
.singular.page .hentry {
    padding: 2em 0 1em;
}
#site-generator {
    background: #333333 url("footer.png") repeat-x;
    border-top: 1px solid #DDDDDD;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.8em;
    padding: 0em 0.5em;
    text-align: center;
}
#site-generator a {
    color: #ffffff;
}
#site-generator a:hover {
    color: #ffffff;
}
#access {
    background: -moz-linear-gradient(#676767, #0A0A0A) repeat scroll 0 0 transparent;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    clear: both;
    display: block;
    float: left;
    margin: 0 auto 6px;
    width: 100%;
}