body {
  color: #000;
  margin: 0px;
  padding: 0px;
  background: #fff;
  font-size: 12pt;
  font-family: 'xGeorgia', 'Arial';
  font-weight: lighter;
}

#header {
  height: 80px;
  background: #000 url('media/head.png');
  position: relative;
}
#header h1 {
  font-size: 20pt;
  font-weight: 400;
  position: absolute;
  top: 40px;
  left: 120px;
  color: #fff;
}
#header h1 a,
#header h1 a:hover,
#header h1 a:link,
#header h1 a:active,
#header h1 a:visited
{
  color: #fff;
  text-decoration: none;
}
#header h2 {
  font-size: 15pt;
  font-weight: lighter;
  position: absolute;
  top: 45px;
  right: 120px;
  color: #888;
}

#navigation {
  background: #000;
  border-bottom: 1px solid #000;
  padding-left: 120px;
  padding-right: 120px;
}

#navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  overflow: auto;
}

#navigation li {
  font-size: small;
  padding-top: 4px;
  padding-bottom: 4px;
  float: left;
}

#navigation a,
#navigation a:hover,
#navigation a:link,
#navigation a:active
{
  display: block;
  color: #888;
  text-decoration: none;
  padding: 4px;
  padding-left: 0px;
  padding-right: 24px;
}
#navigation a:hover {
  color: #fff;
}

#wrapper {
  padding-left: 120px;
  padding-right: 120px;
  overflow: auto;
}

#content {
  padding-top: 6px;
  margin-right: 199px;
  text-align: justify;
  padding-right: 24px;
  line-height: 2em;
}

#side {
  padding-top: 6px;
  border-left: 1px solid #ccc;
  float: right;
  width: 188px;
  padding-left: 12px;
}


a,
a:hover,
a:active,
a:link,
a:visited {
  color: #06c;
}

#footer {
  color: #aaa;
  clear: both;
  text-align: right;
  padding-top: 30px;
}

h1, h2, h3, h4, h5 {
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

/*
#wrapper ul {
  margin: 0px;
  padding: 0px;
  margin-left: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}
*/

#wrapper h2, #wrapper h3 {
  margin-bottom: 12px;
  color: #000;
}

label small {
  color: #888;
}

label {
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
}
/*
label select, label input[type="text"], label input[type="password"], label textarea {
  border: 1px solid #bbb;
  width: 100%;
  display: block;
  padding: 5px;
}
*/
label select {
  width: auto;
}
label span input {
  display: inline;
}
/*
label textarea {
  height: 300px;
  font-family: 'Monaco', monotype;
}
*/

label input, label select, label textarea {
  color: #888;
}
label input:focus, label select:focus, label textarea:focus {
  color: #000;
  background: #fff;
}

span.inputwrapper {
  border: 1px solid #bbb;
  background: #fff;
}
span.inputwrapper textarea, span.inputwrapper select, span.inputwrapper input {
  border: 0px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  font-family: monotype;
  font-size: 9pt;
}
#wrapper .action-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.buttons {
  margin-top: 20px;
  margin-bottom: 6px;
  text-align: right;
}

button {
  font-variant: small-caps;
  font-style: monotype;
  font-size: 14pt;
  font-weight: lighter;
  cursor: pointer;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;

  color: #555;
  background: #ddd;
  border: 2px solid #aaa;
}

button:hover {
  color: #000;
  border-color: #888;
}

fieldset {
  border: 1px solid #ddd;
  background: #e6e6e6;
  margin-bottom: 12px;
}
fieldset legend {
  color: #777;
}

#wrapper .toolbar {
  background: #ddd;
}

.error, .message {
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #000;
  font-weight: lighter;
}
.error {
  border: 2px solid #CDBDA3;
  border-left: none;
  border-right: none;
  background: #F7E8CE;
  color: #A37E3E;
}
.message {
  border: 2px solid #AAC4D0;
  border-left: none;
  border-right: none;
  background: #DCECF3;
  color: #1F698A;
}
.post-author {
  float: right;
  color: #000;
  font-weight: bold;
  font-size: small;
}
#content .details {
  border: 1px solid #888;
  padding: 5px;
  background: #fff;
}
.switch {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #aaa;
  background: #f6f6f6;
}
.alt {
  background: #fafafa;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #888;
}
.message button, .error button {
  background: #eee;
  border: 1px solid #888;
  font-size: small;
  padding: 2px;
  margin: 2px;
  color: #333;
}
#content h2, h2 a, h2 a:link, h2 a:hover, h2 a:visited {
  color: #555;
  font-size: 20pt;
  font-weight: normal;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
h2 a:hover {
  color: #06c;
}

h2 a {
  text-decoration: none;
}

.pager {
  margin-top: 1em;
  text-align: center;
  font-size: small;
}

.meta {
  overflow: auto;
  font-size: small;
}
.meta ul, .meta ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.meta-left {
  float: left;
  width: 50%;
  text-align: left;
}

ul.meta-right {
  float: right;
  width: 50%;
  text-align: right;
}
.meta li {
  line-height: auto;
}
.meta li img {
  vertical-align: middle;
}

.post {
  margin-bottom: 1em;
}

ul.toolbar, ul.toolbar li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: auto;
}
ul.toolbar li img {
  vertical-align: middle;
}
ul.toolbar {
  overflow: auto;
  margin-bottom: 1em;
}
ul.toolbar li {
  float: left;
  padding: 0.5em;
}
ul.action-list-inline {
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  margin-bottom: 10px;
}
ul.action-list-inline li {
  padding: 8px;
}
ul.action-list-inline li.active {
  font-weight: bold;
}
a, a:visited, a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.footnote {
  font-size: x-small;
}
