/*
 * @project blog.designersfactory.com
 * @author  urs beyeler
 * @data    2007-07-19
 * @browser all
 * @media   all
*/

body
{
    font-family: 'Lucida Grande', Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 150%;
    margin: 0;
}

/*---- LAYOUT -----*/
    
#wrapper
{
    width: 800px;
    height: auto;
    margin: 0 auto;
}

img
{
	border: None;
}

h4
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 10px;
}

p
{
	margin: 0 0 10px 0;
}

a
{
	text-decoration: none;
	color: #999;
}

#header
{
    height: 140px;
    width: 100%;
    padding: 17px 0 16px 0;
}

#header #last-update
{
    height: 18px;
    margin-top: 24px;
    font-size: 90%;
    font-weight: bold;  
    float: left;
}

#header a.logo
{
    width: 105px;
    height: 40px;
    float: right;
    background: url(logo.gif) no-repeat;
    display: block;
}

#blog_img
{
	clear: both;
	width: 800px;
	height: 100px;
}

#body
{
    width: 100%;
}

/*---- NAVIGATION -----*/

#navigation h3
{
    margin: 0 0 5px 0;
}

#navigation a.back
{
    margin: 8px 0;
    display: block;
    background: url(back.gif) no-repeat 0px 1px;
    padding: 0 0 0 18px;
}

#navigation a.back:hover
{
    border: none;
    background: url(back_f2.gif) no-repeat 0px 1px;
}

#navigation
{
    width: 190px;
    height: 470px;
    padding: 0 5px 0 5px;
    float: left;
    /*overflow: auto;*/
}

#navigation a
{
    color: #666;
}

#navigation a:hover,
#navigation p.active a
{
    color: #000;
    border-bottom: 1px solid #000;
}

/*----- CONTENT -----*/

#content
{
    width: 380px;
    padding: 0 9px 0 9px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    float: left;

    min-height: 470px;
    height: auto !important;
    height: 470px;
}

#content h5
{
    font-size: 90%;
    font-weight: bold;
    margin: 0 0 5px 0;
}

#content h2
{
    font-size: 170%;
    font-weight: normal;
    line-height: 120%;
    margin: 5px 0;
    color: #666;
}

#content a
{
    color: #666;
    text-decoration: underline;
}

#content a:hover
{
    color: #000;
}

#content a.pdf-file
{
    background: url(icons/pdf.png) no-repeat;
    padding-left: 20px;
}

/*----- RIGHT-COLUMN -----*/

#right-column
{
    width: 195px;
    height: 470px;
    padding: 0 0 0 5px;
    float: left;
}

#right-column ul
{
    list-style: none;
	padding: 0 0 15px 10px;
	margin: 0;
}

#right-column ul li
{
	margin-bottom: 5px;
}

#right-column ul li.last
{
	margin-bottom: 0;
}


#right-column ul li a,
#right-column ul li a:visited
{
    text-decoration: none;
    color: #666;
}

#right-column ul li a:hover,
#right-column ul li.active a
{
    color: #000;
    font-weight: bold;
}

#right-column ul li.last a
{
    border: none;
}

#right-column p
{
	padding: 0 0 15px 10px;
	margin: 0;
	color: #666;
}

#right-column p a
{
	color: #000;
	text-decoration: underline;
}

#right-column h4
{
	margin: 0 0 3px 0;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 0.2em;
}

#right-column img
{
    margin: 0 3px 0 -10px;
    vertical-align: top;
}

#copyright
{
    display: block;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 9px;
	color: #999;
}

#address
{
	color: #000;
}

#right-column ul.reflect_archive ul
{
	padding: 0 0 0 10px;
	display: none;
}

#right-column ul.reflect_archive li.yearSelected ul
{
    display: block;
}

img.nodeOpen,
img.nodeClosed
{
	padding-top: 2px;
}

#right-column li.yearSelected a.reflect_year_link,
#right-column li.monthSelected a.reflect_month_link
{
    color: #000;
    font-weight: bold;
}

#right-column li.nodeOpen a.reflect_month_link
