﻿#sidebar {
	width: 270px;
	float: right;
	margin-top: 15px;
	background: #eee;
	text-align: center;
}

#sidebar .subscribe {
	margin: 10px auto;
	background-image: url('/wp-content/themes/wsg/images/feed.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	text-indent: 35px;
	background-color: #fff7d5;
	height: 48px;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	width: 250px;
}

#sidebar .subscribe a:link, #sidebar .subscribe a:visited {
	display: block;
	padding-top: 15px;
	color: #333;
}

#sidebar .adsense {
	margin: 0 10px 10px 10px;
}

#sidebar h3 {
	text-align: left;
	margin: 0 10px 5px 10px;
	padding: 0 0 1px 0;
	border-bottom: 1px dotted #c00;
	font-family: arial;
	font-size: 11pt;
	color: #333;
}

#sidebar ul {
	text-align: left;
	margin: 0 10px 10px 25px;
	padding: 0;
	font-family: Arial;
	font-size: 10pt;
}

#sidebar img {
	margin: 0 auto 10px auto
}

#sidebar .review-ads {
	border-top: 40px solid #fff;
	border-bottom: 20px solid #fff;
	padding: 0 10px;
	background: #fff;
	text-align: left;
	font-family: arial;
	font-size: 10pt;
	color: #666;
	border-left: 1px solid #eee;
}

#sidebar a:link.host, #sidebar a:visited.host {
	font-weight: bold;
	text-decoration: underline;
}

