@charset "UTF-8";
/* CSS Document */


html 	{ 
		height: 100%; 
		}
		
body {
		margin: 0; 
		padding: 0;
		height: 100%; 
		min-height:100%;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size:13px;
		}

		
#container {
		/*padding:5px;
		margin: 0px auto 0px auto;
		margin:5px;*/
		}

#logo 	{
		height:87px;
		color:white;
		background-image:url(images/taylor-kennedy-logo-03-2011.gif);
		background-repeat:no-repeat;
		}
#logo a {
		border:none;
		text-decoration:none;
}
		
#navBar {
		float:left;
		margin: 100px 0px 0px 0px;
		}	
		
#tree {
		float:left;
		height:100%;	
		background: url(images/tree-grey.gif) top no-repeat;
}

/* ----- Login box styling ----- */
#loginBox {
		float:left; 
		width:225px;
		margin-left:15px;
		margin-top:100px;
		padding:15px;
		background-color:#ccc;
		color:white;
		-moz-border-radius: 10px;
		-moz-box-shadow: 3px 3px 3px #ccc;
		-webkit-border-radius: 10px;
		-webkit-box-shadow: 3px 3px 3px #ccc;
		border-radius: 10px;
		box-shadow: 3px 3px 3px #ccc;		
}

#loginBox h1 {
		color: #fff;
    	font-size: 120%;
		text-align:left;
}	

#loginBox a {
		color: #fff;

}

#loginBox form {
		padding-left:8px;
}

#aboutBlurb {
		width:700px;
		color:#666666;
		margin:35px 55px 10px 215px;
		padding:0px;
		}


#copyright {
		width:100%;
		margin-top:20px;
		text-align:center;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:gray;
		position:absolute;
		margin-bottom:0;
		}



#longtree {
		float:left;
		width: 57px;
		height: 540px;
		margin-right: 8px;
		margin-left:20px;
		background-image:url(test/images/TKP_tree2.gif);
		background-repeat:no-repeat;
		background-position: bottom;
}

#aboutTree {
		float:left;
		width: 57px;
		height: 400px;
		margin-right: 8px;
		margin-left:20px;
		background-image:url(test/images/TKP_tree2.gif);
		background-repeat:no-repeat;
		background-position: bottom;
}

#taylorkennedyphotography {
		background-image:url(test/images/taylorkennedy.gif);
		background-repeat:no-repeat;
		height:35px;
		margin-left: 76px;
		
}

#title {
		width:850px;
		height:42px;
		padding:0px;
		margin:0px 0px 0px 0px;
		}

#maincontent {
		width:850px;
		padding:0px;
		margin: 0px 0px 10px 0px;
		clear:both;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:white;
		}
a {
	color:gray;
	text-decoration:underline;
	}

a:hover {
	text-decoration:underline;
	color:black;
		}
	
		
#flafile {
		margin:35px 0px 10px 68px;
		padding:0px;
		
		}
	
		
	
	

#pinecone {
		height: 400px;
		width: 700px;
		margin: 30px auto 10px auto;
		background-image:url(test/images/pinecone.gif);
		background-repeat:no-repeat;
		background-position:center;
		}
		
		



