/*
-----------------------------------------------
treecalledkatie base screen style
author:    chris ilias
version:   2007.01.12
----------------------------------------------- */



/* Page Structure
----------------------------------------------- */
html {height: 100%;}

body {font-size: 87.5%}

html>body {font-size: 14px;}

body {
	font-family: helvetica, arial, sans-serif;
	color: #53535C;
	background-color: #fafaff;
	padding: 0;
	margin: 0;
	position: relative;
	min-height: 100%;
	}

#maincontent {
	margin: 0 0 0 0;
	padding: 1.5em 0 8em 5em;
/*	background-image: url("/images/underline.gif"); */
	}

#banner {
	min-width: 38em;
	height: 80px;
	padding: 50px 0 0 5em;
	background: #2f2f38 url("/images/tree_logotype_e2.png") no-repeat 5em bottom;
	}

#banner a {
	display: block;
	width: 510px;
	height: 80px;
	text-indent: -10000px;
	border: 0;
	}

#blog {
	width: 38em;
	}

#footer {
	background: #2f2f38;
	padding: 1em 0 1.2em 0em;
	margin: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
	}

/* Text
----------------------------------------------- */
h2 {
	font-size: 1.143em;
	line-height: 1.3125em;
	margin-top: 1.96875em;
	color: #d06e18;
	}

h3 {
	color: #aaa;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4286em; /* 1.5em minus the width of the border (0.0714em) */
	border-bottom: 0.0714em solid #eee;
	margin-bottom: 0.75em;
	}

h2 a {text-decoration: none;}

p {
	font-size: 1em;
	margin: 1.5em 0;
	line-height: 1.5em;
	}

ul {
	margin: 1.5em 0;
	list-style: none;
	}

li {line-height: 1.5em;}

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

a:hover {
	color: #a03b05;
	border-bottom: 1px solid #a03b05;
	}

#footer p {
	margin: 0 0 0 6.25em;
	padding: 0;
	font-size: 80%;
	font-family: georgia, serif;
	color: #acacae;
	letter-spacing: 0.01em;
	}

#footer a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
	color: #acacae;
	}

#footer a:hover {
	border-bottom: 1px solid #79797b;
	color: #79797b;
	}

img {border: 0;}