/**
 * Theme screen styles
 *
 * @author Alec Hill
 */

/*-- General ---*/

body {
  background:#000000;
  color: #EEEEEE;
}

a,
a:link,
a:visited {
  color:#FF0066;
  border-bottom: 1px dotted #FF0066;
}

a:hover {
  border-bottom: 1px solid #FF0066;
}

a.image_link,
a.image_link:link,
a.image_link:visited,
a.image_link:hover {
}

a.image_link img {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h2,
h3,
h4 {
  background: url(../images/lineBg.png) left bottom repeat-x;
}

hr {
  background: #000000 url(../images/lineBg.png) 0 0 repeat-x;
}

p {
}

ul {
}

li {
}


/*--- Containers ---*/

#skip {
}

#bg {
  background: #363330 url(../images/bg.png) 0 0 repeat-x;
}

#header,
#main {
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}

#main {
  border-top: 1px solid #666666;
  background: #FFFF00 url(../images/mainBg.png) 0 0 repeat-x;
}

#footer {
  border-top: 1px solid #666666;
  background: #000000 url(../images/footerBg.png) 0 0 repeat-x;
  background: #FFFF00 url(../images/mainBg.png) 0 0 repeat-x;
}

#header {
  background: #FF99FF url(../images/planeBg.png) 0 0 repeat-x;
}

/*--- Top bar ---*/

#topbar {
  background: url(../images/topbarBg.png) 0 0 repeat-x;
  border-bottom: 1px solid #B8B8B8;
}

#topbar h1 {
  width:185px;
  height:30px;
  background: url(../images/titleBg.png) 0 0 no-repeat;
}


/*--- Scene ---*/

#scene {
}

#slideShow {
  background: url(../images/slideShowBg.png) 0 0 no-repeat;
}

#slideShowLink {
}

#projection {
  background: url(../images/projectionBg.png) 0 0 no-repeat;
}

#projector {
  background: url(../images/projectorBg.png) 0 0 no-repeat
}



