div.pop_up_section {
    padding: 20px;
}

div.pop_up_section p {
    margin-bottom: 5px;
}

div.pop_up_section p.small_print {
    font-size: 12px;
    color: #999999;
    margin-left: 20px;
    margin-bottom: 20px;
}

/* visited or just plain link -> inviting blue */
div.pop_up_section a:visited, div.pop_up_section a:link {
    color: #00a7ff;
}

div.pop_up_section a:hover, div.pop_up_section a:visited, div.pop_up_section a:link, div.pop_up_section a:active {

    font-family: "ff-basic-gothic-web-pro",sans-serif;
    font-style: normal;
    font-weight: 300;

    text-transform: uppercase;

    font-size: 16px;
    text-decoration: none;
    text-shadow: 1px 1px 1px black;
    margin-bottom: 10px;
}

h1#page_title a {
    color: white;
    text-decoration: none;
}

/* active -> lighter magenta */
div.pop_up_section a:active {
    color: #ff55ff;
}

/* hover -> magenta */
div.pop_up_section a:hover {
    color: #ff00ff;
}

/* more download options styling */
div.pop_up_section p.small_link_section {

    text-align: right;

}

div.pop_up_section p.small_link_section a {

    font-size: 12px;

}

#screenshot {
    width: 100%;
    height: 440px;
    background-image: url("/images/mb5_2/window.png"), url("/images/mb5_2/background2.jpg");
    background-position-x: center, center;
    background-position-y: center, 0;
    background-repeat: no-repeat, no-repeat;
}

img#neckache {
    float: left;
    padding-right: 10px;
}

img#activity_level {
    float: left;
    margin-left: -17px;
    margin-top: -6px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 2px;
}

img#menu_icons {
    clear: both;
    margin-left: 0;
    margin-right: 0;
    margin-top: -5px;
    margin-bottom: 10px;
}

img#menu_icons_vertical {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-top: -4px;
    margin-bottom: 2px;
    padding-bottom: 0;
}

div#header_buttons a:link, div#header_buttons a:visited,
div#header_buttons a:active, div#header_buttons a:hover {

    font-size: 16px;

    text-align: center;
    color: #ececec;
    font-weight: 200;
    font-style: normal;

    text-underline: none;
    text-decoration: none;

    display: block;
    border-radius: 7px;

    background-color: #4d99c5;
    padding: 5px;
    margin-left: 20%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

div#header_buttons a:hover {
    background-color: #346e8b;
    font-weight: bold;
}

hr {
    border: 1px solid #353535;
    margin: 20px 0 20px 0;
    padding: 0 0 0 0;
}

p b {
    color: #bebebe;
    font-style: normal;
    font-weight: 200;
}

body, p {

    font-family: "ff-basic-gothic-web-pro",sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #7E7E7E;
    text-align: left;
    line-height: 1.3em;

}

div#screenshot_section {

    height: 200px;
    background-color: black;

}

#tagline {
    text-align: center;
    padding-top: 10px;
    margin-top: 0;
}

p, li {
    font-size: 18px;
}

a {
    color: #0081b7;
}

.vertical_spacer {
    height: 20px;
}

li {
    line-height: 1.3em;
}

h1, h2, h3 {

    color: #E7E7E7;
    font-family: "brandon-grotesque",sans-serif;
    font-style: normal;
    font-weight: 100;

    margin-bottom: 0;
    padding-bottom: 0.5em;
    padding-top: 1em;
    margin-top: 0;

    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;

    line-height: 1.2em;
}

h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1em;
    font-size: 48px;

}

.grid_4 h2 {
    font-size: 26px;
}

.grid_4 p {
    font-size: 16px;
}

h2 {
    font-size: 32px;
    font-weight: lighter;
}

body {
    background-color: #1d1d1d;
}

/* footer container */
div#footer_container {
    margin-bottom: 40px;
}

div#footer_container h3 {

    font-size: 22px;
    margin: 0 0 15px 0;
    padding: 0;
}

div#footer_container a {
    font-size: 14px;
}

div#footer_container a:link, div#footer_container a:visited {
    color: #0081b7;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
}

div#footer_container a:active, div#footer_container a:hover {
    text-decoration: underline;
}

div#footer_container a:active {
    color: white;
}

div#footer_container p {
    margin-bottom: 10px;
    font-size: 12px;
    text-decoration: none;
    text-shadow: none;
    font-weight: normal;
}
