@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,900');

body {
    margin: 0;
    padding: 0;
    background-color: #7f8c8d;
    background-attachment: fixed;
    background-size: cover;
}

body, td {
    font-family: Roboto, "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.333;
    color: #ecf0f1;
}

#page {
    background-color: #333;
}

#breadcrumb {
    font-size: 12px;
    color: #bdc3c7;
    padding: 5px 0 0 20px;
    opacity: .5;
}

#breadcrumb:hover {
    opacity: 1;
}

#breadcrumb a {
    text-decoration: none;
    color: #ecf0f1;
}

#breadcrumb a:last-child {
    color: #f1c40f;
}

#body {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    width: 61%;
    min-width: 1020px;
    margin: 40px auto 20px auto;
}

small {
    font-size: 75%;
}

.search .gsc-control-cse {
    background-color: #222;
    border-color: #222;
    padding: 0;
}

.search input.gsc-search-button {
    padding: 5px 10px;

    -webkit-transition: background-color 0.1s ease-in-out 0s;
    -moz-transition: background-color 0.1s ease-in-out 0s;
    transition: background-color 0.1s ease-in-out 0s;
}

.search input.gsc-search-button:hover {
    background-color: #999;
}

.search input.gsc-input {
    color: black;
}

.search .gsc-input-box {
    border: 0;
}

.blurb {
    font-size: 1.1em;
}

h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}

h1 {
    font-size: 300%;
    font-weight: 100;
}

h2 {
    margin-top: 10px;
    font-size: 150%;
    font-weight: 300;
}

h3 {
    margin-top: 10px;
    font-size: 125%;
    font-weight: 300;
}

td > h3 {
    margin-top: 0;
}

.screenshot {
    float: left;
    margin: 0 20px 15px 0;
}

#lightboxDetails a,
.bottom a {
    color: #9acced;
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.1s ease-in-out 0s;
    -moz-transition: color 0.1s ease-in-out 0s;
    transition: color 0.1s ease-in-out 0s;
}

#lightboxDetails a:hover,
.bottom a:hover {
    color: #bcddf3;
}

#lightboxDetails a:before,
.bottom a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 4px;
    z-index: 10;
    background-color: #3498db;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}

#lightboxDetails a:hover:before,
.bottom a:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

a.boxshot:before,
a.box-yellow:before {
    display: none;
}

.bottom .platform {
    float: right;
    font-size: 9px;
    text-align: center;
    color: #80d6e7;
    display: inline-block;
    margin: 20px 20px 0 0;
}

img {
    background: clear;
}

a img {
    border: black;
}

form {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: square;
}

hr {
    border: none 0;
    border-top: dotted 1pt gray;
    height: 1px;
}

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

#logo {
    font-family: Roboto, "Arial Black", "Segoe UI", Verdana, Helvetica, Arial, sans-serif;
    font-weight: 900;
    letter-spacing: -.05em;
    font-size: 600%;
    font-style: italic;
    text-decoration: none;
    color: #f1c40f;
    display: inline-block;

    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;

    -webkit-transform: scale(1.25, 1) translateX(10%);
    -moz-transform: scale(1.25, 1) translateX(10%);
    -ms-transform: scale(1.25, 1) translateX(10%);
    -o-transform: scale(1.25, 1) translateX(10%);
    transform: scale(1.25, 1) translateX(10%);
}

#logo:hover {
    color: #f5ce31;
}

#logo small {
    opacity: .39;

    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

#logo:hover small {
    opacity: .61;
}

#layout {
    padding-bottom: 20px;
}

#layout > table {
    width: 100%;
}

#footer {
    padding: .5em;
    text-align: center;
    font-size: .75em;
    margin-bottom: 20px;
    color: #bdc3c7;
    text-shadow: 0px 1px 0px black;
}

