/*
Theme Name: CLBC
Theme URI: http://www.calvarylogos.ca/transformed
Description: a-brief-description
Author: David Au
Author URI: your-URI
Template: thematic
Version: 0.1
.
General comments/License Statement if any.
.
*/

@import url('../thematic/style.css');  

#wrapper,
.sf-menu {
background: #B4D334;

}

.sf-menu li {
	background:		#B4D334; /* Background color Top Level*/
}
.sf-menu li li {
	background:		#B4D334; /* Background color first sub-level */
}
.sf-menu li li li {
	background:		#9AAEDB; /* Background color second sub-level */
}

#primary, 
#secondary {
background: #fff;
}

#content h1 {
font-size: 35px;
margin-top: 6px;
}

#content .entry-content {
background: #E0E1E2;
padding: 15px 18px 15px 18px;
}

#header {
/*border: 1px red dotted;*/
/*background: #2C4453 url('../../../images/banner1.jpg') no-repeat top left;*/
background: #2C4453;

}

#branding {
    position:relative;
}
#blog-title {
    width:652px;
}

#blog-title a {
    color:#fff;
  background:url('../../../images/CLBC_handwriting_logo.png') no-repeat top left;
    display:block;
    text-indent:-9000px;
    position:absolute;
    width:960px;
    height:140px;
    top:45px;
    /*border: 1px solid red;*/
}



#blog-description {
    color:#fff;
    width:652px;
    /*position:absolute;*/
    text-indent:-9000px;
}

#main {
/*border: 1px green solid;*/
padding:0;
}

#content {
/*border: 1px red dotted;*/
margin-left: 0px;
width: 95%;
}

.home #content .sticky {
    border:0px solid #ccc;
    margin:0 0 66px 0;
    padding: 0 0 0 0;
}

#container {
/*border: 1px green solid;*/
}
.custom_siteinfo {
text-align: center;
}


.featured-post {
    border: green solid 1px;
height: 500px;
width:910px;

}

.belowheader {
/*border: red solid 1px;*/
width: 960px;
margin:0 auto;
padding:66px 0 0px 0;
}

.belowheader h1 {
font-size: 35px;
margin: 0 20px 0 18px
}

#footer {
background: #2C4453;
border-top: 3px #FFF solid;
}

#footer ul,
#footer #siteinfo {
color: #fff;
}

#footer a:link, 
#footer a:visited {
color: #fff;
}

#footer a:hover {
color: #FF4B33;
}

