/*
 * Theme Name: ViaTheNet.CA
 * Theme URI: http://visionsencoded.com/
 * Description: Please <strong><a href="../wp-content/themes/ViaTheNet.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, probably best to leave this line in place */


/******************************************************************************
 *  YOUR STYLE OVERRIDES BELOW THIS POINT                                     *
 ******************************************************************************/

h1#bannertext {/* sub-page title text alignment */
    text-align:left;
    line-height:1.1em;
}
body {
    line-height:1.5em;
}
.entry h2 {
    line-height:1.2em;
}

#main.category .entry h2 {
    margin-top:20px;
}

#cat-evts-cal div.kjo-link p {
    display:none;
}
#cat-evts-cal {
    margin-top:10px;
    margin-bottom:20px;
}