
/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2011 Project Seven Development
  www.projectseven.com
  Print Media Style Sheet
  ------------------------------------------------
*/

body
{
	background-color: #FFFFFF;
	background-image: none !important;
	margin: 0;
	padding: 0;
	min-width: 0;
	font-size: 75%;  /*added to reduce print size */
}

.sidebar,
.main-content,
.sidebar2,
.sidebar-right,
.content,
.column-content
{
	padding-bottom: 0;
	margin-bottom: 0;
	border: none !important;
}

.main-content
{
	margin: 0;
}

#layout
{
	max-width: none;
	margin: 0px;
	box-shadow: none !important;
}

.column-content,
.content
{
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}

.footer
{
	position: static;
	border: 0px !important;
}

/* **************************************** */
/* **MCHCP and myMCHCP Print Styles Below** */
/* **************************************** */


.PrintOnly,
.phonePrintOnly
{
	display: inline;
}

#masthead, #printPage, #logo, .allmemberMsg, .NoShowDiv, .noPrint, .copyright, .footer
{
	display: none;
	line-height: 0;
}

@page
{
	size: auto; /* auto is the initial value */
	/* this affects the margin in the printer settings */
	margin: 5mm;
}

#coBrand
{
	height: auto;
	max-width: 100px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
}

.ltBlueBox
{
	background-color: #FFFFFF;
}

#IMG_recipe
{
	width: 200px !important;
	height: auto;
}

a,
a:visited,
a:hover,
a:link
{
	text-decoration: none;
	color: #000;
}

a[href^="http://"]:after,
a[href^="https://"]:after
{
	/* Prints link target immediately after link name */
	content: " (" attr(href) ") ";
	word-wrap: break-word;
	font-size: 80%;
	font-weight: normal;
}

.ui-tabs-nav
{
	display: none;
}

.ui-widget-content
{
	border: none;
}

.more
{
	display: block;
}

.more .fa-caret-down
{
	display: none;
}

ul, ol {
	margin-left: 2em;
}

ol.leaders li:before {
	content: " ";
}