@charset "UTF-8";

/* Background */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url("../_images/podcast_background.png");
	background-position:center;
	background-repeat:repeat;
	background-attachment:fixed;
}


/* Special Linkage for podcasts.html */

	/* RED */
	#mainContent #rationale a.RedPodcast:link {color: #fad;font-size: 1.0em; font-weight: 700; text-decoration:none;}
	#mainContent #rationale a.RedPodcast:visited {color: #fad;font-size: 1.0em;}
	#mainContent #rationale a.RedPodcast:hover {color: #fff; font-weight: 900;font-size: 1.0em;}
	#mainContent #rationale a.RedPodcast:active {color: #8df;font-size: 1.0em; font-weight: 700;}

	/* WHITE */
	#mainContent #rationale a.WhitePodcast:link {color: #fff;font-size: 1.0em; font-weight: 700; text-decoration: none;}
	#mainContent #rationale a.WhitePodcast:visited {color: #fff;font-size: 1.0em;}
	#mainContent #rationale a.WhitePodcast:hover {color: #fad;font-weight: 900;font-size: 1.0em;}
	#mainContent #rationale a.WhitePodcast:active {color: #8df;font-size: 1.0em; font-weight: 700;}

	/* BLUE */
	#mainContent #rationale a.BluePodcast:link {color: #8df;font-size: 1.0em; font-weight: 700; text-decoration: none;}
	#mainContent #rationale a.BluePodcast:visited {color: #8df;font-size: 1.0em;}
	#mainContent #rationale a.BluePodcast:hover {color: #fad; font-weight: 900;font-size: 1.0em;}
	#mainContent #rationale a.BluePodcast:active {color: #fff;font-size: 1.0em; font-weight: 700;}

/* Linkage for RSS feed */
	#sidebar1 #podcasts a.Feed:link {color: #fa601d;font-size: 1.0em; font-weight: 700; text-decoration:none;}
	#sidebar1 #podcasts a.Feed:visited {color: #fa601d;font-size: 1.0em;}
	#sidebar1 #podcasts a.Feed:hover {color: #fff; font-weight: 900;font-size: 1.0em;}
	#sidebar1 #podcasts a.Feed:active {color: #f00;font-size: 1.0em; font-weight: 700;}


span.Striker_Frame {
	float:right;
	padding: 0.3em;
	background-color:#79A876;
	border-style:solid;
	border-width:0.2em;
	border-color:#79A876;
	margin-left:100%;
	margin-top:none;
	margin-bottom:1em;
	clear: left;
	cursor:pointer;
}
