
/*=====================================================================
// Blog
//===================================================================*/

.blog-header {
	font-family: Old English, "Times New Roman", Times;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	color: #585348;
	line-height: 14pt;
	letter-spacing: -.5px;
	margin: 20px 0px 20px 0px;
	text-decoration: none;
}

#blog-content {
	width: 820px;
	overflow: hidden;
}

#blog-menu p h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	line-height: 12pt;
	color: #FFFFFF;
}

#blog-menu a {
	color: ec008c;
	text-decoration: none;
}

#blog-content a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ec008c;
	line-height: 12pt;
	text-decoration: none;
}

#blog-content a:hover {
	color: ec008c;
	text-decoration: underline;
}

/*=====================================================================
// Pagination
//===================================================================*/

#pagination .current {
	float: left;
	text-align: center;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	text-decoration: underline;
	width: 19px;
	height: 19px;
}

#pagination .page {
	float: left;
	text-align: center;
	width: 19px;
	height: 19px;
}

#pagination a {
	text-decoration: none;
}

#pagination img {
	float: left;
}