blockquote {
    border: none;
    border-left: 2px solid #3399db;
    background: #efefef;
}

h1 {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

#header {
    //background: #eee;
}

#blogTitle {
   height: 70px;
   clear: both;
   background: none;
}
#blogTitle h1 {
   margin: 0;
   padding: 0;
   text-align: center;
   width: 100%;
   line-height: 3.5;
   font-size: 250%;
   border: none;
}

#blogTitle h2 {
   margin: 0;
   padding: 0;
   width: 100%;
   text-align: center;
   font-size: 150%;
}

#rightMailBox {
    position:fixed;
    bottom:20%;
    right:0;
    padding:10px;
    background:#390;
    color:#fff;
}

#rightMailBox a {
    color: #fff;
}
#rightMailBox a:hover {
    color: #aaa;
    text-decoration: none;
}
#rightMailBox ul {
    list-style-type: none;
    -webkit-padding-start: 0;
}