/*  
Theme Name: Tadhg theme
Theme URI: http://tadhg.com/
Description: WordPress theme for tadhg.com
Version: 0.2
Version Notes: Convert to LESS CSS
Author: Tadhg O'Higgins
Author URI: http://tadhg.com/

*/
body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  color: #000000;
}
small,
.small {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.5em;
}
.entry p a:visited {
  color: #b85b5a;
}
/* Sidebar */
#sidebar {
  font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#sidebar > li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  margin-bottom: .8em;
}
#sidebar li h2 {
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}
#sidebar ul {
  list-style-type: none;
}
#sidebar ul li {
  border-bottom: 1px solid gray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
}
#sidebar h2 {
  margin: 5px 0 0;
  padding: 0;
}
#sidebar #searchform #s {
  width: 115px;
  padding: 2px;
}
#sidebar #sidebar #searchsubmit {
  padding: 1px;
}
#sidebar form {
  margin: 0;
}
/* /Sidebar */
/* Comments */
h3#comments {
  padding: 0;
  margin: 40px auto 20px;
}
.commentlist {
  padding: 0;
  text-align: justify;
}
.commentlist li {
  font: 1em 'Times New Roman', Times, serif;
  font-weight: bold;
  margin: 15px 0 3px;
  padding: 5px 10px 3px;
  list-style: none;
}
.commentlist p {
  font-weight: normal;
  text-transform: none;
  margin: 10px 5px 10px 0;
}
#commentform input,
#commentform textarea {
  font: 1em 'Times New Roman', Times, serif;
}
#commentform p {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 5px 0;
}
#commentform input {
  width: 38 em;
  padding: 2px;
  margin: 5px 5px 1px 0;
}
#commentform textarea {
  width: 38em;
  padding: 2px;
}
#commentform #submit {
  margin: 0;
  float: right;
}
.commentmetadata {
  font-weight: normal;
  margin: 0;
  display: block;
}
.alt {
  margin: 0;
  padding: 10px;
  background-color: #f0f0f0;
}
.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}
.tadhgcomment {
  border-left: 3px solid black;
}
/* /Comments */
small,
.nocomments,
.postmetadata,
blockquote,
strike {
  color: #777;
}
code {
  font: 1.1em 'Courier New', Courier, Fixed;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
acronym,
abbr,
span.caps {
  font-size: 0.9em;
  letter-spacing: .07em;
}
a:hover {
  text-decoration: underline;
}
#wp-calendar #prev a {
  font-size: 9pt;
}
#wp-calendar a {
  text-decoration: none;
}
#wp-calendar caption {
  font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: center;
}
#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}
/* End Typography & Colors */
/* Begin Structure */
body {
  margin: 0;
  padding: 0;
}
#head {
  position: absolute;
  left: 12%;
  top: 20px;
  margin-right: 12%;
  width: 76%;
  min-width: 52em;
  max-width: 1600px;
  height: 150px;
  background-repeat: no-repeat;
  z-index: 1;
}
#head2 {
  position: absolute;
  left: 12%;
  top: 20px;
  margin-right: 12%;
  width: 76%;
  min-width: 52em;
  max-width: 1600px;
  background-repeat: no-repeat;
  background-color: #000000;
  height: 150px;
  z-index: 2;
}
#left_round {
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  height: 150px;
}
#right_round {
  position: absolute;
  right: 0;
  top: 0;
  width: 68px;
  height: 150px;
}
#logo_translucent {
  display: block;
  position: absolute;
  left: 1%;
  top: 1.5em;
  float: left;
  background-color: white;
  -moz-opacity: .3;
  opacity: .3;
  filter: alpha(opacity=30);
  text-align: center;
  padding: .2em .2em .2em .2em;
  -moz-border-radius: 1em 1em 1em 1em;
  -webkit-border-radius: 1em 1em 1em 1em;
  border-radius: 1em 1em 1em 1em;
}
.logotext {
  color: black;
  font-size: 3.5em;
}
#logo_opaque {
  display: block;
  position: absolute;
  left: 1%;
  top: 1.5em;
  float: left;
  background-color: transparent;
  text-align: center;
  padding: .2em .2em .2em .2em;
  -moz-border-radius: 1em 1em 1em 1em;
}
#navigation {
  position: absolute;
  padding-bottom: .5em;
  right: -5%;
  top: 120px;
  z-index: 50;
  font-size: 1.1em;
  height: .9em;
}
#navigation ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
#navigation ul li {
  display: block;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  width: 6em;
  text-align: center;
  border-left: 1px solid white;
}
#navigation ul li ul {
  display: none;
  position: absolute;
  top: 1em;
  left: 0;
  width: 6em;
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
}
#navigation ul li ul li {
  display: block;
  width: 6em;
  border-top: 1px solid black;
  text-align: left;
  padding: 0;
  margin: 0;
  border-left: none;
}
#navigation ul li ul li a {
  color: black;
}
#navigation ul li ul li a:hover {
  color: white;
}
#navigation ul li:hover ul,
#navigation ul li:focus ul {
  display: block;
  z-index: 60;
}
#navigation ul li#first {
  border-left: none;
}
#navigation ul li a {
  color: white;
  display: block;
  text-decoration: none;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}
