* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  text-decoration: inherit;
  font-size: 100%;
  padding: 0;
  border: 0;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
}
:focus {
  outline: 0;
}
::-moz-focus-inner {
  border: 0;
}
@media all and (orientation: portrait) {
  /* Style adjustments for portrait mode goes here */
}
@media all and (orientation: landscape) {
  /* Style adjustments for landscape mode goes here */
}
/* clearfix */
.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clear {
  display: block;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
* html .clear {
  height: 1%;
}
strong {
  font-weight: bold;
  color: #dd6700;
}
i {
  font-style: italic;
}
.transparent {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.right {
  float: right;
}
.left {
  float: left;
}
.divider {
  clear: both;
  width: 40%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  background-color: #555555;
  background-size: 100%;
  min-height: 3px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
}
body {
  font-family: 'Ariel', 'Calibri', sans-serif;
  font-size: 18px;
  background-color: #808080;
  background-attachment: fixed;
  background-position: center;
  padding: 0;
  margin: 0;
}
#container {
  background: url("/media/images/container-background.png") repeat;
  background: #fff5d7;
  width: 800px;
  margin: 0 auto;
  padding: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -moz-box-shadow: 0 4px 12px #00000a;
  /* FF3.5+ */

  -webkit-box-shadow: 0 4px 12px #00000a;
  /* Saf3.0+, Chrome */

  box-shadow: 0 4px 12px #00000a /* Opera 10.5, IE 9.0 */
;
}
#title {
  padding-top: 8px;
  padding-bottom: 12px;
}
#title .title_text {
  font-size: 32px;
  font-weight: bold;
  padding-left: 0px;
  padding-top: 2px;
  margin: 0px;
  text-shadow: 0.05em 0.05em 0.1em #00000a;
}
#title .title_text a {
  color: #333333;
  padding-bottom: 12px;
}
#title .title_logo {
  float: left;
  padding: 0px;
  margin-right: 12px;
  margin-left: 16px;
  margin-top: 4px;
}
#title .title_logo img {
  float: left;
  height: 75px;
}
.clrb {
  clear: both;
}
.b {
  border: 1px;
}
footer {
  font-size: 14px;
  font-style: bold;
  text-align: center;
  min-height: 24px;
  padding-left: 12px;
  padding-right: 24px;
}
footer table {
  margin: 12px;
}
footer h1 {
  font-size: 18px;
  padding: 2px;
  margin-left: 12px;
}
footer h2 {
  font-size: 14px;
  padding: 2px;
  margin-left: 12px;
}
footer h3 {
  font-size: 10px;
  padding: 8px;
  margin-left: 12px;
}
footer.subsection {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 506px;
  margin-bottom: 20px;
  margin-right: 32px;
  background-color: #fff5d7;
}
/* Button styles from the awesome: http://www.webdesignerwall.com/demo/css-buttons.html */
.button {
  display: inline-block;
  zoom: 1;
  /* zoom and *display = ie7 hack for display:inline-block */

  *display: inline;
  vertical-align: baseline;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px/100% Arial, Helvetica, sans-serif;
  -moz-box-shadow: 0 2px 6px #00000a;
  /* FF3.5+ */

  -webkit-box-shadow: 0 2px 6px #00000a;
  /* Saf3.0+, Chrome */

  box-shadow: 0 2px 6px #00000a /* Opera 10.5, IE 9.0 */
;
  border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
}
.button:hover {
  text-decoration: none;
}
.button:active {
  position: relative;
  top: 1px;
}
.bigrounded {
  border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
}
.medium {
  font-size: 18px;
  padding: .4em 1.5em .42em;
}
.small {
  font-size: 14px;
  padding: .2em 1em .275em;
}
/* white */
.white {
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
  background: -moz-linear-gradient(top, #ffffff, #ededed);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dcdcdc));
  background: -moz-linear-gradient(top, #ffffff, #dcdcdc);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
  color: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ffffff));
  background: -moz-linear-gradient(top, #ededed, #ffffff);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
nav {
  width: 120px;
  margin-left: 12px;
  margin-right: 24px;
  padding-top: 20px;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  font-size: 18px;
}
nav ul {
  width: 120px;
}
nav li a.button {
  margin: 0px;
}
nav li a.button:hover {
  color: #000;
}
nav li a.button.active {
  color: #ffffa5;
  border: solid 1px #ff9a00;
  background: #ff9a00;
  background: -webkit-gradient(linear, left top, left bottom, from(#dd6700), to(#ff9a00));
  background: -moz-linear-gradient(top, #dd6700, #ff9a00);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='@dark_active_background', endColorstr='@active_background');
}
nav li {
  list-style: none;
  margin-bottom: 12px;
}
nav li a.button {
  width: 100%;
}
nav .label {
  width: 120px;
  height: 2.6em;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
section.content {
  background: #fff;
  -moz-box-shadow: 0 4px 12px #00000a;
  /* FF3.5+ */

  -webkit-box-shadow: 0 4px 12px #00000a;
  /* Saf3.0+, Chrome */

  box-shadow: 0 4px 12px #00000a /* Opera 10.5, IE 9.0 */
;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  width: 616px;
  margin-top: 24px;
  margin-left: 12px;
  margin-right: 24px;
  margin-bottom: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
section h1 {
  font-size: 26px;
  font-weight: bold;
  margin-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #333333;
}
section h2 {
  font-size: 20px;
  font-weight: bold;
  margin-left: 8px;
  padding-top: 8px;
  color: #333333;
}
section .half_thumb {
  position: relative;
  top: 26px;
}
section p {
  padding: 12px;
  margin: 12px;
}
section table {
  margin: 12px;
}
section th {
  font-weight: bold;
}
section img {
  max-width: 300px;
  display: block;
  margin: 16px;
  margin-right: auto;
  margin-left: auto;
  -moz-box-shadow: 0 4px 12px #00000a;
  /* FF3.5+ */

  -webkit-box-shadow: 0 4px 12px #00000a;
  /* Saf3.0+, Chrome */

  box-shadow: 0 4px 12px #00000a /* Opera 10.5, IE 9.0 */
;
}
section img.poster {
  margin: 0px;
  margin-bottom: 16px;
  padding: 8px;
  margin-right: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: right;
}
section .thumb {
  display: block;
  margin: 6px;
  padding: 0px;
  margin-bottom: 12px;
  margin-top: 12px;
  margin-right: 0px;
  margin-left: 12px;
  width: 100px;
  height: 100px;
  float: right;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -moz-box-shadow: 0 2px 6px #00000a;
  /* FF3.5+ */

  -webkit-box-shadow: 0 2px 6px #00000a;
  /* Saf3.0+, Chrome */

  box-shadow: 0 2px 6px #00000a /* Opera 10.5, IE 9.0 */
;
}
section .image_button {
  margin: 6px;
  width: 100px;
  height: 100px;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -moz-box-shadow: 0 2px 6px #00000a;
  /* FF3.5+ */

  -webkit-box-shadow: 0 2px 6px #00000a;
  /* Saf3.0+, Chrome */

  box-shadow: 0 2px 6px #00000a /* Opera 10.5, IE 9.0 */
;
}
section .item {
  clear: right;
}
section .item h2 {
  font-size: 28px;
  margin-left: 112px;
}
section .item h2 a {
  font-style: italic;
}
section .item .thumb {
  margin-right: 12px;
}
section .feature_image {
  display: block;
  margin: 6px;
  padding: 0px;
  margin-bottom: 12px;
  margin-top: 12px;
  margin-right: 0px;
  margin-left: 12px;
  width: 100px;
  height: 100px;
  float: right;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -moz-box-shadow: 0 2px 6px #00000a;
  /* FF3.5+ */

  -webkit-box-shadow: 0 2px 6px #00000a;
  /* Saf3.0+, Chrome */

  box-shadow: 0 2px 6px #00000a /* Opera 10.5, IE 9.0 */
;
  width: 100px;
  height: 100px;
  margin: 24px;
  margin-top: 0px;
  margin-right: 96px;
}
section ol {
  padding: 12px;
}
section li {
  margin-left: 48px;
  margin-right: 10px;
}
section .biopic {
  display: block;
  margin: 12px;
  width: 150px;
  height: 150px;
  float: right;
  margin-right: 24px;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -moz-box-shadow: 0 2px 6px #00000a;
  /* FF3.5+ */

  -webkit-box-shadow: 0 2px 6px #00000a;
  /* Saf3.0+, Chrome */

  box-shadow: 0 2px 6px #00000a /* Opera 10.5, IE 9.0 */
;
}
section .section_title {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  color: #5a6cc9;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 10px;
  text-shadow: 0.05em 0.05em 0.1em #5a6cc9;
}
div.subsection {
  text-transform: lowercase;
  float: right;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -moz-box-shadow: 0 2px 6px #cc0c02;
  /* FF3.5+ */

  -webkit-box-shadow: 0 2px 6px #cc0c02;
  /* Saf3.0+, Chrome */

  box-shadow: 0 2px 6px #cc0c02 /* Opera 10.5, IE 9.0 */
;
  font-style: bold;
  width: 456px;
  margin-top: 6px;
  margin-bottom: 0px;
  margin-right: 24px;
  background-color: rgba(255, 180, 40, 0.25);
}
div.subsection .text {
  font-size: 40px;
  padding: 5px 20px 16px 10px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  color: #ff9a00;
  text-shadow: 0.05em 0.05em 0.1em #cc0c02;
}
.center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.applet {
  width: 600px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  -moz-box-shadow: 0 4px 12px #00000a;
  /* FF3.5+ */

  -webkit-box-shadow: 0 4px 12px #00000a;
  /* Saf3.0+, Chrome */

  box-shadow: 0 4px 12px #00000a /* Opera 10.5, IE 9.0 */
;
}
a {
  color: #273996;
  text-decoration: none;
}
a:hover {
  color: #000663;
  text-decoration: none;
}
a.backlink {
  display: block;
  line-height: 24px;
  margin-bottom: 12px;
}
a.backlink:before {
  content: '\2190';
}
a.prev:before {
  content: '\00AB';
}
a.next:after {
  content: '\00BB';
}
a.prev {
  margin-right: 12px;
}
a.prev,
a.next {
  display: block;
  float: left;
  margin-bottom: 12px;
}
a.next {
  float: right;
}
a.backlink:hover,
a.prev:hover,
a.next:hover {
  color: inherit;
}
