/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
    /* font-family:Helvetica, Arial, sans-serif; */
    text-align:left;
    font-size:80%;
}


a:focus,
a:hover     { color: #FF3180; }
a           { text-decoration: none;
              color:#33789C;
              font-weight:bold;
              text-decoration:none;
            }

.highlight  { background:#FFFFCC; }

p.get-started {
    font-size:140%;
    text-align:center;
}

p.get-started a {
    text-decoration:underline;
}

.code {
    overflow:auto;
    background-color:#F5F5F5;
}

#content h1 {
    margin-top:0.5em;
    margin-bottom:0.7em;
}

h2 {
    border-bottom:1px solid #CCCCCC;
    color:#333333;
    /*text-transform:uppercase;*/
    font-size:185%;
}

h3 {
    margin-top:1em;
}

h4 {
    text-decoration:underline;
    font-weight:bold;
}

p {
    margin-top:1.5em;
}

ul.features {
    margin:0;
    float:left;
    width:48%;
}

ul.features > li {
    padding-left:45px;
    font-size:140%;
    list-style-type:none;
    background-image:url('../images/icons/check.png');
    background-repeat:no-repeat;

    margin:0.2em 0 0.2em 0;
    padding-top:2px;
}

ul.features > li > ul > li, ul.features > li > p {
    font-size:80%;
}

ul.redcircle {
    float:right;
    width:48%;
}

ul.redcircle > li {
    background-image:url('../images/icons/redcircle.png');
    background-position:left center;
    padding-top:0px;
    margin:0.6em 0 0.6em 0;
}