
/* general */

body {
    font-family: Verdana, Geneva, sans-serif;
    color: white;
    background: #111111;
    margin: 0;
    padding: 0;
}

header {
    padding: 20px 20px 10px 20px;
}

#header-logo {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

#header-nonlogo {
    display: inline-block;
    vertical-align: top;
}

#header-title {
    display: block;
    width: 100%;
    text-align: left;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 300%;
    font-weight: bold;
    margin: 0px;
    padding: 2px 0px 0px 0px;
}

#header-nav {
    display: block;
    text-align: right;
    font-size: 75%;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 2px 0px;
}

#header-nav a {
    padding: 0px 0px 0px 1em;
}

footer {
    text-align: left;
    font-size: 75%;
    padding: 20px 30px 20px 30px;
}

nav.breadcrumbs {
    background: #333333;
    font-size: 75%;
    padding: 5px 5px 5px 30px;
}

a {
    color: #aaaaaa;
    text-decoration: none;
}

a:hover {
    color: #cccccc;
}

a:active {
    color: white;
}

h2 {
    color: #ccaaaa;
}

.button {
    display: inline-block;
    vertical-align: middle;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border: 2px solid #333333;
    padding: 6px 12px;
    text-decoration: none;
    background: -moz-linear-gradient( center top, #bbdddd 23%, #779999 82% );
    background: -ms-linear-gradient( top, #bbdddd 23%, #779999 82% );
    background: -webkit-gradient( linear, left top, left bottom, color-stop(23%, #bbdddd), color-stop(82%, #779999) );
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bbdddd', endColorstr='#779999');
    background-color: #bbdddd;
    color: #111111;
    text-shadow: 1px 1px 0px #bdbdbd;
}

.button:hover {
    background: -moz-linear-gradient( center top, #779999 23%, #bbdddd 82% );
    background: -ms-linear-gradient( top, #779999 23%, #bbdddd 82% );
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#779999', endColorstr='#bbdddd');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(23%, #779999), color-stop(82%, #bbdddd) );
    background-color: #779999;
    color: #111111;
}

.button:active {
    position: relative;
    top: 1px;
    color: #111111;
}

.badge {
    display: inline-block;
    vertical-align: middle;
}

.badge:hover {
}

.badge:active {
    position: relative;
    top: 1px;
}

div.game-overview {
    padding: 20px 10px 20px 10px;
}

img.game-overview-screenshot {
    width: 480px;
    max-width: 100%;
}

div.game-overview-left-section {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 5px;
}

div.game-overview-right-section {
    display: inline-block;
    width: 420px;
    max-width: 90%;
    vertical-align: middle;
    padding-left: 30px;
}

div.game-overview-title {
    font-size: 150%;
    font-weight: bold;
    margin: 0px 0px 10px 15px;
}

div.game-overview-features {
    padding: 3px;
}

div.game-overview-buttons {
    padding-left: 3px;
}

div.game-overview-buttons .button {
    margin-right: 5px;
}

div.game-overview-buttons .badge {
    margin-right: 5px;
}

div.group-of-bubbles {
    margin-left: 10px;
}

div.bubble-of-text {
    display: block;
    background: #333333;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    max-width: 640px;
    padding: 1px 20px 10px 20px;
    margin: 10px;
}

.bubble-of-text code {
    font-size: 125%;
}
