/****************************
  Section-wide Settings
****************************/

a:hover { /*link hover*/
	background-color: #e2e029;
}

div#content-container { /*spotlight column background*/
	background-color: #e2e029;
}

div#header h1 { /*sets the coloured circle image*/
	background-image: url(/_images/professional-development/circle.gif); 
}

ul#global-nav li.current { /*main-navigation*/
	background: url(/_images/professional-development/nav-active.gif) center left no-repeat;
}

#sub-nav-container .sub-nav li.current a.link,
#sub-nav-container .sub-nav li.current a.link-multiline {
	background-color: #e2e029;
	border-color: #e2e029;
	border-left: 40px solid #e2e029;
	background-position: center left;
}

a#sub-nav-introduction { /*sub-nav nodes*/
	background-image: url(/_images/professional-development/sub-nav/introduction.gif);
}
a#sub-nav-maker-development {
	background-image: url(/_images/professional-development/sub-nav/maker-development.gif);
}
a#sub-nav-for-curators {
	background-image: url(/_images/professional-development/sub-nav/for-curators.gif);
}
a#sub-nav-education {
	background-image: url(/_images/professional-development/sub-nav/education.gif);
}
a#sub-nav-buying-and-selling-craft {
	background-image: url(/_images/professional-development/sub-nav/buying-and-selling-craft.gif);
}
a#sub-nav-research-and-information {
	background-image: url(/_images/professional-development/sub-nav/research-and-information.gif);
}
.primaryBannerImage {
	background-image: url(/_images/professional-development/banners/home.jpg);
}

/****************************
  Section Blocks
****************************/

.textBoxLink .listDescription {
	margin: 0;
	min-height: 121px;
}
.diffWidth .listDescription {
	margin: 0;
	min-height: 98px;
}


/**********************************
Craft Curator Days
**********************************/
ul#speakersListing .downloadBlock
{
	margin-top: 20px;	
}

ul#speakersListing li div.leftBox,
ul#speakersListing li div.rightBox
{
	margin-top: 10px;	
}

form#craftcuratordays_filter #listFilter
{
	background-color:white;
	padding:0px 0px 20px;
}

form#craftcuratordays_filter #listFilter li
{
	float:left;
	margin-right:10px;
}

form#craftcuratordays_filter #listFilter label
{
	float:left;
	padding-bottom:3px;
}

form#craftcuratordays_filter #listFilter select
{
	width:130px;
	clear:both;
	float:left;
}

form#craftcuratordays_filter #listFilter button
{
	float:left;
	margin-top:1.3em;
}

.video_details
{
	display: none;
}
