/* Comment Styles */
#ownerSection .comment {
    border:none;
}
#comments-section {
	position: relative;
}
#comments-section, #ownerSection {
	width: 920px;
	clear: left;
	margin:35px auto;
}
#comments-section h2, #ownerSection h2 {
	font-size: 13pt;
	margin-bottom: 0;
	color:#cf4400;
}
#showComments, #hideComments {
	width:148px;
	border:1px solid #09c;
	padding:8px 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 65%;
	margin-left:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#showComments:hover, #hideComments:hover {
	color:#fff;
	background-color:#09c;
}
#commentLoading {
	background: #FFFFFF url(//d162758vd3dbpx.cloudfront.net/images/ajax-loader.gif) no-repeat scroll center;
	height:40px;
}
#comments-section h3, #ownerSection h3 {
	font-size: 11pt;
	margin:0 0 2px 0;
	color: #909096;
}
#commentHelp {
	float: right;
	font-size: 13px;
	cursor: pointer;
	pointer: default;
}
.comment_help {
	z-index: 5;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 19.5em;
	border: 1px solid #dfdfdf;
	background-color: #f0f0f0;
   overflow-y: visible;
}
.comment_help * {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.comment_help .header {
	position: relative;
	max-width: 100%;
	padding: 10px 0;
	background-color: #E3E3E3;
	border-bottom: 1px solid #ccc;
}
.comment_help p,
.comment_help pre {
	font-size: 14px;
	line-height: 18px;
}
.comment_help pre {
   font-family: inherit;
}
.comment_help h4 {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.comment_help .icon {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 28px;
	height: 28px;
	font-size: 26px;
	line-height: 28px;
	text-align: center;
	color: #969696;
	cursor: pointer;
	pointer: default;
}
.comment_help .icon:hover,
.comment_help .icon:focus {
	color: #424242;
}
.comment_help .icon.close:after {
	height: inherit;
	width: inherit;
	content: '\2715' ;
}
.comment_help .example {
	color: #999;
	margin: 0;
}
.comment_help .example.tab {
	margin-left: 2.5em;
}
.comment_help ul {
	background-color: #F6F6F6;
}
.comment_help li {
	display: block;
	padding: 10px;
	width: 100%;
}
.comment_help .help_content li {
	border-bottom: 1px solid #dfdfdf;
}

.comment_help .help_content p {
	margin-bottom: 4px;
}
.comment_help .help_content li:last-child {
	border-bottom: none;
}
.comment_help .help_content p:last-child {
	margin-bottom: 0;
}
.user-thumb {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	background: #eee url(http://d162758vd3dbpx.cloudfront.net/u/default.png) no-repeat;
	background-position: center;
	background-size: cover;
	position:relative;
}
#comments-section .user-thumb, #ownerSection .user-thumb {
	width:42px;
	height:42px;
	float: left;
	margin: 0 25px 10px 0;
	padding:0;
}
#comments-section .user-thumb-container, #ownerSection .user-thumb-container {
	width:42px;
	height:42px;
	float: left;
	margin: 0 25px 10px 0;
	padding:0;
}
.user-thumb .sporcle-team-indicator {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: -12px;
	margin-bottom: -9px;
	
	width: 24px;
	height: 24px;
}

