/* Scheduled Styles for Connexions Norfolk Websites - November 2006 
==============================================================================*/

h1,h2,h3,.SubHeading, .Heading {color: #691D94;}

/* System Navigation - scheduled parts
==============================================================================*/

#back {background: url(../images/style/body_full_pur.gif) center top ;}
#wrap {	background: url(../images/style/head_full_pur.gif) center top ;	}
#header {	background: url(../images/style/head_760_pur.gif);	}

/* Main Content Layout - Schedule
==============================================================================*/

#mainbody {	background: url(../images/style/mainb_pur.gif);	}
	#rightside .title01 h2 {		background: url(../images/right/right_pur_02.gif) no-repeat;		}
	#rightside .title03 h2 {		background: url(../images/right/right_pur_04.gif) no-repeat;		}
	#rightside .title04 h2 {		background: url(../images/right/right_pur_05.gif) no-repeat;		}
	#rightside .title05 h2 {		background: url(../images/right/right_pur_06.gif) no-repeat;		}
	#rightside .title06 h2 {		background: url(../images/right/right_pur_07.gif) no-repeat;		}
	#rightside .content {		background: url(../images/right/right_pur_08.gif) bottom;		}
	#rightside .title02 h2 {		background: url(../images/right/news_pur_01.gif) no-repeat;		}
	#rightside .contentnews {		background: url(../images/right/news_pur_02.gif) bottom;		}
	#rightside .singlelink {		background: url(../images/right/right_pur_01.gif);				}	
	#leftside {		width: 547px;		background: url(../images/style/logo_lip.gif) top right no-repeat;		}	

#foot_full {	background: url(../images/style/foot_full_pur.gif)  center top ;		}
#footer {	background: url(../images/style/foot_pur.gif) no-repeat;	}

/* Adverts - Schedule
==============================================================================*/

#adverts {background: url(../images/right/advert_pur.gif);	}

<!-------------------------VIDEO STUFF --------------------------------------------->
/* player and playlist go side by side */
#player, #playlist {float:left;	margin-right:20px; }

/* player dimensions */
#player, #player img {
	display:block;				
	width:300px;
	height:240px;
	border:0px;	}
#playlist {width:150px;		}

/* overlay play button */
div.play {
	background:url(../img/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-140px;
	left:125px;	
	opacity:0.9;
	margin-bottom:-50px;
}

div.play:hover {opacity:1.0;}


/* playlist entry */
#playlist a {
	background:url(../img/block.jpg) no-repeat;
	width:150px;
	height:68px;
	display:block;
	text-decoration:none;
	color:#333;		
}

#playlist p {
	font-size:11px;
	width:130px;
	padding:8px 0 0 12px;
	margin:0px;		
}

#playlist p.time {
	padding-top:0px;
	color:#777;
	margin-top:5px;
} 


/* entry stages: normal, hover, playing, paused */
#playlist a:hover {
	background-position:0 -68px;	
}

#playlist a.playing, #playlist a.paused {
	color:#000;	
}

#playlist a.playing {
	background-position:0 -136px;		
}

#playlist a.paused {
	background-position:0 -68px;	
}


/* Learning Styles Menu (copy of hyc/library) */

.learningstyles {height:600px; position:relative; margin-top: 5px;}
.learningstyles .left, .learningstyles .right  {position:absolute;}
.learningstyles .left {left:50px;}
.learningstyles .right {left:275px;}
.learningstyles .three {top: 200px;}
.learningstyles .four {top: 200px;}
.learningstyles .five{top:400px; left:158px;}

.learningstyles a {
	display: block;
	height: 122px;			 /*  -----height and width = height minus padding top x width minus padding left!!!!   */
	width: 155px;
	overflow: hidden;
	background-position: center top; 
	font-family: Impact, Verdana, sans-serif;
	text-indent:-5000px;
	font-weight:normal;
	font-size: 16px;
	color:#FFFFFF;
	padding: 48px 0 0 32px;}

.learningstyles .one a 		{background: url("http://talkaboutyou.org/images/learningstyles/activist.jpg") no-repeat;}
.learningstyles .two a		{background: url("http://talkaboutyou.org/images/learningstyles/pragmatist.jpg") no-repeat;}
.learningstyles .three a 	{background: url("http://talkaboutyou.org/images/learningstyles/reflector.jpg") no-repeat;}
.learningstyles .four a 	{background: url("http://talkaboutyou.org/images/learningstyles/theorist.jpg") no-repeat;}
.learningstyles .five a 	{background: url("http://talkaboutyou.org/images/learningstyles/adaptible.jpg") no-repeat;}

.learningstyles .one a:hover, .learningstyles .two a:hover, .learningstyles .three a:hover, .learningstyles .four a:hover, .learningstyles .five a:hover {background-position: 0 -167px; color:#125df6;} 
.supertitle {font-size:36px;}