
/*
arial, arial black, comic sans ms, courier, courier new, georgia,
helvetica, impact, palatino, times new roman, trebuchet ms, verdana 
*/

/*
Colours
blue of paper - 105,165,215
dark blue - 70,130,180
dark grey - 57, 66, 66

margins
*/


body {
  font-family : georgia, palatino, times new roman, serif; 
  font-size: 1.0em;
}


.center {text-align: center}

h1,h2,h3,h4,h5,h6,h7,h8,h9 {
  margin-top: 0.5em;
  margin-bottom: 0.1em;
}

h2 {
  text-decoration: underline;
}

p {
  margin-top: 0.1em;
  margin-bottom: 0.5em;
}


#header {
}

#breadcrumb {
  background-image: url("/images/bg-wide-repeat.jpg");
  height: 30px;
  line-height:1.8em;
  text-align: right;
  font: 0.9em;
}
div#breadcrumb ul {
  margin-right: 1em;
  list-style: none;
  margin: 0.0em;
  padding: 0; 
}
div#breadcrumb li { 
  display: inline;
  margin: 0; 
}
div#breadcrumb a {
  color: rgb(57, 66, 66);
  font-size: 1.0em;
  font-weight: bold;

  margin-left: auto;
  margin-right: auto;
}


#content {
  clear: both
}
div#content a {
  color: rgb(70,130,180);
}

#cPanel {
  margin-left: 30px;
  margin-right: 250px;
  align: right;
}

#workshop {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1.0em;
}
#workshop p {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}


#rPanel {
  width: 200px;
  float: right;

  background-image: url('/images/bg-repeat.jpg');
  background-repeat: repeat-y;  
  color: rgb(57, 66, 66);
  text-align: center;
  font-size: 0.8em;
}
div#rPanel img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0em;
}
div#rPanel a {
  color: rgb(57, 66, 66);
  line-height: 1.7em;
  font-size: 1.0em;
  font-weight: bold;
}
div#rPanel h1{
  font-size: 1.5em;
}

#rPanelContent {
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}


#imageBar {
}

#imageBar.img {
  height: auto;
  width: auto;
  text-align: center;
}

img.alignLeft {
  float: left;
  margin-right: 1em;
}
img.alignRight {
  float: right;
  margin-left: 1em;
}
img.alignCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#footer {
  font-size: 0.7em;
  margin-top: 2em;
  background-image: url('/images/bg-footer.jpg');
  background-repeat: repeat-x;
  clear: right;
}

a.designer{
  color: silver;
}
