/*
Theme Name:     Graphene Child
Theme URI:      http://www.prasannasp.net/graphene-child-theme-template/
Description:    Child theme for the Graphene theme
Author:         Prasanna SP
Author URI:     http://prasannasp.net/
Template:       graphene
Version:        1.0
*/
@import url("../graphene/style.css");

/* Your modification goes here */


#post-meta-status:before{
	font-family: FontAwesome;
	content: "\f071";
	color: blue;
}

#post-meta-status {
	font-weight: bold;	
	text-align: right;
}

.sidebar ul li {
    line-height: 12px;
    padding: 3px 0;
}
.sidebar ul ul li {
    line-height: 12px;
    padding: 3px 0;
}

.sidebar h3 {
	padding: 2px 12px;
	font-size: 18px;
}

.header_title, .header_desc {
   text-align: left;
   padding-left: 10px;
}

@media print {
	
  a[href]:after {
    content: none !important;
  }
	
	.fa, .fa-print,
	.page-links,
	.comment-avatar,
	.printonly.url,
	#header {
		display:none
	}

	.entry-content {
	border: 1px solid #888;
	display: block;
	padding: 5px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
	
}

blockquote {
	background: #f9f9f9;
	border: 1px dotted #e3e3e3;
	clear: both;
	margin: 10px 0 10px 10px;
	padding: 0 18px 5px 10px;
}
blockquote:before {
	content: '\f10e';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 30px/0 'FontAwesome';
	vertical-align: top;
}
blockquote p,

.lead {
    font-style: italic;
    font-size: 1.0em;
    color: #4a474b;
}

blockquote p:first-child {
	margin-top: -5px;
}
blockquote cite {
	display: block;
	font-style: italic;
	margin-top: 10px;
	text-align: right;
}
blockquote blockquote {
	margin-left: 0;
}

p cite {
	display: block;
	text-align: right;
}

