/* 
    Document   : delo.FotoDneva.css
    Created on : Dec 21, 2009, 2:41:31 PM
    Author     : tinek
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.FDPicture img {
    border: 0px solid white;
}

.FDFD {
    color: #404040;
    font-size: 18px;
    font-family: Georgia, Times, serif;
    font-weight: bold;
    font-style: normal;
}

.FDTitle, .FDTitle a {
    color: #07569d;
    font-size: 18px;
    font-family: Georgia, Times, serif;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    width:670px;
}

.FDWidget {
    /*float: left;*/
    width: 660px;
    height:332px;
    margin-right: 10px;
    overflow:hidden;
}

.FDPicture {
    /*float: left;*/
    margin-top: 5px;
    position: relative;
    width:480px;
    height:30px;
}
.FDAuthor{
    position: absolute;
    top:  270px;
    left: 490px;
    height:30px;
    width:180px;
    overflow:hidden;	
}
a.fd-author, a.fd-author:visited{
    color: #404040;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align:left;
    display:inline;
    /*white-space:nowrap;*/
    width:180px;
}
a.fd-author:hover{
    left: 70px;
    color: #404040;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align:left;
    display:inline;
    /*white-space:nowrap;*/
    width:180px;
}
