.article {
	border: 1px solid grey;
	padding: 0;
	margin: 10px 0;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.article h1.title {
	margin: 0;
	background-color: #b5d02f;
	background-image: url(/images/article_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 10px;
	padding-top: 10px;

	font-size: 13px;
	border-bottom: 1px solid #F0EFDD;
	height: 30px;
        font-family: verdana, sans-serif;

}

.article h1.title img {
	position: relative;
	top: 5px;
	margin-right: 10px;
}

.article h1.title a {
	color: #333;
}

.article .text {
	padding: 10px;
	font-size: 0.8em;
	font-family: verdana, sans-serif;
	background-color: #f0efdd;
	background-image: url(/images/articletop_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.article cite {
	color: #666;
	background-color: #E2E0C0;
	text-align: right;
	display: block;
	font-size: 10px;
	padding-bottom: 8px;
	padding-right: 5px;
}

.article cite a {
	font-weight: bold;
	color: #80B300;
}

.article .bottom {
	background-color: #f0efdd;
	text-align: right;
	font-size: 14px;
	margin: 0;
	padding-bottom: 4px;
	padding-right: 5px;
	font-weight: bold;
}

.article .text ul {
	margin-left: 40px;
}

.article .text ul li {
	list-style-type: disc;
}

.article .text ul ul li {
	list-style-type: circle;
}

.article .text ul ul ul li {
	list-style-type: square;
}

.blizzquotewrap {
	background-color: #333;
	color: #09f;
	padding: 10px;
	margin: 10px 20px;
	font-size: 11px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.blizzquote h1, .blizzquoteheader {
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
	font-size: 11px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-image: url(/images/blizzquotesep.gif);
	background-position: bottom left;
	background-color: #333;
	border: 0;
}

.blizzquote h1 span, .blizzquoteheader span {
	background-image: url(/images/blizz_ico.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 27px;
	line-height: 21px;
	padding-left: 30px;
	display: block;
}

