/*  
    Theme Name: Dossy's Blog
    Theme URI: http://dossy.org/wp/wp-content/themes/dossyblog-20
    Description: The WordPress theme for Dossy's Blog, child theme of genesis.
    Author: Dossy Shiobara
    Author URI: http://dossy.org/
    Version: 2.0

    Template: genesis
*/

html, body {
    height: 100%;
}

body {
    background: #999 url(images/body-bg.png) repeat-y 50% 0;
    font: 18px/1.4 Arial, sans-serif;
}

body,
p {
    color: #555;
}

p,
h2 a,
h2 a:visited {
    font: inherit;
}

a, a:visited, a:hover, a:active {
    color: #27c;
}

pre {
    font-size: 0.7em;
}
pre.small {
    font-size: 10pt;
}

code.block {
    display: block;
}
code pre {
    padding: 0.5em 1em;
    background-color: #333;
    border-radius: 0.5em;
}

blockquote {
    background-color: #f5f5f5;
    background-image: inherit;
    overflow: auto;
}

blockquote p {
    color: inherit;
    font-style: inherit;
}

.photo-credit {
    font-size: 0.8em;
    color: #999;
}

.entry-content .shr-bookmarks {
    margin: 0;
}
.fb-like {
}

#wrap {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    background-color: #ffd;
}

#header {
    max-width: 960px;
    background: #7bf url(images/header-bg.png) no-repeat 0 0;
    background-size: cover;
}
@media (min-width: 800px) {
    #header {
        height: 140px;
    }
}
#title-area {
    float: none;
    padding: 0;
}
@media (max-width: 410px) {
    .header-full-width #title-area #title {
        margin-bottom: 0;
    }
}
.header-full-width #title-area #title a {
    display: block;
    max-width: 411px;
    width: 100%;
    height: 70px;
    margin: 7vh auto 0 auto;
    background: transparent url(images/dossys-blog.png) no-repeat 0 0;
    background-size: contain;
    text-indent: -9999px;
}
#title-area #description {
    display: none;
}

#nav {
    position: absolute;
    top: 102px;
    width: 100%;
    color: #27c;
    background-color: transparent;
    border: none;
}
#nav ul,
#nav ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#nav li a {
    margin-left: 20px;
    padding: 6px 10px;
    color: #27c;
    font-weight: bold;
}
#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item {
    color: #666;
    background-color: transparent;
}
#nav li.google-search form {
    display: inline;
}
#nav li.google-search input[type="text"] {
    width: 150px;
    margin: -2px 0 0 5px;;
}
#nav li.right {
    margin: 6px 20px 0 0;
    padding: 0;
    color: #666;
    font-weight: bold;
}

#nav .menu-primary {
    border: none;
    background-color: transparent;
}
#nav .menu-primary a {
    border: none;
}

#inner {
    margin-bottom: 40px;
    padding: 0;
    overflow: hidden;
}

#content {
    position: relative;
    padding: 0;
}

@media (min-width: 800px) {
    .sidebar-content #content,
    .content-sidebar #content {
        float: left;
        width: 660px;
    }
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    margin: 0.8em 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
#content h3 {
    font-size: 1.3em;
}

#content .entry-title {
    margin-bottom: 0;
    padding: 10px 4% 5px 4%;
    font: bold 24px/1.1 Arial, sans-serif;
    color: #27c;
    background: #ffb;
    border-top: 1px solid #bb9;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
}
@media (min-width: 800px) {
    #content .entry-title {
        padding: 10px 10px 5px 50px;
    }
}
#content .entry-title a,
#content .entry-title a:visited {
    color: #27c;
}
.page #content h1.entry-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bb9;
}
#content .post-info {
    margin: 0 0 20px 0;
    padding: 0 4% 10px 4%;
    background: #ffb;
    border-bottom: 1px solid #bb9;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
}
@media (min-width: 800px) {
    #content .post-info {
        padding: 0 10px 10px 50px;
    }
}
#content .entry-content {
    max-width: 600px;
    margin: 0 4% 0 4%;
    font: 18px/1.4 Georgia, 'Times New Roman', serif;
}
@media (min-width: 800px) {
    #content .entry-content {
        margin: 0 auto 0 50px;
    }
}
.entry-content ol,
.entry-content ul {
  padding: 0;
}
.post-meta {
    margin: 20px 4% 20px 4%;
}
@media (min-width: 800px) {
    .post-meta {
        width: 600px;
        margin: 20px auto 20px 50px;
    }
}
#content a:hover,
#content a:active,
#content .entry-title a:hover,
#content .entry-title a:active {
    text-decoration: underline;
}
#content .post p {
    margin: 1.2em 0;
    padding: 0;
}
#content .post blockquote {
    margin: 1.2em 1.5em;
    padding: 0.3em 0.5em;
    border-left: 3px solid #666;
}
#content .post blockquote p {
    margin: 0;
}

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
  padding: 4px 8px;
  font: 1em Arial, sans-serif;
  border: 2px outset #aaa;
}
.reply a.comment-reply-link,
.reply a.comment-reply-link:visited {
  background-color: #eee;
}
div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
  border: 2px outset #aaa;
}

