/* Stylesheet for Luxeritas design file */

/*
------------------------------------
 Header
------------------------------------ */
#header {
	margin-top: 15px;
}

/*
------------------------------------
 Primary & Main Contents
------------------------------------ */
body #primary {
	margin-top: 15px;
}

/*
------------------------------------
 Entry title
------------------------------------ */
.entry-title, #front-page-title {
	border-left: solid 10px #c40026;
	margin: 0 0 16px 0;
	padding-left: 12px;
	font-size: 22px; font-size: 2.2rem;
	font-weight: bold;
}

/*
------------------------------------
 Post
------------------------------------ */
.post h2, .post h3, .post h4 {
	border-left-color: #c40026;
	margin-top: 50px;
	margin-bottom: 35px;
}
.post h2 {
	border-width: 10px;
	padding: .25em 1.0em;
}
.post h3 {
	border-width: 6px;
	padding: .15em 1.0em;
}

.meta, .post .meta {
	border-top: 1px dotted #c40026;
	padding: 10px 0;
}
.post .meta-u {
	border: none;
	padding: 0;
}

/*
------------------------------------
 SNS buttons
------------------------------------ */
.sns-msg h2{
	font-size: 16px; font-size: 1.6rem;
	background: #fff;
	box-shadow: inset 0 -8px 0 0 #edd5db;
	border-bottom: 3px solid #edd5db;
}

/*
------------------------------------
 Sidebar
------------------------------------ */
#side h3, #col3 h3, #side h4, #col3 h4 {
	border-left: solid 10px #c40026;
	border-bottom: 1px dotted #c40026;
	padding-left: 10px;
}

/*
------------------------------------
 Footer
------------------------------------ */
#foot-in h4 {
	color: #fff;
}

/*
------------------------------------
 Responsive
------------------------------------ */
@media (max-width: 575px) {
	.sitename {
	    font-size: 22px; font-size: 2.2rem;
	}
	.entry-title, #front-page-title,
	.post h2, .post h3,
	.related, .discussion, .tb {
		font-size: 18px; font-size: 1.8rem;
	}
	#list.ngrid .read-more-link {
		margin: 0 0 60px;
	}
}