body {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	margin: 0 0 0 0;
	background-color: #ffffff;
}

#tdf-header {
	background-color: #F2F2F2;	

	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;

	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

    #tdf-title {
        margin: 20px 0 0 94px;
        padding: 0 0 0 20px;
	color: #111111;
	font-size: 28px;
    }

    #tdf-title a, a:hover, a:visited {
	text-decoration: none;
	color: #111111;
    }

#logo {
	float: left;
	padding-left: 16px;
	width: 100px;
}

#header-seperator {
    position: absolute;
    left: 0px;
    top: 94px;
    margin: 0 0 0 0px;
    background-color: #18a303;
    width: 100%;
    height: 6px;
}

.sidebar {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 190px;

	background: #ffffff url(images/bg-sidebar.png) no-repeat;
	background-color: #ffffff;

	margin: 0 0 0 0;
	padding: 120px 0 0 0;

	font-size: 85%;
}

.sidebar h2 {
	font-size: 110%;
	color: #000000;
	background-color: #ffffff;

	padding-left: 5px;
	margin-left: 0px;
}

.sidebar ul {
	padding-left: 1em;
	margin-left: 0px;

	list-style-type: none;
}

.sidebar ul li:hover {
	color: grey;
}

.sidebar ul li a {
        text-decoration: none;
}

.sidebar ul li a:hover {
        text-decoration: underline;
}

.sidebar ul li a img {
        border: 0;
}

.sidebar p {
	border-top: 1px solid grey;
	margin-top: 120px;
	padding-top: 10px;

	padding-left: 5px;
}

.sidebar .message {
    cursor: help;
    border-bottom: 1px dashed red;
}

.sidebar a.message:hover {
    cursor: help;
	background-color: #ff0000;
	color: #ffffff !important;
	text-decoration: none !important;
}

#tdf-title {
	color:#111111;
	text-decoration:none;
}

#container {
    margin: 0 auto 2em 200px;
    padding: 120px 0 2em 0;
    position: relative;
    width: 800px;
}

	#container li {
	    position: relative; 
	    list-style: none;
	    margin-left: 0px;
	    background: url(/images/li-bullet-single-dark.png) no-repeat; 
	    background-position: 4px 8px;
	    padding-left: 30px;
	    display: block; 
	    color: #000000;
	    margin-bottom: 20px;
	    margin-top: 10px;
	}


h1, h2, h3, h4, h5 {
	color: #0E9CEE;
}

h1 {
	text-align: left;
}

h2 {
	color: #ffffff;
	background-color: #18a303;
	padding: 4px;
}

.content h2 {
	color: #0E9CEE;
	background-color: #ffffff;
	padding: 0px;
}

h2 a {
	text-decoration: none;
	color: inherit;
}

h3 a {
	text-decoration: none;
	color: inherit;
}

h4 a {
	text-decoration: none;
	color: inherit;
}

img.face {
	float: right;
	margin-top: -3em;
}

.entry {
	margin-bottom: 2em;
}

.entry .date {
	color: grey;
}

.entry .date a {
	text-decoration: none;
	color: inherit;
}

#footer {
    position: relative;
    margin-left: 200px;
    width: 800px;
    color: #000000;
    font-size: 0.7em;
    line-height: 1.3em;
    text-decoration: none;
}

	#footer table {
	    border-width: 0px;
	}

	#footer a:hover {
	    text-decoration: underline;
	}

	#footer tr {
	    border-width: 0px;
	    vertical-align:middle;
	}

	#footer td {
	    border-width: 0px;
	    vertical-align:middle;
	}

	#footer td.text {
	    padding-bottom:0;
	    padding-left:15px;
	    padding-right:15px;
	    padding-top:0;
	    text-decoration: none;
    	    font-size: 0.7em;
	}

tr.even
{
	 background-color:	#F2F2F2;
}

tr.odd {
	  background-color:	#BFD8FF;
}

a:focus,
a:hover     { color: #053552; text-decoration: underline;}
a           { color: #0E9CEE; text-decoration: none; }
a:visited   { color: #0369A3; }

img {
  max-width:100% !important;
}
