#ad_text_under_commentbox, #ad_under_post_holder {display:none;}

/* Blog Color */
a:link {
    color: #5A5A5A;
    text-decoration: none;
}
a:visited {
    color: #5A5A5A;
    text-decoration: none;
}
a:hover {
    color: #E36A00;
    text-decoration: underline;
}
a:active {
    color: black;
    text-decoration: none;
}


a:link {
    color: #2BC500;
    text-decoration: none;
}
a:visited {
    color: #2BC500;
    text-decoration: none;
}
a:hover {
    color: #FE6602;
    text-decoration: underline;
}
a:active {
    color: yellow;
    text-decoration: none;
}


/********* Layout ************/
body {
color: #151515;
font-family: "verdana","Arial","微軟正黑體","微软雅黑","Helvetica","sans-serif";}

/* Blog Title */
#blogTitle {
position: relative;
z-index: 99;
}
#blogTitle .title {
position: absolute;
margin: 0;
left: 280px;
top: 45px;
}
#blogTitle .subtitle {
margin: 0;
padding: 0;
position: absolute;
left: 280px;
top: 65px;
}


/* Blog Font */
.postBody {
color: #151515;
line-height: 1.6em;
}
.postBody p, .postCon p {font-size: 12px;}


/* SideBar */
#sideBar {width: 207px;}
.catListTitle {
background-color: #ccc;
font-size: 13px;
color: #333;
margin: 0;
margin: 15px 0;
padding: 3px 10px;
}


/* Footer */
.postDesc {padding: 0;}