/* 
    Document   : rockyblue
    Created on : Jun 4, 2009, 1:20:35 PM
    Author     : david ( http://routecafe.com/ )
    Description:
        This style is part of Project Moccha to demonstrate the use of BING API with BING API PHP.
        
*/

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

body {
    font-family: "Lucida Grande", verdana;
    font-size: 0.83em;
}

.hl {
    background: #fffdc1;
    padding: 2px;
}
.desc {
    margin: 4px;
}
.results {
    width: 88%;
}

.newsresult {
    margin-top: 8px;
    margin-bottom: 10px;
}
.cite {
    color:teal;
    font-style:italic;
}
.resultblock {
    display: block;
}

.resultimg {
    float: left;
    padding: 8px;
}

.clear {
    clear: both;
}
