p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

a
{
color: black;
text-decoration: none;
}

a:hover
{
   color: grey;
}

div {
    display: block;
    unicode-bidi: isolate;
    
}

.contentarea {
    padding-top: 1.3em;
}
.post .details
{
position: relative;
top: -1.5em;
font-size: 0.8em;
color: #787878;
}

.post ul.controls
{
clear: both;
}

.post ul.controls li
{
display: inline;
font-size: 0.8em;
}
.post ul.controls li a
{
background-repeat: no-repeat;
background-position: left;
padding: 0em 1.0em 0em 20px;
}

.post ul.controls li a.printerfriendly
{
background-image: url('icon-printerfriendly.gif');
}

.post ul.controls li a.comments
{
background-image: url('icon-comments.gif');
}
.post ul.controls li a.more
{
background-image: url('icon-more.gif');
}

ul.linklist
{
list-style: none;

}

ul.linklist li
{
line-height: 2.0em;
}

ul.linklist a
{
color:#000;
}
ul.linklist a:hover
{
text-decoration: underline;
}
ul.ficlist li
{ 
position: relative;
color:#ee4200; 
background-color:#faf8f8;
line-height: 2.0em;
width: 100%;
}

ul.ficlist li:nth-child(odd) 
{
  background-color:#ff9100;
}


ul.ficlist
{
list-style: none;
width: 100%;
position: relative;
}

.fictitre {
    display: inline;
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    padding-left: 10px;
}
.ficlien {
    display: inline;
    position: absolute;
    right: 0;
    color: #ff9100;
    font-size: 0.9em;
    margin-right: 10px;
}
.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #ff9100;
margin: 2.0em 0em 2.0em 0em;
}

.sidebar-ad {
  min-height: 600px;
  margin-top: 20px;
}

@media(max-width: 900px) {
  .sidebar-ad {
    display: none;
  }
}
