/* CSS for Fugu Games web site */
/* Copyright (c) 2007 Technicat, LLC */

body {
    background-color: white;
    background-image: url(logos/FUGUlogo_background2.jpg);
    background-repeat: no-repeat;
    background-position: 140px -10px;
  font-family: Comic Sans MS, Impact, sans-serif;
}

a {
    text-decoration: none;
}

#toc {
    position: absolute;
    text-align: right;
    left: 20px;
    top: 10px;
}

#toc a {
    display: block;
    text-align: center;
    font-size: small;
    border-width: medium;
    border-style: solid;
    border-color: #0a121d;
    color: #0a121d;
    padding: 5px;
    margin: -2px;
}

#toc a:hover {
    background-color: #7c8fc9;
    background-color: #276cff;
}

#controls {
    font-size: x-small;
    font-family: Impact, sans-serif;
    position: absolute;
    text-align: center;
    top: 100px;
    left: 700px;
}

#twitter_div {
        position: absolute;
    top: 194px;
    left: 180px;
     width: 480px;
    height: 360px;
       background-color: white;
    font-size: small;
    font-family: Arial, sans-serif;
}

#fbook_widget {
        position: absolute;
    top: 194px;
    left: 180px;
     width: 480px;
    height: 360px;
       background-color: white;
}

.menu {
    position: absolute;
    top: 194px;
    left: 180px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: x-large;
    list-style: none;
    background-color: white;
    width: 480px;
    height: 360px;
    margin: auto;
    text-align: center;
    color: #7c8fc9; /* white; */
    clear: both;
}

.menu a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border-width: thick;
    border-style: outset;
    border-color: silver;
    width: 550px;
    color: #0a121d;
}

.menu a:hover {
    color: #21215f;
    border-color: #21215f;
    background-color: #276cff;
}

.unity {
    position: relative;
    top: 20px;
    left: 0px;
    background-color: white;
    width: 480px;
    height: 320px;
    margin: auto;
    text-align: center;
    color: #7c8fc9; /* white; */
    clear: both;
}


#playerlogo {
    position: absolute;
    left: 700px;
    top: 350px;
}


#appstore {
    position: absolute;
    left: 700px;
    top: 100px;
}

#igdalogo {
    position: absolute;
    left: 700px;
    top: 600px;
}

#platform {
    position: absolute;
    font-family: Comic Sans MS, Impact, sans-serif;
    font-size: x-small;
    left: 700px;
    top: 100px;
}

#credit {
    position: absolute;
    text-align: left;
    font-size: x-small;
    font-family: Comic Sans MS, Impact, sans-serif;
    left: 700px;
    top: 450px;
}


#trademark {
    position: absolute;
    text-align: left;
    font-size: x-small;
    font-family: Comic Sans MS, Impact, sans-serif;
    left: 700px;
    top: 250px;
}

#facebook {
    position: absolute;
    text-align: left;
    font-size: x-small;
    font-family: Comic Sans MS, Impact, sans-serif;
    left: 700px;
    top: 350px;
}

#info {
    position: absolute;
    text-align: left;
    font-size: x-small;
    font-family: Comic Sans MS, Impact, sans-serif;
    left: 700px;
    top: 200px;
}

#legal {
    font-size: x-small;
    font-family: Comic Sans MS, Impact, sans-serif;
/*    color: #0a121d; */
    position: absolute;
    left: 30px;
    top: 620px;
    text-align: right;
}

.requirements {
    font-family: Comic Sans MS, Impact, sans-serif;
    /* color: #0a121d; */
    position: absolute;
    text-align: left;
    left: 700px;
    top: 550px;
    font-size: x-small;
}
/*
#legal a:visited, #info a:visited, #credit a:visited {
     color: #0a121d;
}

#legal a:hover, #info a:hover, #credit a:hover {
    color: blue;
    color: #276cff;
}
*/
img {
    border: none;
}

#widgets {
    font-size: small;
}

/*
#widgets table {
    margin-top: 0px;
} */

#widgets a {
    clear: both;
    text-align: center;
    width: 100px;
    margin: 2px;
    padding: 2px;
    font-size: x-small;
    border-width: medium;
    border-style: solid;
    border-color: silver;
}

#widgets a:hover {
    background-color: #7c8fc9;
    background-color: #276cff;
}


#widgets td {
    width: 120px;
    text-align: center;
}

#apps {
    font-size: small;
}

#apps table {
    margin-top: 0px;
}

#apps img {
    margin: -4px;
}

#apps a {
    clear: both;
    text-align: center;
    width: 80px;
    margin: 2px;
    padding: 2px;
    font-size: x-small;
    border: none;
    text-decoration: none;
}

#apps a:hover {
    background-color: white;
    color: white;
    border: none;
    text-decoration: none;
}


#apps td {
    width: 100px;
    text-align: center;
}

.description {
    margin: 5px;
    margin-top: 10px;
}