/*
	Theme Name: JR2016-Pinpress
	Description: A child theme of Pinpress.
	Author: dianejwright
	Author URI: http://www.dianejwright.com
	Version: 1.0
	
	Template: pinpress
	
*/

@font-face {
  	font-family: 'Prometheus';
	src: local(Prometheus), url("fonts/Prometheus.ttf");
	font-family: 'Prototype;'
	src: local(Prototype), url("fonts/Prototype.ttf");
}

.body, .site {
	background: #292929 !important;
	font-family: Prototype, sans-serif;
	}
.main-navigation {
	display: none;
	}
.site-header h1.site-title, .site-title a, .site-title a:hover, h1 {
    color: #666;
    font-family: Prometheus !important;
    padding-top: 3px;
    text-transform: uppercase;	
    }
.site-content article {
	border: none; 
	background: #292929; 
	}
.entry-content {
	padding: 8px;
	}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p, .meta, p.copyright, #colophon a  {
	color: #666; 
	font-size: .9em;
    letter-spacing: .025em;
    line-height: 1.3em;
	-moz-hyphens:none;
	-ms-hyphens:none;
	-webkit-hyphens: none;
	hyphens:none;
	}
.entry-content h2 {
	font-size: 1.1em;
	color: #666; 
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 8px;
    }
.contacts p { 
	color: #666;    
    letter-spacing: .025em;
    line-height: 1em;
    margin-bottom: 0.2em;
    margin-top: 1.2em;
    font-weight: 100;
    text-shadow: .5px 1px #000;
	}
.accolades { 
	width: 80%;
	margin: 20px auto;
	display: block; 
	}
.accolades img { 
	text-align: center; 
	margin: 0 auto; 
	border-bottom: none !important;
	box-shadow: none;
	}
.searchform_headercover {
	display: none;
	}
	
article.sticky .entry-header {
	background: none !important;
	}