#navigation ul li:hover a {
  color: black;
}
#navigation ul li a:hover {
  color: black;
}
#statusline {
  position: absolute;
  left: 12%;
  top: 170px;
  height: 1.1em;
  background-color: #cccccc;
  width: 53em;
  clear: all;
  padding: 0;
  overflow: hidden;
}
#container {
  clear: all;
  display: block;
  margin-left: 12%;
  margin-top: 190px;
}
#left {
  display: none;
  float: left;
  width: 1em;
}
#middle {
  display: block;
  float: left;
  width: 38.5em;
  background-color: #fefefe;
  border-right: 1px solid black;
  padding-right: .5em;
  overflow: hidden;
  opacity: 1;
}
#middle .timestamp {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: .9em;
}
#middle .updated_timestamp {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: .8em;
  color: #999999;
}
#middle p {
  padding: 0;
  margin: 0;
  padding-bottom: 0.8em;
}
#middle li p {
  padding: 0;
  margin: 0;
}
#middle ul li {
  padding-bottom: 0.5em;
}
#middle blockquote {
  margin-bottom: 1em;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
#middle blockquote pre {
  margin-bottom: 1em;
}
#middle .excerpt p:first-child,
#middle .entrytext p:first-child {
  padding-bottom: .5em;
  padding-top: 0;
}
#middle .excerpt p,
#middle .entrytext p {
  padding-bottom: .5em;
  padding-top: .5em;
}
#middle .entrytext_single {
  padding-top: 1em;
}
#middle .entrytext_single .postmetadata {
  padding-top: 1em;
}
#middle .entrytext_single h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#middle .entrytext_single h5 {
  color: #666666;
}
#middle .entrytext_single h6 {
  color: #999999;
}
#middle .entrytext_single ul.contents-list {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  margin: 0;
  list-style-type: 0;
}
#middle .article_trailer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: bold;
  margin-top: .2em;
  margin-bottom: .5em;
  background-color: #f9f9f9;
}
#middle .article_trailer a {
  text-decoration: none;
}
#middle .article_trailer a:hover {
  text-decoration: underline;
}
#middle .standout {
  display: block;
  color: #000000;
  background-color: #F9FFFF;
  border: 1px solid #CCCCCC;
  padding: .3em;
  margin: 0;
  margin-bottom: 1em;
}
#middle table {
  margin-bottom: 1em;
}
#middle table table {
  margin-bottom: 0;
}
#middle p.indent {
  padding-left: 4em;
}
#middle ol.booklist.arabic li p:nth-child(3) {
    margin-left: 8em;
}
#middle ol.booklist.arabic li p.first {
border-bottom: 1px solid black;
    margin-bottom: .3em;
}
#middle ol.booklist.arabic li p:nth-child(2) {
    padding-bottom: .2em;
    border: 0px;
    font-weight: normal;
    float: left;
    margin-right: 1em;
}
ol.booklist.arabic li {
    padding-bottom: .5em;
}

