#index #main .box {
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   overflow: hidden;
   margin-bottom: 18px;
}

#index #sidebar {
   float: left;
   width: 240px;
}

#index #sidebar #content #menu {
   margin-top: 18px;
   margin-right: -10px;
   margin-bottom: -10px;
   margin-left: -10px;
   overflow: hidden;
   -webkit-border-bottom-left-radius: 2px;
   -webkit-border-bottom-right-radius: 2px;
}

#index #main .box .post .caption {
   margin-top: 10px;
   margin-right: 5px;
   margin-left: 5px;
}

#index #main .box .post #quote {
   color: #484848;
   line-height: 144%;
   padding-top: 18px;
   padding-right: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
   font-size: 12px;
}

#index #main .box .permalinkp .bottom .twitter {
   float: left;
   height: 10px;
   margin-top: 0;
   margin-right: 20px;
   margin-bottom: 0;
   border: none;
   margin-left: 0;
   padding-top: 5px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 5px;
}

#index #main .box .permalinkp .bottom .facebook {
   float: left;
   width: 100px;
   padding: 0px;
   border: none;
   margin-top: 5px;
}

#index #main .box .permalinkp .bottom #plusone {
   float: left;
   padding: 0px;
   width: 70px;
   border: none;
   margin-top: 5px;
}

#index #main .box .permalinkp .bottom .right {
   float: right;
   padding: 2px;
   background-color: #FFF;
   color: #333;
   border: 1px solid #DFDFDF;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   margin-top: 3px;
   margin-right: 3px;
}

#index #main .box .permalinkp .bottom .right #shorturl {
   font-size: 11px;
   color: #09C;
   padding: 1px;
   width: 88px;
}


#index #main .post_notes .notes {
   padding: 0px;
   margin: 0px;
}

#index #main .post_notes .notes .avatar {
   border: 1px solid #0047B3;
   background-color: #0057D9;
   padding: 4px;
   float: left;
   border-radius: 2px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
}

#index #main .post_notes .action {
   display: block;
   float: left;
   margin-top: 6px;
   margin-left: 12px;
}

#index #main .box .post #photoset .photoset {
   -webkit-border-top-right-radius: 2px;
   -webkit-border-top-left-radius: 2px;
}

#index #main .box .post #audio { margin: 8px; }

#index #main .box .post .audio {
   margin-right: 8px;
   margin-left: 8px;
}

#index #main .box .post .paddi { margin: 8px; }

#index #main .box .post #description { padding-top: 5px; }

#index #main .box .post #border {
   border-radius: 2px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   margin: -10px;
}