
/*_________________________________________________________________  wrapper  */
div#wrapper-shadowbox {
  margin: 0 auto;
  width: 622px;
  margin-bottom: 20px;
  border: 1px solid #333;
  padding: 18px 10px;
  background-color: #060606;
}

/*__________________________________________________________________  header  */
#version {
  float: right;
  height: 55px;
  width: 55px;
  background-image: url(version.png);
}
#header {
  padding-bottom: 9px;
}
#header h1 {
	display: inline;
	letter-spacing: -1px;
	margin-bottom: 0;
	font-family: Georgia, serif;
	font-style: italic;
}

/*_____________________________________________________________________  nav  */
div#nav-shadow {
  font-weight: bold;
  padding-bottom: 9px;
  margin-bottom: 18px;
  border-bottom: 1px dotted #333;
}



/*___________________________________________________________________  notes  */
p.note {
  text-indent: 0;
  background-image: url(bg.gif);
  background-repeat: repeat;
  padding: 10px;
  border: 1px dashed #9a11d3;
}
p.note span {
  color: #9a11d3;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
}

/*______________________________________________________________________  qa  */
div.question p, div.answer p {
  text-indent: 0px;
}
div.question span, div.answer span {
  font-weight: bold;
  color: #9a11d3;
  font-family: Georgia, serif;
  font-style: italic;
}

#shadowbox_title {
  border: 0px solid;
}

#shadowbox_info {
  border: 0px solid;
} 

