﻿/* =Fonts
-------------------------------------------------------------- */
body, input, textarea
{
    font-family: "HelveticaWorld-Regular" , arial, helvetica, sans-serif;
    font-size: 1.0em;
    line-height: 1.5em;
}

h1
{
    font-family: "Stag-Book" , arial, helvetica, sans-serif;
}

h2
{
    font-family: "Stag-Light" , arial, helvetica, sans-serif;
}

h3
{
    font-family: "HelveticaWorld-Regular" , arial, helvetica, sans-serif;
}

.styled-button-1
{
    font-family: "HelveticaWorld-Regular" , arial, helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: lowercase;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/* =Colors [Dark Set]
-------------------------------------------------------------- */

body
{
    background-color: #5F6060;
    color: rgb(215, 220, 220); 
}

h1
{
    color: #AEE0E8;
}

h2
{
    color: #AEE0E8;
}

h3
{
    color: #2CAAE2;
}

.styled-button-1
{
    background-color: rgb(255,195,65);
    border-bottom-color: #333;
    color: #333;
    text-shadow: #FE6 0px 1px 0px;
}

.styled-button-1:hover
{
    background-color: #2CAAE2;
    color: white;
}

a, a:visited
{
    color: rgb(255,195,65);
}

a:hover
{
    color: #2CAAE2;
}

/* =Colors [Light Set]
-------------------------------------------------------------- */

body.light
{
    background-color: rgb(215, 220, 220);
    color: #5F6060 !important;
}

.light h1
{
    color: #2CAAE2 !important;
}

.light h2
{
    color: #2CAAE2 !important;
}

.light h3
{
    color: #5F6060 !important;
}

/* =Borders, Sizes, Paddings and Margins
-------------------------------------------------------------- */

.styled-button-1
{
    -webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 1px 0px 0px;
    border-radius: 5px;
    border: none;
    border-width: 0;
    box-shadow: rgba(0, 0, 0, 0.199219) 0px 1px 0px 0px;
    height: 32px;
    padding: 4px 16px;
}

/* =Cursors
-------------------------------------------------------------- */
.styled-button-1
{
    cursor: pointer;
}
