/* RESET ALL THE THINGS! */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* LAYOUT BASE */

body {
    background: #eceae2 url('../img/page-bg.jpg') repeat;
    color: #422d10;
    font-family: 'Droid Serif', serif;
}

.container {
    max-width: 1000px;
    margin: 80px auto;
    padding: 0 60px;
}

/* WOO, CLEARFIX! */

.clearfix:before {
  display: table;
  content: " ";
}
.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}

/* responsive img fix */

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

/* typography base */

h1 {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 41px;
  color: #452920;
  text-shadow: 0 0 3px #cab5a5;
}

h2 {
    font-size: 32px;
    margin: 30px 0 20px;
}

h3 {
    font-size: 24px;
    margin: 20px 0 20px;
}

h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 20px 0 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 20px 0 12px;
}

p, li {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 12px;
    text-align: justify;
}

li {
    margin-bottom: 4px;
    list-style: disc;
}

b, strong {
    font-weight: 700;
}

em, i {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: 1px;
}

a {
    color: #4e7064;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.center {
    text-align: center;
}

hr {
    background: #ac8d7a;
    height: 1px;
    width: 100%;
    margin: 20px 0;
    border: none;
}

/* setup proper bullets and lists and so on */

ul, ol {
  margin: 0 0 14px 20px;
}

/* weird header */

header {
    position: fixed;
    top: 0;
    margin: 0 auto;
    width: 100%;
    background: transparent url('../img/header-bg.png') repeat-x left bottom;
    z-index: 100;
    padding-bottom: 8px;
}

.sitebutton {
    width: 270px;
    height: 35px;
    display: inline-block;
}

/* .sitebutton#join-the-colonies {
    float: left;
    margin-right: 3px;
}

.sitebutton#community-portal {
    float: right;
} */

.sitebutton .linktext {
    display: block;
    width: 270px;
    height: 35px;
    text-indent: -999999px;
    overflow: hidden;
    margin: 0;
}

#site-navigation-container {
    max-width: 1120px;
    margin: 5px auto 3px;
    text-align: center;
}

.backto {
    color: #c3a38f;
    text-shadow: 0px 1px 0px rgba(255,255,255,.2), 0px -1px 0px rgba(0,0,0,.7);
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
}

.sitebutton#join-the-colonies .linktext {
    background: transparent url('../img/sitebutton-jointhecolonies.png') no-repeat center left;
}

.sitebutton#community-portal .linktext {
    background: transparent url('../img/sitebutton-community.png') no-repeat center left;
}

.sitebutton#community-portal .linktext:hover, .sitebutton#join-the-colonies .linktext:hover {
    background-position: center center;
}

.sitebutton#community-portal .linktext:active, .sitebutton#join-the-colonies .linktext:active {
    background-position: center right;
}
