/* mzungu's default-css

 include this in every theme */

/* Markierung Gelb in Mozilla */
::-moz-selection { background-color: #FFFF00; color: #000000; }

/* For Link Indication plugin */
a.liexternal {
  padding-right: 12px;
  background: url(/files/themedefault/images/link-icons/link-icon_external.png) no-repeat right;
}
a.liwikipedia {
  padding-right: 14px;
  background: url('/files/themedefault/images/link-icons/link-icon_wikipedia.gif') no-repeat right;
}
a.liftp {
  padding-right: 13px;
  background: url(/files/themedefault/images/link-icons/link-icon_ftp.png) no-repeat right;
}
a.limailto {
  padding-right: 18px;
  background: url(/files/themedefault/images/link-icons/link-icon_mail.gif) no-repeat right;
}
a.liinternal {
}

a.lipdf {
  padding-right: 13px;
  background: url(/files/themedefault/images/link-icons/link-icon_pdf.png) no-repeat right;
  }
a.lizip {
  padding-right: 12px;
  background: url(/files/themedefault/images/link-icons/link-icon_zip.png) no-repeat right;
  }

a.liflickr {
  padding-right: 7px;
  background: url(/files/themedefault/images/link-icons/link-icon_flickr.png) no-repeat right;
  }


/* Simple Tagging Tagcloud */

ul#tagcloud { padding:0; margin:0; text-align:center; list-style:none; }
ul#tagcloud li { display:inline; font-size:80%; color:#ccc; background: none; padding: 0;}
ul#tagcloud li a, ul#tagcloud li a:link { text-decoration:none; }
ul#tagcloud li a:hover { text-decoration:underline; }
ul#tagcloud li.t1 a { color:#797979; font-size: 120%; }
ul#tagcloud li.t2 a { color:#6d6d6d; font-size: 160%; }
ul#tagcloud li.t3 a { color:#616161; font-size: 190%; }
ul#tagcloud li.t4 a { color:#555555; font-size: 210%; }
ul#tagcloud li.t5 a { color:#484848; font-size: 230%; }
ul#tagcloud li.t6 a { color:#3c3c3c; font-size: 250%; }
ul#tagcloud li.t7 a { color:#303030; font-size: 270%; }
ul#tagcloud li.t8 a { color:#242424; font-size: 290%; }
ul#tagcloud li.t9 a { color:#181818; font-size: 310%; }
ul#tagcloud li.t10 a { color:#0c0c0c; font-size: 330%; }

/* Suchergebnisse hervorheben */

strong.search-excerpt { background-color: #FFEEEE; }

/* Search highlite*/

.hilite { color: #000; background-color: #FFFF00; }
.hilite1 { color: #000; background-color: #99FF99; }
.hilite2 { color: #000; background-color: #FFFF66; }
.hilite3 { color: #000; background-color: #FF66FF; }


.alignright { float: right; }
.alignleft { float: left }

/* Pagebar */

.pagebar
{
   padding: 0.2em 0.5em;
   margin-right: 0.1em;
   border: 1px solid #fff;
   background: #fff;
   text-decoration: none;
}

.pagebar a, .pageList .this-page
{
   border: 1px solid #9AAFE5;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

.pagebar a:visited
{
   border: 1px solid #9AAFE5;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

.pagebar .break
{
   padding: 2px 6px;
   border: none;
   background: #fff;
   text-decoration: none;
}

.pagebar .this-page
{
   border: 1px solid #2E6AB1;
   padding: 0.2em 0.5em;
   font-weight: bold;
   background: #2E6AB1;
   color: #fff;
}

.pagebar a:hover
{
   border-color: #2E6AB1;
}

/* Flexible Upload Plugin */

.imageframe { margin: 10px; padding: 5px; border: 1px solid #aaa; }
.imgalignleft { float: left; }
.imgalignright { float: right; }
.imgaligncenter, .aligncenter { margin-left: auto; margin-right: auto; }
.iamgecaption, .wp-caption-text { font-size: 80% !important; }


/* Umbruch bei Darstellung von Code */

pre {
    font-size: 90%;
   white-space: pre-wrap;       /* css-3 */
   white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
   white-space: -pre-wrap;       /* Opera 4-6 */
   white-space: -o-pre-wrap;       /* Opera 7 */
   word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* Icons im Post ohne Border / Padding */

.picon { 
  border: none !important; 
  padding: 0 !important; 
  margin: 0 !important; 
}

/* Captions */
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
.gallery-caption { font-size: 9px; }
/* End captions */

/* fĂr recentcomments wpmu */
li.recentcomments {
margin: 5px 8px;
}

@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Serif'), url('http://themes.googleusercontent.com/font?kit=70P0G8gxVDIV6F9om0DsKg') format('truetype');
}

