/*
Theme Name:  QI Macros
Theme URI:  https://www.qimacros.com/lean-six-sigma-blog/
Description:  The default WordPress theme for QI Macros
Version:  1.0
Author:  Prime Concepts Group, Inc.
Author URI:  https://www.qimacros.com/
*/
div.entry { 
	border-bottom: solid 1px #dfdfdf;
	margin: 0 0 25px 0;
	padding: 0 0 15px 0;
}
.entry.single h1 { 
	margin-bottom: 20px!important;
}

.single-post #content #page {
	float:left;
	width:75%;
}

.single-post #content .sidebar {float:right; width:25%;}

.home.blog #content div.entry h2 { 
	font-weight: bold;
	font-size: 20px;
	margin-bottom: -10px;
}
.home.blog div.entry h2 a { 
	color: #0299BB;
	text-decoration: none;
}
#content p.comment-link { 
	margin: 45px 0 5px 0;
}
#content p.comment-link a { 
	display: table;
	width: auto;
	background: url(/images/icons/comments.png) no-repeat 0 bottom;
	line-height: 18px;
	padding: 0 0 0 24px;
	color: #4f4f4f;
}
	#content p.comment-link a:hover { 
		background-position: 0 1px;
		color: #989898;
	}
	
.meta { 
	font-size: 85%;
	color: #989898;
}
	.meta a { 
		color: #989898;
	}
	.meta a:hover { 
		color: #4f4f4f;
	}
#content p.meta { 
	margin-bottom: 5px;
}
div.meta { 
	padding: 0;
	border-bottom: solid 1px #dfdfdf;
	margin-bottom: 25px;
}

	
#pager { 
	margin: -1em auto 2em auto;
	text-align: right; 
	font-size: 13px;
}

	#pager a { 
	    display: inline-block;
	    line-height: 1;
	    text-align: center;
	    text-decoration: none;
	    vertical-align: middle;
	    padding: 3px 5px;
	    color: #989898;
	}
	
		#pager a:hover { color: #4f4f4f; }
	
	
	div#pager .prev a, div#pager .next a {
	    background: url("/images/icons/pager-arrows.png") no-repeat scroll 0 1px transparent;
	    display: block;
	    height: 8px;
	    overflow: hidden;
	    text-indent: -1000px;
	    width: 10px;
	    padding: 3px 0;	
	 }
	 
	div#pager .next a {
    	background-position: -8px 1px;
	}
	
		div#pager .next a:hover { 
			background-position: -8px -12px;
		}	
		div#pager .prev a:hover { 
			background-position: 0 -12px;
		}	
	
	div#pager .prev, div#pager .next {
	    display: inline-block;
	    vertical-align: middle;
	    width: 10px;
	}	
	
		#pager a.current { 
			color: #4f4f4f;
			font-weight: bold;
		}
div.share { 
	width: 65px;
	float: right;
	margin: 5px 40px 10px 25px;
	text-align: center;
}
	div.share div.button { 
		margin: 0 0 15px 0;
		text-align: center;
	}
	
.sidebar a.home, .sidebar a.feed { 
	display: block;
	padding: 0 0 0 24px;
	line-height: 20px;
	font-weight: bold;
	background: url(/images/icons/home.png) no-repeat 0 0;
	margin: 0 0 10px 0;
}
.sidebar a.feed { 
	background-image: url(/images/icons/rss_blog.png);
}
.sidebar a.home:hover, .sidebar a.feed:hover { 
	background-position: 0 -20px;
}
.sidebar .social img { 
	width: 40px;
	margin: 0 0 0 2px;
	height: auto;
}
#content .sidebar .box.subscribe { 
	margin-top: 35px;
}
	#content .sidebar .box.subscribe ul { 
		width: 115px; 
		float: left; 
		margin: 10px 0 25px 0;
	}
	
		#content .sidebar .box.subscribe ul li { 
			line-height: 22px;
			margin-bottom: 13px;
			padding: 0;
		}
		
			#content .sidebar .box.subscribe ul li a { 
				display: block; 
				padding-left: 25px;
				background: url(images/bookmarks/rss.png) no-repeat 0px 0;
				text-decoration: none;
				background-size: 20px 20px;
				line-height: 21px;
			}
			
			#content .sidebar .box.subscribe ul li.google a { 
				background-image: url(images/bookmarks/google.png);
			}
			#content .sidebar .box.subscribe ul li.technorati a { 
				background-image: url(images/bookmarks/technorati.png);
			}
			#content .sidebar .box.subscribe ul li.live a { 
				background-image: url(images/bookmarks/windows.png);
			}
			#content .sidebar .box.subscribe ul li.yahoo a { 
				background-image: url(images/bookmarks/yahoo.png);
			}
			#content .sidebar .box.subscribe ul li.delicious a { 
				background-image: url(images/bookmarks/delicious.png);
			}
			
			#content .sidebar .box.subscribe ul li a:hover { 
				-moz-opacity: .85;
				-webkit-opacity: .85;
				opacity: .85;
			}
			
@media only screen and (max-width :992px) {
	.single-post #content #page {
		float:none;
		width:100%;
	}
	
	.single-post #content .sidebar {
		float:none;
		width:100%;
	}
}
/* Make videos mobile friendly */

.hd.video.container {
position:relative;
padding-top:56.25%;
}
.hd.video.container iframe, .hd.video.container object, .hd.video.container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}