@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000;
	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: #fff;
}



p {
	color: #ccc;
	margin-bottom: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top:0px;
}


h1 {
	color: #D72229;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 40px;
	margin-top: 6px;
	text-align: left;
	font-weight: normal;
}

h4{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3f3f3f;
	padding-bottom: 12px;
	clear: both;
	font-size: 20px;
	line-height: 20px;
	color: #D72229;
	font-weight: normal;
	margin-bottom: 12px;
	}
	
h3 {
	font-size: 16px;
	font-weight: lighter;
}


h5 {
	font-size:13px;
	font-weight:bold;
	color: #CF131A;
	text-align:center;
	}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}




.twoColFixLt #container {
	width: 976px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/intro/header_title.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	padding-top: 15px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(../images/intro/sidcol_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.twoColFixLt #mainContent {
	float: right;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 20px;
	padding-left: 14px;
	width: 604px;
	margin-top: 210px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.introbox {
	background-image: url(../images/programmes_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 10px;
}
.introbox img {
	border: 1px solid #FFF;
}
.introbox h1 {
	font-size: 18px;
	color: #FFF;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}
#join {
	height: 80px;
	width: 80px;
	position: absolute;
	top: 86px;
	right: -34px;
	z-index:4;
}

#link {
	height: 180px;
	width: 590px;
	position: absolute;
	top: 20px;
	right: 30px;
	z-index:2;
}
#sidebar1 h2 {
	font-size: .9em;
	line-height: 1.8em;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#sidebar1 a {
	color: #FFF;
	
}
#sidebar1 a:hover {
	text-decoration: underline;
}
.programmesList h1 {
	font-size: 18px;
	line-height: 22px;
	color: #6F0AC4;
	letter-spacing: 1px;
	text-align: left;
}

img.leftimg {
	float: left;
	border: 1px solid #ffffff;
	padding: 1px;
	margin-right: 12px;
	margin-bottom: 10px;
	background-color: #ffffff;
}


/* begin styles for RSS Feed */

.rss-box {
	 
	 width: 270px;

}
.rss-items {
	margin-top:0px;
	padding:0.5em;
	margin-left:0px;
	font-size: 12px;

}
p.rss-title {padding:0.5em;}

.rss-title {

	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
    margin-bottom: 1px;
	
}

.rss-item  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ccc;
	list-style:none;
	padding-bottom:1.15em;
	line-height: 1.6em;
}

.rss-box a {
	text-decoration : none;
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: lighter;
	background-image: url(../images/channelicon.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	}
	

.rss-date {
	font-size: 85%;
	font-weight : normal;
	} 


/* Left column buttons */



.cssbutton{
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:87%;
	text-align: right;
	height: 46px;
	width: 228px;
	padding-top: 12px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 6px;
	line-height: 48px;
	background-image: url(../images/intro/grey_but.png);
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
	
	background-image: url(../images/intro/red_but.png);
}

.cssbutton:active{
color: black;
}

