html, body
{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: url(background.png) #FFF repeat-y left top;
}

#header
{
    height: 10px;
    background: #3C0 url(header.png);
}

#navigation
{
    float: left;
    width: 180px;
}

#logo
{
    width: 162px;
    height: 82px;
    margin: 9px;
}

#logo a
{
    display: block;
    width: 162px;
    height: 82px;
    background: url(logo.png) no-repeat center center;
}
#sidebar
{
	width:auto;
	height: auto;
	margin: 27px;
}
	
#navigation ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation  ul li
{
    margin: 0 10px 5px 10px;
}

#navigation ul li span
{
    display: block;
    height: 22px;
    background: url(navigation_local.png) no-repeat center center;
    line-height: 22px;
    text-align: center;
    color: #FFF;
}

#navigation ul li a
{
    display: block;
    height: 22px;
    background: url(navigation_remote.png) no-repeat center center;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
}

#navigation ul li a:hover
{
    background: url(navigation_remote_hover.png) no-repeat center center;
}

#navigation ul ul
{
    position: relative;
    top: -1px;
    background: url(subnav_background.png) repeat-y top center;
}

#navigation ul ul li
{
    height: 1.2em;
    margin: 0 5px 0 5px;
    font-size: small;
    line-height: 1.2em;
    text-align: center;
}

#navigation ul ul li a
{
    display: block;
    height: 1.2em;
    background: none;
    text-decoration: none;
    line-height: 1.2em;
    color: #000;
}

#navigation ul ul li a:hover
{
    background: url(subnav_hover.png) repeat-y center center;
}

.subnavend
{
    position: relative;
    top: -1px;
    height: 7px;
    background: url(subnav_bottom.png) no-repeat top center;
}

#veganstartertpack
{
    width: 162px;
    height: 42px;
    margin: 9px;
}

#veganstartertpack a
{
    display: block;
    width: 162px;
    height: 42px;
    background: url(vegan_starter_pack.png) no-repeat center center;
}

#veganstartertpack a:hover
{
    background: url(vegan_starter_pack_hover.png) no-repeat center center;
}

#session
{
    height: 23px;
    margin-left: 180px;
    background-color: #E6E6E6;
}

#session ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#session li
{
    float: right;
    margin: 3px;
}

#session a
{
    display: block;
    width: 82px;
    height: 17px;
    background: url(session.png) no-repeat center center;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    font-size: x-small;
    color: #000;
}

#session a:hover
{
    background: url(session_hover.png) no-repeat center center;
}

#content
{
    margin-left: 190px;
    margin-right: 10px;
    color: #333;
}

#content a:link
{
    color: #039;
}

#content a:hover, #content a:active, #content a:visited
{
    color: #3C0;
}

#content ul li
{
    padding: 0.2em 0 0.2em;
}

h1
{
    margin: 0;
}

h3
{
    border-bottom: 2px solid #039;
    background: url(heading.png) repeat-x bottom;
    font-size: medium;
    line-height: 1.2em;
}

h4
{
    border-bottom: 2px solid #999;
    background: url(heading.png) repeat-x bottom;
    font-size: medium;
    line-height: 1.2em;
}

form label
{
    display: block;
}

form input
{
    display: block;
}

form .inline label
{
    display: inline;
}

form .inline input
{
    display: inline;
}

form textarea
{
    display: block;
    margin-bottom: 1em;
    clear: both;
}

form .required
{
    font-weight: bold;
}

p
{
    margin-top: 0;
}

blockquote
{
    margin: 0;
    padding: 0.5em 2em 0.5em 2em;
}

.featuredlink
{
    text-decoration: none;
    font-size: larger;
    font-weight: bold;
    font-family: sans-serif;
    color: #3C0;
}

.featuredlink:before
{
    content: "* ";
}

.featuredlink:after
{
    content: " *";
}

.even
{
    background: #DDD;
}

cite:before
{
 content: "-- ";
}

dt
{
    font-weight: bold;
}

.box
{
    margin: 1em 0 1em 0;
    border: 1px dotted;
    background: #E6E6E6;
}

.implied
{
    display: none;
}
