body {
  color: #333;
  margin: 0px;
  padding: 0px;
  background: #fff;
  font-family: Palatino, Georgia, Baskerville;
}

#header {
  height: 160px;
  background: #333 url('media/header.png');
  position: relative;
}
#header h1 {
  font-size: 30pt;
  font-weight: 400;
  position: absolute;
  top: 80px;
  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-weight: lighter;
  position: absolute;
  top: 70px;
  right: 120px;
  color: #fff;
}

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

#navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  overflow: auto;
}
#navigation li {
  float: left;
}
#navigation a,
#navigation a:hover,
#navigation a:link,
#navigation a:active
{
  display: block;
  color: #888;
  text-decoration: none;
  padding: 12px;
  padding-left: 0px;
  padding-right: 24px;
}
#navigation a:hover {
  color: #fff;
}
#content {

}

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

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

#side {
  padding-top: 6px;
  border-left: 1px solid #eee;
  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;
  margin-top: 12px;
}

label small {
  color: #888;
}

label {
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
}

label select, label input[type="text"], label input[type="password"] {
  display: block;
  width: 100%;
  font-size: x-large;
  font-weight: lighter;
  border: 1px solid #ddd;
}
label select {
  width: auto;
}
label span input {
  display: inline;
}

label textarea {
  display: block;
  width: 100%;
  height: 300px;
  font-size: large;
  font-weight: lighter;
  font-family: 'Monaco', monotype;
  border: 1px solid #ddd;
}

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

#wrapper .action-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

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

button {
  font-size: large;
  font-weight: bold;
  color: #aaa;
  background: #333;
  border: 1px solid #000;
  cursor: pointer;
  padding: 6px;
}

button:hover {
  color: #fff;
  background: #000;
}

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;
}
.error {
  border-top: 2px solid #f00;
  border-bottom: 2px solid #f00;
  background: #fff;
}
.message {
  border-top: 2px solid #06c;
  border-bottom: 2px solid #06c;
  background: #fff;
}
.post-author {
  color: #666;
  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: #e0e0e0;
}
.alt {
  background: #f8f8f8;
  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;
}
h2 a:hover {
  text-decoration: underline;
}
pre {
  background: #eee;
}
.pager a:link,
.pager a:active,
.pager a:hover,
.pager a:visited
{
  text-decoration: none;
}
.pager {
  overflow: auto;
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: larger;
}
.pager a {
  display: inline block;
  padding: 2px;
  border: 1px solid #efefef;
  background: #eee;
  margin: 2px;
}
.pager a:hover {
  background: #fff;
  border: 1px solid #eee;
}
