/****** typography / color ******/

body {
    font-family: Tahoma, Verdana, Arial, Sans-serif, sans;
    font-size: 62.5%;
    text-align: center;
    color: #111;
}


h1 {
    color: #163E76;
    font-size: 2.6em;
}

h2 {
    color: #163E76;
    font-size: 2em;
}

h3 {
    font-size: 1.7em;
    color: #777;
}

h4 {
    font-size: 1.4em;
}

p {
    font-size: 1.4em;
}

li {
    font-size: 1.4em;
    list-style-position: inside;
}

a {
    color: #163E76;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #1f56a2;
}

hr {
    border: 0;
    border-top: 1px solid #AAA;
}

pre {
    font-size: 1.4em;
}

code {
    font-size: 1.15em;
}

.translate-this-dropdown {
    font-size: 1.2em;
}

.donate-link {
    font-size: 1.4em;
}

/**** header ****/

#header {
    background-color: #163E76;
    color: #FFF;
    text-align: left;
}

#header a {
    color: #FFF;
    text-shadow: #0c3264 0 3px 2px;
    outline: none;
}

#header a:hover {
    color: #2a75df;
}

#logo {
    background: url(../img/translate-this-sprite.png) no-repeat 0 -5px;
    overflow: hidden;
    text-indent: -2000px;
    font-size: 10px;
}

#logo:hover {
    background-position: 0 -40px;
}

#main-nav a {
    font-size: 1.4em;
}

#main-nav a.active {
    background: url(../img/translate-this-sprite.png) no-repeat 50% 31px;
}

/**** main tout ****/

#main-tout {
    text-align: left;
}

#main-tout p {
    font-size: 1.8em;
}

#main-tout #tryit {
    font-size: 2em;
    font-weight: bold;
}

/**** content ****/

#content {
    text-align: left;
}

.donate-link, #copy-paste-btn, .big-btn {
    background: #163E76;
    border: 1px solid #444;
    color: #FFF;
    font-weight:bold;
    font-size: 1.4em;
    text-decoration: none;
    text-align: center;
    text-shadow: #0c3264 0 3px 2px;
}

.donate-link:hover, #copy-paste-btn.hover, .big-btn:hover {
    color: #fff;
    background-color: #1256b4;
}

.wide-callout {
    border: 1px solid #fff;
    outline: none;
}

.wide-callout:hover {
    border-color: #bbb;
}

.wide-callout:hover span {
    text-decoration: underline;
}

.wide-callout img {
    border: 0;
}

.wide-callout span.headline {
    font-weight: bold;
    font-size: 1.7em;
    color: #777;
    text-decoration: none;
}

.wide-callout span {
    font-weight: normal;
    font-size: 1.4em;
}



/**** sidebar ****/

#sidebar {
    text-align: left;
}

/**** footer ****/

#footer {
    font-size: 1.1em;
}

/************* layout ***************/

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    width: 100%;
}

h1, h2 {
    margin-bottom: 15px;
}

h3 {
    margin-bottom: 7px;
}

h4 {
    margin-bottom: 12px;
}

p {
    margin-bottom: 12px;
}

hr {
    margin-bottom: 12px;
}

ul, ol {
    margin-bottom: 12px;
}

li {
    margin-bottom: 7px;
}

pre {
    margin-bottom: 12px;
}

.clear {
    clear: both;
}

.big-btn {
    display: block;
    width: 300px;
    padding: 6px 7px 8px;
    margin:0 0 10px;
}

#tryit {
    float: left;
    margin-right: 15px;
}

#main-tout #translate-this {
    padding-top: 5px;
}


#translate-this .translate-this-button {
    visibility: hidden;
}

/*** header ***/

#header {
    min-width: 930px;
}

#header .inner {
    width: 900px;
    margin: 0 auto;
}

#logo {
    display: block;
    float: left;
    width: 315px;
    height: 34px;
    margin: 1px 0 1px -4px;
}

#main-nav {
    float: right;
}

#main-nav a {
    display: block;
    float: right;
    padding: 5px;
    margin: 0 10px;
    height: 26px;
    line-height: 26px;
}

/*** main content area ***/

#main {
    width: 900px;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
}

/*** main tout ****/

#main-tout {
    margin: 20px 0 0;
}

#main-pic {
    float: left;
    margin: 0 20px 0 0;
}

#main-tout h1 {
    padding-top: 30px;
}

/**** content ****/

#content {
    margin-top: 20px;
    width: 630px;
    float: left;
}

#copy-paste {
    width: 614px;
    padding: 10px 8px;
    margin-bottom: 12px;
}

#copy-paste-btn {
    display: block;
    width: 136px;
    padding: 6px 7px 8px;
    margin:0 0 20px;
}

#copy-disclaimer {
    float: right;
    font-size: 1.2em;
}

.wide-callout {
    display: block;
    padding: 2px 0 0;
}

.wide-callout img {
    height: 70px;
    width: 70px;
    float: left;
    margin-right: 15px;
}

.wide-callout span {
    display: block;
}

.wide-callout span.headline {
    padding-top: 7px;
    margin-bottom: 3px;
}

/**** sidebar ****/

#sidebar {
    width: 230px;
    padding-top: 20px;
    float: right;
}

#sidebar #translate-this {
    margin-bottom: 20px;
}

.sidebar-img {
    display: block;
    margin: 0 auto 10px;
}

.donate-link {
    display: block;
    width: 150px;
    padding: 6px 7px 8px;
    margin: 20px 0 20px;
}

/*** footer ***/

#footer {
    margin: 40px 0 10px;
}