/* CSS NOTES: aka things I keep forgetting... 
margin / border == top right bottom left
id = #
class = .
*/
/* testing some shit */
.
/******************/


/* adjust content box */
.full-width-content .content {
    max-width: 1000px;
}
.site-tagline .wrap, .site-inner .wrap {
			/*padding-left:20px;*/
}
.site-tagline p {
	padding-top:9px;
}
/* Header / menu stuff */


/* fix header padding at small width */
@media only screen and (max-width: 1023px) {

.header-image .site-title a {
	margin: 0 0 0 0;
}
}

.site-header {
    background-color: #282828;
		border-bottom: 1px solid #111
}
.header-image .site-title a {
    margin-bottom: -2px;
    margin-top: 1px;
}
.site-header .widget-area {
	width:auto;
	padding:0 0 0 15px;
}
.site-header .title-area {
	width:315px;
}
.genesis-nav-menu .menu-item a {
	color:#fff;
	padding: 20px 12px;
}

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #1f8e1f;
}
.site-header .sub-menu {
    border-top: 1px solid #555;
}
.genesis-nav-menu .sub-menu a {
	  text-transform:uppercase;
    background-color: #222;
    border-color: -moz-use-text-color #555 #555;
}

/* tag line */
div.site-tagline-right form.search-form input {
		width:70%;
}

/* adjust $Hamburger color on mobile */
@media only screen and (max-width: 768px) {
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
	color:#fff;
 }
}

/* remove stupid menu edit button */
.customize-partial-edit-shortcut, .widget .customize-partial-edit-shortcut {
	display:none;
}


/* to disable tagline */
/*
.site-tagline .wrap div {
	display:none;
}
.site-tagline {
	height:0px;
	padding:10px 0;
	margin-bottom:80px;
}
*/
/* tag line options */

.site-description {
	font-size: 28px;
}
.site-tagline {
	padding: 10px 0;
}

/* Main Content */

.entry-title a:hover, a:hover {
	   color: #1f8e1f;
}

.pagination li a:hover, .pagination li.active a {
	   background-color: #1f8e1f;
}


.widget_rss_links a {
	text-decoration:none; 
	border-bottom:0px
}

/* Social Share Buttons */

.ssbp-wrap {
	float: right;
	margin-left: 15px;
}

.ssbp-list li {
	padding-top: 10px;
}

/* PullQuote */
.simplePullQuote {
	border-bottom: 0;
	border-top: 0;
	float: none;
	margin: 10px 75px 10px 10px;
	padding: 20px;
	width: auto;
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.26316;
}

/* Related Posts */
div.rp4wp-related-posts {
    margin-top: 50px;
}      
div.rp4wp-related-posts h3 {
    font-size: 22px;
}  
.rp4wp-related-post-content {
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 30px;
}
.rp4wp-related-post-content p {
    margin-bottom: 0;
    margin-left: 10px;
}

/* p .note */
div.entry-content p.note {
	/*border: 1px dashed #cccccc;*/
	background-image: url("/images/note.png");
	background-size: 25px 25px;
	background-color: #efefef;
	background-position: 12px 5px;
	background-repeat: no-repeat;
	padding: 4px 20px 6px 50px;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}

.entry-footer {
	margin-top:20px;
}

/* footer stuff */
/* bg color was #333; */
.footer-widgets {
    background-color: #282828;
}
.site-footer {
    background-color: #282828;
}
/* add a bit of space to the subscription box */
form#subscribe-blog-blog_subscription-5 p {
	margin-top:10px
}