body{
    background: #fff;
    font: normal 100%/150% 'Georgia', serif;
    color: #333;
}

/**disabled**/
h2#pagetitle, h2.module-header,.topnav, .module-time, .module-powered, .entry-poster, hr.above-entry-interaction-links, hr.below-reply-container, .tag-nav-trigger, .comment-date-text, .bottomcomment .entry-management-links, .comment-from-text, .comment-ip-text, .poster-ip, .bottompages, .comment .userpic{display:none;}

h1#title{
    color: #ff004c;
    font: normal 350% 'Georgia', serif;
    margin: 1.5em 0 0 -2em;
    text-transform: lowercase;
}

h2#subtitle{
    margin: -0.6em -2em 0 0;
    font: normal 230% 'Georgia', serif;
text-transform: lowercase;
}

#canvas{
    width: 60em;
    margin: 0 auto;
}

#header{
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    padding-bottom: 3em;
}

#content{
    margin: 2em auto;
}

#primary{
    width: 70%;
    margin-left: 3%;
    display: inline-block;
}

#secondary{
    float: left;
    width: 25%;
    margin-bottom: 30px;
}

.module, .entry{
    padding: 0 3% 3% 3%;
    margin: 0;
    border-bottom: 1px solid #ff004c;
}

.module, .entry-content{
        font-size: 90%;
}

.module-navlinks{
    padding: 0!important;
    border-bottom: none !important;
}

.module-content ul.module-list{
    list-style-type: none;
    -webkit-padding-start: 0 !important;
    -moz-padding-start: 0 !important;
    -webkit-margin-before: 0!important;
    -moz-margin-before: 0!important;
}

.module-navlinks ul.module-list li.module-list-item a:link, .module-navlinks ul.module-list li.module-list-item a:visited{
    border-bottom: 1px solid #ff004c;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    padding: 10px 0 5px;
}

.module-navlinks ul.module-list li.module-list-item a:hover, .module-navlinks ul.module-list li.module-list-item a:active{
    color: #ff004c;
}

.module-tags_list, .module-syndicate, .module-pagesummary, .module-customtext, .module-credit, .module-cuttagcontrols{
    padding-top: 15px;
}

.module-pagesummary{
    padding-bottom: 0!important;
}

h3{ margin: 0!important; }

h3.entry-title a:link, h3.entry-title a:visited{
    color: #ff004c;
    font: normal 160% 'Georgia', serif;
    text-decoration: none;
    padding: 0;
}

h3.entry-title a:hover, h3.entry-title a:active{
    color: #333;
}

.access-filter img{ display: none;}
.access-filter:before{
    content: "LOCKED";     
    text-transform: lowercase;
    letter-spacing: 3px;
    color: #666!important;
    background: #f3f3f3;
    padding: 0 10px;
}

.datetime{
    margin-left: 40px;
    margin-top: -5px;
    display: block;
}

.datetime, .datetime a{
    text-transform: lowercase;
    letter-spacing: 3px;
    color: #666!important;
    text-decoration: none;
}

.userpic{
    float: right;
    margin: -50px 0 10px 0;
}

.userpic img{
    width: 50px;
    height: 50px;
    border-radius: 150px;
}

.entry-content{
    margin: 10px 0 0 0;
}

a:link, a:visited{
    color: #ff004c;
    text-decoration: none;
}

a:hover, a:active{
    color: #555;
}

#canvas table{
        margin: 0 auto;
    width: 100%;
}

#canvas table td{
    text-align: center;
}

.tag{
    margin: 15px 0;
    text-transform: uppercase;
    font: normal 75% 'Georgia';
}

.tag-text{
    display: none;
}

.tag ul{
        display: inline;
    list-style-type: none;
    -webkit-margin-before: 0! important;
    -moz-margin-before: 0! important;
    -webkit-margin-after: 0!important;
    -moz-margin-after: 0!important;
    -webkit-padding-start: 0!important;
    -moz-padding-start: 0!important;
}

.tag ul li a:before{
    content:'#';
}

.tag ul li, li.link{
    display: inline-block;
}

.tag ul li a:hover, .tag ul li a:active{
    color: #ff004c;
    background: #eee;
}

ul.entry-management-links{
    text-align: right;
    text-transform: lowercase;
}

ul.entry-interaction-links{
    list-style-type: none;
    -webkit-padding-start: 0 !important;
    -moz-padding-start: 0 !important;
    text-align: center;
    margin: 0;
}

ul.entry-interaction-links li{
    display: inline-block;
    margin: 10px 20px 0;
}

ul.entry-interaction-links li a:link, ul.entry-interaction-links li a:visited, .bottomnav a:link, .bottomnav a:visited{
    color: #555;
    font: normal 90% 'Georgia';
    text-transform: uppercase;
    letter-spacing: 2px;
}

ul.entry-interaction-links li a:hover, .bottomnav a:hover{
    color: #ff004c;
}

.bottomnav ul{
    list-style-type: none;
    -webkit-padding-start: 0!important;
    -moz-padding-start: 0!important;
    text-transform: lowercase;
}

.page-top{
    margin: 30px auto 30px;
    padding-top: 30px;
    text-transform: lowercase;
    text-align: center;
    border-top: 1px solid #ff004c;
    clear: both;
}

h2{
    font-weight: normal;
}

ul{
    list-style-type: square;
}

hr{
    width: 70%;
    margin: 20px auto;
    border-bottom: 1px solid #000;
    border-top: none;
}

#comments{
    padding: 30px 0;
}

.comment-pages{
    text-align: center;
    text-transform: uppercase;
    font-size: 90%;
    letter-spacing: 3px;
}

.comment{
    border-left: 1px solid #333;
    padding: 0 20px;
}

.comment .poster .ljuser{
    float: right;
}

.comment-posted{
    font-size: 85%;
}

.comment-content{
    margin: 15px 0;
}

.comment .datetime{
margin-left: 0 !important;
}

.multiform-checkbox{
font: normal 80% 'Georgia';
    text-transform: uppercase;
}

ul.comment-interaction-links, ul.comment-management-links{
    -webkit-padding-start: 0 !important;
    -moz-padding-start: 0 !important;
    text-align: right;
    text-transform: lowercase;
}

.bottomcomment ul.entry-interaction-links{
    margin: 20px 0;
}

#canvas th, #canvas td{
display: table-cell;
padding: 5px;
width: calc(100% / 7);
height: 50px;
}

#canvas table.month{
width: 100%;
border: 1px solid #ff004c;
margin-top: 20px;
}

#canvas .module-content table th, #canvas .module-content table td{
height: auto;
}

#canvas table caption{
display: none;
}

.entry{
padding-top: 3% !important;
}

input:focus, select:focus, textarea:focus{
border-color: #ff004c;
outline:none;
}

 .module-userprofile{
text-align: center;}

.module-userprofile .userpic{
float: none;
    margin: 0 auto;
}

ul.userlite-interaction-links{
-webkit-padding-start: 0!important;
padding-start: 0!important;
-moz-padding-start: 0!important;
}