/* css Zen Garden submission 097 - 'No Frontiers!', by Michal Mokrzycki, http://hyperreal.info/bhang/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2004, Michal Mokrzycki */
/* Added: April 9th, 2004 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */


/* basics */



#linkList {
	position: absolute; 
	top: 0px; 
	right: 0px;
	margin-left: 630px;
	z-index: 1; }

#linkList2 {
	background: transparent url(pickup_top.gif) 10px 0 no-repeat;
	font: 10px verdana, sans-serif;
	padding-top: 320px;
	width: 170px;
}

#linkList h3.select span {
	display: none; }

#linkList h3.favorites { 
	background: transparent url(favorites_back.gif) no-repeat top left; 
	margin: 20px 0px 5px 8px; 
	width: 79px; 
	height: 20px; }

#linkList h3.favorites span {
	display: none; }

#linkList h3.archives { 
	background: transparent url(archives_back.gif) no-repeat top left; 
	margin: 20px 0px 5px 8px; 
	width: 76px; 
	height: 20px; }
	
#linkList h3.archives span {
	display: none; }
	
#linkList h3.resources { 
	background: transparent url(resources_back.gif) no-repeat top left; 
	margin: 20px 0px 5px 8px; 
	width: 89px; 
	height: 20px; }
	
#linkList h3.resources span {
	display: none; }

#linkList ul {
	margin: 0px;
	padding: 0px; }
	
#linkList li {
	line-height: 1.5;
	list-style-type: none;
	display: block;
	padding-top: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
}
	
#lselect li {
	border-bottom-width: 0.1em;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
	
#larchives li, #lfavorites li {
	background: transparent url(link_dot2.gif) 0 7px no-repeat; }
	
#lresources li {
	border-bottom-width: 0.1em;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
	
#linkList li a:link, a:visited {
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	color: #999999;
}
	
#linkList li a:hover, a:active {
	color: #fff;
}
#social {
	height: 30px;
	width: 175px;
	background-color: #000000;
	float: right;
}

