
/**
 * - navigation bar at the top
 * - 3 columns
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */


/**
 * - vertical navigation
 * - toolbar
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Main navigation */
div#nav-main {
    width: 200px;
    height:360px;
    background: url(http://www.lifechanges.us/themes/lifechanges/images/backgrounds/leftcolumn_top.jpg) left top no-repeat;
}
    div#nav-main div.inner {
    margin:0px;
    padding: 10px;
    }
    div#nav-main ul {
        list-style: none;
    margin:0px;
    }
        div#nav-main ul li {
    border-color: #7b881e;
    border-top: 2px groove #8fa119;
    border-bottom: 2px groove #8fa119;
    padding:5px;
    padding-left:15px;
    margin:0px;
    margin-top:-2px;
    background: url(http://www.lifechanges.us/themes/lifechanges/images/backgrounds/icon.gif) right no-repeat;
        }
            div#nav-main ul li a {
color:#FFFFFF;
font-size: 12px;
font-weight:bold;
                text-decoration: none;
            }
            div#nav-main ul li a:hover {
                text-decoration: underline;
            }
/* END main navigation */


/* Toolbar */
div#nav-main div#toolbar {
display:none;
    min-height: 300px;
    _height: 300px;
    padding: 15px 5px 0 15px;
    background: url(http://www.lifechanges.us/themes/lifechanges/images/bg/column_tm.gif) repeat-x left top;
    font-size: 0.8em;
}
/* END toolbar */


/* Lang switcher */
div#langSwitcher {
    float: none;
}
    div#langSwitcher a {
        float: left;
        margin-left: 0;
        margin-right: 15px;
        margin-bottom: 15px;
    }
div#content {
    position: relative;
    width: 730px; /* 950 - (2 + 1) x 2 */
    background: url(http://www.lifechanges.us/themes/lifechanges/images/backgrounds/content_bg.jpg) left repeat-y;

    /* padding needed for navigation */
}
div#main { /* 950 - 6 (wrapper) - 216 (right block) - 200 (left block) - 20 (paddings) */
    position: relative;
    float: left;
    width: 270px;
    display: inline;
    background: url(http://www.lifechanges.us/themes/lifechanges/images/backgrounds/middlecol_top.jpg) top no-repeat;
    margin-right: -260px;
    margin-left: 200px;
    margin-bottom: -135px;
    padding-bottom: -135px;
    z-index:1;
}
div#sub { /* actual width: 216 = 200 + 4 (right margin) + 1 * 2 (borders) + 5 * 2 (paddings) */
    position: relative;
    background: url(http://www.lifechanges.us/themes/lifechanges/images/backgrounds/rightcolumn_top.jpg) top no-repeat;
    float: right;
    width: 260px;
    display: inline;
    margin-bottom: -135px;
    padding-bottom: -135px;
    z-index:1;
}
div#local {
    display:none;
    background: url(http://www.lifechanges.us/themes/lifechanges/images/backgrounds/leftcolumn_top.jpg) top no-repeat;
    float: left;
    width: 200px;
    height:360px;
    display: inline;
    margin-left: -210px;
}
div#header {
    background: url(http://www.lifechanges.us/themes/lifechanges/images/backgrounds/header_bg.jpg) top no-repeat;
}
div.bottom {
    position: relative;
    float:left;
    clear:both;
    display:block;
    width:730px;
    height:238px;
    margin:0px;
    padding:0px;
    background: url(http://www.lifechanges.us/themes/lifechanges/images/backgrounds/content_bottom.jpg) no-repeat;
    z-index:0;
}
div#nav-main {
    float: left;
    display: inline;
    margin-left: -210px;
}