/* Main Site Background Colour */
body {
background: #CCCCFF;
}
/* Border Around Site */
#container {
	border: none;
background: #fff url(/data/schools/alwoodley/images/PodSlither.gif) repeat-y;
}





#navigation {
font-size:small;
}
#navigation ul {
margin-bottom: 10px;
padding: 0px
}
#navigation ul li {
margin:0px;
margin-bottom: 3px;
}
#navigation ul li a {
display: block;
background-color: #ffffcc;
color: #68208D;
padding: 5px;
margin: 0px;
text-align: center;
font-weight: bold;
border: solid 2px #602b00;
}

#navigation ul li a:hover {
color:#ff9900;
background: #ffffcc;
text-decoration:none;
}


#navigation ul ul {
font-size:85%;
margin: 2px 0px;
padding: 0px;

}
#navigation ul ul li a {
display:block !important;
background: #ffffcc;
text-align: left;
color: #68208D !important;
font-weight:normal !important;
_margin-bottom: -11px;
_padding: -5px;
}
#navigation ul ul li a:hover {
display: block !important;
background: #ffffcc;
color:#ff9900 !important;
}
#mainChannelLink {
background: none;
color:#ffffcc;
display:block;
text-align: left;
text-indent: 5px;
padding:6px 6px;
}



/* Podcast List Colour */
.podcast {
	background-color: #ffda4c;
}

#cPodcastList {border: 3px solid #E7722C !important;}

#top-podcast-panel {border: 2px solid #5258C5 !important;}


/* Podcast List Alternate Colours */
.podcastList .alt {
	background-color: #fff372;	
} 

.podcastHeader {
	background-color: #E7722C;	
}

/* Top "Featured" Panel Colour */
#top-podcast-panel .panel, #top-podcast-panel  {
background-color: #FFFFCC;
}

.podcastHeader a, #control-top-played a, #control-top-recent a {
color: #ffc;}



/* Top "Featured" Tab Colours (Not Selected) */
#panel-controls .control {
	background-color: #5258C5;
border-left: 1px solid #FFFFCC;
}

/* Top "Featured" Tab Colours (Selected) */
#panel-controls .selected {
background-color: #FFFFCC;
}


#panel-controls a {_font-size: x-small;}


#maincontent {border: none;}

#maincontent h2 {
font-family: "Maiandra GD", "comic sans ms"; 
color: #E7722C;
margin-left: 50px;}

.subAll a, .caption{color: #F46B01;}
.subAll a:hover{color: #ffffcc;}




/*For the bottom links*/

#links a {color: #FF4500 !important;}
#footer p, #footer a {color: #FF4500 !important;}

