/*
	----------------------------------------
	Life In The Trees CSS
	Sean Mitchell, sean@seanmitchell.ca
	01 / 07 / 10
	----------------------------------------
*/



/* RESET
---------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup, sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
	font-size: 100%;
}



/* BODY
---------------------------------------- */
body {
	background: #73685E;
	color: #B9AC99;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	text-rendering: optimizeLegibility;
}
strong {
	font-weight: bold;
}
em {
	color: #A59885;
	font-style: italic;
}
a {
	color: #272727;
	text-decoration: none;
}
a:hover {
	color: #EBDECB;
}
a, a:focus, a:active, input, select, textarea {
	outline: none;
}



/* WRAPPER
---------------------------------------- */
#wrapper {
	margin: auto;
	text-align: left;
	width: 100%;
}



/* WRAPPER
---------------------------------------- */
.wrapper {
	margin: auto;
	width: 506px;
}



/* HEADER
---------------------------------------- */
#header {
	background: url(../_img/header.jpg) center top repeat-x;
	float: left;
	width: 100%;
}



/* HEADER > LOGO
---------------------------------------- */
#header #logo {
	float: left;
	padding: 119px 0 100px 0;
	width: 506px;
}
#header #logo h1 {
	background: url(../_img/logo.jpg) no-repeat;
	display: block;
	height: 56px;
	width: 506px;
}
#header #logo span {
	display: none;
}



/* HEADER > MESSAGE
---------------------------------------- */
#header #message {
	float: left;
	width: 506px;
}
#header #message h2 {
	background: url(../_img/message.jpg) no-repeat;
	display: block;
	height: 38px;
	width: 506px;
}
#header #message span {
	display: none;
}



/* CONTENT
---------------------------------------- */
#content {
	border-top: 1px solid #7E746A;
	float: left;
	width: 100%;
}



/* CONTENT > COLUMN
---------------------------------------- */
#content .column {
	float: left;
	padding: 38px 26px 20px 0;
	width: 240px;
}
#content .column h3 {
	color: #272727;
	display: block;
	height: 11px;
	padding-bottom: 22px;
}
#content .column h3 span {
	display: none;
}
#content .column p {
	padding-bottom: 18px;
}
#content .column p img {
	border: 4px solid #7E746A;
	display: block;
	margin: 2px 10px 0 0;
}
#content .column ul {
	padding-bottom: 12px;
}
#content .column ul li {
	padding: 0 0 6px 25px;
}
#content .column ul li.email {
	background: url(../_img/email.jpg) no-repeat;
}
#content .column ul li.twitter {
	background: url(../_img/twitter.jpg) no-repeat;
}
#content .column a {
	border-bottom: 1px solid #6A625A;
}
#content .column a:hover {
	border-bottom: 1px solid #EBDECB;
	color: #EBDECB;
}



/* CONTENT > COLUMN.WHAT
---------------------------------------- */
#content .column.what h3 {
	background: url(../_img/what.jpg) no-repeat;
}



/* CONTENT > COLUMN.WHO
---------------------------------------- */
#content .column.who {
	padding-right: 0;
}
#content .column.who h3 {
	background: url(../_img/who.jpg) no-repeat;
}