/*  
Theme Name: Silver Light
Theme URI: http://www.blogohblog.com/
Description: Silver Light is a 2 columns Wordpress theme. A part of my previous theme (simple la bob). I love to hear of my work being used :). This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>. This means you may use it for any purpose, and make any changes you like. Just leave my Bob link under your footer :)
Version: 0.1
Author: Bob 
Author URI: http://www.blogohblog.com/

This theme was designed and built by Bob of <a href="http://www.blogohblog.com/">Blog Oh Blog</a> based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
*/


/* Grundlegendes */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666;
  margin: 0;
  padding: 0;
}

h2, h3 {
  font-size: 16px;
  line-height: 20px;
  color: #00749E;
  margin: 0;
  padding: 0;
}

.h2 {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  font-size: 12px;
  color: #312E2E;
  font-weight: 700;
}

a:link, a:visited, a:active {
  color: #00749E;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

#main {
  width: 980px;
  margin: 0 auto;
  padding: 0;
}

#content {
  float: left;
  width: 610px;
  margin: 0;
  padding: 0;
}

.entry {
  float: left;
  width: 600px;
  border: 1px solid #dadada;
  background: #fff url(images/box.gif) repeat-x left top;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 150%;
  text-align: justify;
}

.entry img {
  margin: 0 2px;
}


/* Header */

#header {
  width: 980px;
  height: 79px;
  margin: 0 auto;
  padding:0;
}

#header h1.blogtitle {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 17px 0 0;
}

#header p.desc {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

#header_bottom {
  background-color: #fff;
  background-image: url(images/topbck.gif);
  background-repeat: repeat-x;
  height: 34px;
}

#ddnav {
  background-color: #312e2e;
  height: 35px;
  margin: 0;
  padding: 0;
}

#nav {
  height: 25px;
  width: 980px;
  font-weight: 700;
  margin: 0 auto;
  padding: 10px 0 0;
}

ul.nav {
  height: 25px;
  line-height: 25px;
  float: left;
  list-style: none;
  font-size: 11px;
  text-transform: inherit;
  margin: 0;
  padding: 0;
}

ul.nav li {
  float: left !important;
  list-style-type: none;
  border-right: 2px solid #312e2e;
  margin: 0;
  padding: 0;
}

ul.nav li a, ul.nav li a:link, ul.nav li a:visited {
  background: url(images/navsilver.gif) repeat-x;
  color: #818181;
  float: left;
  display: block;
  text-decoration: none;
  padding: 0 15px;
}

ul.nav li a:hover, ul.nav li a:active {
  background: url(images/navblue.gif) repeat-x;
  color: #205387;
  text-decoration: none;
}

ul.nav li.current_page_item a {
  text-decoration: none;
  background: url(images/navblue.gif) repeat-x;
  color: #fff;
}

ul.nav li ul {
  float: left;
  margin: 0;
  padding: 0;
}


/* Sidebars */

#sidebar {
  float: right;
  width: 330px;
  margin: 0;
  padding: 2px;
  background: #fff url(images/box.gif) repeat-x left top;
  border: 1px solid #dadada;
}

#sidebar .left {
  float: left;
  width: 160px;
  margin-top: 10px;
}

#sidebar .right {
  float: right;
  width: 160px;
  margin-top: 10px;
}

#sidebar h2 {
  font-size: 12px;
  border-bottom: #eee 1px solid;
  margin: 10px 0 5px;
  padding: 0;
  text-indent: 5px;
}

#sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  list-style-type: none;
  background: transparent url(images/li.gif) no-repeat;
  margin: 0 0 2px 0;
  padding: 0 0 2px 18px;
}

#sidebar ul li ul {
  list-style-type: square;
  margin: 0 0 0 -10px;
  padding: 0 1px;
}

#sidebar ul li ul li {
  list-style-type: none;
  background: transparent url(images/li.gif) no-repeat;
  border: 0;
  margin: 0;
  padding: 0 0 2px 18px;
}

#sidebar ul li.recentcomments {
  background: transparent url(images/comment.gif) no-repeat;
}

#searchform {
  position: relative;
}

#addicted_results ul {
  position: absolute;
  background: #fff url(images/box.gif) repeat-x left top;
  width: 324px;
  border: 1px solid #ccc;
  margin-top: 2px;
  padding: 4px 2px;
}

div.st-tag-cloud {
  border-bottom: 1px dashed #ddd;
  padding: 3px;
}

div.miniposts {
  padding: 3px;
  border: 1px dashed #ddd;
  height: 200px;
  overflow: auto;
}

div.miniposts li {
  background: transparent url(images/book.png) no-repeat !important;
  margin-top: 5px;
}

div.miniposts p {
  margin-top: 0;
}

div.early_days ul li a {
  font-size: 10px;
}


/* Navigation */

.navigation {
  width: 600px;
  float: left;
  color: #666;
}

.alignright {
  float: right;
  margin-top: 10px;
}

.alignleft {
  float: left;
  margin-top: 10px;
}

