/* css Zen Garden submission 004 - 'arch4.20' by Dave Shea - http://www.mezzoblue.com/ */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */
/* All associated graphics copyright 2003, Dave Shea */
/* Added: May 7th, 2003 */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */


/* The photo was taken inside the Vancouver Public Library. It has been mentioned the colours have a vaguely
    MetaFilter-like feel. I suppose they do... Unintentional. */


/* basic elements */
body {
	font: 13px  verdana, sans-serif;
	color: Black;
	background: #CCCCCC;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

}
p {
	font: 13px  verdana, sans-serif;
	text-align: justify;
	margin-top: 0px;
}
h3 {
	font: bold 14px verdana, sans-serif;
	margin-bottom: 0px;

}
	
h2 {
	font: bold 13px  verdana, sans-serif;
	margin-bottom: 0px;
	border-top: 1px dotted white;
	}
	
h1 {
	font: bold 14px verdana, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 2px solid #CC0033;
}
acronym {
	border-bottom: dotted 1px #fff;
	}
	
a.noho:link, a.noho:visited, a.noho:hover, a.noho:active {
	text-decoration: none;
	background : transparent;
}

a:link {
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}
a:hover {
	color: white;
	text-decoration: none;
	background-color : Gray;

}


a:active {
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}



/* specific divs */



#preamble {
	padding: 0px 180px 0px 25px;
	text-align : justify;
}
#supportingText {
	padding: 0px 180px 0px 25px;
	}

#pageHeader {
	width: 100%;
	height: 217px;
	background: #fff url(../pics/cr1.jpg) top left no-repeat;
	margin-top: 47px;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
}
#pageHeader h1 {
	/*background: transparent url(h1.gif) no-repeat top left;*/
	width: 296px;
	height: 46px;
	position: absolute;
	top: 185px;
	right: 10px;
	}
#pageHeader h1 span {
	display: none;
	}
#pageHeader h2 {
	/*background: transparent url(h2.gif) no-repeat top left;*/
	width: 229px;
	height: 16px;
	position: absolute;
	top: 230px;
	right: 12px;
	}
#pageHeader h2 span {
	display: none;
	}

#quickSummary .p1 {
	font: 12px  verdana, sans-serif;
	line-height: 18px;
	color: Gray;
	background-color: #fff;
	/*padding: 2px;*/
	position: absolute;
	top: 65px;
	right: 15px;
	width: 175px;
}
#quickSummary .p2 {
	font: 12px  verdana, sans-serif;
	color: Gray;
	position: absolute;
	top: 32px;
	right: 5px;
}
#quickSummary .p2 a:link, #quickSummary .p2 a:visited {
	color: Gray;
	text-decoration: underline;
}
#quickSummary .p2 a:active, #quickSummary .p2 a:hover {
	color: Gray;
	background-color: white;
}

#linkList{
	font: 12px  verdana, sans-serif;
	line-height: 18px;
	color: Black;
	position: absolute;
	top: 285px;
	right: 0px;
	width: 157px;
	background : silver;
	
}

#linkList2 h3 span {
	display: none;
	}

#linkList2 h3.favorites{
	background: transparent url(../pics/h5.gif) no-repeat top left;
	width: 157px;
	height: 25px;
	}
#linkList2 h3.archives{
	background: transparent url(../pics/h6.gif) no-repeat top left;
	width: 157px;
	height: 15px;
	}

#linkList li {
	font-size: 11px;
	padding: 2px 10px 0px 5px;
	list-style : none;
	margin-bottom: 5px;
	margin-left: 0px;
}

#linkList li a {
	font-size: 11px;
	padding: 1px 0px 1px 15px;
	list-style : none;
	margin-bottom: 3px;
	margin-left: -5px;
	background: transparent url(../pics/list_img.gif) no-repeat left;
	display: block;
	text-decoration: none;
}

#linkList2 li a:hover {
	/*list-style : none url(../pics/list_img_ho.gif);*/
	background: gray url(../pics/list_img_ho.gif) no-repeat left;
	display block;
}


#linkList2 li.mark {
	background : transparent url("../pics/list_img_ho.gif") no-repeat left;
	display: block;
	padding: 1px 0px 1px 15px;
	color : #CC0033;
	font-weight : bold;
}


/*#linkList #lresources li {
	margin-bottom: 0px;
	}*/

#linkList ul {
	margin: 0px;
	padding: 0px;
	}






#footer {
	color: white;
	text-align: right;
	border-top: 1px solid #3C3C3C;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	border-bottom : 1px solid #3C3C3C;
	background: #cc0000 url(../pics/h_unter.gif) top left no-repeat;
	font-weight : bold;
}
#footer a:link, #footer a:visited {
	padding: 2px 6px 2px 6px;
	color : white;
	font-weight : bold;
	}
#footer a:hover {
	text-decoration: none;
	color : white;
	font-weight : bold;
}

.li_ze {
	list-style : none url(../pics/li_ha.gif);

}

.uli_ze {
	list-style : none url(../pics/li_un.gif);

}

.bild_re {
float:right;}

.bild_mr {
	border-top : 1px solid gray;
	border-left : 1px solid gray;
	border-right : 1px solid black;
	border-bottom : 1px solid black;
}