/*****************************************************************************

Treeline Main CSS

*****************************************************************************/



/* GENERAL
-----------------------------------------------------------------------------*/

html,body {
	color: #434343;
	background: #fff;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	}

h2 {
	color: #5E896F;
	margin: 0 0 .6em 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	}
	
h2 .subhead {
	color: #434343;
	font-size: .8em;
	}
	
h3 {
	margin: 0 0 .6em 0;
	padding: 0;
	font-size: .9em;
	font-weight: bold;
	}

p {
	color: #434343;
	margin: 0 0 .7em;
	padding: 0;
	font-size: .8em;
	line-height: 1.6em;
	}
	
a {
	color: #68B536;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
ul.double {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 .6em;
	padding: 0;
	}

ul.double li {
	background: transparent url(../img/bullet_double_arrow.gif) no-repeat 0;
	margin: 0;
	padding: 3px 0 3px 10px;
	font-size: .8em;
	}

ul.double ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: .1em 0 .2em 1.5em;
	padding: 0;
	}
	
ul.double ul li {
	background: transparent url(../img/bullet_single_arrow.gif) no-repeat 0;
	padding: 0 0 0 10px;
	}
	

/* HEADER
-----------------------------------------------------------------------------*/

#header {
	background: #fff url(../img/header_bg.jpg) 0 0 no-repeat;
	margin-bottom: 17px;
	padding: 190px 0 10px 0; /* Padding keeps nav bar in position */
	width: 718px;
	}

#tl_logo {
	background: url(../img/tl_logo_light.gif) 0 0 no-repeat;
	position: absolute;
	top: 30px;
	left: 70px;
	width: 102px;
	height: 136px;
	overflow: hidden;
	}

#tl_logo img { /* There is an alternate image hidden for non css browsers */ 
	margin-top: 150px;
	}

	
	
/* MAIN NAVIGATION
-----------------------------------------------------------------------------*/
		
#nav_bar {
	color: #fff;
	background: #3B453F;
	margin: 5px 0;
	}
	
#nav_bar .email {
	color: #fff;
	background: #101900 url(../img/icon_mail.gif) 5px 0 no-repeat;;
	float: left;
	display: block;
	margin: 5px 0 4px;
	padding: 0 10px 0 25px;
	line-height: 16px;
	font-size: .7em;
	}
	
#nav_bar .phone {
	color: #fff;
	background: #101900 url(../img/icon_phone.gif) 5px 0 no-repeat;;
	float: left;
	display: block;
	margin: 5px 0 4px;
	padding: 0 0 0 20px;
	line-height: 16px;
	font-size: .7em;
	}
	
#nav_bar ul {
	float: right;
	margin: 5px 0 4px;
	padding: 0;
	}
	
#nav_bar ul li {
	border-left: 1px solid #68B536;
	list-style: none;
	display: inline;
	font-size: .8em;
	zoom: 100%; /* fix for the new 1e7 inline list zoom bug - awesome */
	}
	
#nav_bar ul li.first {
	border-left: none;
	}
	
#nav_bar a {
	color: #fff;
	background: #3B453F;
	border-left: 5px solid #3B453F;
	border-right: 5px solid #3B453F;
	padding: 0 5px 1px;
	text-decoration: none;
	}
	
#nav_bar a:hover {
	color: #68B536;
	background: #171E06;
	}

#nav_bar .selected {
	color: #68B536;
	background: #171E06;
	border-left: 5px solid #3B453F;
	border-right: 5px solid #3B453F;
	padding: 0 5px 1px;
	}



/* SUB NAVIGATION
-----------------------------------------------------------------------------*/
	
ul.subnav {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 .6em;
	padding: 0;
	}
	
ul.subnav li {
	color: #538165;
	background: transparent url(../img/bullet_arrow.gif) no-repeat 0 .6em;
	margin: 0;
	padding: 3px 0 3px 10px;
	font-size: .8em;
	font-weight: bold;
	}
	
ul.subnav li.current {
	background: transparent url(../img/bullet_arrow_current.gif) no-repeat 0 .6em;
	}
	
ul.subnav li .type {
	color: #434343;
	font-weight: normal;
	}
	


/* STRUCTURE
-----------------------------------------------------------------------------*/

#wrapper {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 718px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	min-height: 100%; /* real browsers */
	}
	
.col_l_a {
	float: left;
	width: 407px;
	}

.col_r_a {
	float: right;
	width: 287px;
	}
	
.col_l_b {
	float: left;
	width: 469px;
	}
	
.col_r_b {
	float: right;
	width: 222px;
	}
	
