body {
    background-color: #000000;
    font-size: 1.6em;
    line-height: 1.35;
    color: #999999;
    /*font-family: 'Amatic SC', cursive;*/
    font-family: 'Poiret One', cursive;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, .75);*/
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #444; }

h1 { font-size: 1.3em; line-height: 1; margin-bottom: 1em; /*font-weight: bold;*/ }
h2 { font-size: 1.3em; line-height: 1; margin-bottom: 1em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }

a:focus, 
a:hover     { color: #3399cc; }
a           { color: #336699; text-decoration: none; }

strong      { font-weight: bold; }
em          { font-style: italic; }

ul          { list-style-type: none; }

breakup    {
    font-size: 1.6em;
    line-height: 1.35;
    color: #999999;
    font-family: 'Great Vibes', cursive;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, .75);*/
}




/* Page elements
-------------------------------------------------------------- */
#wrapper {
    width: 27em;
    margin: 0 auto;
    padding-top: 100px;
    overflow: hidden;
}

#left {
    float: left;
    width: 9.4em;
    padding: 0em .5em;
    text-align: right;
}

#right {
    float: right;
    width: 15em;
    padding: 0em .5em;
}
