/* Home Page */
#mainContainer
{
  width: 85%;
  margin: 0 auto 0 auto;
  background-color: #000000; /* Black */
  color: #FFF0F5; /* LavenderBlush */
  line-height: 130%;
}
#mainTop
{
  padding: .2em 0em .5em 0em;
  border-bottom: 1px solid gray;
}
#mainLeftnav
{
  float: left;
  width: 160px;
  margin: 0;
  padding: 1em;
}
#mainContent
{
  margin-left: 200px;
  border-left: 1px solid gray;
  padding: 1em;
}
#mainFooter
{
  clear: both;
  margin: 0;
  padding: .2em;
  border-top: 1px solid gray;
  font-size: 8pt;
  font-family: Verdana;
  color: #EEE8AA; /* PaleGoldenRod */
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-align: center;
}
#mainLeftnav p { margin: 0 0 1em 0; }
#mainContent h2 { margin: 0 0 .5em 0; }

body
{
  background-color: #000000; /* Black */
}

.homeFloatRight
{
  float: right;
  margin: 0 0 10px 10px;
  clear: right;
}

.learnFloatRight
{
  float: right;
  margin: 20px;
}

.learnFloatLeft
{
  float: left;
  margin: 20px;
}

/* General CSS Classes */
#titleText
{
  margin: 0px 100px 0px 100px;
  font-family: times;
  font-size: 28pt;
  color: #FF0000; /* Red */
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  text-align: center;
}

#pageHeadingText
{
  float: left;
  padding-top: 0;
  text-transform: none;
  text-align: left;
}
/* #FFFF00 = Yellow */
#pageHeadingText h6 { margin: 0 0 0 0; color: #FFFF00 ; font-family: Arial; font-weight: normal; font-size: 16pt;}

div#navlistDiv
{
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
}
ul#navlist
{
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #FF8C00; /* DarkOrange */
  font-style: normal;
}
ul#navlist li
{
  display: inline;
}
ul#navlist li a
{
  width: 5em;
  color: #FF4500; /* OrangeRed */
  padding: 0.2em 1em;
  font-family: Arial;
  text-align: center;
  text-decoration: none;
  border: 1px solid gray;
}
ul#navlist li a:hover
{
  color: #FFFF00; /* Yellow */
}

