
/**
 *  Name: Standard (Frontend & Backend, Screen)
 *  Date: 29.07.2010
 *  Description: The standard stylesheet for my blog.
 *  Version: 1.5
 *  Media Type: Screen
 *  Author: Pascal Hollenstein
 *
 */

body, h1, h2, ol, ul, li, dl, dt, dd, em, span, small {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

body {
  font-family: Helvetica, Geneva, Arial, Sans-Serif;
  font-size: 85%;
  text-align: center;
  background-color: #444;
  color: #333;
  padding: 1em 0px;
}

hr { display: none; }

img { border: none; }

dfn {
  font-style: normal;
  border-bottom: 1px dotted #333;
  cursor: help;
}

div.page {
  border: 1px solid black;
  background-color: #fbfbfb;
  color: inherit;
  width: 78em;
  margin: 1em auto;
  position: relative;
  text-align: left;
}

#main {
  clear: left;
  padding: 2em 1em 1em 1em;
}

#header {
  border-bottom: 1px solid #fbfbfb;
  background: url( "/images/blog-header-background.png" ) repeat-x left center;
}

#header h1 {
  background: url( "/images/blog-header.png" ) no-repeat right center;
  font-size: 180%;
  font-weight: bold;
  height: 120px;
}

#header h1 a {
  font-family: Georgia, Helvetica, Sans-Serif;
  text-decoration: none;
  background-color: inherit;
  color: #333;
  display: block;
  padding: 6px 12px 4px 12px;
}

#header h1 small {
  font-size: 50%;
  background-color: inherit;
  color: #333;
  padding-left: 12px;
  padding-bottom: 12px;
  display: block;
}

#header h1 span {
  font-size: 50%;
  border: 1px solid #333;
  background: #fbfbfb url( "/images/loading-icon.gif" ) no-repeat 4px center;
  color: inherit;
  padding: 10px 8px 8px 24px;
  margin-left: 12px;
}

#navigation h2 {
  display: none;
}

#navigation ul {
  background: #121212 url( "/images/navigation-background.png" ) repeat-x;
  color: #eee;
  width: 100%;
  float: left;
}

#navigation ul li {
  list-style-type: none;
  float: left;
  width: auto;
}

#navigation ul li strong {
  font-weight: normal;
  background-color: #fbfbfb;
  color: #121c25;
  display: block;
  padding: 0.75em 1.5em;
}

#navigation ul li a {
  text-decoration: none;
  background: url( "/images/navigation-background.png" ) repeat-x;
  background-color: inherit;
  color: #eee;
  display: block;
  padding: 0.75em 1.5em;
}

#navigation ul li a:hover {
  background-image: none;
  background-color: #fbfbfb;
  color: #121c25;
}

* html #navigation ul li.mail {
  display: none;
}

#navigation ul li.mail {
  text-align: center;
  width: 6em;
}

#navigation ul li.mail a:hover {
  text-indent: -1000em;
  background: #fbfbfb url( "/images/mail.gif" ) no-repeat center;
  color: inherit;
}

#navigation ul li.panel {
  position: relative;
  z-index: 1;
}

#navigation ul li.panel ul {
  background: #fbfbfb;
  color: inherit;
  position: absolute;
  width: 18em;
  display: none;
}

#navigation ul li.panel ul li  {
  float: none;
  display: block;
  margin-top: 1px;
}

#navigation ul li.panel ul li a:hover {
  background-color: #ccc;
  color: #121c25;
}

#sidebar {
  width: 24em;
  float: left;
}

#sidebar h2 {
  display: none;
}

#sidebar a:focus, #sidebar a:active {
  font-weight: bold;
  text-decoration: none;
}

#sidebar p.rss {
  background: url( "/images/rss.png" ) no-repeat left center;
  padding-left: 30px;
  margin-bottom: 3em;
  line-height: 1.5em;
}

#sidebar p.rss a {
  background-color: inherit;
  color: #333;
}

#sidebar p.rss a:visited {
  background-color: inherit;
  color: #222;
}

#sidebar ul {
  border: 1px solid gray;
  background-color: #eee;
  color: inherit;
  margin-right: 1em;
  padding: 1em;
}

#sidebar ul li {
  list-style-type: disc;
  margin-left: 1em;
  line-height: 1.8em;
}

