/* BLOGADS STYLESHEET */
div.blogads-container {
	border: solid 1px #cccccc;
}
div.blogads-placeholder {
}
div.adspot_head { /* This is where it says Ads by Blogads at the top. */
	border-bottom: solid 1px #cccccc;
	background-color: #e6e6e6;
	font-size: .8462em; /* (11px) */
	text-align: center;
	padding: 2px;
	margin: 0px;
	color: #000000;
}
div.adspot_content ul { /* This is the container that surrounds the entire strip of ads */
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
	font-size: inherit;
	text-align: left;
	position: relative;
}
div.adspot_content ul li { /* This is the container that surrounds each ad individually */
	text-align: center;
	display: block;
	border-bottom: solid 1px #cccccc;
	font-size: inherit;
	padding: 9px;
	margin: 0px;
	text-indent: 0px;
}
span.adspot_adhead { /* This is the title of each blogad */
	font-size: 1.3077em; /* (17px)  */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	text-align: left;
	padding: 0px;
	margin-bottom: 5px;/* border-bottom: solid 1px #cccccc; */
}
a.adspot_adurl { /* This is the link surrounding the image */
	display: block;
	text-align: center;
	border: none;
	margin: 0px;
}
a.adspot_adurl img { /* This is the image */
	text-align: center;
	margin: 0px auto 0px auto;
	border: none;
}
span.adspot_adtext { /* This is the block of text in the ad */
	display: block;
	font-size: .8462em; /* (11px) */
	padding: 5px 0px 5px 0px;
	text-align: left;
}
span.adspot_adtext a { /* This is links inside the block of text */
	display: inline;
}
div.adspot_adurl { /* This is the bottom of the ad where it says Read more... */
	text-align: center;
	font-size: .8462em; /* (11px) */
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
div.adspot_adurl a {
	color: #e60000;
}
span.blogad_rss_ad { /* This is the container for headlines in the LIBERAL HIVE BOX */
	display: block;
}
span.blogad_rss_ad ul {
	border: none;
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
	font-size: inherit;
	text-align: left;
}
span.blogad_rss_ad ul li { /* This surrounds each headline in the LIBERAL HIVE BOX */
	display: block;
	border: none;
	font-size: inherit;
	padding: 4px 0px 4px 0px;
	margin: 0px;
	text-indent: 0px;
	text-align: left;
}
div.adspot_link { /* This is the place at the bottom where it says Buy a Blogad */
	margin: 0px;
	padding: 2px;
	background-color: #e6e6e6;
	text-align: center;
	font-size: .8462em; /* (11px) */
}
div.adspot_link a.adspot_link {
	color: #000000;
	text-decoration: none;
}
div.adspot_link a.adspot_link:hover {
	text-decoration: underline;
}
