/*
Theme Name: F8 Lite Child Theme
Theme URI: http: http://graphpaperpress.com/themes/f8-lite/
Description: Custom theme for PBCD
Author: Rance Graham-Bailey
Author URI: http: //www.garydubois.com/
Template: f8-lite
Version: 0.1.0
*/

@import url("../f8-lite/style.css");

.postmetadata {
	color:#282828;
}

.postmetadata a {
	color:#282828;
}

.postmetadata a:hover {
	color:#000;
}

/****Facebook Addition******/
.facebook {
	margin-left:3px;
	padding:0 5px 0 15px;
	background:url(images/facebook.png) no-repeat 0 50%;
	color:#eee;
}
	
/****Twitter Addition******/
.twitter {
	margin-left:3px;
	padding:0 5px 0 15px;
	background:url(images/twitter.png) no-repeat 0 50%;
	color:#eee;
}

/**Social Plugin Comment Styling
 * Changes color for box behind Social reply function
 * Currently set to transparent light purple with 128,0,128
 **/

#social {
background: rgba(128,0,128,.08);
}

	



