@CHARSET "UTF-8";

.site-inner-title {
    background: #e22a66 none repeat scroll 0 0;
    border-top: 5px solid #B42151;	
}

.site-inner-title h1 {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}

.site-inner-title h2 {
    color: #fff;
    font: 40px Cookie,cursive;
}

.site-inner-title .wrap {
    height: 40px;
 
}

body.home .featured-image {
 box-shadow: none !important;
}









/* 

LEGACY 


@CHARSET "UTF-8";

.site-inner-title {
    background: #e3e3e3 none repeat scroll 0 0;
    border-top: 5px solid #999999;	
	padding-bottom: 0px !important;
}

.featured-image {
	box-shadow: none !important;
}

.wrap {
	height: 70px;
}

.site-inner-title h1 {
    color: #999999;
    font-size: 25px;
    text-transform: uppercase;
}

.site-inner-title h2 {
    color: #999999;
    font: 40px Cookie,cursive;
}


*/