/*
Theme Name: Fukasawachan
Theme URI: http://www.kmhcreative.com
Template: fukasawa
Description: Alterations to Fukasawa theme
Author: K.M. Hansen
Author URI: http://www.kmhcreative.com
Version: 1.0
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/

@import url("../fukasawa/style.css");


/* STANDARD TAGS */

body {
	background: #ffffff;
}

/* Widget recent posts & recent comments --------------------------------------- */


.widget_fukasawa_recent_posts_by_cat a { display: block; }

.widget_fukasawa_recent_posts_by_cat .post-icon {
	display: block;
	float: left;
	width: 44px;
	height: 44px;
	background: #eee;
	border-radius: 999px;
	position: relative;
}

.widget_fukasawa_recent_posts_by_cat img {
	display: block;
	border-radius: 999px;
	width: 100%;
	height: auto;
}

.widget_fukasawa_recent_posts_by_cat .inner {
	padding-top: 4px;
	margin-left: 54px;
}

.widget_fukasawa_recent_posts_by_cat .post-icon .genericon {
	font-size: 32px;
	height: 32px;
	width: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	color: #bbb;
}

.widget_fukasawa_recent_posts_by_cat .title {
	line-height: 120%;
	font-weight: 700;
	color: #333;
	word-break: break-word;
	-ms-word-break: break-word;
}

.widget_fukasawa_recent_posts_by_cat .meta {
	margin-top: 2px;
	color: #999;
}

.widget_fukasawa_recent_posts_by_cat a:hover .title { color: #019EBD; }

.ryubutton, .ryubutton:visited, .ryubutton:link {
	display: inline-block;
	font-weight: normal;
	color: #fff !important;
	background: #333;
	padding: 5px 10px;
	margin: 10px 0;
	text-decoration: none !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
.ryubutton .genericon {
	font-size: 24px;
	margin-top: 3px;
	margin-right: 10px;
}
.ryubutton:hover, .ryubutton:focus, .ryubutton:active {
	background: #008000;
	color: #fff !important;
	text-decoration: none !important;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.featured-media img {
	width: auto;
	margin: 0 auto;
}
img.noshadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
img.noborder {
	border: none;
}

.display-posts-listing .listing-item {
    float: left;
    height: 400px;
    width: 50%;
}
.display-posts-listing .listing-item a.image {
    min-height: 300px;
    display: block;
}
.display-posts-listing .listing-item img {
    display: block;
    margin: 10px auto;
}
.display-posts-listing .listing-item a.title {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 120%;
    color: #333;
    display: block;
    text-align: center;
}
.display-posts-listing .listing-item a.title:hover {
    text-decoration: none;
    color: green;
}

div.related {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
	div.related h6 {
	    margin: -32px 0 32px -10px;
	}
	div.related p {
	    display: table;
	}
	div.related img {
	    height: 100px;
    	    width: 100px;
    	    float: left !important;
    	    margin: 0 10px 10px 0;
	}

pre.code {
	background-color: transparent;
	padding: 0;
	border-radius:0;
}
	pre.code textarea {
		font-size: 16px;
		font-family: Courier, monospace;
		height: unset;
		min-height: 50px;
		color: white;
		border-radius: 6px;
		background-color: #333;
		overflow: auto;
		resize: vertical;
	}
		pre.code textarea::selection,
		pre.code textarea::-moz-selection {
			background-color: lime;
			color: black;
		}
		
	
.post-content .codecolorer-container table {
	margin: 0px;
	width: 100%;
}
	
/* STL Viewer Customizations */

.wp3dtvl-wrapper {
	border: 1px solid black;
	box-sizing: border-box;
}


.wp3dtvl-info-button {
	display: none !important;
}
	

@media screen and (max-width: 479px) {
	.float-right, .float-left {
		float: none;
		display: block !important;
		margin: 0 auto;
		text-align: center;
	}
}