body {
  margin: 0;
  padding: 0;
  /*background-color: #1E0F2E;*/
  background-image: url(../images/foot.png);
  background-position: center top;
  background-repeat: repeat-y;
  background-color: #000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
#outer {
  max-width: 1600px;
  width: 100%;
  text-align: center;
  background-image: url(../images/bodybg.png);
  background-position: center top;
  background-repeat: repeat-y;
}
#bottom {
  max-width: 1600px;
  width: 100%;
  text-align: center;
}
#header {
  height: 160px;
  background-color: #1E0F2E;
  background-image: url(../images/ptop.png);
  background-position: center top;
  background-repeat: repeat-y;
}
#nav {
  height: 24px;
  background-color: #1E0F2E;
  background-image: url(../images/psec.png);
  background-position: center top;
  background-repeat: repeat-y;
}
#inner {
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 10px 10px;
}
#title {
  text-align: center;
  /*padding: 20px 10px 10px 10px;*/
}
#title h1 {
  font-family: Palatino Linotype, Times New Roman, serif;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 5px;
  letter-spacing: 1px;
  color: #ffffff;
}
#title h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  font-weight: bold;
  padding-left: 5px;
  color: #A074CF;
}

#body {
  clear: both;
  background-color: #fff;
  width: 818px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
/********** MENUS **********/
#menubar {
  margin-top: 40px;
  text-align: center;
}
#menubar ul, #secondbar ul {
  list-style: none;
  white-space: no-wrap;
  margin: 0;
  padding: 0;
  text-align: center;
}
.menurow {
  margin-left: auto;
  margin-right: auto;
  height: 20px;
}
#menubar li {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  float: left;
}
#menubar li a, #menubar li span, #menubar li.second span {
  display: block;
  padding: 5px;
  margin-right: 10px;
  margin-left: 10px;
  color: #A074CF;
  text-decoration: none;
}
#menubar li a:hover {
  background-color: #A074CF;
  color: #fff;
}
#menubar li span {
  color: #fff;
}
/***** SECOND BAR *****/
#secondbar {
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  /*height: 24px;*/

  /*background-image: url(../images/psec.png);
  background-position: left top;
  background-repeat: repeat-y;*/
  text-align: center;
  /*margin-top: 5px;*/
}
#secondbar li {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  float: left;
}
#secondbar li a, #secondbar li span {
  display: block;
  padding: 5px 10px 5px 10px;
  /* *SF* padding-bottom: 4px; */
  margin-right: 5px;
  margin-left: 5px;
  color: #000;
  text-decoration: none;
}
#secondbar li a:hover {
  color: #fff;
  background-color: #532C7B;
}
#secondbar li span {
  background-color: #532C7B;
  color: #fff;
}
/***** PAGE MENU *****/
#pagemenu {
  float: right;
  padding: 10px;
  margin: 12px 0 20px 20px;
  width: 155px;
  /* *IE* margin-top: 12px; */
  border: 2px solid #532C7B;
  background-image: url(../images/bgx.png);
}
#pagemenu ul {
  list-style: none;
  white-space: no-wrap;
  margin: 0;
  padding: 0;
}
#pagemenu li {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  /* *IE* border: 1px dotted #f4f4f4; */
}
#pagemenu a, #pagemenu span {
  display: block;
  padding: 5px;
  color: #532C7B;
  text-decoration: none;
  text-align: center;
}
#pagemenu li span {
  background-color: #532C7B;
  color: #fff;
}
#pagemenu a:hover {
  background-color: #A074CF;
  color: #fff;
}
/***** FOOT MENU *****/
#footmenu {
  text-align: left;
  margin-left: 10px;
}
.footspan {
  clear: both;
  margin-right: 10px;
  /* +IE+ border: 1px solid #000; */
}
#footmenu ul {
  list-style: none;
  white-space: no-wrap;
  margin: 0;
  padding: 0;
  text-align: left;
}
#footmenu li {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  float: left;
}
#footmenu li.sub {
  font-weight: normal;
  font-style: italic;
}
#footmenu a {
  display: block;
  padding: 5px;
  margin-right: 10px;
  color: #777;
  text-decoration: none;
}
#footmenu a:hover {
  text-decoration: underline;
}

