/*  
Theme Name: CommentPress
Theme URI: http://www.futureofthebook.org/commentpress
Description: CommentPress allows readers to comment paragraph by paragraph in the margins of a text.
Version: 1.1
Author: Eddie Tejeda & Jesse Wilbur
Author http://www.futureofthebook.org/commentpress/

*/


.html, body { 
 overflow-x:hidden;
}
body {
	background-color: #808088;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}

a.sidebarLink { 
	color: #000000;
	text-decoration: none; 
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 120%;
	margin: 0;
}
h1 {
	color: #dd0000;
	font-size: 2em;
	letter-spacing: .08em;
	text-transform: uppercase;
}
h2 {
	font-size: 1.5em;
	padding: .25em 0 .75em 0;
}
h3 {
	color: #dd0000;
	font-size: .9em;
	letter-spacing: .12em;
	padding: 1em 0 0 0;
	text-transform: uppercase;
}
h4 {
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 3px;
}

p {
	margin-top: 0em;
}

.clear {
	clear: both;
}

/* ADDITIONAL FONT STYLES */
h2.content {
	width: 365px;
}
code {
	font: 1em "Courier New", Courier, mono;
	color: #009900;
} 
.normalLight {
	color: #808088;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0;
	text-transform: none;
}
.sansLight {
	color: #808088;
	font: 1em Arial, Helvetica, sans-serif;
	letter-spacing: .15em;
	text-transform: uppercase;
}
.sansDark {
	color: #dd0000;
	font: 1em Arial, Helvetica, sans-serif;
}
.sansRed {
	color: #CC0000;
	font: 1em Arial, Helvetica, sans-serif;
	letter-spacing: .15em;
	text-transform: uppercase;
}
.smLight {
	color: #808088;
	font: 11px Georgia, Times, "Times New Roman", serif;
	line-height: 1.6em;
}
.smDark {
	color: #000000;
	font: 11px Georgia, Times, "Times New Roman", serif;
	line-height: 1.6em;
}
.search-excerpt {
	background-color: #ee0;
}

/* ADDITIONAL STYLES */
.divider {
	border-top: 1px solid #808088;
	color: #ffffff;
	margin-top: 2px;
}

#header h3 { 
	margin-top: -10px;
}

/***** LEXIA *****/
.lexia {
	margin: 0 10px 0 0;
}
.lexia p {
	font-size: .9em;
	width: 365px;
}
.lexia blockquote {
	margin-left: 1.5em;
}
.lexia blockquote p{
	font-size: .8em;
	width: 340px;
}
.lexia img {
	max-width: 340px;
}

/* 	
	IE comes up with a different color for the png background
	as tested using IETab in Firefox */
.lexia .selected {
	background-color: #def2ff;		/*#8FC6FF;*/
}
.lexia .selected {
	background-color:#def2ff;       /*#BFDFFF;*/
}
.lexia .selected img {
	border: 2px solid #def2ff;
}

.lexiaNumber { 
	color: #a0a0aa;
	float: left; 
	font-size: .75em;
	margin-left: -22px; 
	padding: 0 0 0 5px; 
	text-align: right;
}

.icons {
	width: 42px;
	padding: 0;
	margin: 0;
	float: right;
	white-space: nowrap;
	text-align: center;
	font-size: .8em;
}
.icons a {
	text-decoration: none;
}

#content h3 {
	margin-bottom: .5em;
}
#content ol, #content ul {
	margin-left: 20px;
	padding-left: 10px;
	font-size: .9em;
	width: 330px;
}
ul.bulletList li {
	list-style-type: disc;
}
ol li, ol.numberedList li {
	list-style-type:decimal;
	margin-left: 20px; 
	padding-left: 0px;
}
/***** NEXT/PREV navigation *****/
.navigation {
	font-size: 11px;
}
.navigation table {
	width: 395px;
}
.navigation td {
	width: 50%;
	padding: 0;
	}
td.alignLeft{
	padding: 0 10px 0 0;
}
td.alignRight {
	padding: 0 0 0 10px;
	text-align: right;
}

/* 	
	this container holds the comment area
	it is position: fixed
	width + left padding = 350px;
*/
.activity_box {
	padding-top: 24px;
}

