.clearit {
	clear: both;
}

.paragraphblock {
	clear: both;
}

.threadbutton {
	margin-top: 8px;
	margin-bottom: 8px;
	display: inline-block;
}

.threadtop {
	margin-top: 25px;
}


.threadleft {
	float: left;
	width: 220px;
}
.threadright {
	float: right;
	width: 220px;
	padding-left: 5px;
}
.threadannotation {
	position: relative;
	top: -4px;

	margin: 2px;
	margin-bottom: 7px;
	color: #404040;
	font-weight: bold;
	background-color: #eeeeee;
	font-size: 9pt;
	padding-left:6px;
	padding-right:6px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 6px;
	font-family: 'Caudex';
	border: 2px solid #404040;
	/* remove these when you start using the ones below */
}

.threadannotation_player {
	background-color: #86a2cc;
	margin-right: 40px;
}
.threadannotation_dm {
	background-color: #cca487;
	margin-left: 40px;
}
.threadentry {
	/*
	font-size: .8em;
	*/
	font-family: 'ChanticleerRomanRegular';
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.threadannotationusername {
	font-size: 1.2em;
	color: #111111;
}
.threadannotationusername:after {
	content: ': ';
}


.threadentryusername {
	position: relative;
	top: -4px;

	color: #111111;
	margin: 2px;
	margin-right: 5px;
	margin-bottom: 7px;
	font-weight: bold;
	background-color: #eeeeee;
	border-radius: 6px;
	font-family: 'Caudex';
	font-size: .76em;

/*
	padding-left:6px;
	padding-right:6px;
	padding-top: 0px;
	padding-bottom: 2px;
	border: 2px solid #404040;
	*/
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 4px;

}
.threadentryusername_player {
	background-color: #86a2cc;
}
.threadentryusername_dm {
	margin-left: 40px;
	background-color: #cca487;
}
.threadentryusername:after {
	content: ':';
}
.removed {
	text-decoration: line-through;
	opacity: .5;
}


.battlestartprompt {
	margin-bottom: 6px;
	color: #404040;
	font-weight: bold;
	font-size: 11pt;
	font-family: 'Caudex';
}
.bsp2 {
	margin-bottom: 15px;
}

.battleparagraph {
	padding-left: 40px;
	padding-right: 40px;
	font-family: 'ChanticleerRomanRegular';
	font-size: 22px;
}

.threadtop {
	padding-left: 40px;
}
.threadtop .battleparagraph div {
	margin-top: 20px;
	margin-bottom: 20px;
}

.actionedit {
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 50px;
	font-size: 19px;
}

.actioncombo {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 50px;
}
.battledone {
	display: inline-block;
	margin-bottom: 30px;
}
.battledone2 {
	display: inline-block;
	margin-bottom: 0px;
}
