/* This CSS is just for the listings/status page */

/* IMAGE BOX STYLES */
.bloodhunt { /* Bloodhunted Graphic */
	background: url(/images/listings/hunted.png) bottom center no-repeat;
}
.outlaw {
	background: url(/images/listings/outlawed.png) bottom center no-repeat;
}
.status1 {
	border: solid #2e545d 2px;
}
.status2 {
	border: solid #58622b 2px;
}
.status3 {
	border: solid #355c3c 2px;
}
.status4 {
	border: solid #473d74 2px;
}
.status5 {
	border: solid #884d40 2px;
}
.status {
	padding-top: 6px;
	font-size: 10px;
}
/* TEXT STYLING */
.blue {
	font-weight: bold;
	color: #2e7483;
}
.purple {
	font-weight: bold;
	color: #676aa3;
}
.stat1 {
	color: #2e545d;
}
.stat2 {
	color: #58622b;
}
.stat3 {
	color: #355c3c;
}
.stat4 {
	color: #473d74;
}
.stat5 {
	color: #884d40;
}
/* FONTS (pretty self-explanatory */
.font_1, .font_2, .font_3, .font_4, .font_5, .font_6, .font_7, .font_8, .font_9, .font_10, .font_11, .font_95, .font_101, .font_102, .font_103, .font_104, .font_105 {
	font-family: "SuspireFont", Arial; /* "Kindred of Las Vegas" font */
	color: #59534b;
	font-size: 30px;
}
.font_1, .font_95 {
	font-size: 40px;
	letter-spacing: 1px;
}
.font_2, .font_101 {
	font-family: "CarthianMovementFont", Arial;
	letter-spacing: -2px;
	font-size: 35px;
}
.font_3, .font_105 {
	font-family: "CircleoftheCroneFont", Arial;
}
.font_105 {
	font-size: 25px;
	letter-spacing: -1px;
}
.font_4, .font_103 {
	font-family: "InvictusFont", Arial;
	letter-spacing: 1px;
	font-size: 45px;
}
.font_5, .font_104 {
	font-family: "LanceaSanctumFont", Arial;
}
.font_6, .font_102 {
	font-family: "OrdoDraculFont", Arial;
	letter-spacing: -1px;
}
.font_102 {
	font-size: 28px;
}
.font_7 {
	font-family: "DaevaFont", Arial;
	letter-spacing: 1px;
	font-size: 35px;
}
.font_8 {
	font-family: "GangrelFont", Arial;
}
.font_9 {
	font-family: "MekhetFont", Arial;
	font-size: 35px;
	letter-spacing: 2px;
}
.font_10 {
	font-family: "NosferatuFont", Arial;
	font-size: 35px;
	letter-spacing: 2px;
}
.font_11 {
	font-family: "VentrueFont", Arial;
	font-size: 45px;
	letter-spacing: 2px;
}
