/*
Theme Name: ilonas
Theme URI: http://www.ilona-s.de
Description: Mein erstes eigenes Theme
Version: 1.0
Author: Ilona Herrmann
Author URI: http://www.ilona-s.de
*/

/*------------wird nicht angezeigt----------------*/
.hide        {
        display:none;
        }
/*---------------------------------------------------*/


/*---------------Allgemeingueltiges------------------*/


body {
   background: white;
   color: black;
   font-size: 11pt;
   font-family: Verdana,Arial,Helvetica,sans-serif;
}


a {
        text-decoration:underline;

        }


h1,h2,h3,h4,h5, h6{
	font-size: 14pt;
	color: #551A8B;
	background: white;
}
.center { text-align:center; }





/*----------Beginn Seitenstruktur-----------*/

/* --------------------Mantel--------------------*/
#mantel        {

        width: 80%;
        
        border: none;
        position: relative;
        }

/* --------------------Ueberschrift--------------------*/
#header        {
        display: none;
        }
#statlink    {
        display: none;
        }
/* ---------- Posts ----------------------- */
#post        {
        float: none !important;
        text-align:left;
        

}

#post a img { margin-right:5px;
              border:none

 }
#post img { border:none;

 }
.gross {
        font-size:1.4em;
        font-weight: bold;
        text-align:center;
        padding:10px;
}

.beitrag  {
        padding:10px 0 10px 0;
}


/* --------Seitennavigation in Posts------- */
.page  {
        display: none;
        }


/* ---------- Sidebar rechts----------------------- */

#sidebar        {
        display: none;
        }


/* ---------- Footer----------------------- */

#footer        {
        display: none;
        }
/* ---------- Kommentarlinks unterm Eintrag----------------------- */

.small        {
        text-align: right;
        font-size: .8em;
        margin:0;
        padding:0;
        line-height: 1em;
        }

/* ---------- Kommentare -------------------------------------- */

    /* ---fuer die Kommentarlistengestaltung---------- */
#commentlist ol     {
        margin:0;
        padding:0;
        }

#commentlist ol li  {
        padding:0 0 10px 10px;
        margin:10px;
}


#commentlist  li  {
        
        font-size: 10pt;
        }

.commentbody  {

}

.commentcount  {
        display: none;
}
.noprint  {
        display: none;
}
TEXTAREA,INPUT {
        display: none;
}

.lmbbox_smileys  {
        display: none;
}

/*---------------------- Comment Quicktags ---------------------------*/
/* Main Span */
#comment_quicktags {
	display: none;

}

