@import url('../constructor/style.css');

/*
Theme Name: Child of Constructor
Theme URI: http://www.?.com
Description:  This is a child of constuctor theme
Author: RickB
Template: constructor
*/

#header {
    position: relative
}
	#title {
	    position:absolute;
	    display:block;
	    width:100%;
	    text-transform: uppercase;
	    margin:0 auto
	
	}
	#name {
        height:100%;
	    margin:0;
	    padding:25px 0 0 0;
	}
	#description {
	    display:block;
	    margin:0;
	    padding:15px 0 0 20px;
	}
	#header a {
	    display:block;
	}

*+html #header {
    position:relative;
    z-index:300;
}
#posts {
    padding:10px;
    overflow:hidden
}
.hentry {
    clear:both;
    position:relative;
    width:98%;
    margin:0 0 10px 0
}
.hentry .title h1,
.hentry .title h2,
.hentry .title h3 {
    margin:0;
    font-weight:400 !important;
    font-size:2em;
    line-height:1.4em;
}

