/**
* CSS
* 
* @version 0.1
* @author David Miller
* @email il.livid.dream@gmail.com
*/

/**
* @subpackage Typography
*/
.name
{
font-size: 1.5em;
padding-left: 40px;
display: block;
}
.name a:hover
{
text-decoration: none;
}

#menu {
    width: 250px;
    overflow: hidden;
    top: 8px;
    bottom: 0;
	left: 0;
    position: absolute;
    min-height: 400px;
	background-color: #fff;
	text-align:left;
	padding: 0 0 0 40px;
}
li.active
{
font-weight: bold;
}

/**
* @subpackage Navigation
*/
#menu .container ul li.section-title
{
display: block;
cursor:pointer;
}
#menu .container ul li
{
display: none;
}
