/*
Theme Name:     danafredsti
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Eleven theme
Author:         Leslie Keats
Author URI:     http://example.com/about/
Template:       twentyeleven                             
Version:        0.1.0
*/

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

html {
    margin-top: 0;
}

#branding {
    border-top: 0;
    padding-bottom: 10px;
    position: relative;
    z-index: 9999;
}

#main {
	margin-left: 25px;
	clear: both;
	float: none;
}

#copyright
{
	text-align: center;
	color: #FFFFFF;
}

.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
    margin: 0 auto;
    width: 100%;
}

.singular.page .hentry {
    padding: 0;
}

.singular .entry-title {
    color: #000000;
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
}