.flag {
    opacity: .75;
    width: 24px;
    height: 24px;

    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.flag:hover {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

a.box-yellow {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 20px;
    min-height: 150px;
    color: #2c3e50;
    margin: 0 20px 0 40px;
    box-shadow: 0 1px 4px black;

    background-color: #f1c40f;

    -moz-transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}

a.box-yellow:hover {
    color: black;
    box-shadow: 0 5px 20px black;

    background-color: #f5ce31;
}

/*.button				{	color: black; text-decoration: none;	}*/

a:hover .button {
    color: white;
}

a:hover .button .left {
    background-position: 0 -30px;
}

a:hover .button .middle {
    background-position: 0 -30px;
}

a:hover .button .right {
    background-position: 0 -30px;
}

/*
.button	{ 			font-size: 14px;
					width: 150px;
					background: #DDD url('button_middle.gif') top repeat-x;
					height: 20px;
					text-align: center;		}*//*
a .button,
.button a {			color: black; 	}
a:hover .button,
.button a:hover {	color: blue;	}*/

/* Form feedback */
.error {
    color: #e74c3c;
    font-style: bold;
}

.success {
    color: #2ecc71;
    font-style: bold;
}

.address {
    font-size: 75%;
    color: #999;
    text-align: right;
    box-shadow: inset 1px -2px 8px rgba(0, 0, 0, .5);
    background: #222;
    padding: 20px 40px 0 0;
}

.content {
    padding: 20px 40px;
	hyphens: auto;
}

.content-title {
    padding: 20px 0px 5px 20px;
    font-size: 350%;
    font-weight: 100;
    border-bottom: solid 1pt gray;
    width: 100%;
    margin: 0 20px 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.products {
    padding: 0 10px 10px 10px;
    border-spacing: 20px;
    border-collapse: separate;
}

.product {
    position: relative;
    cursor: pointer;
    padding: 30px 20px 60px 20px;
    background: #222;

    -moz-transition: outline-color 0.2s ease-in-out 0s;
    -webkit-transition: outline-color 0.2s ease-in-out 0s;
    transition: outline-color 0.2s ease-in-out 0s;
    outline-color: transparent;

}

.product:hover {
    outline: 10px solid #f1c40f;
}

.product .boxshot {
    max-height: 170px;
    float: left;
    margin-right: 20px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.product:hover .boxshot {
    -moz-transform: scale(1.5) translateX(-10%) translateY(-2%);
    -webkit-transform: scale(1.5) translateX(-10%) translateY(-2%);
    transform: scale(1.5) translateX(-10%) translateY(-2%);
}

.product .product-body h2 {
    margin: 0;
}

.product .price {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 200%;
    font-weight: 100;
}

.product:hover .price {
    /*color:			#f1c40f;*/
}

.product .platform {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    font-size: 9px;
    text-align: center;
    color: #80d6e7;
    display: inline-block;
}

.product .description {
    text-align: left;
}

.content table, td, th, tr {
    border: 0;
    vertical-align: top;
	hyphens: auto;
}

.content table.list th {
    background-color: #f1c40f;
    font-size: 1.1em;
    text-align: left;
    padding: 5px 10px;
    color: #333;
}

.content table.list td {
    border-top: 1px solid #666;
    padding: 5px 10px;
}

.content table.list tr {
    transition: all .25s;
    -moz-transition: all .25s; /* Firefox 4 */
    -webkit-transition: all .25s; /* Safari and Chrome */
    -o-transition: all .25s; /* Opera */
}

.content table.list tr:hover {
    background: #666;
}

.content table.columns th {
    background: #CCC url('table_header.gif') top repeat-x;
    font-size: 105%;
    text-align: left;
    padding: 2pt 5pt 2pt 5pt;
}

.content table.columns td {
    border-top: solid 1px silver;
    padding: 2pt 5pt 2pt 5pt;
}

.content .column-list {
    -webkit-columns: 150px 3; /* Chrome, Safari, Opera */
    -moz-columns: 150px 3; /* Firefox */
    columns: 150px 3;
}

.content a.boxshot img {
    max-width: 120px;
    margin-bottom: -40px;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.content a.boxshot:hover img {
    -moz-transform: scale(1.125) translateX(-5%);
    -webkit-transform: scale(1.125) translateX(-5%);
    transform: scale(1.125) translateX(-5%);
}

#left-sidebar {
    padding: 40px 10px 20px 40px;
    width: 180px;
    font-size: 1.1em;
}

a[rel=lightbox]:after {
    content: "";
    background: url(zoom.png) no-repeat bottom right;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
}

#left-sidebar .boxshot a {
    text-decoration: none;
}

#left-sidebar .boxshot img {
    max-width: 180px;
    margin-bottom: -20px;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#left-sidebar .boxshot:hover img {
    -moz-transform: scale(1.25) translateY(6%);
    -webkit-transform: scale(1.25) translateY(6%);
    transform: scale(1.25) translateY(6%);
}

#sidebar {
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, .5);
    background: #222;
    padding: 20px 40px;
    width: 170px;
}

.local-nav {
    margin: 0px 0 10px 0;
    border-bottom: solid 1px #999;
}

.sidebar {
    width: 150px;
    white-space: nowrap;
}

.sidebar .google_search {
    text-align: center;
}

.sidebar .portfolio {
    text-align: center;
    font-size: 70%;
}

.sidebar .portfolio img {
    border: solid 1px black;
}

.sidebar .rss {
    text-align: center;
    font-size: 70%;
}

.sidebar .rss a {
    text-decoration: none;
}

.local-nav .project {
    white-space: nowrap;
}

