/*
 * Stylesheet for pages under the archives section.
 */

a#archivesLink {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #603;
}

/* This defines the sidebar on the side of the photos page: */
#sidebarArchives {
  margin-top: 28px;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 130px;
  float: left;
  background-color: #fff;
  background-image: none;
  color: #000;
  padding: 1px 0px 10px 0px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 7px solid #000;
	text-align: left;
}

/* This is for the left hand side of the page: */
#sidebarArchives li {
  font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
  list-style-type: none;
  padding: 0px;
}

/* This is for the text within the sidebar: */
#sidebarArchives p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
 	color: #000;
 	padding: 0px;
}
