

ul.threadentry {
}

li.thread {
	list-style-type: circle;
}

.dimmedtext {
	color: #555555;
}

h1 {
	clear: left;
}

.divider1
{
	max-width: 510px;
	background-image: url(../img/divider1.png);
}

.divider2
{
	max-width: 510px;
	background-image: url(../img/divider2.png);
}

.nofloat
{
	float: none;
	clear: all;
}

/*
.threadentry {
	background-repeat: no-repeat;
	background-size: 100%;

	padding-top: 40px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	margin: 8px;
	font-size: 1.4em;
}
*/
.threadentrytop {
	padding-top: 10px;
}
.dmentry {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'ChanticleerRomanRegular';
	font-size: 1.14em;
}
.dmpostentry {
	font-size: 1.18em;
	padding-top: 5px;
}

.notification {
	margin: 2px;
	color: #404040;
	background-color: #eeeeee;
	font-size: 13pt;
	padding-left:6px;
	padding-right:6px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 10px;
	font-family: 'Caudex';
}
.storypanel {
	border: 3px solid #53554e;
	background-image: url(/img/storybg.png);
	padding: 20px;
	/*
	width: 510px;
	*/
	padding-bottom: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.dmnotes {
	margin-bottom: 30px;
	border: 0px;
	font-size: 11pt;
	padding: 10px;
	border-radius: 10px;
}
.notifyclose {
	position: relative;
	float: right;
	display: inline-block;
	height: 10px;
	width: 10px;
	cursor: pointer;
	opacity: 0.5;

	background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='10' height='10'> <line x1='1' y1='1' x2='9' y2='9' style='stroke:%23888;stroke-width:1.5' /> <line x1='1' y1='9' x2='9' y2='1' style='stroke:%23888;stroke-width:1.5' /> </svg>");
}
.notifyclose:hover {
	opacity: 1;
}
/*
.notifyclose:after {
	content: 'x';
	position: absolute;
	left: 2px;
	top: -3px;
	font-size: 8pt;
	font-family: 'Caudex';
}
*/
.entrylinks {
	font-size: 12px;
	padding-left: 10px;
}
.entrylinks a {
	padding-left: 5px;
}
.entry {
	font-family: 'Caudex';
	font-size: 18px;
	margin-left: 20px;
}
.donebutton {
	margin-top: 10px;
	display: inline-block;
}
