/* CSS Document */

/* ---------------------------------------------------------------------------------------------------------------------------------
--	Topic styles
--------------------------------------------------------------------------------------------------------------------------------- */
.topic {
	background-size: 100% 100%;
	width: 100%;
	margin-top: .5em;
}

.topic.article {
	color: #F00;
	font-style: oblique;
	font-weight: bold;
	font-size: 1.2em;
}

.topic.box {
	border: 1px solid #FFF;
	padding: 1em;
	margin-top: 1em;
}

.topic.img {
	padding: 0%;
	width: 100%;
}

.topic.banner {
	font-size: 2.5em;
	font-style: oblique;
	color: #FF0;
	margin: 0em;
	text-align: center;
	font-weight: bold;
	font-family: "Bradley Hand ITC", "Bauhaus 93", "Times New Roman";
}

.topic.title {
	font-size: 1.3em;
	font-style: oblique;
	color: #F00;
	margin: 0em;
	text-align: center;
	font-weight: bold;
}

.topic.article {
	font-size: 1.25em;
	font-style: oblique;
	font-weight: bold;
	color: #F00;
	margin: 0px;
}

.topic.section {
	font-size: 1.1em;
	font-style: oblique;
	margin: 0em;
	font-weight: bold;
}

.topic.subtitle {
	margin: 0em;
	font-style: italic;
}

.topic.header {
	font-size: 1.3em;
	color: #FFF;
	font-style: oblique;
	font-weight: bold;
}
