/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.print-this-button-shell {
	float: right;
	margin: 0 0 -25px 0;
	padding: 25px;
}

.print-this-button-shell:hover {
	cursor: pointer;
	opacity: .8;
}

.print-this-content p:first-child {
	margin: 0;
}

.print-this-content p {
	margin-bottom: 10px;
}

.print-this-content h3 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
}

.print-this-content {
	background: #f9f9f9;
	padding: 35px 30px 15px;
}

#returnToBlog {
	font-size: 16px;
	font-family: Helvetica, Verdana, sans-serif;
	font-style: normal;
	text-decoration: none;
	color: #444;
}

#returnToBlog:hover {
	text-decoration: underline;
}

.print-this-body {
	width: 85%;
	margin: 15px auto;
}

#returnToBlog {
	margin: 5px 0 10px;
	display: inline-block;
}

#print-link {
	margin: 15px 0 0;
	clear: both;
}
 
#print-link a {
	background: #e4e4e4;
	color: #000;
	text-decoration: none;
	font-family: Montserrat, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px;
}

#print-link a:hover {
	background: #000;
	color: #fff;
}

.Center {
	clear: both;
}

#BlogContent {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}

#BlogContent .print-this-content {
	background: none;
	padding: 10px 0 0;
}

.recipeLink,
#print-disclaimer {
	font-size: 11px;
	font-style: italic;
	margin: 5px 0;
}

@media print {
    #comments_controls,
    #print-link {
        display: none;
    }

	#returnToBlog  {
		display: none;
	}

    #Outline {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
    }
	.print-this-content h3 {
		margin-bottom: 20px;
		font-size: 24px;
		font-weight: 700;
		font-family: Montserrat, Helvetica, sans-serif;
	}

}
