/* --------------------------------------------------------
    Search Results stylesheet
    Website: Rapartists.com
    Created by: First Beat Media
    Filename: css/search_results.css
   -------------------------------------------------------- */

/* --------------------------------------------------------
    Presentation
   -------------------------------------------------------- */
    
/*  Content - Search Results
   -------------------------------------------------------- */
    
    div#main_content h2 { border-bottom: 1px solid #dfdcce; padding-bottom: 5px; margin: 20px 0 0 0; }
    div#main_content h2.keyword_results { font-size: 16px; color: #888473; font-weight: normal; letter-spacing: 0px; margin: 0 0 20px 0; border: none; padding-bottom: 0px; }

    div.result_item { padding: 14px 6px 14px 0px; margin: 0 7px; border-bottom: 1px solid #f2f0e9; overflow: hidden; }
    div.result_item div.result_image { float: left; width: 66px; }
    div.result_item div.result_infos { float: left; width: 244px; }
    div.result_item div.result_infos h3 { font-size: 13px; }
    div#main_content div.result_item div.result_infos p { margin-bottom: 0px; }
    div.result_item div.result_infos a { color: #A74700; font-weight: bold; }
    div.result_item div.result_infos a:hover { color: #000; }
    div.result_item div.result_infos img { vertical-align: middle; }
