/* DARK MARIO LAYOUT */
/* MAIN */

.dmbbg1 {background: url('papermariotexture.png') #49E; text-shadow: 1px 1px rgba(200, 200, 200, 0.55); font: 10.5pt trebuchet ms, sans-serif; color: #000;}
.dmbbg2 {background: url('papermariobg.png') bottom repeat-x;}
.dmbside {background: url('darkmario.png') right no-repeat; min-height: 350px; padding: 15px 300px 15px 15px;}

.dmbbox {
  background: #DDD;
  background: -moz-linear-gradient(270deg, #DDD 0%, #FFF 95%);
  background: -webkit-gradient(270deg, #DDD 0%, #FFF 95%);
  background: -webkit-linear-gradient(270deg, #DDD 0%, #FFF 95%);
  background: -o-linear-gradient(270deg, #DDD 0%, #FFF 95%);
  background: -ms-linear-gradient(270deg, #DDD 0%, #FFF 95%);
  background: linear-gradient(180deg, #DDD 0%, #FFF 95%);
  box-shadow: 2px 2px 2px #777; border-radius: 5px; padding: 4px 8px 8px;
}

.dmbheader {background: url('dmicon.png') top right no-repeat; padding-bottom: 4px; font: 10pt consolas, monospace; color: #278;}
.dmbheader:before {content: 'Mariopad @ dark-post.docx';}
.dmbpost {background: #FFF; box-shadow: inset 1px 1px 1px #999; min-height: 180px; padding: 4px;}

.dmbcred {
  text-shadow: -1px -1px #000, 0px -1px #000, 1px -1px #000, 1px 0px #000, 1px 1px #000, 0px 1px #000, -1px 1px #000, -1px 0px #000;
  margin: 15px 15px 0px; font: 8pt corbel, tahoma, sans-serif; color: #DDD;
}


/* QUOTE/CODE */

.dmbbg1 .quote {color: #246;}
.dmbbg1 .quote > .box {background: #8AD; border: none;}
.dmbbg1 .quote > .box > .quote > .box {border: 1px dashed #ACE;}
.dmbbg1 .quote > .boxhead {font-size: 9pt;}
.dmbbg1 .code > .box {background: #000; border: none; text-shadow: none; font: 9.5pt lucida console, monospace; color: #FB1;}
.dmbbg1 .code > .boxhead {display: none;}

/* LINKS */

.dmbbg1 a {color: #C11; font-weight: bold; text-decoration: underline;}
.dmbbg1 a:hover {border-bottom: 1px dashed #F44; color: #F44;}