﻿/* =============================================================================
   Splash pages
   ========================================================================== */

.container_16 { padding-top: 70px }

h1 { color:#069; font-size: 1.4em; font-weight: normal; text-align: center }
h2 { color:#fff; font-size: 1.2em; padding-left: 24px; padding-right: 24px; text-transform: uppercase }

a { color: #fff; text-decoration: none }
a:hover { color: #fff; text-decoration: underline }
a:focus, a:visited { color: #fff }

form { margin-top: 36px; *margin-top: 14px; margin-bottom: 14px }
input[type="text"] { border: 0; color: #069; font-size: 11px; outline: none; padding: 6px; width: 240px }
input[type="submit"] { background: url(images/buttongo.jpg) no-repeat; border: none; vertical-align: middle; width: 42px; height: 41px }

input::-webkit-input-placeholder { color: #069 }
input:-moz-placeholder { color: #069 }
input:-ms-input-placeholder { color: #069 }

div.grid_6:nth-of-type(even) p.language { text-align: right }
div.grid_6:nth-of-type(even) h2 { text-align: right }

nav { background-color: #069; border-radius: 14px; margin: 0 1px; padding: 14px 0 }
.no-borderradius nav { background: url(polyfills/tile.png) no-repeat }

footer { font-size: 0.8em; margin-top: 1em; text-align: center }

.language { color: #069; font-size: 1.1em; font-weight: bold; font-variant: small-caps; line-height: 1.3em; margin: 2px 14px }

.centertext { text-align: center }
.righttext { text-align: right }