.post_head,
.post_head a,
.post_head h3 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.post_head a:hover {
  text-decoration: underline;
}
.single_head,
.single_head a,
.single_head h3 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0em;
  margin-top: 0;
}
.single_head a:hover {
  text-decoration: underline;
}
.time {
  color: #999999;
}
.post {
  padding-top: 0;
  border-bottom: 1px solid grey;
  margin-bottom: .5em;
}
.post ul {
  margin-left: 1em;
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
.post a {
  text-decoration: none;
}
.post a:hover {
  text-decoration: underline;
}
.post ol {
  margin-left: 2em;
  padding-bottom: .5em;
}
.post ol li {
  list-style: decimal outside;
}
.post ol ul li {
  list-style: disc outside;
}
ul.archivelist {
  font-family: Arial, Helvetica, sans-serif;
}
ul.archivelist a {
  text-decoration: none;
  font-weight: bold;
}
ul.archivelist a:hover {
  text-decoration: underline;
}
#right {
  display: block;
  float: left;
  width: 12.8em;
  padding-left: .5em;
  padding-right: .5em;
  background-color: #ffffff;
  border-right: 1px solid black;
  opacity: 1;
}
#right h4 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.1em;
  color: #666666;
}
#right p {
  padding-top: 0;
  margin-top: 0;
}
#right a {
  text-decoration: none;
  font-weight: bold;
}
#right .timestamp a {
  font-weight: normal;
}
#right .summary {
  display: none;
  font-size: .8em;
}
.timestamp {
  font-family: arial, helvetica, sans-serif;
  font-size: .7em;
}
hr {
  border: 0;
  width: 90%;
  color: #cccccc;
  background-color: #cccccc;
  height: .1em;
  padding: 0;
  margin: auto;
  margin-bottom: 1em;
  margin-top: .5em;
}
#random {
  display: block;
  float: left;
  width: 10em;
  padding: .5em .5em .5em .5em;
  border: 1px solid black;
  background-color: #eeeeee;
  margin-right: 1em;
  margin-left: 0;
  margin-bottom: 1em;
}
#random a {
  text-decoration: none;
}
#random h3,
#random ul h3 {
  padding: 0;
  margin: 0;
  font-size: 1em;
  text-align: center;
}
#random ul {
  padding-top: 0;
  margin: 0;
}
#random ul li {
  padding-top: 0;
  margin: 0;
}
#random ul li:first-child {
  color: green;
}
#sidenote,
.sidebar,
.sidenote {
  display: block;
  float: right;
  width: 10em;
  padding: .5em .5em .5em .5em;
  border: 1px solid black;
  background-color: #f9f9f9;
  margin-right: .5em;
  margin-left: 1em;
  margin-top: 0em;
  margin-bottom: .5em;
  font-style: italic;
}
#sidenote i,
#sidenote em,
.sidebar i,
.sidebar em,
.sidenote em,
.sidenote cite {
  font-style: normal;
}
.sidebar-title {
  font-weight: bold;
  font-size: 1.1em;
}
.taglist {
  display: inline;
  margin: 0;
  padding: 0;
}
.taglist li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
.narrowcolumn {
  float: left;
  padding: 0 0 20px 45px;
  margin: 0px 0 0;
  width: 450px;
}
.widecolumn {
  padding: 10px 0 20px 0;
  margin: 5px 0 0 150px;
  width: 450px;
}
.widecolumn .post {
  margin: 0;
}
.widecolumn .postmetadata {
  margin: 30px 0;
}
.widecolumn .smallattachment {
  text-align: center;
  float: left;
  width: 128px;
  margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
  text-align: center;
  margin: 5px 0px;
}
.narrowcolumn .postmetadata {
  padding-top: 5px;
}
.postmetadata {
  clear: left;
}
#footer {
  font-size: .8em;
  padding: 0;
  margin: 0;
  margin-top: 1em;
  margin-left: 12%;
  clear: both;
}
#footer p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
/* End Structure */
/*    Begin Headers */
h1 {
  padding-top: 70px;
  margin: 0;
}
.description {
  text-align: center;
}
h2 {
  margin: 30px 0 0;
}
h2.pagetitle {
  margin-top: 30px;
  text-align: center;
}
h3.pagetitle {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 1em;
  font-size: 1.5em;
}
h3.archivetitle {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
}
h3.pagetitle a {
  color: inherit;
  text-decoration: none;
}
/* End Headers */
/* Begin Images */
p img {
  padding: 0;
  max-width: 100%;
}
/*    Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
/* End Images */
/* Begin Lists

    Special stylized non-IE bullets
    Do not work in Internet Explorer, which merely default to normal bullets. */
