/*
$Id: crnrComments.css 33475 2010-03-01 07:56:49Z pkarthik $
/css/blogs_v3/nyt_universal/crnrComments.css
(c)2006 - 2009 The New York Times Company
Description: for importing comments from the crnr system into blog pages
*/

@import url(/css/standalone/community/common/comments.css);  

/*READER COMMENTS*/
/*layout*/
div#readerComments {
	margin: 0 30px 5px;
}
div#readerComments .header,
div#readerComments #tabs,
div#readerComments .row,
div#readerComments .post {
	margin: 0 0 0 2px;
}
div#readerComments .postHeader {
	width: 115px;
	display: inline;
	float: left;
	overflow: hidden;
}
#readerComments .count {
	margin-top: 0;
}
#readerComments .displayName,
#readerComments .date,
#readerComments .time,
#readerComments .location {
	margin: 0 0 0 34px;
}
#commentsWell .guideKicker {
	padding: 8px 0;
}
#commentsWell .guideKicker .sortSequence {
	margin: 7px 0 0;
}
/*typography*/
div#readerComments .postHeader {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	margin: 3px 0 0 0;
}
div#readerComments .userReview {
	display: inline;
	float: left;
	font-size: 1.3em;
	line-height: 1.3;
	margin: 4px 0 0 31px;
	width: 350px;
}
div#readerComments .header h3.share {
	font-size: 1.5em;
}
div#readerComments .header h3.nocomments {
        margin-bottom: 10px;
}
#readerComments .header .postComment {
	font-size: 1.23em;
}
/*tabs*/
div#shell #readerComments ul.tabs li {
	font-size: 1em;
}

/*SUBMIT COMMENTS*/
div#submitComments {
	margin: 0;
	font-size: 1.2em;
}
#submitComments #displayName input, 
#submitComments #location input {
	height: 16px;
	padding-top: 3px;
	font-size: 0.8em;
}
#submitComments #comment #numChar {
	font-size:0.9em;
}
#submitComments #comment textarea {
	padding: 5px;
	width: 488px;
}

/*recommend buttons*/
#readerComments .feedback a {
	font-size: 1.1em;
	line-height: 1.7em;
}

/*bozo*/
#readerComments #bozo .header {
	padding: 10px;
	font-size: 1.1em;
}
#readerComments #bozo .count {
	display: none;
}
#readerComments #bozo .userInfo {
	margin-left: 24px;
	width: 86px;
	margin-top: 0;
}
#readerComments #bozo .userComment {
	margin: 0 0 0 6px;
	font-size: 1.1em;
}
#readerComments .post.editorSelection .editorInfo {
  font-size:1.1em;
}

