/*
Theme Name:     FreeZion Hebrew
Theme URI:      http://graphicki.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         Errol Wahlhaus
Author URI:     http://graphicki.com/
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");
/* @import url("../twentyeleven/rtl.css"); */


/*   starting CSS  customization  */

body {
color: #555555;
}

#page {
    padding-left: 10px;
    padding-right: 10px;
}
#branding hgroup {
    display: none;
}
#branding img {
    margin-bottom: -14px;
}
#access {
    background-color: #E3E3E3;
    margin: 0 auto -37px;
}
#access li {
    background-color: #E3E3E3;
}
#access a {
   color: #000000;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia,Palatino,"Palatino Linotype",Times,"Times New Roman",serif;
    font-weight: bold;
    color: #555555;
}
#branding {
    border-top: 0 solid #BBBBBB;
    padding-bottom: 10px;
    position: relative;
    z-index: 9999;
}
.singular .entry-title {
    font-size: 1.5em;
    color: #555555;
}
.singular .entry-header {
   width: 100%;
}
.entry-content h1, .entry-content h2, .comment-content h1, .comment-content h2 {
    color: #555555;
}
ul.langitem {
   float:right;
   list-style: none outside none;
   margin-right: 0;
}
ul.langitem li.lang-item a  {
    color: #555555;
    font-weight: bold;
    text-decoration: none;
}
ul.langitem li.current-lang
{
display: none;
}
ul, ol {
    margin: 0 0 1px 2.5em;
}
.singular .entry-content {
    width: 100%;
}
#site-generator {
    background: none repeat scroll 0 0 #9D9D9D;
    border-top: 1px solid #DDDDDD;
    color: #666666;
    font-size: 12px;
    line-height: 2.2em;
    padding: 5px 0.5em 0;
    text-align: center;
}