/*
Theme Name:Twenty Thirteen Child
Theme URI: http://www.rooshv.com
Description: Child theme for the Twenty Thirteen theme
Author: Roosh V
Author URI: http://www.rooshv.com/bio/
Template:  twentythirteen
Version: 0.1.1
*/

@import url("../twentythirteen/style.css");

body {
color: #000000;
}

html, button, input, select, textarea {
font-family: Georgia, "Source Sans Pro", Helvetica, sans-serif;
}

html {
font-size: 105%;
}

.site-title {
    font-size: 62px;
    color: white;
    text-shadow:
   -2px -2px 0 #000,  
    2px -2px 0 #000,
   -2px 2px 0 #000,
    2px 2px 0 #000;
    padding: 78px 0 10px;
}

.site-description {
    font: 600 italic 22px "Source Sans Pro", Helvetica, sans-serif;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

blockquote em,
blockquote i {
	font-style: italic;
	font-weight: 300;
}
   
blockquote strong,
blockquote b {
	font-weight: 700;
}

.widget-title {
font-size: 17px;
font-weight: 600 !important;
}

.widget {
font-size: 16px;
}


.entry-meta {
font-size: 14px;
font-weight: bold;
}

.hentry {
padding: 40px 0px 0px 0px;
}

.post-navigation {
color: #ca3c08;
font-size: 15px;
font-style: normal;
font-weight: 500;
}

.entry-content blockquote {
font-size: 14px;
}

blockquote {
font-style: normal;
font-weight: normal;
}

.comments-title {
font: 400 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.floatright {
float: right;
margin: 8px 0 0 10px;
border: 1px solid #666;
padding: 1px;
}

.floatleft {
float: left;
margin: 6px 10px 0 0;
border: 1px solid #666;
padding: 1px;
}

.simplesocialbuttons {
height: 20px;
margin: 10px auto 10px 0;
text-align: left;
clear: left;
position: absolute;
left: -80px;
}
.simplesocialbutton{
	float:none;
}
.social-share-container {
margin-top: 20px;
    margin-bottom: -5px;
margin-left: -40px;
}
.social-share-container ul{
	margin: 0 !important;
	list-style-type: none !important;
}
.social-share-container ul li{
	float:left;
	margin-right: 20px;
}

.entry-thumbnail img {
margin: 12px 0 10px 0;
}

.entry-title {
font-weight: 600;
}

.image-border { padding: 5px; border: solid 1px #EFEFEF; }

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
  font-size: 15px;
}


/* Remove hellobar on mobiles 覧覧覧覧覧覧・*/
@media only screen and (max-width: 700px) {
#hellobar_container,
#hellobar_pusher { display: none !important; }
}

@media (max-width: 768px) {
#disqus_thread {
  padding: 0 20px;
}


}