/** comments for articles **/

#postcomment {
	width:100%;
}

#comment-title {
	font-family:'PT Sans Narrow',Arial;
	font-size:36px;
	font-weight:bold;
	padding-bottom:16px;
}

#comment-subtitle {
	font-family:'PT Sans Narrow',Arial;
	font-size:26px;
	font-weight:bold;
	padding-bottom:16px;
}

a.username-c {
	color:#ee3124;
	text-decoration:underline;
}

a.username-c:hover {
	color:#000;
}

#comment-inc textarea {
 	border:1px solid #ccc;
	border-radius:6px;
	-webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
	width: 96%;
	margin-top:10px;
	font-family:Arial;
	font-size:14px;
	padding:8px;
}

#comment-inc input {
	background-color:#fff;
	color:#333;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	padding:3px 8px;
	border-radius:6px;
	-webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
	border:0px;
	cursor:pointer;
	border:1px solid #ccc;
}

#comment-inc input:disabled {
	background-color:#CCC;
	border:1px solid #999;
	cursor:default;
}

#comment-inc input:hover {
	background-color:#CCC;
}

#postcomment input[type=button] {
	background-color:#ee3124;
	color:#fff;
	font-size:18px;
	font-family:'PT Sans Narrow',Arial;
	font-weight:bold;
	padding:5px 10px;
	border-radius:6px;
	-webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
	border:0px;
	cursor:pointer;
	border:1px solid #c4291f;
}

#postcomment input:hover {
	background-color:#bf160a;
}

#postcomment input[type=text] {
	border-radius:6px;
	-moz-border-radius: 6px; 
  border-radius: 6px;
	border:1px solid #ccc;
	background-color:#fff;	
	padding:5px;
	font-weight:normal;
	font-size:14px;
	margin-top:10px;	
}

#postcomment input[type=text]:hover {
	cursor:text;
}

.like{
	background-image:url('https://leerburg.com/Photos/like-btn.png');
	background-position: 6px;
	background-repeat:no-repeat;
	padding-left:20px !important;
}

.dislike{
	background-image:url('https://leerburg.com/Photos/dislike-btn.png');
	background-position: 6px;
	background-repeat:no-repeat;
	padding-left:20px !important;
}

.flag {
	background-image:url('https://leerburg.com/Photos/flag-btn.png');
	background-position: 7px 5px;
	background-repeat:no-repeat;
	padding-left:20px !important;
}

.username-title{
	font-family:'PT Sans Narrow', Arial;
	font-size:18px;
	float:left;
	font-weight:700;
	margin-left:15px;
	margin-top:15px;
}

.date-posted {
	float:left;
	margin-left:10px;
	font-family:Arial;
	font-size:12px;
	margin-top:15px;
	color:#333;
}

.comment-box {
	border:1px solid #ccc;
	padding:15px 0;
	width:100%;
	margin: 15px 0;
	padding-top:0px;
	overflow:hidden;
}

.comment-post{
	margin: 8px 25px;
	padding-left:10px;
	margin-left:85px;
}

.comment-btnrow {
	margin-left:85px;
}

.approved {
	background-color:#389ce1;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	float:right;
	margin-right:15px;
	padding:4px 8px;
}

.like-section	{
	float:left;
	margin:10px 10px 0px 15px;
}

.likebox{
	background-color:#ee3124;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:8px 4px;
	width:60px;
	text-align:center;
}

.dislikebox{
	background-color:#333;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:8px 4px;
	width:60px;
	text-align:center;
}

/*PAGINATION
ol li p {color:#000;font-size:1.2em;}*/
	
	ol {margin:0;padding:0;}
	
	/*ol li {list-style:none;margin:0;padding:0;}*/
	
	ol.reviews ul li{margin-bottom:3px;padding:0px;list-style:square;background:transparent;}

	ol.reviews li p:last-child{ margin: 0; }

	.page_navigation{float:right;}

	.page_navigation a { margin:4px;padding:4px 8px;background-color:#ee3124;color:#fff;font-family:Arial;text-decoration:none;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;-khtml-border-radius: 4px;border:1px solid #990000;float:left;}

	.page_navigation a.no_more {background-color:#ccc;border:1px solid #b3b3b3;color:#8c8c8c}

	.page_navigation a.first_link, .page_navigation a.last_link {display:none;}

	a.active_page{color:#ee3124;background-color:#fff;border:1px solid #ee3124;}
