/* CSS for theme plugins (ONLY PRO VERSION) */

/* Social Share Buttons */
div.simplesocialbuttons { height: 20px; padding: 16px 0; text-align: left; clear: left; }
div.simplesocialbutton { float: left; }
div.ssb-button-googleplus { width: 80px; }
div.ssb-button-fblike { width: 100px; }
div.ssb-button-twitter { width: 100px; }
div.ssb-button-linkedin { width: 100px; }
div.ssb-button-pinterest { width: 100px; }
.fb-like iframe { max-width: none !important; }

/* Breadcrumbs */
.breadcrumbs {padding-bottom: 30px;}
.breadcrumbs span,
.breadcrumbs a {font-family: Verdana, Geneva, sans-serif !important;font-size: 11px !important;color: #aaa !important;text-decoration: none !important;}
.breadcrumbs .breadcrumbs-active {color: #686868 !important;}

/* Pagination */
.archive-pagination {width: 100%;float: none;margin: 0 auto;}
.inner-pagination {width: 70%;margin: 0 auto;}
.archive-pagination ul {list-style-type: none;overflow: hidden;margin: 0;padding: 0;}
.archive-pagination li {margin:0;padding: 0;float: left;padding-right:2px;}
.archive-pagination a,
.archive-pagination span.current-page-99 {color: #aaa;padding: 2px 10px 2px 10px;display: block;border:1px solid #aaa;text-decoration: none;}
.archive-pagination span.current-page-99 {border: 1px solid #000;color: #000;}
.archive-pagination {padding-bottom:80px;}

/* Author Box */
.post-template .post-authorbox img {margin: 0;border: 0;-moz-box-sizing: border-box;box-sizing: border-box;padding:5px;background-color: #FFF;box-shadow: 0 0 4px 1px #888;}
.post-template .post-authorbox {width: 100%;clear: both;padding: 25px 0 0 0;}
.post-template .authorbox {width: 100%;margin: 0 auto;overflow: hidden;border: 1px solid #CCC;background-color: #eeeeee;-moz-box-sizing: border-box;box-sizing: border-box;}
.post-template .authorbox-img {width:18%;-moz-box-sizing: border-box;box-sizing: border-box;text-align: center;padding: 25px 0px 25px 0px;float:left;}
.post-template .authorbox-info {width: 82%;min-height: 120px;-moz-box-sizing: border-box;box-sizing: border-box;background-color: #FFF;padding: 10px 10px 0 15px;border-left: 1px solid #CCC;float: left;overflow: hidden;}
.post-template .authorbox-name-title {width: 100%;font-family: Georgia, serif;font-size: 17px;padding: 0 0 10px 0;overflow:hidden;color: #555;border-bottom: 1px dashed #CCC;}
.post-template .authorbox-desc {padding: 10px 10px 15px 0;line-height: 20px;color: #444;font-size: 13px;overflow: hidden;}

/* Comment Template (for future) */
#comments .depth-1 > ul.children{
    padding-left: 20px;
}
