/* 
    Document   : wpStyles
    Created on : 21-Apr-2010, 14:42:23
    Author     : c_schwebke
    Description:
        Overrides the Centita stylesheets with changes specific to the WordPress version of the website
*/

.current_page_item a:link,
.current_page_item a:visited,
.current_page_item a:active,
.current_page_ancestor a:link,
.current_page_ancestor a:visited,
.current_page_ancestor a:active,
.current_page_parent a:link,
.current_page_parent a:visited,
.current_page_parent a:active,
.current-cat a:link,
.current-cat a:visited,
.current-cat a:active
{
    color: #CC3333 !important;
}

.alignleft{
    position: relative;
    float: left;
}

.alignright{
    position: relative;
    float: right;
}

.search_result a:visited, .search_result a:active, .search_result a:link{
    color: #444444;
}

.search_result a:hover{
    color: #CC3333;
}

/* Needed to remove the right hand border on the top nav bar. If the id of the
 * final page changes, this rule needs to be updated
 */
.page-item-4{
    border: none !important;
}
