1 #blogTitle
 2 {
 3   display: none;
 4 }
 5 #sideBar
 6 {
 7   float:right;
 8   margin-right:20px;
 9 }
10 #mainContent
11 {
12   float:left;
13 }
14 #BlogPostCategory
15 {
16   dispaly:none;
17 }
18 #blog_post_info
19 {
20  display:none;
21 }
22 .postDesc
23 {
24 display:none;
25 }
26 #comment_form
27 {
28   background: #fff;
29 box-shadow: 1px 1px 2px #A7A8AD;
30 margin-top:50px;
31 border-radius: 7px;
32 }
33 #blog_post_info_block
34 {
35   display:none;
36 }
37 .postTitle a:link, .postTitle a:visited, .postTitle a:active {
38     color:#FF0000;
39     transition: all 0.4s linear 0s;
40 }
41 .catListTitle
42 {
43  background-color:#FF0000;
44  border-bottom:#FF0000;
45 }