#comments,
#pings,
#twitter-reactions,
#respond {
    margin: 40px 4% 0 4%;
    font: 0.9em Georgia, 'Times New Roman', serif;
}
@media (min-width: 800px) {
    #comments,
    #pings,
    #twitter-reactions,
    #respond {
        margin: 40px auto 0 50px;
    }
}
#twitter-reactions {
    margin-top: 0;
}
#comments,
#respond {
    overflow: visible;
}
#comments #respond {
    margin: 0 10px 0 20px;
}
#comments li,
#twitter-reactions li {
    list-style-type: none;
}

.comment-list .bypostauthor > .comment-wrap {
    background: #dfd;
}
.comment-list li {
    margin: 10px 0px;
    padding: 0;
}
.comment-list li,
.ping-list li {
    font-weight: normal;
}
.comment-list > li {
    margin-top: 15px;
}
.comment-list .children {
  margin: 0 10px;
}
.comment-list li ul li {
  margin-right: 0;
}
.comment-list .comment-wrap {
  padding: 10px;
}
.comment-author {
  font-family: Arial, sans-serif;
}
.comment-author .fn {
  font-weight: bold;
}
.commentmetadata {
  font: 0.7em Arial, sans-serif;
}
.comment-list p,
.ping-list p {
  margin: 0.9em 5px 0.9em 0;
}
.comment-list .reply {
  margin-top: 1.2em;
}
.navigation {
  margin: 20px 0;
  padding: 0;
}
#comment {
    width: 95%;
    padding: 10px;
    font: 1.25em/1.4 Georgia, 'Times New Roman', serif;
    background-color: #fff;
}
.comment-content p {
  font-size: 18px;
  line-height: 1.4;
}
.comment-content br {
  display: block;
  height: 1em;
  content: "";
}

@media (min-width: 800px) {
    .sidebar-content #sidebar,
    .content-sidebar #sidebar {
        float: left;
    }
    #sidebar {
        width: 260px;
        margin-top: 14px;
        margin-left: 25px;
    }
}
#sidebar,
#sidebar p {
    color: #666;
}
#sidebar .widget,
#sidebar-alt .widget {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}
#sidebar h4,
#sidebar-alt h4 {
    margin-top: 20px;
    margin-bottom: 12px;
    padding: 7px 0 5px 0;
    color: #333;
    background-color: #ffb;
    font: bold 16px Arial, sans-serif;
    text-align: center;
    border-top: 1px solid #bb9;
    border-bottom: 1px solid #bb9;
}
#sidebar li,
#sidebar-alt li {
    padding-bottom: 1em;
}

#sidebar .featured-content h2 {
  font-size: 1.8rem;
}

#sidebar .user-profile p {
    width: 90%;
    margin: 0 auto;
}
#sidebar .user-profile .avatar {
    float: none;
    display: block;
    margin: 0 auto 10px;
}

#sidebar .enews p {
    padding: 0;
}
.enews #subscribe {
    padding: 0;
}
.enews #subbox {
    width: 200px;
}

.panoptic-widget .widgettitle {
    clear: both;
}

.panoptic-widget .gplus,
.panoptic-widget .twitter {
    float: left;
}

.panoptic-widget .gplus {
  margin: 14px 10px 26px 48px;
}

.panoptic-widget .gplus a {
    display: block;
    width: 32px;
    height: 32px;
    background: url(https://ssl.gstatic.com/images/icons/gplus-32.png) no-repeat 0 0;
    text-indent: -9999px;
}

.panoptic-widget .twitter a {
    display: block;
    width: 128px;
    height: 60px;
    background: url(images/follow-me-on-twitter.png) no-repeat 0 0;
    text-indent: -9999px;
}

#footer {
    background: #bb9;
}
@media (min-width: 800px) {
    #footer .creds {
        width: 640px;
        margin-right: 40px;
    }
}
