#Header1_HeaderTitle {
    text-shadow: 1px 1px #000000;
}
#tagline{
    color: #FFFFFF!important;
    text-shadow: 1px 1px #000000;
}
.colorFont{
    color: #06FFF5!important;
}
.colorFont:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    top: 20px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    max-width: 300px;
}
#cnblogs_post_body h1 {
    background:#2B956F!important;
    border-radius:6px 6px 6px 6px !important;
    box-shadow:0 0 0 1px #067A19, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color:#FFFFFF;
    font-size:17px;
    padding:5px 0 5px 20px;
    text-shadow:2px 2px 3px #222222;
    font-weight:bold;
    margin:15px 0 !important;
}
/* Right Menu */
#rightmenu h3 {
    background:#1988D1!important;
    border-radius:1px 1px 1px 1px !important;
    box-shadow:0 0 0 1px #3971E7, 1px 1px 3px 1px rgba(10, 10, 0, 0.5);
    color:#FFFFFF;
    font-size:9px;
    padding:2px 0 2px 10px;
    text-shadow:1px 1px 2px #222222;
    font-weight:bold;
    margin:5px 0 10px !important;
    width: 90%;
}
/* Menu Style */
.ca-menu{
    padding: 0;
    margin: 5px auto;
    width: 500px;
    font-family: 'Terminal Dosis', Arial, sans-serif;
}
.ca-menu li{
    width: 300px;
    height: 60px;
    overflow: hidden;
    display: block;
    background: #EEE;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 4px;
    border-left: 10px solid #000;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    position:relative;
}
.ca-content{
    left: 10px;
    width: 370px;
    height: 50px;
    top: 0px;
}
.ca-main{
    font-size: 16px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-sub{
    font-size: 12px;
    color: #666;
    margin:0px 5px 5px 5px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-menu li:hover{
    border-color: #2B956F;
    background: #2676ac;
}
.ca-menu li:hover .ca-main{
    color: #fff004;
    font-size: 12px;
    text-decoration: none;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    font-size: 16px;
}
.ca-menu h2 {
    margin: 0px 5px 0px 5px
}
/* Div Digg */
#div_digg {
    position: fixed;
    bottom: 0;
    left: 5px;
    border: 1px solid #D9DBE1;
    background-color: #FAFCE0;
    padding: 8px 8px 8px 10px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}