/* 
    Document    : single
    Created on  : 08.07.2012, 14:03:37
    Author      : myTheme
    Version     : 0.0.2
    Description : Css for single template
    Author URI  : http://mythem.es
*/

/* THUMBNAIL / FEATURED IMAGE */
.post-thumbnail{
    padding:9px;
    border: 1px solid #f3f2f2;
    display: inline-block;
    -moz-box-shadow:    0px 0px 3px 1px #F9F9F9;
    -webkit-box-shadow: 0px 0px 3px 1px #F9F9F9;
    box-shadow:         0px 0px 3px 1px #F9F9F9;
}
.post-thumbnail img{ border: 0px solid #fbfbfb; display: block; }
.post-thumbnail .shortcode-thumbnail img {  border: none; display:block; }
.post-thumbnail .shortcode-thumbnail { width:100%; display: block; }
.post-thumbnail a{ display: block; }
a.post-thumbnail:hover,
.thumbnail a:hover,
.post-thumbnail a:hover { opacity: 0.8; filter:alpha(opacity=80); /* For IE8 and earlier */ }
div.post-thumbnail div.shortcode-toggle a:hover { opacity: 1; filter: alpha(opacity=100); }

div.zoom { 
    position: absolute;
    background-image: url("../images/zoom.png");
    background-position:center center;
    background-repeat: no-repeat;
    height:0px;
    width:0px;
}

div.single-content{ margin-bottom:20px; }
/* META */
div.meta-top { margin-bottom: 9px; }
div.meta-top ul li, div.meta-bottom ul li{
    float:left; 
    font-weight:300;
    font-size:12px;
    color:#666666; 
    font-style:normal;
    
    height: 15px !important;
    margin:0px 15px 0px 0px !important;
}
div.meta-top ul li.mytheme-post-author{
    background-image: url("../images/author.meta.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 17px !important;
}
div.meta-top ul li.mytheme-post-time{
    background-image: url("../images/time.meta.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 19px !important;
}
div.meta-top ul li.mytheme-post-edit{
    background-image: url("../images/edit.meta.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px !important;
}
div.meta-top ul li.mytheme-post-comments{
    background-image: url("../images/comments.meta.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px !important;
}
div.meta-bottom ul{
    margin-top:10px;
}
div.meta-bottom ul li.category{
    background-image: url("../images/category.png") !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    padding-left: 29px !important;
}
div.meta-bottom ul li.tag{
    background-image: url("../images/tag.png") !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    padding-left: 25px !important;
}
div.meta-bottom ul li{
    background: none !important;
    padding-left:0px !important;
    margin-bottom:5px !important;
    margin-right:5px !important;
    
}
div.meta-bottom ul li.list-category:after{
    content:",";
}
div.meta-bottom ul li.list-tag:after{
    content:",";
}
div.meta-top ul li a, div.meta-bottom ul li a{ color:#666666; text-decoration: none; }
div.meta-top ul li a:hover, div.meta-bottom ul li a:hover{ color: #343434; }

/* CONTENT */
div.hentry div.post-button-readmore{ margin-top: 12px; }
div.hentry div.post-button-readmore a{ font-style: italic; font-weight: 300; font-size: 14px; text-decoration: none; text-transform: uppercase; }

/* SOCIAL SHARING */
div.social-sharing{ float:right; margin:15px 0px 10px 0px;  }
div.social-sharing a{ background: url( '../images/share.png' ) no-repeat 0px 0px; width:32px; height:20px; display:block; }
div.social-sharing a:hover{ background: url( '../images/share.png' ) no-repeat 0px -20px; }
div.social-sharing a.drop{ background: url( '../images/share.png' ) no-repeat 0px -40px; width:32px; height:20px; display:block; }
div.social-sharing a.drop:hover{ background: url( '../images/share.png' ) no-repeat 0px -60px; }

div.entry-social-sharing{ 
    background-image: url( '../images/share.box.png' );
    width:310px;
    background-repeat:no-repeat;
    padding:18px 10px;
    position:absolute;
    margin:0px 253px 0px -253px;
    display: none;
}

div.author-box { padding-top:20px; padding-bottom:10px;  border-top:1px solid #f3f2f2; }
div.author-box div.author-avatar{ border:1px solid #f3f2f2; float:left; margin-right:20px; margin-bottom:10px; padding:4px; }
div.author-box div.author-avatar img{ border:1px solid #f3f2f2; display: block; }
div.author-box span.author-name,
div.author-box span.author-name a{  color:#3c3a3a; font-weight:300; font-size: 18px; text-decoration: none; }
div.author-box span.author-name span.social a{ display: inline-block; height: 20px; width: 20px; padding: 2px; margin-left: 1px; float: left;}
div.author-box p.author-quote { text-indent: 0px; margin-top:5px; margin-bottom:10px; color: #6E6D6D; font-weight: 300; font-size: 12px; line-height: 18px; }

/* COMMENTS */
div h3#reply-title,
div h3#comments-title{ margin-top: 20px; }

div#comments {  border-top:1px solid #f3f2f2; margin-bottom: 20px; }
div#comments li { background: none; }
div#comments > ol ul.children { padding-left:80px;  }

div#comments div.comment-box { 
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:1px solid #f3f2f2;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
div#comments div.comment-box *{
    max-width: 100%;
}
div#comments div.comment-box div.comment-avatar{ border:1px solid #f3f2f2; float:left; margin-right:20px; margin-bottom:10px; padding:4px; }
div#comments div.comment-box div.comment-avatar img{ border:1px solid #f3f2f2; display: block; }
div#comments div.comment-box span.comment-meta a,
div#comments div.comment-box span.comment-user a{  color:#3c3a3a; font-weight:300; font-size: 12px; text-decoration: none; }
div#comments div.comment-box span.comment-meta{ color:#6e6d6d; font-weight:300; font-size:12px; float:right; text-decoration: none; font-style:italic; }
div#comments div.comment-box p.comment-quote { text-indent: 0px; margin-top:5px; margin-bottom:10px; }
div#comments div.comment-box p.comment-quote em { display: block; color: #ff0000; }

div#comments h3#reply-title,
div#comments h3#comments-title{ font-weight:normal; font-size: 18px; color:#3c3a3a; margin-bottom:20px; }

div#comments h3#reply-title small{ float:right; }
div#comments h3#reply-title small a{ text-decoration: none; }


div#comments form#commentform input[type="text"],
div#comments form#commentform textarea{ border: 1px solid #f3f2f2; font-weight:300; font-size: 14px; color:#6e6d6d; -moz-box-shadow: 0px 0px 3px 1px #f9f9f9; -webkit-box-shadow: 0px 0px 3px 1px #f9f9f9; box-shadow: 0px 0px 3px 1px #f9f9f9; }

div#comments form#commentform input[type="text"] { height:26px; padding:3px 5px; margin-bottom: 10px; width:275px; }
div#comments form#commentform div.inputs{ float:left; width:300px; }
div#comments form#commentform div.textarea{ float:left; }

div#comments form#commentform textarea{ height: 121px; padding:5px; font-size:13px; font-style: italic; }
div#comments form#commentform p{ font-weight:300; font-size: 12px; font-style:italic; color:#6E6D6D; margin-bottom: 5px; margin-top: 0px; text-indent: 0px; }
div#comments form#commentform p.user-logged-in span { border:1px solid #f3f2f2; float:left; margin-right:20px; margin-bottom:10px; padding:4px; }
div#comments form#commentform p.user-logged-in span img { border:1px solid #f3f2f2; display: block; }


div#comments form#commentform p.form-submit{
    float: right;
    margin-bottom:0px;
    border:1px solid #000000;
    background-color: #333333;
    margin-right: 2px;
    /* For WebKit (Safari, Chrome, etc) */
    background: #333333 -webkit-gradient(linear, left top, left bottom, from(#545454), to(#333333)) no-repeat;
    /* Mozilla,Firefox/Gecko */
    background: #333333 -moz-linear-gradient(top, #545454, #333333) no-repeat;
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#545454, endColorstr=#333333) no-repeat;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#545454, endColorstr=#333333)" no-repeat;
    border-radius:2px;
    -moz-border-radius:2px;
}


div#comments form#commentform p.form-submit input[type="submit"]{
    border: 0px;
    background-color: #333333;
    margin: 1px;
    padding: 13px 20px;
    color:#ffffff;
    border-radius:2px;
    -moz-border-radius:2px;
}

div.container div.wpcf7 p input[type="submit"]{
    border: 0px;
    color:#ffffff;
    margin: 1px;
    padding: 13px 20px;
    border-radius:0px;
    -moz-border-radius:0px;
}

div.container div.wpcf7 p input[type="submit"]:hover,
div#comments form#commentform p.form-submit input[type="submit"]:hover{
    cursor: pointer;
    background-color: #2e2e2e;
    /* For WebKit (Safari, Chrome, etc) */
    background: #2e2e2e -webkit-gradient(linear, left top, left bottom, from(#414141), to(#2e2e2e)) no-repeat;
    /* Mozilla,Firefox/Gecko */
    background: #2e2e2e -moz-linear-gradient(top, #414141, #2e2e2e) no-repeat;
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#414141, endColorstr=#2e2e2e) no-repeat;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#414141, endColorstr=#2e2e2e)" no-repeat;
}

div.hentry ul li{
    background: url("../images/sidebar.li.bkg.png") no-repeat -10px -7px;
    font-weight: normal;
    font-size: 13px;
    color: #6E6D6D;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 26px;
    
}