/* CSS Document */

body 
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align:center;
	background-color: #000000;
	background-position: center;
}

body a:link 
{
	text-decoration: none;
	color: #000000;
}

body a:visited 
{
	text-decoration: none;
	color: #000000;
}

body a:hover 
{
	text-decoration: underline;
}

body a:active 
{
	text-decoration: none;
}

.container 
{
	background-color: #000000;
	width: 800px;
	text-align: center;
}

h1
{
	font-size:1.5em;
	padding-top:5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}

h2
{
	font-size:1.3em;
	margin-bottom: 32px;
	padding-right: 70px;
	padding-left: 70px;
	margin-top: 32px;
}

h4
{
	font-size:1.1em;
}

.logo
{
	text-align:center;
	background:#000000;
	width:auto;
}

.colourstrip
{
	clear:both;
	background-color:#000000;
	background-repeat:no-repeat;
	background-image:url(/podcast/images/colourStrip.jpg);
	background-position:center;
	height:4px;
}

.contentplain
{
	text-align:left;
	font-size:0.8em;

}

.footer
{
	clear:both;
	background-color:#333333;
	width:auto;
	height:20px;
	color:#000000;
	font-weight:bold;
	font-size:0.8em;
	text-align:center;
	background-image: url(/podcast/images/footer.jpg);
}

.footer a:link, .footer a:link visited
{
	color:#000000;
	text-decoration:none;
}

.footer a:hover
{
	text-decoration:underline;
}

ul {
	margin-left: .5em;
	padding-left: .5em;
	line-height: 1.5em;
}

.border
{
	border: thin solid #ec008c;
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 100px;
	background-attachment: scroll;
	background-image: url(/podcast/images/podcasts_icon.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-right: 50px;
	margin-left: 50px;

}

.spacer
{
	background-color: #000000;
	height: 20px;
	width: 800px;

}

.title
{
	font-size:1.6em;
	font-weight: bold;

}

.help
{
	font-size:1.2em;
	font-weight: normal;
	text-align: right;
	padding-top: 5px;
}

.help a:link 
{
	text-decoration: none;
	color: #EC008C;
}

.help a:visited 
{
	text-decoration: none;
	color: #EC008C;
}

.help a:hover 
{
	text-decoration: underline;
}

.help a:active 
{
	text-decoration: none;
}