/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6
{
   font-weight: normal;
   margin-top: 10px;
   margin-bottom: 10px;
}

blockquote
{
   border: 1px ridge #a5becb;
   padding: 10px;
   margin: 10px;
   background-image : url(../img/blockquote-back.gif);
   background-repeat : repeat-y;
}

/* link color */

a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff6600; }

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }



/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}

* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; 
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
/* */


/* page layout */

body {
    min-width: 780px;
    text-align: center; /* center on ie */
    margin: 0px auto;
    padding: 0;
    font-size : 12px;
    color:#666;
    background: #fff;
    line-height: 1.5;
    
}

#container
{
    position: relative;
    width: 780px;
    margin: 0 auto;
    text-align: left;
    padding : 0px 0px 0px;padding-left : 0px;
    border-width : 1px;
    border-style : solid;
    border-color : gray;

}


#banner {
    position: relative;
    margin: 0 auto;
    width: 780px; /* necessary for ie win */
    height : 150px;
    background-image : url(../img/egibe.jpg);
    background-repeat : no-repeat;
}


#banner h1
{
    margin: 0;
    color: #fff;
    font-size: 16px;
    padding-left : 15px;
    padding-top : 5px;
}


#banner p
{
    width: 100%;
    margin: 0;
    color : white;
    font-size: 12px;
    padding-left : 15px;
}


/* content */

#pagebody
{
     position: relative;
     width: 780px;
     text-align: center;
     float: left;
}

#blog
{
     display: inline; /* ie win bugfix */
     position: relative;
     float: right;
     min-height: 1px;
     text-align: left;
     width : 570px;
}

.ad-space
{
    float: right;
    margin-top : 10px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : auto;
}

.entry 
{ 
    line-height: 1.1; 
    margin: 5px 2px 25px; 
}

.entry-header
{
    margin: 10px 0;
    text-align: left;
    background-color : #e8e8e8;
    font-weight : bold;
    padding-left : 5px;
    font-size : 14px;
    width : auto;
    padding-top : 2px;
    padding-bottom : 2px;
}

.entry-inner-header{
    font-size : 12px;
    font-weight : bold;
    border-left-width : 8px;
    border-bottom-width : 1px;
    border-left-style : double;
    border-bottom-style : dotted;
    border-left-color : gray;
    border-bottom-color : gray;
    padding-left : 10px;
    padding-bottom : 3px;
    clear : both;
}

.entry img
{
    float: left;
    margin-right: 5px;
    border-width : 0px;
}

.right{
    float : right;
}

.left{
    float : left;
}


/* modules (sidebar)*/

#links-left
{ 
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    text-align: left;
    width: 200px;
}

#links-left .pkg {
    position: static;
    display: block;
    clear: both;
    padding: 5px;
}


.sidetitle
{
    width: auto;
    margin: 10px 0 0;
    padding: 2px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    background-color : #e8e8e8;
}

.side {
    margin: 0;
    font-size: 12px;
    padding: 10px;
    color:#666;
    line-height: 1.5;
    border-right-width : 1px;
    border-bottom-width : 1px;
    border-left-width : 1px;
    border-right-style : dotted;
    border-bottom-style : dotted;
    border-left-style : dotted;
    border-right-color : #e8e8e8;
    border-bottom-color : #e8e8e8;
    border-left-color : #e8e8e8;
}

.whats-new{
    font-size : 12px;
    font-weight : bold;
    padding : 0px;
    margin-top : 5px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
}

.side ul
{
    margin : 0px;
    padding : 0px;
    list-style-type : none;
}

.side il
{
    margin : 3px;
    padding : 3px;
    text-decoration: underline; 
}

.side il a
{
    text-decoration: underline; 
    font-weight: normal;
}

/* footer */

#footer
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 780px; 
    height: 60px;
    text-align: center;
    font-size: 0.8em;
    clear: both;
    line-height: 60px;

}

