/*
Theme Name:     SnC Mono Child
Description:    Child theme for the SnC Mono theme 
Author:         Richard Marskell
Author URI:     http://www.systemroot.ca/
Template:       snc-mono
Version:        0.1.1
*/
@import url("../snc-mono/style.css");
/* Class versions of original styles */
.post {
	margin-bottom: 50px;
}
.post a {
	color: #444;
	border-bottom:1px #444 dotted;
}
.post a:hover {
	color: #000;
	border-bottom:0;
}
.post hr {
	background-color: #ddd;
}
.post_title {
	float: left;
	font-size: 18pt;
}
.post_title a {
	text-decoration: none;
	color: #444;
}
.post_date {
	float: right;
	padding-top: 16px;
	color: #888;
}
.post_info {
	font-size: 0.85em;
	line-height: 1.4em;
	color: #606060;
}
.post_info a {
	text-decoration: none;
	color: #999;
}
.post_info a:hover {
	color: #000;
}
.post_content {
	padding: 15px 0;
	text-align: justify;
	line-height: 17px;
}
.post_content img {
	max-width: 100%;
	border: solid 1px #ccc;
}
.post_pages {
	clear: both;
	float: left;
	margin-top: 15px;
	padding: 5px 10px;
	font-size: 8pt;
	color: #666;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	background-color: #f0f0f0;
}
.post_pages:hover {
	background-color: #e4e4e4;
}
.post_pages .link {
	margin-left: 5px;
	font-weight: 700;
	font-size: 12pt;
	color: #444;
}
.post_pages a .link {
	text-decoration: none;
	font-weight: 300;
	font-size: 8pt;
}
.post_pages a .link:hover {
	color: #000;
}
.post_nav {
	padding: 10px 0 10px 0;
	text-align: center;
}
.post_nav a {
	text-decoration: none;
}
.post_nav a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

/* Custom Styles */
#header .title {
	color:#FFCC33;
}
#title_description {
	top:105px;
}
#post_content img, .post_content img {
	border:0;
}
#post_content p, .post_content p {
	text-indent:0;
}
#post_content, .post_content {
	text-align:inherit;
}
body {
	font-size:10pt;
}
#post_info {
	font-size:8pt;
}
#header a,#header a:hover {
	text-decoration:none;
}
.read_more a {
	font-style:italic;
}
.socialmedia {
	position:relative;
	float:right;
	width:35px;
	height:35px;
	margin-left:5px;
	background:url('images/social-media-sprites.png') 0 0;
}
.linkedin {
	background-position:0 -70px;
}
.linkedin:hover {
	background-position:-100% -70px;
}
.twitter {
	background-position:0 0;
}
.twitter:hover {
	background-position:-100% 0;
}

a {
	color:#888;
}