/*
Theme Name: Twenty Fourteen Customised
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: Ryupapa
Author URI:
Description: Customised default theme for sax.ryupapa.net
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentyfourteen 
*/

@import url( "../twentyfourteen/style.css" );

.site-title a:hover {
	color: #41a62a;
}

@media screen and (min-width: 594px) {
	.site-title {
		font-size: 24px;
	}

	.site-description {
		font-size: 14px;
	}
}

.entry-title {
	text-transform: none;
}

.single .byline {
	display: none;
}

.social-buttons {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
	padding-top: 10px;
	margin: 0;
	width: 100% !important;
	height: 69px;
}

.social-buttons iframe {
	margin-bottom: 0;
}

.social-button {
	float: left;
	display: inline-block;
	margin-right: 10px;
}

.social-buttons .twitter-box {
	min-width: 71px;
	max-width: 90px;
}

.social-buttons .fblike-box {
	min-width: 70px;
	max-width: 115px;
}

.social-buttons .gplusone-box {
	min-width: 50px;
	max-width: 80px;
}

.social-buttons .hatena-box {
	min-width: 80px;
	max-width: 125px;
}

@media screen and (max-width: 400px) {
	.social-button {
		margin-right: 5px;
	}
}