.col_proj {
	display: block;
	float: left;
	margin: 0 25px 5px 0;
	width: 222px;
	}
	
.col_proj_last {
	float: left;
	width: 222px;
	}
	
	

/* MISC STYLES
-----------------------------------------------------------------------------*/	

.dotted_rule {
	background: url(../img/rule_dot.gif) 0 0 repeat-x;
	display: block;
	clear: both;
	margin: 15px 0;
	width: 100%;
	height: 3px;
	}
	
.dotted_rule hr {
	display: none;
	}
	
.sidebar {
	background: #D7E1DB;
	margin-bottom: 20px;
	border: 1px solid #9EA8A2;
	padding: 15px 15px 0 15px;
	}

.clearer {
	clear: both;
	height: 1px;
	font-size: 1px;
	}

.highlight {
	color: #5E896F;
	line-height: 1.3em;
	font-weight: bold;
	}
	
.error {
	color: red;
	line-height: 1.3em;
	font-weight: bold;
	}
	
#flashcontent {
	width: 720px;
	height: 540px;
	}


/* PROJECT IMAGE
-----------------------------------------------------------------------------*/
	
.project_img {
	position: relative;
	margin: 0 0 .6em;
	}
	
.project_img img {
	border: 1px solid #9EA8A2;
	
	}

.project_img p {
	color: #fff;
	background: #538165;
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	margin: 0;
	padding: 0 5px;
	}
	
	

/* PAGE NAV
-----------------------------------------------------------------------------*/

.page_nav {
	display: block;
	margin: 50px 0 0 0;
	height: 25px;
	width: 100%;
	}
	
.page_nav .right {
	float: right;
	}
	
	
	
/* BLOG
-----------------------------------------------------------------------------*/
	
.blog_info {
	display:block;
	background: #D7E1DB;
	border: 1px solid #9EA8A2;
	height:35px;
	margin-bottom: 25px;
	font-size: .8em;
	}
	
.blog_info .info {
	float: left;
	padding: 10px 0 10px 10px;
	}
	
.blog_info .links {
	float: right;
	padding: 10px 10px 10px 0;
	}
	
.comment {
	background: #D7E1DB;
	margin-bottom: 20px;
	border: 1px solid #9EA8A2;
	padding: 15px 15px 0 15px;
	}
	
.comment .name {
	float: right;
	}
	
	
/* PHOTO VIEWER
-----------------------------------------------------------------------------*/

#photo_viewer {
	position: relative;
	margin-bottom: 15px;
	width: 469px;
	}

#photo_viewer img {
	border: 1px solid #88919E;
	}
	
#photo_viewer #photo_nav {
	position: absolute;
	top: 0;
	right: 14px;
	color: #fff;
	background: #88919E;	
	width: 111px;
	height: 23px;
	line-height: 23px;
	font-size: 11px;
	text-align: center;
	}

#photo_viewer .arrow_left {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 6px;
	border: 0;
	}
	
#photo_viewer .arrow_right {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 6px;
	border: 0;
	}
	
/*
#photo_viewer #caption {
	background: #D7E1DB;
	border: 1px solid #9EA8A2;
	width: 100%;
	}
*/

#photo_viewer #caption_box {
	background: #D7E1DB;
	border: 1px solid #9EA8A2;
	border-top: 1px solid #D7E1DB;
	width: 100%;
	}
	
#photo_viewer #caption_box p {
	margin: 12px 15px;
	padding: 0;
	}



/* FOOTER
-----------------------------------------------------------------------------*/
	
#foot_clearer { /* Keep the footer from overlapping content */
	clear: both;
	height: 56px;
	width: 100%;
	}
	
#footer {
	color: #fff;
	background: #3B453F;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 10px;
	}
	
#e-list {
	position: relative;
	float: left;
	padding: 8px;
	width: 245px;
	}
	
#e-list .the-field {
	color: #555;
	margin: 5px 5px 0 0;
	#margin: 3px 5px 0 0; /* IE6 & IE7 */
	border: 1px solid #a9a9a9;
	padding: 0 0 0 3px;
	width: 184px;
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	}
	
#e-list .the-btn {
	position: absolute;
	top: 20px;
	right: 7px;
	margin: 5px 0 0 0;
	}
	
#e-list form {
	margin: 0;
	padding: 0;
	}
	
#fine-print {
	background: transparent url(../img/foot_rule.gif) no-repeat 0 9px;
	#background: transparent url(../img/foot_rule.gif) no-repeat 0 10px; /* IE6 & IE7 */
	float: right;
	padding: 14px 8px 2px 8px;
	width: 441px;
	text-align: center;
	}
