/*
Theme Name: Mechanical Mischief
Description: Mechanical Mischief's default style.
Version: 1
Author: Steve Rushing
*/

a {
  color:#ee99ee;
  text-decoration:none;
  font-weight:bold;
}

a img {
  border:0px;
  margin:0px;
  padding:0px;
}

a:visited {
  color:#cc77cc;
}

a:hover {
  border:1px dotted #ee99ee;
  border-left:none;
  border-right:none;
  background:purple;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
  background:black ;
  color:#ffffff;
  margin:0em 1em 0em 1em;
  font: 12px Verdana, Helvetica, Arial, sans-serif;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom:0;
  background:purple;
  color:white;

  font-style:italic;
  font-weight:normal;
  font-variant:small-caps;
  font-family:sans-serif;
}

li, .feedback {
	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: -1px;
}