#sidebar ul li.notice {
  list-style-type: circle;
}

#sidebar ul li a {
  background-color: inherit;
  color: #333;
}

#sidebar ul li a:visited {
  background-color: inherit;
  color: #222;
}

#sidebar ul li a:hover, #sidebar p.rss a:hover {
  text-decoration: none;
}

#sidebar ol {
  border-width: 1px 0px 0px 1px;
  border-style: solid;
  border-color: #333;
  list-style-type: none;
  margin: 0px 1em 2em 0px;
}

#sidebar ol li {
  display: inline;
}

#sidebar ol li a {
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #121212;
  text-decoration: none;
  background-color: #ccc;
  color: #333;
  display: block;
  padding-left: 1em;
  line-height: 2.6em;
}

#sidebar ol li a:visited {
  background-color: #ccc;
  color: #222;
}

#sidebar ol li a:hover {
  border-right-width: 0px;
  background-color: #fbfbfb;
  color: inherit;
  margin-right: 1px;
}

#headlines h2 {
  font-size: 100%;
  background: #121212 url( "/images/navigation-background.png" ) repeat-x;
  color: #fbfbfb;
  display: block;
  margin: 2em 1em 0px 0px;
  padding-left: 1em;
  line-height: 2.6em;
}

#content {
  margin-left: 25em;
  width: 50em;
}

* html #content {
  padding-top: 1em;
}

#content p, #content ul, #content address, #content h2, #content dl {
  line-height: 1.8em;
}

#content p.date {
  font-size: 85%;
  background-color: inherit;
  color: #808080;
}

#content p.add {
  margin-bottom: 2em;
}

#content p.add a {
  background: url("/images/add.png") no-repeat center left;
  padding: 0.5em 0.5em 0.5em 25px;
}

#content div.keyboard {
  background: url("/images/keyboard-background.jpg") repeat-x top left;
  height: 50px;
}

#content div.keyboard h2 {
  background: url("/images/keyboard.jpg") no-repeat top right;
  border: none;
  line-height: 50px;
  padding: 0px 10px;
}

#content textarea, #content input {
  border: 1px solid #aaa;
  padding: 1ex;
  font-family: Monospace;
  font-size: 125%;
}

#content input.submit {
  background-color: #bbb;
  color: inherit;
  font-family: Helvetica, Geneva, Arial, Sans-Serif;
  font-size: 100%;
}

#content h3 {
  border: none;
  font-weight: bold;
  font-size: 100%;
}

#content h2 {
  font-size: 150%;
  border-bottom: 1px solid #033387;
  margin: 0px 0px 1em;
  position: relative;
}

#content h2 small {
  font-size: 58%;
  position: absolute;
  right: 0px;
}

#content h2 a {
  text-decoration: none;
  background-color: inherit;
  color: #333;
}

#content h2 a:hover {
  background-color: inherit;
  color: #033387;
}

#content h2 small a {
  background-color: inherit;
  color: #033387;
}

#content ul {
  list-style-type: disc;
  margin: 0px 3em 1em;
}

#content samp {
  border: 1px solid gray;
  background-color: #eee;
  color: inherit;
  font-size: 100%;
  font-family: "Courier New", Monospace;
  display: block;
  line-height: 1.8em;
  padding: 1ex 2ex;
  margin: 2em 1em;
}

#content ul li.notice {
  list-style-type: circle;
}

#content address {
  font-style: normal;
  margin: 1em 0px;
}

#content dl {
  font-style: normal;
  margin: 1em 0px;
}

#content dl dt {
  font-weight: bold;
}

#content dl dd {
  margin: 0px 0px 1em 1em;
}

#content dl dd p {
  margin: 0px 0px 1em 0px;
}

#content dl dd ul li p {
  margin-bottom: 0px;
}

#content dl dd ul li {
  margin-bottom: 1em;
}

#content fieldset {
  border: 1px solid #aaa;
  margin: 2em 0px;
  display: block;
}

#content fieldset legend {
  background-color: inherit;
  color: #888;
}

#content a {
  background-color: inherit;
  color: #033387;
}

#content a:visited {
  background-color: inherit;
  color: #222;
}

#content a:hover {
  text-decoration: none;
}

