﻿/** Blog List **/
ul.sf_postListing
{
	margin: 0;
	padding: 0;
}

ul.sf_postListing li
{
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #ccc;
}

ul.sf_postListing h2.sf_postTitle
{
	margin: 0;
	padding: 0 0 10px 0;
}


/** Blog Archive Control **/
.rtUL
{
	padding: 10px 0 10px 0;
}

.rtUL .rtLI
{
}

.rtUL .rtLI a
{
	background-color:Transparent !important;
	color: #FFF !important;
	font-size:16px !important;
	border:none;
}

.rtUL .rtLI a:hover
{
	background-color: Transparent;
	background-image: none;
	border:none;
	text-decoration: underline;
}

.rtUL .rtLI a:selected
{
	background-color: Transparent !important;
	border: none;
	text-decoration: underline;
}

/** Hover **/
.rtHover
{
	background-color: Transparent;
	background-image:none !important;
}


/** Below First Level Items **/
.rtUL .rtLI .rtUL .rtLI a
{
	background-color:Transparent !important;
	color: #FFF !important;
	font-size:16px !important;
	border:none;
}

.rtUL .rtLI .rtUL .rtLI a:hover
{
	background-color: Transparent;
	background-image: none;
	border:none;
	text-decoration: underline;
}

.rtUL .rtLI .rtUL .rtLI a:selected
{
	background-color: Transparent;
	border: none;
	text-decoration: none;
}