span.cmt a {
  background: transparent url(images/comment.gif) no-repeat;
  border: 0;
  margin: 0;
  padding: 0 0 5px 20px;
}

span.cty {
  background: transparent url(images/category.gif) no-repeat;
  border: 0;
  margin: 0;
  padding: 0 0 5px 20px;
}

span.tag {
  background: transparent url(images/tag_blue.png) no-repeat;
  border: 0;
  margin: 0;
  padding: 0 0 5px 20px;
}

span.time {
  background: transparent url(images/time.png) no-repeat;
  border: 0;
  margin: 0;
  padding: 0 0 5px 20px;
}

span.edit a {
  background: transparent url(images/pencil.png) no-repeat;
  border: 0;
  margin: 0;
  padding: 0 0 5px 20px;
}

span.next {
  background: transparent url(images/next.gif) no-repeat;
  border: 0;
  margin: 0;
  padding: 0 0 5px 20px;
}

span.prev {
  background: transparent url(images/prev.gif) no-repeat;
  border: 0;
  margin: 0;
  padding: 0 0 5px 20px;
}

.postmetadata {
  border-top: 1px #eee solid;
  font-size: 10px;
  margin: 0;
  padding: 5px 5px 0px 5px;
}


/* Kommentare */

.boxcomments {
  border-top: 5px solid #ddd;
  border-bottom: 5px solid #ddd;
  margin-bottom: 20px;
  width: 600px;
}

#commentform {
  border-top: 1px solid #eee;
  margin: 0;
  padding: 15px 15px 1px;
}

#commentform label {
  display: block;
  margin: 0;
}

#commentform input {
  width: 170px;
  margin: 0 5px 10px 0;
  padding: 1px;
}

#commentform textarea {
  width: 400px;
  margin: 0 0 10px;
  padding: 0;
}

#commentform #submit {
  margin: 0 0 20px;
}

#commentform p {
  margin: 5px 0;
}

ol.commentlist {
  margin: 0 0 1px;
  padding: 0;
}

ol.commentlist :hover {
  background: #eee;
}

ol.commentlist li {
  border-top: 1px solid #eee;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 15px 1px;
}

ol.commentlist li :hover {
  background: none;
}

ol.commentlist li.commenthead {
  display: block;
  list-style: none;
  margin: 0;
  padding: 5px 15px;
}

ol.commentlist li.commenthead h2 {
  margin: 0;
}

ol.tblist {
  border-top: 1px solid #fff;
  list-style: none;
  margin: 0 0 1px;
  padding: 15px;
}

ol.tblist li {
  display: block;
  list-style: none;
  background: transparent url(images/c.gif) 0 2px no-repeat;
  padding-left: 15px;
  margin: 0 0 5px;
}


/* Footer */

#footer {
  background-image: url(images/footerbck.gif);
  background-repeat: repeat-x;
  clear: both;
  height: 24px;
  margin: 0;
  padding: 0;
}

#footerbox {
  color: #fff;
  background-color: #312e2e;
  height: 30px;
  line-height: 30px !important;
  margin: 0;
  padding: 0;
}

.footer {
  width: 980px;
  color: #fff;
  height: 30px;
  line-height: 30px !important;
  margin: 0 auto;
  padding: 0;
}

.footer a:hover {
  text-decoration: underline;
  color: #fff;
  border: none;
}

.footer a:link, .footer a:active, .footer a:visited {
  text-decoration: underline;
  color: #25aacd;
  border: none;
}

#sk2-footer {
  display: none;
}


/* For Link Indication plugin */

a.liexternal { padding-right: 12px; background: url(images/link/link-icon_external_09.png) no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url(images/link/link-icon_wikipedia.gif) no-repeat right; }
a.liimdb { padding-right: 18px; background: url(images/link/link-icon_imdb_04.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/link/link-icon_ftp_02.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(images/link/link-icon_mail_01.png) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/link/link-icon_pdf_01.png) no-repeat right;  }
a.liflickr { padding-right: 11px; background: url(images/link/link-icon_flickr.png) no-repeat right;  }
a.lipdf { padding-right: 12px; background: url(images/link/link-icon_pdf_01.png) no-repeat right;  }
a.lizip { padding-right: 12px; background: url(images/link/link-icon_zip_01.png) no-repeat right;  }
a.limyspace { padding-right: 12px; background: url(images/link/link-icon_myspace.png) no-repeat right;  }
a.liyoutube { padding-right: 14px; background: url(images/link/link-icon_youtube.png) no-repeat right;  }
a.lisevenload { padding-right: 12px; background: url(images/link/link-icon_sevenload.png) no-repeat right;  }
a.liphysikblog { padding-right: 14px; background: url(images/link/link-icon_physikblog.png) no-repeat right;  }
a.litwitter { padding-right: 12px; background: url(images/link/link-icon_twitter.png) no-repeat right;  }
a.listudivz { padding-right: 12px; background: url(images/link/link-icon_studivz.png) no-repeat right;  }
