/* 
.....................................................................................
	CLASSES 
	custom style formatting
.....................................................................................
*/

A:link  { 
color: #6D8DBB; 
text-decoration: none; 
font-weight: none;
}

A:hover  { 
color: #6D8DBB; 
text-decoration: underline; 
font-weight: none; 
}

A:visited  { 
color: #6D8DBB; 
text-decoration: none; 
font-weight: none; 
}

A:visited:hover  { 
color: #6D8DBB; 
text-decoration:underline; 
font-weight: none; 
}

A:active  { 
color: #6D8DBB; 
text-decoration: underline; 
font-weight: none; 
}

.entry { 
font-family: verdana, arial, tahoma, sans serif; 
color: #000000;  
font-size: 11px; 
line-height:18px; 
text-indent: 0px; 
text-align: left;
}

.title  { 
font-family: georgia, verdana, arial, tahoma, sans serif;
font-variant: small-caps; 
color: #000000;  
font-size: 14px; 
line-height:16px; 
text-indent: 0px; 
text-align: left;
}

.tiny { 
font-family: verdana, arial, tahoma, sans serif; 
color: #999999; 
font-size: 10px; 
line-height:12px; 
text-indent: 0px; 
text-align: left;
}

.body { 
font-family: verdana, arial, tahoma, sans serif; 
color: #000000; 
font-size: 10px; 
line-height:14px; 
text-indent: 0px; 
text-align: left;
}

.archive { 
font-family: verdana, arial, tahoma, sans serif; 
color: #000000; 
font-size: 10px; 
line-height: 12px; 
text-indent: 0px; 
text-align: left;
}

.quote { 
font-family: georgia, times new roman, times, serif; 
color: #000000;  
font-size: 11px; 
line-height:18px; 
text-indent: 0px; 
text-align: left;
}


.info { 
font-family: verdana, arial, tahoma, sans serif; 
color: #000000;  
font-size: 11px; 
line-height:14px; 
text-indent: 0px; 
text-align: left;
}

#quote 	{ 
	width:325px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:justify; /* Counteract to IE5/Win Hack */
	padding:15px;
	background-color:#f6f6f6;
	font-family: georgia, verdana, arial, sans-serif; 
	font-size:11px; 
	line-height:18px; 
	font-weight:normal; 
	color:#000000; 
		}

/* 
.....................................................................................
	DIVS
	site positioning
.....................................................................................
*/


#tree {
position: relative; 
top: 0px;
left: 0px;
width: 780px;
height: 335px;
background-color: transparent;
z-index: 1
}

#nav {
position: absolute; 
top: 330px;
left: 50px;
width: 90px;
height: 80px;
background-color: transparent;
z-index:2
}

#maincategorysearch {
position: absolute; 
top: 450px; 
left: 50px; 
width: 150px;
background-color: transparent;
z-index:2
}

#categorysearch {
position: absolute; 
top: 525px; 
left: 50px; 
width: 150px;
background-color: transparent;
z-index:2
}

#entries {
position: absolute; 
top: 175px; 
bottom: 0px;
left: 250px; 
width: 350px;
background-color: transparent;
z-index:2
}

#archives {
position: absolute; 
top: 175px; 
left: 250px; 
width: 350px;
background-color: transparent;
z-index:2
}

#footer {
position: static;
top: 800px;
left: 700px;
width: 350px;
}