#comment-warning {
	font-weight:normal;
	font-size:9pt;
	color:#000;
}
.comment-deleted {
	font-style:italic;
	font-size:10pt;
}
.comment-text {
	font-size: 11pt;
	line-height:1.6em;
}
.comment-text {
	padding: 10px 0 5px;
}
#comments-section .comment-text h1,
#comments-section .comment-text h2,
#comments-section .comment-text h3,
#comments-section .comment-text h4 {
	font-weight: bold;
	margin: 0;
	margin-top: 0.62em;
	margin-bottom: 0.5em;
	line-height: 1.62em;
	color: #000;
}
#comments-section .comment-text h1 {
	font-size: 20pt;
}
#comments-section .comment-text h2 {
	font-size: 16pt;
}
#comments-section .comment-text h3 {
	font-size: 13pt;
}
#comments-section .comment-text h4 {
	font-size: 11pt;
}
.comment-body ul,
.comment-body ol {
	padding: 3pt 0 ;
	padding-left: 20pt;
}
.comment-body li ul {
	display: inline-block;
	list-style: none;
	margin: 0;
}
ol.comments {
	list-style: none;
	padding:0;
	margin:0 0 5px 0;
}
ol.comments li.standard {
	float: none;
	width: auto;
	padding: 14px 0;
	border-bottom: 1px solid #dadada;
	position: relative;
	min-height: 41px;
}
ol.comments li div.comment-body {
	width:700px;
	overflow: hidden;
}
ol.comments li div.comment-body p {
	margin: 0;
	margin-bottom: 10pt;
	padding: 0;
	font-size: 11pt;
	color:#000;
}
ol.comments li div.comment-body p:last-child {
	margin-bottom: 2pt;
}
ol.comments li div.comment-body li {
	margin-bottom: 3pt;
}
ol.comments li div.comment-meta-likes {
	font-size: .78em;
	line-height: 1;
	position: relative;
}
ol.comments li div.points {
	font-weight: bold;
	top: 14px;
	position: absolute;
	right:0;
	font-size: 11pt;
}	
ol.comments li ul.likes-list {
	list-style: none;
	top: 33px;
	position: absolute;
	right:0;
}
.likes-list li {
	list-style: none;
	display: inline-block;
}
.up-vote, .down-vote, .up-vote-sign-up, .down-vote-sign-up, .up-vote-report, .down-vote-report {
	width:14px; height:9px;
	margin-left: 5px;
	cursor: pointer;
}
.up-vote, .up-vote-sign-up, .up-vote-report {
	background:transparent url(//d162758vd3dbpx.cloudfront.net/images/gameSprite16.png) no-repeat 0 -195px;
}
.down-vote, .down-vote-sign-up, .down-vote-report {
	background:transparent url(//d162758vd3dbpx.cloudfront.net/images/gameSprite16.png) no-repeat -23px -195px;
}
.vOff {
	filter: alpha(opacity=30);  
	-moz-opacity: 0.3;  
	-khtml-opacity: 0.3;  
	opacity: 0.3;
}
.up-vote.vSelect, .up-vote:hover {
	background:transparent url(//d162758vd3dbpx.cloudfront.net/images/gameSprite16.png) no-repeat 0 -211px;
}
.down-vote.vSelect, .down-vote:hover  {
	background:transparent url(//d162758vd3dbpx.cloudfront.net/images/gameSprite16.png) no-repeat -23px -211px;
}
.admin,  {
	font-weight: normal;
}
a.admin:hover {
	text-decoration: none;
}
a.grayFont {
	color:#909096 !important;
}
.dim {
	opacity:0.4;
}
.redFont {
	color: red !important;
}
.reported {
	color:#B00000;
	font-style:italic;
	font-weight:normal;
}
.hidden {
	background-color: #eee;
	font-size: 9pt;
	text-align: center;
	padding:7px;
	color:#333;
	border-bottom:1px solid #dadada;
}
#commentForm {
	text-align: center;
	padding:0 0 10px 0;
}
#comment_textarea {
	-moz-border-radius: 4px 4px 4px 4px;
	-moz-box-shadow: 0 1px #FFFFFF;
	-webkit-border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: inset 0 2px 4px 0px #dddddd;
	-moz-box-shadow: inset 0 2px 4px 0px #dddddd;
	box-shadow: inset 0 2px 4px 0px #dddddd;
	border:none;	
	background-color: #eee;
	color: #222222;
	height: 56px;
	outline: medium none;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 8px;
	white-space: pre-wrap;
	width: 906px;
	max-width: 906px;
	word-wrap: break-word;
	margin-top:5px;
	font-size: 11pt;
	resize: vertical;
	max-height: 15em;
}
#filterBox {
	margin-top:12px;
}
#filterBox ul {
	list-style: none;
	width: 920px;
	font-size: 9pt;
	display: table;
	/*margin: 0 0 14px 0;*/
	padding-bottom: 10px;
	/*border-bottom: 2px solid #ededed;*/
	border-bottom: 1px solid #dadada;
}
#filterBox li {
	display: inline;
	display: table-cell;
}
li#sortBy {
	font-weight: bold;
	text-transform: uppercase;
	color: #333;	
}
li#commentArchive {
	width:82%;
	text-align: right;
}
.unpopular {
	text-align: left !important;
	font-style: italic;
	color:#666;
}
.deleted {
    display: none;
}
.submit-new-comment {
	margin:15px 0 5px 0;
	text-align: left;
}
.new-comment-message {
	margin:20px 0px;
}
.comment-alert {
	font-weight:bold;
	color: red;
}
.even {
	background-color: #EEEEEE;
}
/* collapsed comments */
.smallAvatar {
	width:24px;
	height:24px;
	display: inline-block;
	vertical-align: top;
	background-position: center;
	background-size: cover;
	background-color: #eee;
	position:relative;
}
.collapsed {
	font-size: 85%;
	padding:10px 0;
	border-bottom:1px solid #dadada;
	color:#909096;
}
.collapsed .collapsedContent {
	height:24px;
	width: 100%;
	line-height: 24px;
	display: block;
	cursor:pointer;
}
.collapsedTime, .collapsedUser { 
	display: inline-block;
	padding-left:15px;				
	height: 24px;
	vertical-align:top;
}
.collapsedText {
	padding-left:15px;
	width: 575px;
	height: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.collapsedText p {
	margin: 0;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.collapsedPoints {
	float:right
}
.smallAvatar .sporcle-team-indicator {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: -6px;
	margin-bottom: -4px;
	
	width: 12px;
	height: 12px;
}