/* Shared Text Formatting; Shared by Recent/Latest posts by deafult! */
.recent-boardname {
	font-weight: bold;
	font-size: 110%;
	color: #efaf02;
	margin-right: 2px;
}

.recent-postcontents {
	font-size: 95%;
}

.recent-postexcerpt {
	 font-style: italic; 
}

/* Board List */
#boardlist-wrapper {
	width: 800px;
	border: #7eb8e3 2px solid;
	margin-bottom: 10px;
	margin-top: 5px;;

}

#boardlist-title {
	background: #7eb8e3;
	margin-bottom: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 3px;
	font-size: 125%;
	font-weight: bold;
	color: white;
}

#boardlist-content {
	padding-left: 10px;
}

.boardlist-category {
	float: left;
	width: 196px;
	padding-bottom: 10px;
}

.boardlist-category-title {
	font-weight: bold;
	font-size: 110%;
	color: #739400;
}

.boardlist-category  ul {
	padding-left: 25px;
	margin-top: 2px;
	margin-bottom: 0px;
}

.boardlist-board {
	list-style-image:url("../images/bullet.png");
	list-style-type: square;
}

/* Recent Images */

#recentimages-wrapper {
	width: 335px;
	border: #7eb8e3 2px solid;
	margin-bottom: 5px;
	float: left;
	padding-bottom: 10px;

}

.recentimages-image {
	margin-bottom: 5px;
}

.recentimages-image img {
	border: 2px #efaf02 solid;
}

.recentimages-image img:hover {
	border: 2px #1b74b7 solid;
}

#recentimages-title {
	background: #7eb8e3;
	margin-bottom: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 3px;
	font-size: 125%;
	font-weight: bold;
	color: white;
}

#recentimages-content {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

/* Latest Posts */

#latestpost-wrapper {
	width: 455px;
	border: #7eb8e3 2px solid;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
	padding-bottom: 10px;
	
}

#latestpost-title {
	background: #7eb8e3;
	margin-bottom: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 3px;
	font-size: 125%;
	font-weight: bold;
	color: white;
}

#latestpost-content {
	padding-left: 10px;
	padding-right: 10px;
}

.latestpost-post {
	margin-bottom: 5px;
}

/* Popular Posts */

#popularpost-wrapper {
	width: 455px;
	border: #7eb8e3 2px solid;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
	padding-bottom: 10px;
	
}

#popularpost-title {
	background: #7eb8e3;
	margin-bottom: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 3px;
	font-size: 125%;
	font-weight: bold;
	color: white;
}

#popularpost-content {
	padding-left: 10px;
	padding-right: 10px;
}

.popularpost-post {
	margin-bottom: 5px;
}

/* Front Page Stats */

#stats-wrapper {
	width: 455px;
	border: #7eb8e3 2px solid;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
	padding-bottom: 10px;
	
}

#stats-title {
	background: #7eb8e3;
	margin-bottom: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 3px;
	font-size: 125%;
	font-weight: bold;
	color: white;
}

#stats-content {
	padding-left: 10px;
	padding-right: 10px;
	
}

.stats-type {
	color: #1b74b7;
	font-weight: bold;
}
	
.stats-data {
	color: #7eb8e3;
}
