﻿@charset "utf-8";
#left {
	background-color: #CCCCCC;
	display: inline;
	padding: 20px;
	float: left;
	width: 135px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	height: auto;
}
#right {
	display: inline;
	padding: 20px;
	float: left;
	width: 544px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: auto;
	margin-top: 20px;
}
#left a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#left a:hover {
	font-weight: bold;
	color: #4573B3;
	text-decoration: none;
}
#right h1 {
	font-size: 110%;
	font-weight: bold;
}
#right a {
	font-weight: bold;
	color: #4573B3;
	text-decoration: none;
}
#right a:hover {
	font-weight: bold;
	color: #CB1009;
	text-decoration: none;
}
.description {
	font-size: 90%;
}
#left img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#RSS_Feed {
	padding: 10px;
	border: 2px solid #4573B3;
}
#RSS {
	width: 132px;
	margin-bottom: 20px;
	height: 130px;
	border: 2px solid #4573B3;
}
#RSS1 {
	float: none;
	font-size: 85%;
	display: inline;
}
#iTunes2 {	float: left;
	margin-left: 4px;
	font-size: 85%;
	margin-right: 7px;
}
#messages {
	font-size: 90%;
	margin-bottom: 10px;
	background-color: #4573B3;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	color: #FFFFFF;
}
.download {
	font-size: 80%;
}
.update {
	font-size: 80%;
	padding: 10px;
	border: 4px dotted #FFFFFF;
	color: #CB1009;
}
.red {
	color: #CB1009;
	font-weight: bold;
}