.local-nav .productname {
    white-space: nowrap;
    padding-left: 10px;
}

.local-nav .submenu {
    white-space: nowrap;
    font-size: 90%;
    padding: 0 0 10px 20px;
}

img[align=right] {
    margin: 20px 0 20px 40px;
}

img[align=left] {
    margin: 20px 40px 20px 0;
}

hr {
    margin: 20px 0;
}

.sidebar-plugins div {
    margin: 5px 0;
}

.sidebar-plugins .version {
    float: right;
    font-size: .75em;
    margin-top: 5px;
}

.news_short {
    font-size: 75%;
    padding-bottom: 3pt;
    white-space: nowrap;
}

.news_short a {
    color: black;
    font-weight: normal;
    text-decoration: underline;
}

.news_long td {
    padding-bottom: 5pt;
}

.news_long .date {
    font-weight: bold;
}

.news_long .title {
    padding-left: 10pt;
    float: left
}

.news_long .link {
    white-space: nowrap;
    padding-left: 10pt;
    float: right;
}

.news_item {
    background: #CCC url('sidebar.gif') top repeat-x;
    padding: 20pt;
    margin: 10pt 50pt 10pt 50pt;
    border: solid 1px gray;
}

.news_item .date {
    margin-bottom: 10pt;
    display: block;
    border-bottom: dotted 1pt gray;
}

.news_item .title {
    font-weight: bold;
    font-size: 150%;
}

.news_item .description {
    display: none;
}

.news_list {
    display: block;
}

.news_list .row {
    display: block;
    width: 100%;
}

.news_list .date {
    white-space: nowrap;
    float: left;
    padding-right: 10pt;
}

.news_list .title {
    white-space: nowrap;
    float: left;
    padding-right: 10pt;
}

.product_links {
    font-size: .75em;
    text-align: left;
    line-height: 1.4
}

.product_link {
    padding-top: 5px;
}

.product_link a {
    font-size: 1.2em;
}

.crosslinks {
    position: absolute;
    left: -999em;
}

/*
 * Navigation bar
 */
.navigation-bar {
    background: #666;
}

.navigation-bar td {
    border-right: thin solid #555;
}

.navigation-bar td:first-child {
    border-right: 0;
    border-left: thin solid #555;
}

#nav, #nav ul {
    float: left;
    width: 100%;
    list-style: none;
    line-height: 1;
    padding: 0;
    margin: 0;
    z-index: 1000;
    color: #999;
    font-size: 1.25em;
}

#nav ul {
    background: #555;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .5);
}

#nav a {
    display: block;
    color: #ecf0f1;
    text-decoration: none;
    padding: 10px 20px;
}

#nav li:hover > a {
    color: #333;
}

#nav li {
    float: left;
    padding-right: 2em;
}

#nav li.selected {
    background: #999;
}

#nav li ul {
    position: absolute;
    left: -999em;
    height: auto;
    width: 12em;
    font-weight: normal;
    margin: 0;
    font-size: .9em;
    padding: .25em 0;
}

#nav li li {
    width: 12em;
    padding-right: 0;
}

#nav li ul a {
    width: 10em;
}

#nav li ul ul {
    margin: -2em 0 0 12.5em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
    left: auto;
}

#nav li:hover, #nav li.sfhover {
    background: #f1c40f;
    color: #333;
}

.menu-arrow-right {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 125%;
}

.printer {
    opacity: .25;
    vertical-align: middle;
    padding-right: 20px;
}

.printer a {
    float: right;
}

.printer:hover {
    opacity: 1;
}

/* Lightbox */
#overlay {
    background-color: rgba(0, 0, 0, .75);
}

#lightbox {
    background-color: #333 !important;
}

/* Form */
textarea,
input[type=text] {
    background-color: #2b2b2b;
    border: 0;
    border-bottom: medium solid #2980b9;
    color: white;
    font-size: 120%;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

textarea,
input[type=text]:hover,
input[type=text]:focus {
    outline: none;
    border-color: #3498db;
}

input[type=submit],
input[type=reset] {
    border: 0;
    padding: 5px 10px;
    background-color: #f1c40f;
    font-size: 120%;
    opacity: .75;
}

input[type=submit]:hover,
input[type=reset]:hover {
    opacity: 1;
}

.required:before {
    content: "Required";
    color: #c0392b;
}

div.warning {
    background-color: #F5CE31;
    color: black;
    padding: .5em 1em;
    border: thick solid #f1c40f;
    margin: 1em 2em 0 2em;
    font-size: 13px;
}

div.warning p {
    margin: .61em 0 0 0;
}

div.warning h1 {
    font-weight: bold;
    font-size: 1.5em;
}

pre {
    margin: 0;
}