#navigator{
display:none;
}

a:hover, a:focus {
color: #2a6496;
text-decoration: underline;
}

a.blog-nav-item.title {
font-size: larger;
font-weight: 800;
text-decoration: none;
}

body {
padding:0;
margin:0;
color: #555;
color: #333;
background-color: #fff;
Georgia, "Times New Roman", Times, serif;
}

#main{
padding: 0 40px;
width: 100%;
min-width: 960px;
margin-right: auto;
margin-left: auto;
}

#mainContent{
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
min-width: 600px;
width: 70%;
float: left;
}

#sideBarMain{
position: relative;
min-height: 1px;
padding-left: 30px;
min-width: 260px;
width: 30%;
float: left;
}

div {
display: block;
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.blog-masthead {
background-color: #428bca;
-webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

.container{
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}

.blog-nav .active {
color: #fff;
}

.blog-nav-item {
position: relative;
display: inline-block;
padding: 10px;
padding-left: 20px;
font-weight: 500;
color: #cdddeb;
}

.blog-nav .active {
color: #fff;
}

.blog-nav .active:after {
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 0;
margin-left: -5px;
vertical-align: middle;
content: " ";
border-right: 5px solid transparent;
border-bottom: 5px solid;
border-left: 5px solid transparent;
}

a {
color: #428bca;
text-decoration: none;
}

.headermaintitle{
margin-top: 30px;
margin-bottom: 0;
font-size: 60px;
font-family: cursive;
}

#blogTitle {
padding-top: 20px;
}



.postTitle,.entrylistPosttitle{
margin-top: 30px;
margin-bottom: 5px;
padding: 2px 5px 2px 10px;
font-size: 16px;
font-weight: 600;
font-family: initial;
border-left: 3px solid #428bca;
}

.postDesc,.entrylistItemPostDesc{
border-top: 1px dashed #878787;
clear: both;
color: #666666;
float: right;
margin-right: 20px;
margin-top: 5px;
padding-top: 8px;
padding-bottom: 10px;
text-align: right;
width: 96%;
font-size: 13px;
}

.postCon,.entrylistPostSummary{
padding-top: 5px;
padding-bottom: 10px;
}

.dayTitle{
display:none;
}

.newsItem{
padding: 15px;
border-radius: 4px;
border: 1px solid #878787;
font-family: cursive;
}

.mySearch,.catListLink,.Cal{
display:none;
}

#blog-sidecolumn{
padding: 12px;
margin-top: 30px;
border-radius: 4px;
border: 1px solid #878787;
}

#blog-sidecolumn .catListTitle{
width: 96%;
border-bottom: 1px solid #878787;
}

#blog-sidecolumn ul{
margin-top: 0;
padding-top 0;
padding-left: 5px;
list-style: none;
}

#blog-sidecolumn ul li{
margin-top: 0;
margin-bottom: 10px;
font-family: cursive;
}

.topicListFooter a{
width: auto;
min-width: 38px;
padding: 5px 10px;
text-align: center;
display: inline-block;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 3px;
}

.topicListFooter {
text-align: right;
margin-top: 40px;
}

#footer{
padding: 40px 0;
margin: 40px 0;
color: #999;
text-align: center;
background-color: #f9f9f9;
border-top: 1px solid #e5e5e5;
width: 100%;
}

.entrylistItem{
margin-bottom:60px;
}

.feedback_area_title {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
font-weight: 600;
font-size: 16px;
color: #428bca;
}

.feedbackItem {
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
box-shadow: 0 1px 2px rgba(0,0,0,.05);
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
border-color: #ddd;
}

.feedbackListSubtitle {
background-image: -webkit-linear-gradient(top,#99ccff 0,#99ccff 100%);
background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
background-repeat: repeat-x;
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
font-size: 14px;
}

.feedbackManage {
width: 230px;
text-align: right;
float: right;
font-size: 12px;
}

.feedbackCon {
padding: 15px;
}

.comment_vote {
text-align: right;
font-size: 12px;
}