/*
	VirtualAlien.com | contact@VirtualAlien.com
	Design & Build: AnotherClip.com.
*/

body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 25px; color: #FFFFFF; }
body { background-color: #000000; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }
a:link { text-decoration: none; color: #CC66CC; }
a:visited { text-decoration: none; color: #CC66CC; }
a:hover { text-decoration: none; color: #FFCC33; }
a:active { text-decoration: none; color: #33CCFF; }
.mainhead { font-size: 16px; font-weight: bold; }
.pagehead { font-size: 16px; font-weight: bold; }
.subhead { font-size: 11px; font-weight: bold; }
.copyright { font-size: 10px; color:#999999; }

.mainhead a { text-decoration: none; color: #FFFFFF; }
.mainhead a:visited { text-decoration: none; color: #FFFFFF; }
.mainhead a:hover { text-decoration: none; color: #CC66CC; }
.mainhead a:active { text-decoration: none; color: #FFFFFF; }

#main {
  width: 650px;
  min-height: 485px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}

#content {
  width: 100%;
  height: 100%;
}

/* Contact Form */
* .va_cf { margin-top: 10px; }
* .va_cf input { width: 45%; }
/*.va_cf img { vertical-align: middle; }*/
.va_fullwidth textarea { width: 95%; }

/* Larger screens */
@media screen and (min-width: 1061px) {
	body {
		font-size: 12px;
	}
}

/* Smaller screens */
@media screen and (max-width: 1060px) {

    /* "Mobile Friendly" START */
	body {
		font-size: 25px;
	}
	.mainhead {
		font-size: 25px;
	}
    #main {
      width: 100%;
      height: 80%;
      padding: 0;
      min-height: 900px;
    }
	.copyright {
		font-size: 15px;
	}
  .copyright-detail {
    display: none;
  }
    /* END "Mobile Friendly" */
}
