.jumbotron h1{
	font-weight: bold;
	text-shadow: 5px 5px 8px #FF0000;
	font-style: italic;
}

.jumbotron p {
	text-indent: 2em;
}

.jumbotron h2 {
	color: #FF0000;
	font-weight: bold;
}

.article-list-item {
	background: #EEEEEE;
	padding: 10px;
	margin-bottom: 10px;
	border: #CCCCCC solid 1px;
	box-shadow: 1px 1px 5px #D9EDF7;
	border-radius: 5px;
}

.article-list-item .title {
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.article-list-item .info {
	color: #999999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.topic-list-item {
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: #1B6D85 solid 2px;
}

.topic-list-item .title {
	color: #419641;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.footer {
	background: #CCCCCC;
	opacity: .8;
	text-align: center;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.footer p {
	height: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #000000;
	display: inline;
}

.article-title {
	line-height: 1.2;
}

.status {
	color: #999999;
}

.status .label {
	opacity: .8;
}

.article-content {
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.5;
}

.comment-list-item {
	background: #EEEEEE;
	padding: 10px;
	margin-bottom: 10px;
	border: #CCCCCC solid 1px;
	box-shadow: 1px 1px 5px #D9EDF7;
	border-radius: 5px;
}

.comment-list-item .info {
	font-weight: bold;
}

.comment-list-item .info small {
	margin-left: 10px;
	color: #888888;
}

.comment-list-item .content {
	text-indent: 1em;
	padding-top: 10px;
}

.content {
	max-width: 450px;
	background: #EEEEEE;
	padding: 10px 20px;
	border: #DDDDDD solid 1px;
	border-radius: 3px;
	box-shadow: 2px 2px 10px #EEEEEE;
}

.bottom {
	background: #EEEEEE;
	max-width: 450px;
	padding: 10px;
	margin-top: 20px;
	border: #DDDDDD solid 1px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.h1 {
	font-weight: bold;
}
