/* This stylesheet created by Miraz Jordan, March 2002 and last updated Saturday, 16 March 2002 by Mz. */

/* #main is the main content on the page this stylesheet moves it for internal pages */



#main p {
  font-size: 1em;
  margin-left: 20%;
}

#main h2 {
  margin-left: 20%;
}

#main h3 {
  margin-left: 20%;
}

#main ul {
  font-size: 1em;
  margin-left: 20%;
}


/* .breadcrumb styles the breadcrumb naviagtion */


div.breadcrumb {
font-size: 80%;
padding-top: 1.5em;
font-family: "Trebuchet MS", sans-serif;
}


/* .member separates out the entries on the Members  page with a dashed border. */
/* Also adds wording as below. */

.member {
  border-top: 1px dashed #330066;
  padding-top: 1em;
  margin-top: 2em;
}

/* MEMBERS PAGE ADVANCED STUFF  */
/* At the moment only Netscape 6 can handle this */


h3.member:before	{
content: "Webgrrl: ";
color: #D42A10;
background-color: #eeeeee;
}




p.gurl:before {
content: " Gurl: ";
text-decoration: none;
color: navy;
background-color: #eeeeee;
}



/* .link separates out the entries on the Links page with a dashed border */

.link {
  border-top: 1px dashed #330066;
  padding-top: 1em;
  margin-top: 2em;
}


/* .item is for the Links page. It marks out each link. */


p.item:before {
content: " * ";
text-decoration: none;
color: #D42A10;
background: transparent;
}


