@charset "UTF-8";

/**
 * Plugin: Genesis Printstyle Plus: Custom Print Additions File
 *
 * @package    Genesis Printstyle Plus
 * @subpackage Additional User Styles
 * @author     David Decker - DECKERWEB
 * @copyright  Copyright (c) 2011-2014, David Decker - DECKERWEB
 * @license    http://www.opensource.org/licenses/gpl-license.php GPL-2.0+
 * @link       https://gist.github.com/deckerweb/9230551
 *
 * @uses       charset UTF-8
 */

/* HTML5 Rules:
------------------------------------------------------------ */

/** Remove URL address output for hyperlinks */
.site-header a[href]:after,
.site-footer a[href]:after,
.content span a[href]:after,
.content p a[href]:after,
#genesis-box a[href]:after,
.genesis-box a[href]:after {
	display: none;
}
.body {
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
	margin-right: 2em;
}
.pullquote-left  {
	display: none;
}


/* XHTML Rules:
------------------------------------------------------------ */

/** Remove URL address output for hyperlinks */
#header a[href]:after,
#footer a[href]:after,
#content span a[href]:after,
#content p a[href]:after,
#genesis-box a[href]:after {
	display: none;
}
body {
	padding: 0px;
	width: 100%;
	margin: 0px;
}
	
#pullquote-left  {
	display: none;
}


/* Additions by Michael Miller/Sogwap.net */

body, p {
  font: 12px 'Times New Roman', Times, serif !important;
}

header.site-header {display:none;}
h1.entry-title {text-align:left; border:0px;}
.featured-widget-area {margin-top: 0px;}
.flexible-widgets {padding: 0px;}
div.site-inner {margin:0px; padding:0px;}
article.entry {padding:0px;}
.archive.genesis-author-pro .content, .archive.genesis-pro-portfolio .content {
  padding: 0px;}
.archive.genesis-author-pro .archive-pagination, .archive.genesis-pro-portfolio .archive-pagination {
  display:none;}
.archive.genesis-author-pro .archive-description, .archive.genesis-author-pro .breadcrumb, .archive.genesis-pro-portfolio .archive-description, .archive.genesis-pro-portfolio .breadcrumb {
  margin: 0px;}

a.synved-social-button {display:none;}
footer.site-footer {display:none;}
