
p.whiteline {
    margin-top: 0em;
    margin-bottom: 1em;
}

p.break {
    margin-top: 0em;
    margin-bottom: 0em;
}

/* templates/default/style_fallback.css  */
/* This is the templates/default/style_fallback.css file.
   It emits CSS rules that all templates should have.
   Classes are declared on top of the file, so if you
   want to make changes in your own template, you
   should override the rules on the bottom of your
   style.css template. 
   IT IS NOT ADVISED TO CREATE YOUR OWN style_fallback.css FILE! */

/* Default image classes for left/right/usual layout */
.serendipity_image_center {
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_left {
  float: left;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_right {
  float: right;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

/* Default listing without spacers */
.plainList {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

/* Messages: Centered, important, notice */
.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

/* Embedded images with comments inside the s9y image manager */
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid #ddd;
    background-color: #efefef;
    margin: 3px;
    padding: 3px;
    text-align: center;
}

.serendipity_imageComment_center {
    margin: auto;
}

.serendipity_imageComment_left {
    float: left;
}

.serendipity_imageComment_right {
    float: right;
}

.serendipity_imageComment_img,
.serendipity_imageComment_img img {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.serendipity_imageComment_txt {
    border-top: 1px solid #ddd;
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 10px;
    text-align: center;
}

/* END OF style_fallback.css */
/* templates/bmg/style.css  */
/* Reset */
@import "http://singularitaet.org/extra.css";

/* Fonts */

@font-face {
    font-family: 'LiLibertine';
    font-style: italic;
    font-weight: bold;
    src: local('Linux Libertine O'),
    url('fonts/LinLibertine_RBI.woff') format('woff'),
    url('fonts/LinLibertine_RBI.ttf') format('truetype');
}

@font-face {
    font-family: 'LiBiolinum';
    font-style: normal;
    font-weight: bold;
    src: local('Linux Biolinum O'),
    url('fonts/LinBiolinum_RB.woff') format('woff'),
    url('fonts/LinBiolinum_RB.ttf') format('truetype');
}

/* HTML Elements */

body {
    font-size: 1em;
    font-family: "Linux Libertine O", "Linux Libertine", "DejaVu Serif", Palatino, serif;
    background-color: white;
    color: black;
    margin: 0;
}

a,
a:link,
a:visited {
    color: #00A513;
    text-decoration: none;
}

a:active,
a:hover {
    color: #005208;
    text-decoration: none;
}

img {
    border: 0;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
select,
textarea {
    border: 1px #999 solid;
    background-color: white;
    color: #333333;
}

input:focus,    input:hover,
button:focus,   button:hover,
submit:focus,   submit:hover,
select:focus,   select:hover,
textarea:focus, textarea:hover {
    background-color: #EEEEEE;
}

input.radio
input[type="radio"],
input[type="checkbox"] {
    border: none;
}

blockquote {
    font-family: "Linux Libertine O", "Linux Libertine", "DejaVu Serif", "Gorgia", serif;
    font-style:italic;
    border-left: 0.5ex #00A513 solid;
    color: black;
    background-color: #F8F8F8;
    padding: 0.5ex 0.5em 0.5ex 0.5em;
    margin: 1em 2em 1em 2em;
}

pre { 
    font-family: "DejaVu Sans Mono", monospace;
    font-size: 0.7em;
    padding: 1ex 1em 1ex 1em;
    border: solid #00A513 1px;
    color: black;
    background-color: #D9F1E0;
}

code {
    font-family: "DejaVu Sans Mono", monospace;
    font-size: 0.9em;
    padding: 0 0.5ex;
    background-color: #D9F1E0;
}

::selection {
    background-color: #D9E0F1;
}

/* text */

.initial {
    font-size: 450%;
    display: inline-block;
    float: left;
    line-height:80%;
    color:#00A513;
    padding-right: 0.2ex;
}

/* Banner */

#serendipity_banner {
    /*  background-image: url(templates/bmg/img/I_had_an_idea.jpg);
	background-repeat: no-repeat; */
    background-image: url(templates/bmg/img/carbon-gruen.png);
    background-color: #00A513;
    padding: 1ex 0pt 1ex 150px;
    margin: 0 0 1ex 0;
}

#serendipity_banner h1 {
    font-family: "Linux Biolinum O", "Linux Biolinum", "LiBiolinum", "DejaVu Sans", sans-serif;
    font-weight: bold;
    font-size: 4.2em;
    font-variant: small-caps;
    padding: 0;
    margin: 0;
    border-bottom: solid 4pt white;
}

#serendipity_banner h2 {
    font-family: "Linux Libertine O", "Linux Libertine", "LiLibertine", "DejaVu Serif", "Gorgia", serif;
    font-weight: bold;
    font-style: italic;
    font-size: 1.2em;
    text-align: right;
    padding: 1ex 1em 0.5ex 0.5em;
    margin: 0;
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited {
    color: white;
    text-decoration: none;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited {
    color: white;
    text-decoration: none;
}

/* Sidebars */

#serendipityLeftSideBar,
#serendipityRightSideBar {
    display: block;
    padding: 0;
    margin: 0 1em 0 1em;
    border: 1px solid black;
    border-top: 0pt;
    width: 13em;
    vertical-align: top;
    background-color: #EEEEEE;
}

.serendipitySideBarTitle {
    font-family: "Linux Biolinum O", "Linux Biolinum", "LiBiolinum", "DejaVu Sans", sans-serif;
    font-size: 1.2em;
    line-height: 140%;
    font-weight: bold;
    padding: 0.5ex 8px 0.25ex 8px;
    border-top: solid black 1px;
    color: black;
    background-color: #B3E4C1;
}

div.serendipitySideBarItem {
}

.serendipitySideBarContent {
    color: #333333;
    font-size: 0.9em;
    padding: 8px;
}

/* Calendar */

table.serendipity_calendar a,
table.serendipity_calendar a:link,
table.serendipity_calendar a:visited {
    font-weight: bold;
    font-style: italic;
}

table.serendipity_calendar a:hover {
    background-color: #CCC;
    color: #003366;
}

table.serendipity_calendar td {
    font-size: 0.9em;
    padding: 0.2em;
    text-align: center;
}

td.serendipity_calendarHeader a,
td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
    color: #003366;
    font-weight: bold;
    font-size: 1.1em;
    border: 0;
}

/* Entries */

.serendipity_Entry_Date {
    padding: 0;
    min-width: 20em;
    max-width: 50em;
}

.serendipity_titlebox {
    color: #00A513;
    padding: 1.4ex 0em 1.2ex 0em;
    clear: both;
}

.serendipity_date {
    font-family: "Linux Libertine O", "Linux Libertine", "DejaVu Serif", "Gorgia", serif;
    font-style: italic;
    font-size: 0.8em;
    font-weight: normal;
    text-align: left; 
}

.serendipity_title,
.serendipity_Admin_title {
    font-family: "Linux Biolinum O", "Linux Biolinum", "LiBiolinum", "DejaVu Sans", sans-serif;
    font-size: 1.7em;
    font-weight: bold;
    color: white;
    padding: 1.4ex 1.4em 1.2ex 1em;
}

.serendipity_titlebox .serendipity_title {
    font-family: "Linux Biolinum O", "Linux Biolinum", "LiBiolinum", "DejaVu Sans", sans-serif;
    font-size: 2.4em;
    font-weight: bold;
    padding: 0;
}

.serendipity_title a,
.serendipity_title a:link,
.serendipity_title a:visited,
.serendipity_date a,
.serendipity_date a:link,
.serendipity_date a:visited,
.serendipity_Admin_title a,
.serendipity_Admin_title a:link,
.serendipity_Admin_title a:visited {
    color: #00A513;
    text-decoration: none;
}

.serendipity_title a:hover,
.serendipity_Admin_title a:hover {
    color: #00A513;
    text-decoration: none;
}


.serendipity_entry,
.serendipity_admin {
    font-family: "Linux Libertine O", "Linux Libertine", "DejaVu Serif", Palatino, serif;
    font-weight: normal;
    line-height: 120%;
    padding: 0;
    margin: 1ex 0 0 0;
}

.serendipity_entry h2 {
    font-family: "Linux Biolinum O",  "Linux Biolinum", "LiBiolinum", "DejaVu Sans", sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    color: #00A513;   
}

.serendipity_entry h3 {
    font-family: "Linux Biolinum O",  "Linux Biolinum", "LiBiolinum", "DejaVu Sans", sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #00A513;   
}

.serendipity_entry h4 {
    font-family: "Linux Biolinum O",  "Linux Biolinum", "LiBiolinum", "DejaVu Sans", sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    color: #00A513;   
}

.serendipity_entryFooter {
    margin: 0 0 1ex 0;
    padding: 0.5ex 0 0 0;
    clear: both; 
    font-size: 0.8em;
    text-align: right;
    color: #999999;
    border-top: 1px solid #EEE;
    border-bottom: 2px solid #EEE;
}

.serendipity_entryFooter:hover {
    color: black;
}

.serendipity_entryFooter:hover a {
    color: #00A513;  
}

.serendipity_entryFooter a {
    color: #999999;  
}

/* Comments */

.serendipity_section_commentform {
    background-color: #FAFAFA;
}

.serendipity_comments .serendipity_center {
    font-size: 0.8em;
    color: #999999;
}

.serendipity_comments .serendipity_center a {
    color: #999999;
}

.serendipity_comments .serendipity_center:hover {
    color: black;
}

.serendipity_comments .serendipity_center:hover a {
    color: #00A513;  
}

.serendipity_comment {
    border-left: solid #00A513 1px; 
    margin: 5pt 0 0 10pt;
    padding: 0;
    overflow: auto;
    background-color: #F4F4F4;
}

.serendipity_comment_author_self {
    background-color: #D9F1E0;
}

.serendipity_commentBody {
    padding: 0.5ex 0 1ex 0.5em;
}

.serendipity_comment_source {
    padding-left: 0.5em;
    background-color: #DDDDDD;
}

.serendipity_commentsTitle {
    background-color: #EEEEEE;
    margin-top: 1em;
    padding: 1ex 0 1ex 2em;
    font-family: "Linux Biolinum O",  "Linux Biolinum", "LiBiolinum", "DejaVu Sans", sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}

.serendipityCommentForm {
    margin-left: 1em;
}

.serendipity_commentsLabel {
    padding: 0;
    font-family: "Linux Biolinum O",  "Linux Biolinum", "DejaVu Sans", sans-serif;
    font-size: 0.9em;
}

/* static pages */

.staticpage_content h2 {
    font-family: "Linux Biolinum O",  "Linux Biolinum", "DejaVu Sans", sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    color: #00A513;   
}

/* Tags */

.serendipity_freeTag {
    font-size: 0.9em;
}

/* Admin */

.serendipity_admin td {
}

/* Misc */

#mainpane {
    margin-left: auto;
    margin-right: auto;
}

#content {
    padding-left: 1em;
}

