body 
{
    font: small sans-serif;
    font-size: small; 
    color: #333;
    margin: 0px;
    padding: 8px 8px 0px 8px;
    background-color:#fff9f2;
    background-image:url('/mediawiki/skins/excitemike/bg.png');
}
h1 img, h2 img, h3 img, h4 img 
{
    padding-right: 10px;
    vertical-align: top;
    display:block;
    float:left;
}
h1, h2, h3, h4, h5, h6 
{
    font-family: "Lucida Grande",sans-serif;
    color: black;
    background: none;
    font-weight: bold;
    border-top:        none;
    border-left:       none;
    border-right:      none;
    border-bottom:     solid;
    border-width:      1px;
    border-color:      #999;
    padding: 0em;
    margin: 0px;
}
h1 { font-size: 36px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px;  }
#content
{
    margin: auto;
    text-align: left;
    width:880px;
    padding: 15px;
	overflow:visible
}
.headerimg
{
	margin-left: -85px;
	margin-top: -22px;
	float:left;
}
#navigation
{
  color:#999;
  border: 1px solid #ccc;
  background-color: #dde;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eef), to(#dde));
  background-image: -webkit-linear-gradient(#eef, #dde);
  background-image: -moz-linear-gradient(top, #eef, #dde);
  background-image: -ms-linear-gradient(#eef, #dde);
  background-image: -o-linear-gradient(#eef, #dde);
  background-image: linear-gradient(#eef, #dde);
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: 0 auto;
  padding: 10px 20px 10px 10px;
  width: 600px;
}
#articleBody>h2
{
    margin-left: 2em;
    text-align: left;
}
#articleBody>h1,#articleBody>h2,#articleBody>h3,#articleBody>h4,#articleBody>h5,#articleBody>h6 {margin-top: 5em;}
#categoryLinks
{
    padding-right: 1em;
    font-size: 12px;
}
a 
{
    text-decoration: none;
    color: #66e;
    background: none;
}
a:visited {
    color: #a6a;
}
a:active {
    color: #f50;
}
a:hover {
    color: #f50;
    text-decoration: none;
}
a.new {
    color: #ba0000;
}
a.new:visited {
    color: #a55858;
}
a img {
    border: 0;
    vertical-align: middle;
}
hr
{
    border: 0;
    color:#999;
    background-color:#999;
    height:1px;
}
hr.dotted {
    border-bottom: 1px dotted #999;
}

#article-info {
    font-size: 10px;
    color: #999;
}
.urlexpansion, .printfooter, #toc {
    display: none;
}
div.editsection {
    margin-bottom: -5em;
    font-size: 0.8em;
}
textarea {
    width: 100%;
}
img.tex { vertical-align: middle; }

ul {
    width: auto;
    line-height: 1.5em;
    list-style-type: disc;
    padding:0px 0px 0px 1.5em;
    margin:0px;
}
ul ul, ol ul {
    padding-left: 1em;
    list-style: none;
}
ol {
    width: auto;
    line-height: 1.5em;
    list-style: decimal;
    padding:0px 0px 0px 1.5em;
    margin:0px;
}
li {
    margin:3px 0px 3px 0px;
}
ul ul li, ol ol li, ul ol li, ol ul li {
    margin:3px 0px 3px 0px;
    padding:0px 3px 0px 8px;
    border-left: thin solid #ccc;
    border-right: thin solid #ccc;
    border-top: thin solid #ccc;
    border-bottom: thin solid #bbb;
    background: #f2f2FF;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#EBEBFF));
    background-image: -webkit-linear-gradient(#fff, #EBEBFF);
    background-image: -moz-linear-gradient(top, #fff, #EBEBFF);
    background-image: -ms-linear-gradient(#fff, #EBEBFF);
    background-image: -o-linear-gradient(#fff, #EBEBFF);
    background-image: linear-gradient(#fff, #EBEBFF);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

table td
{
    padding:0px;
    border: 0px;
    border-spacing: 0px;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:auto;
    margin-right:auto;
}
.mmgg
{
	text-align:center;
}
.card
{
  cursor: pointer;
  display: inline-block;
  margin: 4px;
  padding: 5px;
  overflow: hidden;
  text-align:center;

  color:#fff;
  border: 1px solid #333;
  border-bottom-color: #000;
  background-color: #333;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(#444, #222);
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -ms-linear-gradient(#444, #222);
  background-image: -o-linear-gradient(#444, #222);
  background-image: linear-gradient(#444, #222);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  /*-moz-transition: all 0.15s linear; */
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.card a, .card a:link, .card:visited, .card:active, .card:hover, .card:link, .card:visited, .card:active, .card:hover {
    color:#fff;
}
.card:hover
{
  border-color: #ff8747;
  box-shadow: 0px 10px 17px -6px rgba(0,0,0,1.0);
  -moz-box-shadow: 0px 10px 17px -6px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0px 10px 17px -6px rgba(0,0,0,1.0);
  background-color: #ff8747;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9050), to(#ff7030));
  background-image: -webkit-linear-gradient(#ff9050, #ff7030);
  background-image: -moz-linear-gradient(top, #ff9050, #ff7030);
  background-image: -ms-linear-gradient(#ff9050, #ff7030);
  background-image: -o-linear-gradient(#ff9050, #ff7030);
  background-image: linear-gradient(#ff9050, #ff7030);
}
.mmggtitle
{
}
.card img
{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.center{margin:0 auto;text-align:center;}

.catlinks {font-size: 0.8em;text-align:right;}

.comment {
    margin: 8px 4px 8px 4px;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding:6px;    
    box-shadow: 1px 1px 1px 1px #403C39;
    -moz-box-shadow: 1px 1px 1px 1px #403C39;
    -webkit-box-shadow: 1px 1px 1px 1px #403C39;
}
.commentAlt{
    margin: 8px 4px 8px 4px;
    background: #fffff9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding:6px;    
    box-shadow: 1px 1px 1px 1px #403C39;
    -moz-box-shadow: 1px 1px 1px 1px #403C39;
    -webkit-box-shadow: 1px 1px 1px 1px #403C39;
}

.commentName{font-weight:bold}
.commentDate{font-size: 10px;color: #999}
.commentText{padding:5px}

.shadowedbox
{
  padding: 0;
  background-color: #eef;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eef));
  background-image: -webkit-linear-gradient(#fff, #eef);
  background-image: -moz-linear-gradient(top, #fff, #eef);
  background-image: -ms-linear-gradient(#fff, #eef);
  background-image: -o-linear-gradient(#fff, #eef);
  background-image: linear-gradient(#fff, #eef);
  overflow:hidden;
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 2px 2px #000;
  -moz-box-shadow: 2px 2px #000;
  -webkit-box-shadow: 2px 2px #000;
}
.navlinks
{
    width: 446px;
    display: inline-block;
}
#searchForm
{
    text-align: right;
    width: 150px;
    display: inline-block;
}