html > body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  list-style: none;
  padding-left: 10px;
  text-indent: -10px;
}
html > body .entry li {
  margin: 7px 0 8px 10px;
}
.entry ul li:before {
  content: "\00BB \0020";
}
.entry ol,
.post entry ol {
  padding: 0 0 0 35px;
  margin: 0;
  margin-bottom: .5em;
}
.entry ol li {
  margin: 10;
  padding: 10;
}
.postmetadata ul,
.postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}
ol li {
  list-style: decimal outside;
}
/* End Entry Lists */
/* Begin Form Elements */
#searchform {
  margin: 10px auto;
  padding: 5px 3px;
  text-align: center;
}
.entry form {
  /* This is mainly for password protected posts, makes them look better. */

  text-align: center;
}
select {
  width: 130px;
}
/* End Form Elements */
/* Begin Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}
#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}
#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}
#wp-calendar a {
  display: block;
}
#wp-calendar caption {
  text-align: center;
  width: 100%;
}
#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}
#wp-calendar td.pad:hover {
  /* Doesn't work in IE */

  background-color: #fff;
}
/* End Calendar */
/* Begin Various Tags & Classes */
acronym,
abbr,
span.caps {
  cursor: help;
}
acronym,
abbr {
  border-bottom: 1px dashed #999;
}
blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
}
.block-cite {
  margin-top: -0.8em;
}
.center {
  text-align: center;
}
a img {
  border: none;
}
.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}
.bottom_box {
  background-color: #f9f9f9;
  padding: .2em .2em .2em .2em;
  margin-bottom: 1em;
  border: 1px solid black;
}
.timecode {
  font-weight: bold;
  color: #336666;
}
pre,
code,
pre code {
  white-space: pre-wrap;
  /* css-3 */

  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */

  white-space: -pre-wrap;
  /* Opera 4-6 */

  white-space: -o-pre-wrap;
  /* Opera 7 */

  word-wrap: break-word;
  /* Internet Explorer 5.5+ */

  font-size: .9em;
  padding-bottom: .5em;
}
pre {
  margin-top: -0.5em;
}
/* End Various Tags & Classes*/
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
It won't be a stylish marriage, I can't afford a carriage.
But you'll look sweet upon the seat of a bicycle built for two." */
h2,
.resume h3 {
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}
.highlight {
  display: block;
  background-color: #F9FFFF;
  border: 1px solid #CCCCCC;
  padding: .3em;
}
.warning {
  display: block;
  background-color: yellow;
  border: 1px solid red;
  padding: .3em;
  margin-bottom: 1em;
}
.seamless_link {
  height: 132px;
  width: 132px;
  border: 1px solid blue;
  margin: 1em;
  float: left;
  display: block;
  text-align: center;
  /*background-image: url(/wp/wp-content/themes/tadhg/images/white90.png);*/

}
.seamless_link img {
  xposition: relative;
  padding-top: 9px;
  xpadding-left: 34px;
  margin: auto;
}
.mau {
  padding: 0;
  border-collapse: collapse;
  margin-left: 2px;
}
.mau td {
  border: 1px solid black;
  padding: .2em;
}
.footnote {
  font-size: .8em;
}
.footnote-reference {
  font-size: .7em;
  vertical-align: top;
}
.footnote .label {
  padding-right: .5em;
}
.photodetails {
  float: right;
  border: 1px solid black;
  margin-left: 1em;
  margin-bottom: .5em;
  margin-top: 0;
  padding: 0.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
}
.photodetails dt,
.photodetails dd {
  display: inline;
  padding: 0;
  margin: 0;
}
.photodetails dt {
  font-weight: bold;
}
.dbtable {
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: 1px;
}
.dbtable td {
  border: 1px solid gray;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
#statusbar {
  list-style-type: none;
}
#statusbar h2 {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: .9em;
}
#statusbar li,
#statusbar div {
  padding: 0;
  margin: 0;
  display: inline;
}
#statusbar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
}
#statusbar ul li {
  font-size: .65em;
  font-family: Arial, Helvetica, sans-serif;
}
.twitupdatetime {
  font-weight: normal;
  margin-left: .2em;
  padding-left: .2em;
  padding-right: .2em;
  color: #666699;
}
.recent-commentary-commenters-list {
  display: block;
}
.recent-commentary-commenters-list li {
  display: inline;
  border: 0 !important;
}
.recent-commentary-commenters-list li a {
  font-weight: normal !important;
}
.strike {
  text-decoration: line-through;
}
div.line-block {
  padding-bottom: 0.8em;
}
#next_last_nav {
  padding-top: 1em;
}
div.line {
  min-height: 1.2em;
}
table.docutils {
  border: 1px solid black;
  border-collapse: collapse;
  margin-left: 2px;
  white-space: nowrap;
}
table.footnote {
  white-space: normal;
  border: none;
}
.captionimage {
  width: 200px;
  float: right;
  text-align: center;
  border: 1px solid black;
  margin-left: .5em;
  margin-right: .2em;
}
.captionimagels {
  width: 400px;
  float: right;
  text-align: center;
  border: 1px solid black;
  margin-left: .5em;
  margin-right: .2em;
}
.captionimagels300 {
  width: 300px;
  float: right;
  text-align: center;
  border: 1px solid black;
  margin-left: .5em;
  margin-right: .2em;
}
.captionimagels400 {
  width: 400px;
  float: right;
  text-align: center;
  border: 1px solid black;
  margin-left: .5em;
  margin-right: .2em;
}
.captiontext {
  padding-left: .5em;
  padding-right: .5em;
}
.section h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.1em;
  color: #666666;
}
.section h3 {
  border-bottom: 1px solid black;
  margin-bottom: .3em;
  color: #333333;
  font-size: 1.2em;
}
p.aftervid {
  margin-top: 1em !important;
}
.bolditalic {
  font-weight: bold;
  font-style: italic;
}
dl {
  margin-left: 1em;
  margin-bottom: 1em;
}
dt {
  font-weight: bold;
  width: 30%;
  float: left;
  clear: left;
  margin-top: .5em;
  border-bottom: 1px solid black;
}
dd {
  width: 65%;
  border-left: 1px dotted black;
  margin-left: .5em;
  padding-left: 1em;
  float: left;
  margin-top: .5em;
}
dd p {
  padding: 0;
  margin: 0;
}
dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.textred {
  color: #600000;
}
.textredbold, .textredb {
  color: #600000;
  font-weight: bold;
}
.textblue {
  color: #000060;
}
.textbluebold, .textblueb {
  color: #000060;
  font-weight: bold;
}
table.booktable {
  table-layout: fixed;
  width: 590px;
  border: none;
}
table.booktable td {
  border: none;
  padding: 1px;
}
table.booktable td:nth-child(2) {
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px !important;
}
table.booktable td:nth-child(1) {
  width: 40px;
}
table.booktable td:nth-child(3) {
  width: 40px;
}
table.booktable td:nth-child(4) {
  width: 90px;
}
dl.mtgdeck {
  margin: 0;
  padding: 0;
  margin-bottom: .5em;
}
dl.mtgdeck dt {
  display: block;
  width: auto;
  border: none;
  border-bottom: 1px solid black;
  float: none;
}
dl.mtgdeck dd {
  display: block;
  width: auto;
  border: none;
  float: none;
  margin: 0;
  padding: 0;
}
dl.mtgdeck dd dl {
  display: block;
  width: auto;
  border: none;
  margin: 0;
  padding: 0;
}
dl.mtgdeck dd dl dt {
  display: block;
  width: 30%;
  border: none;
  float: left;
  margin: 0;
  padding: 0;
  margin-bottom: .5em;
}
dl.mtgdeck dd dl dt:last-of-type {
  margin-bottom: 0;
}
dl.mtgdeck dd dl dd {
  display: block;
  width: auto;
  border: none;
  float: left;
  margin: 0;
  padding: 0;
  margin-bottom: .5em;
}
dl.mtgdeck dd dl dd:last-of-type {
  margin-bottom: 0;
}
dl.mtgdeck dd dl dd ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl.mtgdeck dd dl dd ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl.mtgdeck.sb dd dl dt:last-of-type,
dl.mtgdeck.sb dd dl dd:last-of-type {
  border-top: 1px solid black;
}
.mtgcard {
  color: #990000;
  text-decoration: none;
  border-bottom: 1px dotted #990000;
}