#cp_commentsTotal {
	position: absolute;
	padding-top: 6px;
	font-size: .75em;
}
.cp_commentBody {
	position: relative;
}
#comments h3 {
	padding-left: 15px;
}
#comment_switch {
	text-align: right;
	font-size: .6em;
	line-height: 2.1em;
}

/* 	styles the links above the comment box div to make them less obtrusive 	*/
#comment_switch h3 {
	padding-bottom: 5px;
}
#comment_switch a {
	color: #808088;
	text-decoration: none;
}
#comment_switch a:hover {
	color: #dd0000;
	text-decoration: underline;
}
/* 
	container for comments	*/


/*
	actual comment contents box 
	padding l + padding r + width = 350px	
*/
#cp_comments {
	position: relative;
	width: 325px;
	height: 365px;
	border: 1px solid #cfcfcc;
	overflow: scroll;
	overflow-y:scroll;
	overflow-x: hidden;
	padding: 10px;
	padding-left: 15px; 
	font-size: .9em;
	margin-top: 3px;
	line-height: 1.35em;
	background-color: #ffffff;
}	
#cp_comments h4 {
	font-size: 1em;
}

/* for threaded comments */
.comment .cp_commentBody .comment {
	border-left: 1px solid #66f;
	margin-left: 10px;
	padding-left: 10px;
}
#cp_write_comment {
	width: 325px;
	height: 365px;
	border: 1px solid #cfcfcc;
	overflow: scroll;
	overflow-y:scroll;
	overflow-x: hidden;
	padding-left: 15px; 
	font-size: .8em;
	margin-top: 3px;
	line-height: 1.35em;
}	
#cp_comments p {
	margin: 0;
/*	text-indent: 1.75em; */
}

#cp_comments p.first-of-type {
	text-indent: 0;
	margin-top: .5em;
}
#cp_comments .divider {
	margin: 1.5em;
}

.cp_commentMeta {
	display: block;
	border: 1px solid #eeeeee;
	padding: 5px;
	margin: -1em 0 1em 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #707077;
}

.cp_replyLink, .cp_goToText {
	display: block;
	float: right;
	padding-right: 10px;
	text-align: right;	
}
.cp_datePosted {
	text-align: left;
}
.cp_goToText a{	
	padding: 2px 15px 3px 20px;
	height: 20px;
	background: url(images/pagegototext.png) no-repeat 0px 1px;
}


/* REPLIES */
.cp_replies {
	background-color: #d5dfe5;
	padding: 0;
	margin-top: -1.25em;
}
.cp_replies .cp_commentBody {
	padding-top: 0px;
}
.cp_replies p, .cp_replies h4 {
	padding-left: 15px;
	padding-right: 15px;
}


/* SIDEBAR */
.sidebarSection {
	font-size: .9em;	
/*	line-height: 1.75em; */
	margin-bottom: 15px;
}
.sidebarSection h3
{
	color: #dd0000;
	padding-left: 2px;
	padding-bottom: 0px;
}
.sidebarList {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0px;
	padding: 2px 0 0 2px;
	overflow: hidden;
}

#sidebar .sidebarList{
	border-right: none;
}
.sidebarList li {
	margin: .5em 5px .5em 0;
	padding: 0;
}
ul.sidebarList li {
	list-style-type: none;
}
ol.sidebarList li {
	margin-left: 20px;
	padding: 0;
}
#comment{
	max-width: 400px;
	width: 90%;
}

#newcomment{
	position: absolute;
	right: 0px;
	top: 0px;
	border: 1px solid #ff0000;
	width: 200px;
	height: 20px;
}

/*#pages_leftCol{
	float: left;
	width: 335px;
	padding: 24px 0 0 0;

}
*/

/* COMMENTS BY USER */
.cp_indexList, .cp_indexListChild {
	line-height: 1.4em;
	position: relative;
	margin-bottom: 40px; /*eddie*/
}
/*.cp_indexListChild {
	padding-left: 20px;
	border-left: 4px solid #efefef
}
*/
.indexCommentsList {
	line-height: 2em;
}
.cp_indexList p, .cp_indexListChild p {
}
.commentParentText {
	padding-left: 20px;
}

#comment_read {
	display: none;
}

#no_comments_yet{
 font-weight: bold;
}
