/*
Theme Name: Tallest Trees
Theme URI: http://humantrees.com/
Description:
Version: 1.0
Author: Dabney Morris
Author URI: http://dabneymorris.com/
Tags:

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body
{
	margin:0;
	font-family:Helvetica, sans-serif;
}

img
{
	border:none;
}

table tr
{
	vertical-align: top;
}

h2
{
	margin:0;
	padding:0;
	line-height:100%;
}
a
{
	color:#FF007A;
	text-decoration:none;
}
a:hover
{
	color:#00FC0E;
	text-decoration:line-through;
}

/* TITLE POSITIONS */

#title-top
{
	position:fixed;
	left:40px;
	top:0;
}
#title-right
{
	position:fixed;
	top:0px;
	right:0px;
}
#title-bottom
{
	position:fixed;
	bottom:0px;
	right:40px;
}
#title-left
{
	position:fixed;
	bottom:0px;
	left:0px;
}

#page-title
{
	background-color:#000;
	width:300px;
	padding:10px 25px 10px 0px;
	margin:0;
	position:absolute;
	top:250px;
	left:0px;
	font-size:150%;
	font-weight:bold;
	color:#222;
}

/* NAV POSITIONS */
#nav-top
{
	margin:0;
	padding:0;
	width: 100%;
	position:fixed;
	left: 0px;
	top: 85px;
	background-color:#000;
}
#nav-right
{
	margin:0;
	padding:0;
	height: 100%;
	position:fixed;
	right: 65px;
	top: 0px;
	background-color:#000;
}
#nav-bottom
{
	margin:0;
	padding:0;
	width: 100%;
	position:fixed;
	left: 0px;
	bottom: 81px;
	background-color:#000;
}
#nav-left
{
	margin:0;
	padding:0;
	height: 100%;
	position:fixed;
	left: 65px;
	top: 0px;
	background-color:#000;
}

/* NAV LAYOUT */
.nav_list_horiz
{
	margin-left: 50%;
	position:relative;
	left: -400px;
	padding:0;
	width:800px;
	display:inline;
	float:left;
	list-style:none;
}

.nav_list_vert
{
	margin-top:20px;
	padding:0px 15px;
	height:800px;
	display:inline;
	float:left;
	list-style:none;
}

.nav_item_horiz
{
	margin:0;
	padding:0px 25px 0px 25px;
	display:inline;
	float:left;
	width:50px;
	height:50px;
	list-style:none;
}
.nav_item_vert
{
	margin:0;
	padding:10px 0px 10px 0px;
	width:50px;
	height:50px;
	list-style:none;
}


#content-top
{
	position:absolute;
	left:355px;
	top:190px;
	padding:0;
	margin:0;
	z-index:-1;
}
#content-right
{
	margin: 20px 150px 0px 20px;
	z-index:-1;
}
.content-spacer
{
	padding:0 150px 0 0;
}
#content-bottom
{
	margin: 20px 0px 150px 355px;
	padding:0;
	z-index:-1;
}
#content-left
{
	position:absolute;
	left:170px;
	top:20px;
	padding:0;
	margin:0;
	z-index:-1;
}
.content-item
{
	margin-right:30px;
	padding:10px;
	background-color:#333;
	width:500px;
	line-height:150%;
	color:#FFF;
}
.content-title-one
{
	background-color:#272727;
	font-size:200%;
	font-weight:bold;
	color:#F400FF;
	padding:0 0 15px 0;
}
.content-title-two
{
	background-color:#272727;
	font-size:200%;
	font-weight:bold;
	color:#01ffe5;
	padding:0 0 15px 0;
}
.content-title-three
{
	background-color:#272727;
	font-size:200%;
	font-weight:bold;
	color:#FF7A07;
	padding:0 0 15px 0;
}
.content-title-four
{
	background-color:#272727;
	font-size:200%;
	font-weight:bold;
	color:#00FC0E;
	padding:0 0 15px 0;
}
.content-title-five
{
	background-color:#272727;
	font-size:200%;
	font-weight:bold;
	color:#009AFF;
	padding:0 0 15px 0;
}
.content-title-six
{
	background-color:#272727;
	font-size:200%;
	font-weight:bold;
	color:#FF007A;
	padding:0 0 15px 0;
}
.content-title-eight
{
	background-color:#272727;
	font-size:200%;
	font-weight:bold;
	color:#FC01DA;
	padding:0 0 15px 0;
}
.date
{
	font-size:12pt;
	font-weight:bold;
	line-height:14px;
	color:#666;
	margin:0;
	padding:0;
}
.author
{
	font-size:10pt;
	font-weight:bold;
	line-height:12px;
	margin:0;
	padding:0;
}
