/*

emacs.css -- Style sheet to make a site look like the screen of GNU Emacs
Copyright (C) 2006  Kamen Naydenov <pau4o@mail.bg>

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.


$Id: emacs.css 259 2006-04-13 12:25:01Z kaloian $

*/



body {
       margin: 0;
       padding: 0;
       font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, "Courier New", "Lucida Console", monospace;
       font-size: 15px;
       background-color: #ffff55;
       color: #000;

       }
#header {
          display: block;
          position: fixed;
          bottom: 0;
          left: 0;
          margin: 0;
          padding: 0;
          width: 100%;
          height: 42px;
          float: left;
          background-color: #ffff55;
          background-image: url("./mini_buffer.png");
          background-repeat: repeat-x;
          color: #ffff55;
          }
#banner {
          position: fixed;
          width: 100%;
          height: 23px;
          top: 0;
          left: 0;
          background-image: url("./f10.png");
          background-repeat: no-repeat;
          z-index: 10000;
          }
h1.title {
           display: block;
           margin: 2px 2px;
           height: 18px;
           float: left;
           font-size: 16px;
           background-color: #000;
           width: 100%;
           z-index: 999;
           }
h1.title:before {
                  white-space: pre;
                  content: "-uuu:**-F1   ";
                  }
h1.title:after {
                 white-space: pre;
                 content: "                 (Blog read)"
                 }
h1 a {
       margin: 0;
       padding: 0;
       text-decoration: none;
       color: #ffff55;
       }
h1 a:hover {
             background-color: #ffff55;
             color: #000;
             }
#body {
        display: block;
        width: 72%;
        float: left;
        margin: 0;
        padding: 0 5px 30px 5px;
        background-image: url("./ecb.png");
        background-position: 100% 0%;
        background-repeat: repeat-y;
        z-index: -10;
        }
#sidebar {
           display: block;
           float: right;
           top: 18px;
           left: 0;
           width: 25%;
           margin: 0;
           padding: 5px;
           z-index: 10;
           }
/* from oskuro.net */
#sidebar p { 
             margin-top: 0px;
             padding-left: 5px;
             padding-right: 5px;
             }
#sidebar ul { 
              list-style: none;
              padding-left: 10px;
              padding-right: 10px;
              margin-top: 10px;
              margin-bottom: 10px;
              }
#sidebar ul li { 
                 display: block;
                 padding: 0;
                 margin: 0;
                 }
.sidebar { 
           text-align: center;
           }
.sidetitle { 
             font-size: 11pt;
             font-weight: bold;
             }
.sidecontent { 
               text-align: left;

               margin-left: 5px;
               margin-right: 5px;
               }
/* Calendar 

#blosxomCalendar {  }
.blosxomCalendar { 
                   font-size: 80%;
                   margin: 1px;
                   background: #c5e3ff;
                   }
.blosxomCalendarHead { 
                       font-weight: bold;
                       }
.blosxomCalendarWeekHeader { 
                             font-weight: bold;
                             color: #336699;
                             }
.blosxomCalendarCell { 
                       color: #000000;
                       }
.blosxomCalendarBlogged a { 
                            color: blue;
                            }
.blosxomCalendarSpecificDay a { 
                                color: red;
                                }
.blosxomCalendarToday { 
                        font-weight: bold;
                        color: blue;
                        }
.blosxomCalendarToday a { 
                          font-weight: bold;
                          color: blue;
                          }
*/

