/* css.php, made by GamingG */

/* Main Layout */
html,body {
  background-color: #000000;
  background-image: url(../images/circuitbg.jpg);
  color: #FFFFFF;
  text-align: center;
  background-repeat: repeat;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
#main {
  
  background-image: url(../images/trans_blue.gif);
  border: 1px solid #FFFFFF;
  padding-bottom: 1em;
  margin: 1em auto;
  width: 85%;
  height: auto;
}
#content {
  padding-left: 5%;
  padding-right: 5%;
  text-align: left;
}
#footer p {
  margin: 0;
  padding: 0;
}

/* Header Styling */
h1 {
  font-size: 1.7em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1em;
}
h1,h3,h5 {
font-style: normal;
font-weight: bold;
}
h2,h4,h6 {
  font-style: italic;
  font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
  text-align: center;
  margin: .7em;
}

/* Link psuedo-classes */
a:link {
   text-decoration: none;
   font-weight: normal;
   font-style: normal;
   color: #CC9900;
}
a:visited {
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  color: #CC9900;
}
a:active {
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  color: #CC9900;
}
a:hover {
  text-decoration: underline;
  font-weight: normal;
  font-style: normal;
  color: #CC9900;
}
/* Navigation menu */
#navmenu {
  padding: 20px 10px;
}
#navlist {
  margin-left: 0;
  padding-left: 0;
  display: inline;
}
#navlist li, #navlist li.first {
  margin-left: 0;
  padding: 0px 15px;
  list-style: none;
  display: inline;
}
#navlist li {
  border-left: 1px solid #FFFFFF;
}
#navlist li.first {
  border-left: 0px;
}
/* Inline button class definition */
.inline-button {
  font: bold 65%/1 Verdana, sans-serif;
  margin: 0 0.2em;
  padding: 0.1em 0;
  border: 1px solid black;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: middle;
  background: #cccccc;
  color: black;
}
.inline-button em {
  font-style: normal;
  margin: 0;
  padding: 0.1em 0.5em;
  background: white;
  color: black;
}
.inline-button span {
  margin: 0;
  padding: 0.1em 0.5em 0.1em 0.3em;
}
.inline-button:hover {
  background: #666;
  color: white;
}
.inline-button:hover em {
  background: black;
  color: white;
}
/* Inline button colors.  To be used with .inline-button */
.orange {
  background: orange;
  color: black;
}
.orange em {
  background: white;
  color: #c60;
}
.blue {
  background: #06c;
  color: white;
}
.blue em {
  background: white;
  color: #06c;
}
.green {
  background: green;
  color: white;
}
.green em {
  background: white;
  color: green;
}

/* Display-changing classes */
.center {
  text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center-object {
  margin-left: auto;
  margin-right: auto;
}
.right {
  text-align: right;
}
.hidden {
  display: none;
}

/* Forms */
input,textarea,submit,button,select {
  color: #E0E0E0;
  background-color: #000000;
  border: 1px solid #FFFFFF;
}
input:focus,textarea:focus,submit:focus,button:focus,select:focus {
  background-color: #333333;
}
fieldset {
  border: 0px;
  border-top: 1px solid #FFFFFF;
}
legend {
  color: #FFFFFF;
}

/* Tables */
table {
  border-collapse: collapse;
  cell-spacing: 0;
}
th {
  text-align: center;
}
table.data th, table.data td {
  border: 1px solid #000000;
}

/* Misc */
table.stats {
  margin: 10px auto;
  border: 1px solid #FFFFFF;
}
table.stats th, table.stats td {
  text-align: left;
}
table.stats th.right, table.stats td.right {
  text-align: right;
}
table.stats th.head {
  text-align: center;
  font-size: 1.1em;
  border-bottom: 1px dashed #FFFFFF;
}
.hr-dashed {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #FFFFFF;
}
.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.small {
  font-size: .8em;
}
.noborder {
  border: 0px;
}
.error {
  color: #FF3333;
}
.layout-table td {
    vertical-align: top;
    padding-right: 1em;
}
.youtube-container {
    width: 450px;
    text-align: center;
    display: -moz-inline-box; /* Fx */
    display: inline-block;
}
a img {
  border: 0;
}
#youradhere {
  background-color: #FFFFFF;
}
#adspace object {
  display: inline;
  width: 768px;
  height: 90px;
  border: 0;
}
.myminicity-table th, .myminicity-table td {
    padding-right: 1em;
    font-weight: normal;
    text-align: left;
}
