/*---------------------------------------------------------------------------------

	Theme Name: Lingonberry for blog 
	Version: 1.32
	
----------------------------------------------------------------------------------- */

@import url("../lingonberry/style.css");

span.comment_meta, .nocomments{
    display:none;
}

.header .blog-title {
    font-size: 1.8em;
    line-height: 0;
}
.header-inner {
    padding: 35px 0px;
}

.post-content {
    font-size: 1.0em;
}

@media ( min-width: 600px ) {
	.title_description{
		font-size:0.5em; 
		color:#FFF;
		padding-left:1em;
	}
	.post-title {
    		font-size: 1.5em;
	}
}
@media ( max-width: 600px ) {
	.title_description{
		display: none;
	}
}

.no-ruby rt:before{
	content: '（';
}
.no-ruby rt:after{
	content: '）';
}
.no-ruby rp{
	display:none;
}
