/*
 * Theme Name:ByDistance.CA
 * Theme URI:http://visionsencoded.com/
 * Description:Please <strong><a href="../wp-content/themes/ByDistance.CA/README.txt">view README.txt for details</a></strong> on how to use this theme.
 * Version:1r1
 * Author:Leo Thiessen
 * Author URI:http://visionsencoded.com/
 *
 * All default theme styles for this theme have been placed in a separate stylesheet so that this sheet is easier to
 * work with in the WordPress admin area.  Tip: use firefox browser with the webdeveloper toolbar plugin to figure out
 * the style id/class you wish to apply your own styles too.
 */
@import 'styles_theme_base.css';/* loads the themes default styles - it's probably best to leave this line in place */


/**********************************************************************************************************************
 *  YOUR STYLE OVERRIDES BELOW THIS POINT                                                                             *
 **********************************************************************************************************************/

body {
    /* styles here would apply to the entire page (more specific will override these though) */
}

#sidebar {
    /* example of an "id" selector - styles here would affect the sidebar */
}

.entry {
    /* example of a "class" selector - styles here would affect a blog entry */
}

/*
 * You can set styles for a specific page with this theme by using the "page slug" on the body tag as a class selector.
 */
body.frontpage #sidebar {/* example 1 - the homepage is always "frontpage" */
    /* edit front page sidebar styles only */
}
body.contact-us .entry {/* example 2 */
    /* this would edit postings on a page with the slug "contact-us" */
}

#lang_sel {
    position:absolute;
    top:10px;
    right:5%;
}
#lang_sel a, 
#lang_sel a:visited, 
#lang_sel a.lang_sel_sel, 
#lang_sel a.lang_sel_sel:visited {
    background-color:#414c75;
    border-color:#54606F;
}
#lang_sel li a {
    padding-right:20px;
}