#content {
  clear: both;
  text-align: left;
  padding: 5px 20px 5px 20px;
  background-color: #fff;
  min-height: 440px;
}
#footer {
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 50px;
}
#footer p {
  text-align: right;
  color: #777;
  margin: 0 10px 0 0;
}
#lp {
  text-align: right;
  margin: 10px;
}
/********** ELEMENTS & CLASSES **********/
p, #content li, #shuffler {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000;
  line-height: 20px;
}
a {
  color: #532C7B;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
#content h1, #content h2, #content h3, #content h4 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  margin-left: -8px;
}
.toolname {
	/*font-weight: bold;*/
}
.shaded {
	background-color: #efefef;
	padding: 0 4px 0 4px;
	border: 1px dotted #000000;
}
.mp {
  background-image: url(../images/mp3.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 2px 0 2px 20px;
}
.star {
  background-image: url(../images/star.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 2px 0 2px 20px;
}
.err, #content .err p, #content .err li {
  font-weight: bold;
  color: red;
}
/********** PASTER **********/
.paster_menu {
  display: none;
  visibility: hidden;
}
.pastesrc {
  font-weight: bold;
  color: #532C7B;
  text-decoration: underline;
}
.pastefn {
  font-weight: bold;
}
.pasteres {
  padding: 10px;
  background-color: #efefef;
}

/********** PORTFOLIO **********/
.design_h2 {
  margin-bottom: 20px;
}
.design {
  padding-left: 120px;
}
.web {
  height: 120px;
}
.data {
  margin-bottom: 40px;
}
.design_cap {
  font-weight: bold;
}

/********** LISTS **********/
#list_output {
  width: 780px;
  /*height: 395px;*/
  border: 1px solid #999;
  overflow: auto;
  /* *MZ!* overflow: -moz-scrollbars-vertical; */
  height: 375px;
  margin-top: 2px;
}
#list_letters {
  margin-top: 10px;
  padding-left: 5px;
  color: #ccc;
  font-size: 10pt;
  font-weight: bold;
  visibility: visible;
  display: block;
}

#list_letters span {
  margin-right: 5px;
  padding: 5px;
}
#list_letters a  {
  /*display: block;*/
  padding: 5px;
  margin-right: 5px;
  color: #532C7B;
  text-decoration: none;
}
#list_letters a:hover {
  color: #fff;
  background-color: #A074CF;
  text-decoration: none;
}
#list_output p.list_item {
  margin: 0;
  /*padding: 4px 0 4px 0;*/
  line-height: normal;
}
#list_output .list_text {
  font-family: Palatino Linotype, Times New Roman, serif;
  font-style: italic;
  padding-left: 20px;
  overflow: hidden;
  color: #666;
}
#list_output .list_text:after {
  content: "...";
}
#list_output p.list_item a {
  display: block;
  border-bottom: 1px solid #efefef;
  text-decoration: none;
  color: #532C7B;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#list_output p.list_item a.active {
  background-color: #532C7B;
  color: #fff;
}
#list_output p.list_item a:hover {
  background-color: #A074CF;
  color: #fff;
}

/********** SHUFFLER **********/
.loading {
	background: url(../images/loader.gif) no-repeat center;
}
#shuffle_books {
  border: 1px solid #A074CF;
  padding-top: 10px;
  padding-bottom: 10px;
}
#shuffle_opts {
  padding: 10px;
  border: 1px solid #A074CF;
}

/********** SECOND SIGHT **********/
.ss_comments {
  margin-left: 30px;
  margin-right: 40px;
  text-align: justify;
}
.ss_comments p {
  font-family: Palatino Linotype, Times New Roman, serif;
  font-size: 14px;
}

/********** PASTER MCE **********/
pre.mce {
  background-color: #efefef;
  border: 1px solid #ccc;
  padding: 10px;
}

dt {
  line-height: 20px;
  background-color: #efefef;
  border: 1px solid #ccc;
  padding: 2px;
}
dt span.cap {
  font-weight: bold;
  float: left;
}
dt span.opt {
  font-family: monospace;
  float: right;
}
/*dt {
  font-weight: bold;
  line-height: 20px;
  background-color: #efefef;
  border: 1px solid #ccc;
  padding: 2px;
}
dt span {
  font-family: monospace;
  font-weight: normal;
  margin-left: 15px;
} */
dd {
  clear: both;
  margin: 10px 0 30px 20px;
  line-height: 20px;
}
dl em {
  color: #532C7B;
  font-weight: bold;
  padding: 2px;
  font-style: normal;
}