#content a:focus, #content a:active {
  text-decoration: none;
  background-color: inherit;
  color: #222;
}

#content table {
  font-size: 100%;
  text-align: left;
  border-collapse: collapse;
}

#content table thead {
  font-weight: bold;
  text-align: left;
  background-color: #ddd;
  color: inherit;
}

#content table thead tr td {
  font-weight: bold;
}

#content table tr:hover {
  background-color: #eee;
  color: inherit;
}

#content table tr td {
  border: 1px solid gray;
  padding: 0.6em;
}

#content table tr td.delete a, #content table tr td.edit a , #content table tr td.goto a {
  text-indent: -1000em;
  
  width: 16px;
  height: 16px;
  
  display: block;
  margin: auto;
}

#content table tr td.delete a {
  background: url("/images/delete.png") no-repeat;
}

#content table tr td.edit a {
  background: url("/images/edit.png") no-repeat;
}

#content table tr td.goto a {
  background: url("/images/goto.png") no-repeat;
}

#content table.bigger {
  margin: 2em 0px !important;
}

#content table.archive {
  width: 100%;
  margin-bottom: 1em;
}

#content table.archive tr td a {
  text-decoration: none;
  background-color: inherit;
  color: #333;
}

#content table.tutorial tr td a {
  text-decoration: underline;
  background-color: inherit;
  color: #033387;
}

#content table.archive tr td a:focus {
  font-weight: bold;
}

#content table.author {
  margin: 2em 0px;
}

#content div.news, #content div.chapter {
  margin-bottom: 2em;
}

#content img.left {
  border: 1px solid #aaa;
  margin: 15px 15px 15px 0px;
  padding: 10px;
  float: left;
}

#content ul.switcher, #content ul.switcher li {
  padding: 0px;
  margin: 0px;
}

#content ul.switcher {
  margin: 1em 0px 2em 0px;
}

#content ul.switcher li {
  list-style-type: none;
  display: inline;
}

#content ul.switcher li a, #content ul.switcher li strong {
  border: 1px solid gray;
  text-decoration: none;
  background-color: #eee;
  color: #333;
  padding: 1ex 2ex;
}

#content ul.switcher li strong {
  border-color: #121212;
  background-color: #aaa;
  color: inherit;
  font-weight: normal;
}

#content ul.switcher li a:hover {
  background-color: #ddd;
  color: inherit;
}

#footer {
  border-top: 1px solid #ddd;
  padding-top: 1em;
  clear: both;
}

#footer ul li {
  list-style-type: none;
  padding-right: 0.75em;
  display: inline;
}

#footer ul li a {
  background-color: inherit;
  color: #033387;
}

#footer ul li a:visited {
  background-color: inherit;
  color: #222;
}

#footer ul li a:hover{
  text-decoration: none;
}

#footer ul li a:focus, #footer ul li a:active {
  text-decoration: none;
  background-color: inherit;
  color: #222;
}

#signature img {
  border: none;
  margin: 3em 0px;
  display: block;
}

#administration {
  position: relative;
  top: -1000em;
  left: 0px;
}

#administration:focus, #administration:active {
  top: 0px;
}

#login fieldset {
  border: 1px solid #aaa;
  padding: 1em;
  margin: 0px 1em 2em 0px;
}

#login fieldset legend {
  background-color: inherit;
  color: #888;
}

#login fieldset dl {
  line-height: 2em;
}

#login fieldset dl dt {
  font-weight: bold;
}

#login input {
  border: 1px solid #aaa;
  padding: 1ex;
  margin-bottom: 1em;
}

#login input.user {
  background: #eee url( "/images/user.png" ) no-repeat 5px center;
  color: inherit;
  padding-left: 4ex;
}

#login input.password {
  background: #eee url( "/images/key.png" ) no-repeat 5px center;
  color: inherit;
  padding-left: 4ex;
}

#login input.submit {
  background-color: #bbb;
  color: inherit;
}

#login p.error {
  margin: 0px 1em 2em 0px;
}

p.error {
  border: 1px solid #c00;
  background-color: #ffe5e5;
  color: #c00;
  padding: 1em;
}

p.success {
  border: 1px solid green;
  background-color: #ccffcc;
  color: green;
  padding: 1em;
}
