/* This file holds the print styles for J&P Richardson. */

/* #################################################################### */
/* #### GENERIC ####################################################### */
/* #################################################################### */

html {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:auto;
	margin:10px;
	padding:0;
	background:none;
}


/* #################################################################### */
/* #### BRANDING ###################################################### */
/* #################################################################### */

#region-branding {
	clear:both;
	margin:0 0 15px 0;
	padding:0;
	width:100%
}

#region-branding h1#site-name {
	text-align:left;
}


/* #################################################################### */
/* #### MAIN MENU ##################################################### */
/* #################################################################### */

#region-menu {
	display:none;
}


/* #################################################################### */
/* #### SLOGAN ZONE ################################################### */
/* #################################################################### */

#zone-slogan {
	display:none;
}


/* #################################################################### */
/* #### FEATURED ZONE ################################################# */
/* #################################################################### */

#zone-featured {
	display:none;
}


/* #################################################################### */
/* #### SIDEBAR FIRST ################################################# */
/* #################################################################### */

#zone-content .region-sidebar-first-inner,
#region-sidebar-first {
	display:none;
}


/* #################################################################### */
/* #### CONTENT ####################################################### */
/* #################################################################### */

#region-content {
	width:100%;
}

#region-content .region-content-inner {
	border:none;
}

#region-content h1#page-title {
	text-transform:capitalize;
}

#region-content h2, 
#region-content h3, 
#region-content h4, 
#region-content h5, 
#region-content h6 {
	font-family:Arial, Helvetica, sans-serif;
}


/* #################################################################### */
/* #### SIDEBAR SECOND ################################################ */
/* #################################################################### */

#zone-content .region-sidebar-second-inner,
#region-sidebar-second {
	display:none;
}


/* #################################################################### */
/* #### FOOTER ZONE ################################################### */
/* #################################################################### */

#zone-footer {
	border-top:1px dotted #CCC;
	background:none;
}


/* #################################################################### */
/* #### FOOTER FIRST ################################################## */
/* #################################################################### */

#region-footer-first {
	display:none;
}


/* #################################################################### */
/* #### FOOTER SECOND ################################################# */
/* #################################################################### */

#region-footer-second {
	width:50%;
}


/* #################################################################### */
/* #### FOOTER THIRD ################################################## */
/* #################################################################### */

#region-footer-third {
	width:48%;
	background:none;
	margin:;
	padding:0 15px 0 0;
}

#region-footer-third p#phone-number {
	text-align:right;
	color:#333;
}
