#topmenu {
  width: 100%;
  list-style: none;
  margin-bottom: 50px;
}

#topmenu span {
  padding: 0px 22px 0px 22px;
}

#leftpane {
  padding-top: 20px;
}

#leftmenu {
  list-style: none;
  display: inline;
  font-size: 0.9em;
}

#leftmenu li {
	padding-left: 3px;
	padding-bottom: 10px;
  line-height: 22px;
  font-variant: small-caps;
}

#textarea {
  width: 90%;
}

h1, h2 {
  margin-bottom: 20px;
}

h5, h6 {
  margin-bottom: 0px;
}

.xs {
  font-size: 0.65em;
  line-height: 14px;
}

.source {
  font-size: smaller;
}

/* Highslide css */
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-body {
	font-size: 10pt;
}
.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
