/*
Theme Name: Boxes
Theme URI: http://retrorock.info
Version: 2.0
Author: Wilbur Suero
Author URI: http://retrorock.info
*/
body {
    font-size: 13px;
    background: #9cf;
    font-family: Tahoma, sans-serif;
    line-height: 1.4;
    color: #000;
    color: rgba(0,0,0,0.9);
    border: 14px solid rgba(255, 255, 255, 0.3);
    text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}
#wrapper {
    margin: 0 auto;
    width: 960px;
    padding: 66px 66px 80px;
    margin-bottom: -28px;
    position: relative;
    top: -14px;
    background: rgba(255, 255, 255, 0.4);
}
/* --------------- Common -------------------- */
p {
    margin-bottom: 18px;
}
a {
    color: #000;
    padding: 2px 3px;
    font-weight: bold;
    text-decoration: underline;
}
ul#left-sidebar a {
    color: #000;
    text-decoration: underline;
    background: none;
    padding: 0;
}
ul#right-sidebar a {
    color: #fff;
    text-shadow: 1px 1px 1px #444;
    background: none;
}
li.cat-item {
    float: left;
    width: 50%;
    padding-bottom: 3px;
}
ul#right-sidebar li.cat-item a {
    display: block;
    margin-right: 4px;
    padding: 3px 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    border-radius: 10px;
    
}
ul#right-sidebar li.current-cat a {
    background: #000;
}
a:hover {
    color: #f21;
    text-decoration: underline;
    background: none;
    
}
ul, ol {
    padding: 16px 0;
}
ol {
    list-style-type: decimal;
}
ol li, ul li {
    padding-bottom: 12px;
}
h1.page-title {
    float: right;
    margin-right: 22px;
    background: rgba(0, 0, 0, 0.1);
    padding: 6px 11px;
    clear: both;
    display: block;
    -moz-border-radius-topright:12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft:12px;
    -webkit-border-top-left-radius: 12px;
}
/* --------------- HEADER -------------------- */ 
div#header {
    padding: 0 0 4px 140px;
}
h1#logo {
    text-indent: -9999px;
}
h1#logo a {
    display: block;
    width: 261px;
    height:30px;
    background: url(images/logo.png) no-repeat;
}

/* ------------- LEFT SIDEBAR ------------- */
ul#left-sidebar {
    float: left;
    width: 120px;
    margin-right: 20px;
    font-size: 85%;
}
ul#left-sidebar > li {
    padding: 18px;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

/* ----------- MAIN CONTENT --------------- */
div#main-content {
    float: left;
    width: 520px;
    margin-right: 20px;
}
div.post h3, div.link h3 {
    font-family: FranklinGothicFSDemiCondensed, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
div.post h3 a, div.link h3 a {
    text-decoration: none;
    font-size: 150%;
    color: #000;
    background: none;
}
div.post-list-item, div.link {
    clear: both;
    padding: 24px; 
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
div.link h3 a {
    padding-right: 26px;
     background: url(images/link.png) no-repeat 100% 50%;
     display: inline-block;
}
div.post-metadata {
    border-top: 1px dashed rgba(0,0,0,0.2);
    margin: 6px 0 12px;
    font-size: 90%;
    color: #67675b;
}
div.post-metadata p {
    margin: 0;
    padding: 6px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.2);
    color: #000;
}
div.alignleft {
    float: left;
}
div.alignleft a {
    background: url(images/back.png) no-repeat 0 50%;
    padding: 8px 0 8px 36px;
    font-weight: bold;
    color: #47473f;
}
div.alignright {
    float: right;
}
div.alignright a {
    background: url(images/next.png) no-repeat 100% 50%;
    padding: 8px 36px 8px 0;
    font-weight: bold;
    color: #47473f;
}
/* tweets */
ul.tweets li {
    padding-bottom: 12px;
}
div.addtoany_share_save_container a {
    background: none;
}
/* ------- comments */
li.comment {
    background: #fff;
    margin-bottom: 18px;
    padding: 18px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
li.comment li.comment {
    background: rgba(255, 255, 255, 0.3);
    margin: 0;
}
img.avatar {
    float: left;
    margin: 6px 6px 0 0;
}
div.commentmetadata {
    margin-bottom: 12px;
}
div.comment-author vcard, div.commentmetadata {
    font-size: 90%;
}
/* -------- right sidebar ----------*/
ul#right-sidebar > li.widget {
    margin-bottom: 18px;
    background: rgba(0,0,0,0.2);
    padding: 20px;
    border-left: 3px solid rgba(0,0,0,0.05);
    -moz-border-radius-topright:12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-bottomright:12px;
    -webkit-border-bottom-right-radius: 12px;
}

ul#right-sidebar {
    float: right;
    width: 279px;
    font-size: 90%;
    border-left: 1px solid rgba(0,0,0,0.4);
}

/* microblog */
ul#right-sidebar li#tumblr-widget-3 {
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    color: #5f604d;
    -moz-border-radius-topright:12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-bottomright:12px;
    -webkit-border-bottom-right-radius: 12px;
}
li#tumblr-widget-3 p {
    margin: 0 0 2px;
}
li#tumblr-widget-3 a {
    font-weight: bold;
    background: none;
    color: #f21;
    text-shadow: none;
    padding: 0;
}
li#tumblr-widget-3 li {
    padding-top: 8px;
    border-top: 1px dashed #ccc;
    margin-bottom: 8px;
}
/* footer */
div#footer {
    clear: both;
    padding: 36px 0 36px 140px;
    width: 520px;
    font-size: 90%;
}

/* --------- forms ---------- */
form {
    padding: 18px;
    background: rgba(255, 255, 225, 0.3);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.clearfix:after, .widget:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}