/** Embedded images with the s9y image manager **/
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid black;
    background-color: #EFEFEF;
    margin: 3px;
}

.serendipity_imageComment_center {
    margin: 0px;
}

.serendipity_imageComment_left {
    float: left;
}

.serendipity_imageComment_right {
    float: right;
}

.serendipity_imageComment_img,
.serendipity_imageComment_img img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: center;
}

.serendipity_imageComment_txt {
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 0.8em;
    text-align: center;
}

img.serendipity_entryIcon {
    float: right;
    border: 0px;
    padding: 0.3em;
}

.serendipity_admin_list_item_even {
}

.serendipity_admin_list_item_uneven {
    background-color: #EEEEEE;
}

.serendipity_admin_filters {
    border: 1px dashed;
    background-color: white;
    font-size: medium;
    margin-bottom: 10px;
    padding: 2px;
}

.serendipity_admin_filters_headline {
    border-bottom: 1px solid;
}

.serendipity_admin_sortorder {
    font-size: medium;
    text-align: center;
}

.serendipity_admin_sortorder input,
.serendipity_admin_sortorder select,
.serendipity_admin_filters input,
.serendipity_admin_filters select {
    font-size: medium;
}

.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

.serendipity_entry_author_self {
}

/* Links vor / nach */
.serendipity_entrypaging { margin: 0; font-style:italic;}
.serendipity_entrypaging_left  { font-size: 0.8em; float: left; }
.serendipity_entrypaging_right  { font-size: 0.8em; float: right; }
.serendipity_entrypaging_left + .epicon  { color: white; }

/*** Additional plugin styles needed for the modernized output code ***/
/*** added by Matthias 'YellowLed' Mees                             ***/

.plainList {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.container_serendipity_authors_plugin .serendipitySideBarContent div {
    margin: 5px 0;
    padding-left: 0;
}

.serendipity_history_author { font-weight: bolder; }

.serendipity_history_intro,
.serendipity_history_info { margin-bottom: 3px; }

.serendipity_history_body { margin-bottom: 10px; }

.serendipity_recententries_entrylink { margin-bottom: 2px; }

.serendipity_recententries_entrydate { margin: 0 0 4px 0; }

/* Kommentar Plugin */

.plugin_comment_subject { 
    background-color: #DDDDDD; 
    padding: 3px 3px 0px 3px; 
}

.plugin_comment_date {  
    background-color: #DDDDDD; 
    font-size: 0.8em;
    text-align: right;
    padding: 0px 3px 3px 3px; 
}

.plugin_comment_body { 
    padding: 3px; 
}

.serendipity_shoutbox_date { margin: 5px 0 2px 0; }

.serendipity_shoutbox_comment { padding: 3px 0; }

/*** End Additional plugin styles                                   ***/
