﻿/*
CSS for Bladewing's Gaming site
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 125%;
  padding: 15px;
  color: white;
  background-color: black;
  background-image: url(images/backgroundfading.jpg);
  background-repeat: repeat-x;
  background-position: top;
} 

h1 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: x-large;
   margin: 0;
} 

#Title {
 background: dimgray url(images/controller.jpg) no-repeat right;
 padding-top: 15px;
}

#MGTitle {
 background: dimgray url(images/MGS4 LOGO.jpg) no-repeat right;
 padding-top: 15px;
}

#ACfaTitle {
 background: dimgray url(images/ACfa LOGO.jpg) no-repeat right;
 padding-top: 15px;
}

#RE5Title {
 background: dimgray url(images/RE5 LOGO.jpg) no-repeat right;
 padding-top: 15px;
}

li {
  font-size: small;
}

h2 {
  color: ;
  font-size: medium;
  background-color: dimgray;
}

h3 {
 color:white;
}

p {
  font-size: small;
  color: ;
}

em {
  font-style: ;
  text-transoform: uppercase;
}

#tagline p {
 font-style: italic;
 font-family: Georgia, Times, serif;
 background-color: #339999;
 border-top: 3px solid #7da5d8;
 border-bottom: 3px solid #7da5d8;
 margin: 0;
}

a {
  color: #7da5d8;
  font-weight: bold;
}

a:visited {
  color: #99FF33;
}

a:hover {
  font-size: large;
  text-decoration: none;
  color: white;
  font-family: Monotype Corsiva;
}

.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

.killable {
 color: orange;
}

.non-killable {
 color: deepskyblue;
}

.switchable {
 color: greenyellow;
}

.attentiongrab {
 width: 50%;
 font-weight: bold;
}

#Navigation {
 background-color: dimgray;
 color: navy;
 font-weight: bold;
 width: 200px;
 height: 250px;
 padding-top: 15px;
 position: absolute;
 top: 103px;
}

.simpleblackborder {
 border-width: 5px;
 border-style: solid;
 border-color: black;
}

.insetborder {
 border-width: 10px;
 border-style: inset;
 border-color: #999999;
}

.coloredridgeborder {
 border: 10px ridge red;
}

.multiborder {
 border-top: 1px solid white;
 border-bottom: 7px inset gray;
 border-left: 1px solid gray;
 border-right: 5px inset white
}

div {
 margin-bottom: 2px;
 border-width: 2px;
 border-style: solid;
 border-color: navy;
}

#bodycontent {
 position: absolute;
 left: 235px
}

.feature {
 float: right;
 margin: 10px;
}

#indexbody {
 position: absolute;
 left: 550px;
}

#image {
 border: 15px solid white;
}

table.Release {
 border-collapse: collapse;
}

table.Release th, table.Release td {
 padding: 4px;
 border: 1px solid white;
}

table.Release th {
 font-size: x-small;
 text-align: left;
 background:#336699 url(images/backgroundfading2.jpg) no-repeat;
 padding-top: 0;
 padding-bottom: 0;
 padding-left: 2px;
 padding-right: 2px;
}

table.Release td {
 font-size: small;
}

table.Release caption {
 font-size: small;
 text-align: left;
 padding-bottom: 5px;
 font-weight: bold;
}

form.Contact {
}

form.Contact label {
}

form.Contact label.fixedline {
 display: block;
 width: 170px;
 float: left;
}
