A:link{ color:#FFFFFF; }
A:hover{ color:#FFA84F; text-decoration:underline; }
A:active{ color:#275A78; text-decoration:none; }
A:active:hover{ color:#FFA84F; text-decoration:underline; }
A:visited{ color:#DDDDDD; }
A:visited:hover{ color:#FFA84F; text-decoration:underline; }
a img {
	border: none;
}

html { 
  padding:0px;
  margin:0px;
}

body {
  background: #501E0C url('http://www.openmicvancouver.com/pub/skins/openmic/bg.gif') repeat-y;
  font-size: 12px;
  font-family:Arial,Helvetica, Sans-Serif;
  color:#F4FF99;  
  margin:0px;
}

h1 {
	font-size: 150%;
}

#wikiedit textarea {
 width: 100%;
}

#menu {
  position: absolute;
  width: 282px;
  background-color: #0B0B0B;
  padding:0px;
  padding-right: -55px;
  margin:0px;
  left: 0;
}

#menu ul {
   list-style: none;
/*   text-align: right;
   padding-right: 5px;
*/
}
#menu li {
   padding: 2px;
}

#title {
 text-align: center;
 font-size: large;
 font-weight: bold;
 color: #275A78;
}

#content {
  margin-left: 282px;
  padding: 15px;
/*  background-color:#F8EBD2; */
  overflow: auto;
}

#content li {
  list-style: square;
}
#footer {
 margin-left: 282px;
 border-top: dotted 1px;
 padding-top: 3px;
 text-align: center;
 font-size: x-small;
}

#footer img {
 vertical-align: middle;
 margin: 0 10px;
}

#footer .sponsor {
	font-size: 120%;
}

#sidebar {
   margin: 0 40px 40px 40px;
 font-weight: bold;

}
.quickref {
	background-color: #000000;
}
.breadcrumbs {
	font-weight: bold;
	font-family: Verdana, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
