
/*********************/
/* BASIC */
/*********************/

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}

body {
    background: black;
}


/*********************/
/* MEDIA QUERIES */
/*********************/

/*  Wide Screen  */

@media screen and (min-width:401px) {

#banner  {
    font-size: 40px;
    height: 50px;

}

#menuBtns ul li {
      margin-left: 15px;
}

#menuBtns ul li a:visited, a:link {
      color: #fff;
}

#main h1 {
    font-size: 24px;
}

#main h2 {
    font-size: 18px;
}

li, a {
      text-decoration: none; 
      font-size: 14px;
      color: white;
}

}

/*********************/
/* iPhone */
/*********************/


@media screen and (max-width:400px) {

li, a {
      text-decoration: none; 
      font-size: 14px;
      color: white;
}

#main {
   width: 110%;  
}

#main h1 {
    font-size: 20px;
}

#main h2 {
    font-size: 18px;
}

#banner  {
    font-size: 30px;
    height: 40px;
    width: 100%;
}

#menuBtns ul {
    margin-left: 20px;
    margin-top: 0px;
}

#menuBtns ul li {
      margin-left: 5px;
}

#menuBtns ul li a {
        color: white;
        padding-left: 8px;
        padding-right: 8px;
}

.button{
  border: 2px inset #CEF291;
background: -moz-linear-gradient(top,  #398235 0%, #8ab66b 61%, #b8dd66 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#398235), color-stop(60%,#8ab66b), color-stop(100%,#b8dd66)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #398235 0%,#8ab66b 60%,#b8dd66 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #398235 0%,#8ab66b 61%,#b8dd66 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #398235 0%,#8ab66b 61%,#b8dd66 100%); /* IE10+ */
background: linear-gradient(top,  #398235 0%,#8ab66b 61%,#b8dd66 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#398235', endColorstr='#b8dd66',GradientType=0 ); /* IE6-9 */

}


}

/*********************/
/* CORE */
/*********************/




#banner  {
    background: black;
    color: #999;
    padding-left: 10px;
    text-align: left;
    width: 115%;
    text-shadow: 1px 1px white, -1px -1px #444;
    overflow: hidden;
}
 
#menuBtns ul {
    border-radius: 15px;
    list-style: none;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    overflow: hidden;
}

#menuBtns ul li {
     float: left;
     margin-bottom: 10px;
}

#menuBtns ul li a {
        text-decoration: none; 
        font-size: 1.0em;
        font-family: 'Delius Unicase';
}

#menuBtns ul li a:hover {
      color: green;  
}


#main {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(28, 91, 155, 0.8)), to(rgba(108, 191, 255, .9)));
    background-image: -moz-linear-gradient(top, #1D5B9B 0%, #6CBFFF 100%); /* FF3.6+ */

      color: white;
      min-height: 300px;
      padding-top: 10px;
      padding-left: 5px;
      padding-right: 5px;
      border: 1px solid #000;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
}

#main h1 {
    color: #999;
    color: goldenrod;
    text-shadow: 1px 1px black;
    font: 28px arial, serif;
    margin-bottom: 8px;
}

#main h2 {
    color: #999;
    color: goldenrod;
    font: 24px arial, serif;
    margin-top: 8px;

    margin-bottom: 8px;
    text-shadow: 1px 1px black;
}

#main p {
    color: #fff;
    font: 16px arial, serif;
    margin-bottom: 15px;
}

#main ul li {
      margin-left: 20px;
      margin-bottom: 5px;
      color: black;

}

#main img {
       height: 60px;
       width: 60px;
}
#footer {
    color: black;
    margin-top: 20px;
    font-size: 18px;
    text-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 3px rgba(0,0,0,.6);

}

#testCanvas {
    margin-left: -10px;
}

/* --------------------------------------
 Styling for the buttons
---------------------------------------*/

.button{
  width: 132px;
  height: 30px;
  margin-right: 0px;
  padding-top: 5px;

  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border: 2px solid #ccc;
  position: relative;

  /* Label */
  font-family: Helvetica, sans-serif;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

  background-color: black;
  border-color: #888;
}

/*********************/
/* Table styling     */
/*********************/

table  {
   width: 100%;
}

table th{
    padding:15px;
    color:#000;
    text-shadow:1px 1px 1px #C6E2FF;
    border:1px solid #C6E2FF;
    border-bottom:3px solid #C6E2FF;
    background-color:#B9D3EE;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(159,182,205)),
        color-stop(0.51, rgb(198,226,255)),
        color-stop(0.87, rgb(159,182,205))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

table td{
    padding:10px;
    text-align:center;
    background-color:#CAE1FF;
    border: 1px solid #A2B5CD;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#000;
    text-shadow:1px 1px 1px #fff;
}

table td p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;

    padding:10px;
    text-align:center;
    background-color:#CAE1FF;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#000;
    text-shadow:1px 1px 1px #fff;
}

table ul li, a {
      text-decoration: none; 
      font-size: 14px;
      color: black;
}

/******************88***/
/* Modtest table colors*/
/********************88*/

#main p.gText {
    color:green;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;

}
#main p.rText {
    color:red;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;

}

/***********************/
/* For lists of links  */
/***********************/

.linklist li {
   list-style-type:circle;
}

.linklist li a {
   font-family: 'Delius Unicase', Arial;
   font-size: 1.2em;
   color: black;
   margin-left: 0px;
}

.linklist li a:hover {
      color: white;  
}


/*********************/
/* That's all folks! */
/*********************/