/* #FF1493 = DeepPink, #FF00FF = Fuchsia */
a.linkGen:link {font-family: Arial; font-size: 10pt; color: #FF00FF; font-weight: normal; font-style: normal; text-transform: none ;text-align: center;}
a.linkGen:visited {font-family: Arial; font-size: 10pt; color: #FF00FF; font-weight: normal; font-style: normal; text-transform: none ;text-align: center;}
a.linkGen:hover {font-family: Arial; font-size: 10pt; color: #FF1493 ; font-weight: normal; font-style: normal; text-transform: none ;text-align: center;}
a.linkGen:active {font-family: Arial; font-size: 10pt; color: #FF00FF; font-weight: normal; font-style: normal; text-transform: none ;text-align: center;}

.paraHdText
{
  font-size: 12pt;
  font-family: Verdana;
  color: #FF00FF; /* Fuchsia */
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-align: left;
}
h1
{
  font-size: 12pt;
  font-family: Verdana;
  color: #FF00FF; /* Fuchsia */
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-align: left;
  margin-top: .1em;
  margin-bottom: .1em;
}
h2#currentWorkshop
{
  font-size: 12pt;
  font-family: Verdana;
  color: #FFFF00; /* Yellow */
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-align: left;
  margin-top: .1em;
  margin-bottom: .1em;
}

.paraText
{
  font-size: 9pt;
  font-family: Verdana;
  color: #EEE8AA; /* PaleGoldenRod */
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-align: left;
}
p
{
  font-size: 9pt;
  font-family: Verdana;
  color: #EEE8AA; /* PaleGoldenRod */
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-align: left;
  margin-top: .1em;
}

.photoCaption {
  font-size: 9pt;
  font-family: Verdana;
  color: #EEE8AA; /* PaleGoldenRod */
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}

.downloadHdText {
  font-size: 12pt;
  font-family: Verdana;
  color: #FF0000; /* Red */
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-align: left;
}

.eventMain
{
  float: left; 
  margin: 0;
  padding: 1em 0em 1em 0em;
  width: 500px;
}
.eventTitle
{
  font-size: 20pt;
  font-family: Verdana;
  color: #FFFF00; /* Yellow */
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.eventInfo
{
  font-size: 12pt;
  font-family: Verdana;
  color: Orange;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.eventArtist
{
  font-size: 12pt;
  font-family: Verdana;
  color: #FF4500; /* OrangeRed */
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.eventLocn
{
  font-size: 12pt;
  font-family: Verdana;
  color: #FF1493; /* DeepPink */
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.eventDate
{
  font-size: 12pt;
  font-family: Verdana;
  color: #FF0000; /* Red */
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.eventImage
{
  margin: 0;
  padding: 1em 0em 1em 0em;
}

.eventRegular
{
  margin: 0;
  padding: 1em 0em 1em 0em;
  border-bottom: 1px solid gray;
}

.eventPast
{
  float: left; 
  margin: 0;
  padding: 1em 0em 1em 0em;
  border-top: 1px solid gray;
  width: 500px;
}
.eventPastImage
{
  margin: 0;
  padding: 1em 0em 1em 0em;
  border-top: 1px solid gray;
}

/* #FFD700 = Gold, #FF4500 = OrangeRed */
a.linkDwnLd:link {font-family: Arial; font-size: 10pt; color: #FFD700 ; font-weight: normal; font-style: normal; text-transform: none ;text-align: center;}
a.linkDwnLd:visited {font-family: Arial; font-size: 10pt; color: #FFD700 ; font-weight: normal; font-style: normal; text-transform: none ;text-align: center;}
a.linkDwnLd:hover {font-family: Arial; font-size: 10pt; color: #FF4500 ; font-weight: normal; font-style: normal; text-transform: none ;text-align: center;}
a.linkDwnLd:active {font-family: Arial; font-size: 10pt; color: #FFD700 ; font-weight: normal; font-style: normal; text-transform: none ;text-align: center;}

.workshopAltColour {
  font-size: 10pt;
  font-family: Verdana;
  color: #FFD700; /* Red */
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-align: left;
}

/*
----------------------------------------------------------------------
  Gallery =Hoverbox Code (Landscape)
----------------------------------------------------------------------
*/
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -68px;
	z-index: 1;
}

.hoverbox img
{
	background: #000000; /* Black */
	border-color: Gray;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #000000; /* Black */
	border-color: Gray;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 1px;
	padding: 1px;
	position: relative;
}

.hoverbox .preview
{
	border-color: Gray;
	width: 250px;
	height: 188px;
}
/* End of Gallery hoverbox Landscape*/

/*
----------------------------------------------------------------------
  Gallery =Hoverbox Code (Portrait)
----------------------------------------------------------------------
*/
.hoverboxP
{
	cursor: default;
	list-style: none;
}

.hoverboxP a
{
	cursor: default;
}

.hoverboxP a .preview
{
	display: none;
}

.hoverboxP a:hover .preview
{
	display: block;
	position: absolute;
	top: -68px;
	left: -33px;
	z-index: 1;
}

.hoverboxP img
{
	background: #000000; /* Black */
	border-color: Gray;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 75px;
	height: 100px;
}

.hoverboxP li
{
	background: #000000; /* Black */
	border-color: Gray;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 1px;
	padding: 1px;
	position: relative;
}

.hoverboxP .preview
{
	border-color: Gray;
	width: 188px;
	height: 250px;
}
/* End of Gallery hoverbox Portrait */

/*
----------------------------------------------------------------------
  Workshops - previous gallery
----------------------------------------------------------------------
*/
div.img
  {
  margin: 2px;
  border: 1px solid gray;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  }
div.img a:hover img
  {
  border: 1px solid gray;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }
/* End of Workshops */
