/* cascading style sheet for Noumeno */
/* copyright Noumeno (Lode, Jaap) */

/* all bbcode styles */

/* [b] */
.bbc-b {
	font-weight: bold;
}
/* [i] */
.bbc-i {
  font-style: italic;
}
/* [u] */
.bbc-u {
  text-decoration: underline;
}
/* [small] */
.bbc-small {
	font-size: smaller;
}
/* [h] */
.bbc-h {
}
.bbc-h-center {
	text-align: center;
}

/* [link] */
.bbc-link {
}
/* [url] */
.bbc-url {
	text-decoration: underline !important;
}

/* [img=] */
.bbc-img {
	padding: 1px;
	border: 1px solid #AAA;
}
.bbc-img-box {
	width: 200px;
	margin: 0 0 0.25em 0;
}
.bbc-img-left {
	float: left;
	/*margin: 1em 0.5em 1em 0;*/
	margin: 0 0.5em 0.25em 0;
	font-size: medium;
}
.bbc-img-center {
 	margin: 0 0.5em 0.25em 0.5em;
 	text-align: center;
	font-size: medium;
}
.bbc-img-right {
	float: right;
	/*margin: 1em 0 1em 0.5em;*/
	margin: 0 0 0.25em 0.5em;
	font-size: medium;
}
.bbc-img-none {
	float: none;
	margin: 0.5em;
	font-size: medium;
}
.bbc-img-desc {
	font-size: x-small;
	text-align: center;
}

/* [quote] */
.bbc-quote {
	color: #444;
	text-align: center;
}
