/*
Theme Name: EPB
Description: Child Theme for Hybrid
Template: hybrid
Version: 0.1
*/
 
@import url("../hybrid/style.css");

.entry-title { 
font-style: normal;
}

#site-title {
font-style: normal;
}

body {
 font: 16px/22px Helvetica, Arial, sans-serif;
 background-color: #efe;
}

.page, .post {
 border: 1px solid black;
 background-color: #eff;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 padding: 10px;
}

.halfbannergoogle {
width: 468px;
height: 60px;
margin: auto;
}
