﻿

#news .details
{
    display:none;
    margin-top: 10px;
}

#news .details .text
{
    color: #555555;
    font-size: 0.9em;
    margin-left: 10px;
}

#news .details .link
{
    margin-left: 10px;
    margin-top: 5px;
    font-size: 0.8em;    
}

#news .items
{
    float:left;    
    margin-left: 80px;
    margin-top: 30px;
    color: #333333;
}

#news .item .title
{
    cursor:pointer;
}

#news .item
{
    width: 615px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #aaaaaa;
    margin-bottom: 20px;
    font-size: 1.3em;
}
#news .item a
{
    text-decoration:none;
    color: #333333;
}


#news .archives
{
    float:left;
    width: 250px;
}

#news .logo
{
    background-image:url('images/logo-MIriade.png');
    width: 192px;
    height: 60px;
}

#news .years
{
    margin-top: 50px;
    margin-left: 20px;
    
    font-size: 1.2em;
}

#news .years .title
{
    text-transform:uppercase;
    margin-bottom: 10px;
    color: #333333;
}

#news .years .year
{
    line-height: 20px;
}
#news .years .year a
{
    text-decoration: none;
    color: #555555;    
}
#news .shareThis 
{
	margin: 20px 0 0 0;
}

#search .topnews
{
    margin-top: 10px;
    width:400px;
    float:right;
    text-align:right;
    font-size: 1.2em;
    margin-right: 80px;   
}
#search .topnews ul
{
    list-style: none;
    margin:0;   
    display:none; 
}
#search .topnews a
{
    text-decoration: none;
    color: #d68421;       
}
#search .topnews a:hover
{
    text-decoration: underline;
}

#search .news
{
    width:400px;
    float:right;
    margin-right: 80px;
    text-align:right;
    font-size: 1.1em;       
}
#search .news ul
{
    list-style: none;
    margin:0;   
    display:none; 
}
#search .news a
{
    text-decoration: none;
    color: #555555;       
}
#search .news a:hover
{
    text-decoration: underline;
}
