div.post {
	line-height: 1.5em;
}

div.post .b {
	font-weight: bold;
}

div.post .i {
	font-style: italic;
}

div.post .u {
	text-decoration: underline;
}



div.post .img, div.post .gal, div.post .pic, div.post .imgleft, div.post .imgright, div.post .imgcenter, div.post .imgcenter2 {
	max-width: 800px;
}



div.post .imgright {
	float: right;
	padding-left: 1ex;
}

div.post .imgleft {
	float: left;
	padding-right: 1ex;	
}

div.post .imgcenter,.imgcenter2 {
	text-align: center
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

div.post blockquote .header, div.post .spoiler .header {
	font-weight: bold;
	font-style: normal;
	color: black;
}

div.post blockquote .body {
	color: #3C3C3C;
	font-style: italic;
	border-top: 1px solid black;
	border-bottom: 1px solid black
}

div.post blockquote,.spoiler {
	margin: 8px 8px 12px 16px;
}

div.post .spoiler .body {
	color: #dddddd;
	background-color: #dddddd;
	border-top: 1px solid black;
	border-bottom: 1px solid black
}

div.post .code .body {
	font-family: Courier, monospace;;
	font-style: normal;
}

div.post pre {
	max-width: 800px;
	overflow: auto;
}

div.post .sign {
	max-width: 800px;
	overflow: auto
}

div.post .signimg {
	max-width: 800px;
	overflow: auto
}

div.post .moderator {
	margin: 4px;
	padding: 4px;
	background-color: #ff6666;
	font-weight: bold;
	display: block;
}

div.post .clearboth {
	clear: both;
	FONT-SIZE: 12px;
}

div.post .justleft {
	text-align: left;
}

div.post .twocolumn {
	column-count: 2;
	-moz-column-count: 2;
}

div.colorbox {
	text-align: center;
	margin-top: 30px;
}	

div.post ol {
	list-style-type: decimal;
	margin: 0 0 1ex 23px;	
}

div.post ul  {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 1ex 18px;
}
div.post ul ul, div.post ol ul {
	list-style-type: circle;
	margin: 1ex 0 1ex 5ex;
}
div.post ul ul ul, div.post ol ul ul  {
	list-style-type: square;
}

div.post ul li {
	margin: 0 0 1ex 0;
}

div.post .alphalist {
	list-style-type: lower-alpha;
}

div.post hr {
	margin: 1ex 0;
	border-color: #666;
}
