/* This is the CSS file for the podcast page for www.salcalanni.com */

table td.pod_top {
	width: 850px;
	height: 592px;
	border: 0;
	margin: 0;
	padding: 0;
	background-image: url(style_images/new_pod_img_top.jpg);
	background-repeat: no-repeat;
	background-position: top left
}

table td.pod_bottom_left {
	width: 666px;
	height: 76px;
	border: 0;
	margin: 0;
	padding: 0;
	background-image: url(style_images/new_pod_img_bottom_left.jpg);
	background-repeat: no-repeat;
	background-position: top left
}

table td.pod_bottom_right {
	width: 184px;
	height: 76px;
	border: 0;
	margin: 0;
	padding: 0;
	background-image: url(style_images/new_pod_img_bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: top left
}

table td.pod_text_left {
	width: 460px;
	border: 0;
	margin: 0;
	padding: 0;
}

table td.pod_text_center {
	width: 110px;
	border: 0;
	margin: 0;
	padding: 0;
        background-image: url(style_images/itunes_icon.jpg);
	background-repeat: no-repeat;
	background-position: center left
}

table td.pod_text_right {
	width: 280px;
	border: 0;
	margin: 0;
	padding: 0;
}

table td.pod_donate_spacer_1 {
	width: 380px;
	border: 0;
	margin: 0;
	padding: 0;
}

table td.pod_donate_spacer_2 {
	width: 470px;
	border: 0;
	margin: 0;
	padding: 0;
}

a.podlk {
	margin-top: 5px;
	margin-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #cc0000
}

a.podlk:link a.podlk:visited {
	color: #cc0000
}

a.podlk:hover {
	color: #ff2200
}

p.podpar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #cc0000;
        text-align:center;
        max-width:460px;
        margin: 15px 25px 15px 35px
}

p.podparDonate {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #cc0000;
        text-align: center;
        max-width: 500px;
        margin: 15px 125px 10px 175px
}

p.podinstruct {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.6em;
	color: #cc0000;
        text-align:center;
        max-width:280px;
        margin: 15px 0px 15px 5px
}

p.podinstruct_rss {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.6em;
        font-style: italic;
	color: #cc0000;
        text-align: center;
        max-width: 280px;
        margin: 15px 0px 15px 5px
}