/** 
	Housing Rights Watch Main CSS File
	- BigPixel Creative

**/
 
 
 /** Standard page **/


/* Heading area */ 
.standard-heading{
	padding: 0;
}

.standard-heading .title{
	font-size: 34px;
	margin: 30px 0;
}

.page-share-container{
	border-left: 1px solid #d3d3d3;
	color: #757575;
	padding: 15px 0 15px 20px;
	margin: 20px 0;
}

.page-share-container div{
	margin-bottom: 15px;
	font-size:14px;
	text-transform: uppercase;
}
.page-share-container div:last-of-type{margin:0;}

.page-share-container .field-name-field-author div{
	text-transform:none;
}

.page-share-container .share div{
	display:inline-block;
	margin:0;
}

.page-share-container .print_html{
	margin:0;
	position:relative;
}

.print_html a.print-page{
	color:#757575;
}

.print_html a.print-page:after{
	width:20px;
	height:15px;
	vertical-align:middle;
	background: url(../images/print-icon.png) no-repeat center right;
	content: '';
	position:absolute;
	top:1px;
	margin-left: 5px;
}
.print_html a.print-page:hover:after{
	background: url(../images/print-icon-hover.png) no-repeat center right;
}



/** Node Content area**/

.standard-content{
	padding: 43px 0;
}

.post-content{
	color:#3e3c3a;
	padding-bottom: 50px;
}

.post-content h1,.post-content h2,.post-content h3{
	font-family: 'Varela Round', sans-serif;
	color:#000;
}
.post-content h2{font-size:22px;}
.post-content h3{font-size:16px;}

.post-content p, .post-content div{
	font-size:16px;
}
.post-content a{color: #12b152; text-decoration: underline;}

.comment-section .comment-count{
	font-size:24px;
	padding: 20px;
	border-bottom:1px solid #e1e4e6;
	background: #f2f2f2;
}
.comment-section .comment-form{
	background:#f2f2f2;
	padding:20px;
}

.comment-section .comment{
	padding: 30px 20px;
	border-bottom: 1px solid #e1e4e6;
}

.comment-section .comment .avatar{
	height:85px;
	width:85px;
	background:#e5e5e5;
	display:inline-block;
}

.comment-section .txt{color: #7f7f7f;font-weight: bold;}
.comment .txt footer{
	font-size: 11px;
	text-transform:uppercase;
}
.comment .txt footer span.username{
	color: #000;
}

.comment .txt p{
	font-size: 16px;
}

.comment a:hover{color:#12b152;}


/** SIDE BAR latest section **/

.standard-content .news h3, .standard-content .tweets h3{
	font-size: 25.82px;
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
}
.standard-content .news{
	padding-bottom: 50px;
}

.standard-content .tweets .tweet-box{
	background: #e5e5e5;
	font-size:20px;
	padding: 20px;
	border-radius: 10px;
}
.standard-content .tweets .left-point{
	background: url(../images/left-point-grey.png) no-repeat bottom left;
}

