/*
 * Rate Rush - Tier 2 Stylesheet : Blog
 * ----------------------------
 * By: Harry Maugans
 */

a.glossaryLink {
	text-decoration: none;
	border-bottom: 1px dotted;
}

a.bankLink {
	text-decoration: underline;
}

a.siteLink {
}

.articleImageCreditLine {
	border-top: 1px solid #EEE;
	margin-top: 10px;
	padding-top: 4px;
	font-size: 8pt;
	color: #777;
	font-weight: normal;
}

.articleTitle {
	font-family: Georgia, Times New Roman;
	font-size: 25pt;
}
.articleMeta {
	font-size: 9pt;
	border-bottom: 1px solid #EEE;
	padding: 4px 0 10px 0;
	margin-bottom: 10px;
}
.category_articleTitle {
	font-family: Georgia, Times New Roman;
	font-size: 22pt;
}
.category_articleFooter {
	text-align: right;
	font-weight: bold;
	padding: 0 10px 16px 0;;
}
.breadcrumbWrapper {
	display: block;
	margin: 10px 0 15px 0;
}
.breadcrumbBase {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-color: #FFF;
	padding: 4px 6px;
	border: 2px solid #AEC6DE;
}
.breadcrumbPoint {
	position: relative;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	padding: 4px 19px 4px 6px;
	border-top: 2px solid #AEC6DE;
	border-bottom: 2px solid #AEC6DE;
}
.breadcrumbPoint span.pointImg {
	position: absolute;
	display: block;
	height: 27px;
	width: 13px;
	background: #BDD9F1 url('/images/breadcrumb-point.gif') no-repeat scroll top left;
	right: -2px;
	top: -2px;
}
.rssRight {
	float: right;
	padding: 14px 1px 0 0;
}
.rssRight a {
	padding-right: 20px;
	font-size: 10pt;
	font-weight: bold;
	color: #444;
	background: transparent url('/images/RSS-16.gif') no-repeat scroll right center;
}
.rssTransIcon {
	padding-top: 4px;
}
.rssTransIcon a {
	background: transparent url('/images/RSS-16-small.gif') no-repeat scroll right center;
}
.articleContent ul {
	margin: 0 0 0 28px;
}

