<style type="text/css">
#blogTitle h1{
 text-indent:-5em;
  padding-top:60px;
  text-indent:-4em;
}
#blogTitle a{
  color:#4432ba; 
  font-size:50px; 
  padding-top:78px; 
  font-family:STSong;
}
#blogTitle h2{
  color:#257ab1;
  font-size:23px;
  text-indent:-4em;
  padding-top:15px;
}
.postTitle{
  background:linear-gradient(#c2ecd6cc,white);
  background:-moz-linear-gradient(#c2ecd6cc,white);
  background:-ms-linear-gradient(#c2ecd6cc,white);
  background:-o-linear-gradient(#c2ecd6cc,white);
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  padding:10px;
}

.postTitle:hover{
  background:linear-gradient(#87f258cc,white);
  background:-webkit-linear-gradient(#87f258cc,white);
  background:-moz-linear-gradient(#87f258cc,white);
  background:-ms-linear-gradient(#87f258cc,white);
  background:-o-linear-gradient(#87f258cc,white);
}
.postTitle:hover a{
  color:#7d762d;
}

.postCon a:link, .postCon a:visited, .postCon a:active{
  display:inline-block; 
  background:linear-gradient(white,#c2ecd6cc); 
  background:-webkit-linear-gradient(white,#c2ecd6cc); 
  background:-moz-linear-gradient(white,#c2ecd6cc); 
  background:-ms-linear-gradient(white,#c2ecd6cc); 
  background:-o-linear-gradient(white,#c2ecd6cc); 
  border-radius:3px;
  -webkit-border-radius:3px; 
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  margin-left:10px;
}
.c_b_p_desc{
  padding:0 20px;
}
.catListTitle{
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px; 
  background:linear-gradient(#DBDBDB,white);
  -webkit-background:linear-gradient(#DBDBDB,white);
  -moz-background:linear-gradient(#DBDBDB,white);
  -ms-background:linear-gradient(#DBDBDB,white);
  -o-background:linear-gradient(#DBDBDB,white);
}
#leftcontentcontainer li{
  padding:0 12px;
}



</style>