body::selection { color: #FFFFFF; background-color: #E84893; text-shadow: none; }
body::-moz-selection { color: #FFFFFF; background-color: #E84893; text-shadow: none; }
#mainContent { float: right }
#sideBar { margin-left: 0 }
.dayTitle a { text-decoration: none }
input[type=text],
textarea { -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; outline: none; padding: 3px 0px 3px 3px; margin: 5px 1px 3px 0px; border: 1px solid #ddd }
input[type=text]:focus,
textarea:focus { box-shadow: 0 0 5px rgba(81, 203, 238, 1); padding: 3px 0px 3px 3px; margin: 5px 1px 3px 0px; border: 1px solid rgba(81, 203, 238, 1) }
.day { -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out }
.day:hover { box-shadow: 0 0 5px rgba(81, 203, 238, 1); border: 1px solid rgba(81, 203, 238, 1) }
.postTitle a:hover { color: #ff5e52; }
.catListTag li a:hover{color: #fff;}
#sidebar_toptags .catListTag li a:hover{color: #fff;}
.topicListFooter .pager a:hover, .topicListFooter .pager span,#nav_next_page a{
  background: #169FE6;
}
.pager a {
  margin: 0 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #45BCF9;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.09);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.09);
  box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.09);
  height: 40px;
  line-height: 40px;
  margin-top: 14px;
  display: inline-block;
  padding: 0 15px;
  border: none;
}
.pager a,.pager a:link{
  color:#fff;
}
a.c_b_p_desc_readmore {
  color: #169FE6;
}
.postDesc a:hover {
  color: #45BCF9;
}
img{  max-width: 850px;}