/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt/mt-static/themes-base/blog.css) screen, projection, tv;
@import url(/mt/mt-static/support/themes/simon-arlott-eu/simon-arlott-eu.css) screen, projection, tv;
/* end StyleCatcher imports */

@media screen, projection, tv {
blockquote {
margin: 0 30px 1em 10px;
padding: 1em 5px 0 15px;
border-left: 3px solid #C63;
background: #FFD;
}
blockquote cite {
margin: 5px 0 0;
display: block;
text-align: right;
}
/* #header-description { color: #FA0; } */
.widget-search input.ti { width: 60% }
.widget-header a { text-decoration: underline; }
.widget-header a:hover { text-decoration: none; }
#alpha-inner { padding-left: 10px; }
#footer-feed { float: right; }
}
@media print, projection {
 #beta, #gamma { display: none; }
}
@media tv {
 #alpha, #beta, #gamma {
  float: none;
  left: auto;
  right: auto;
  width: auto;
  margin: auto;
  padding: inherit;
 }
 .layout-wt #content-inner { background: none; }
}

#comments-open-footer { width: 80%; }
.alert { color: #ff0000; background: #ffffff; }

/* 2009-10-19 */
/* http://en.wikipedia.org/wiki/MediaWiki:Common.css */
/* wikitable/prettytable class for skinning normal tables */

table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaa solid;
  padding: 0.2em;
}

table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}

table.wikitable caption,
table.prettytable caption {
  text-align: center;
  font-weight: bold;
}
/* ---- */

