body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #37332D;
    padding: 0;
    margin: 0;
}

/* Generic */
a {
    color: #0c8bac;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
    font-family: Georgia, Times New Roman, serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
h1 {
    font-family: Georgia, Times New Roman, serif;
    font-weight: normal;
    font-size: 38px;
    text-align: center;
    color: #37342f;
    margin: 0;
    padding: 13px 0 24px;
    line-height: 130%;
}
h2.underline {
    background: url("graphics/news-h2-bg.png") 0 28px repeat-x;
    height: 38px;
    float: left;
    color: #4e4b45;
    font-size: 21px;
    font-weight: bold;
}
input {
    border: 1px solid #bdc4c2;
    color: #2E2E2E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px
    font-weight: normal;
    height: 24px;
    padding: 0 8px;
    margin: 0;
    line-height: 24px;
}

/* Sections */
#header { background: #EAF2F0; }
#features { background: #4F4B45; }
#blog { background: #f4f9f7; padding: 30px 0; }
#footer { background: #f4f9f7; }

.content {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

/* Header */
#logo {
    background: url("graphics/logo.png");
    width: 216px;
    height: 36px;
}
#navtop, #logo {
    margin-top: 25px;
    float: left;
}
#navtop {
    padding-left: 25px;
}
#navtop a {
    line-height: 20px;
    font-size: 16px;
    padding: 5px 14px;
    display: block;
    float: left;
}
#navtop a:hover {
    text-decoration: none;
    background: #d4e9ec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#navtop #home span {
    background: url("graphics/index.png") no-repeat;
    display: block;
    float: left;
    height: 19px;
    width: 19px;
    margin-right: 5px;
    margin-left: -5px;
}
#navtop #home:hover span {
    background-position: 0 -19px;
}
#login {
    background: url("graphics/login-bg.png");
    float: right;
    width: 305px;
    height: 103px;
    padding-left: 95px;
    padding-top: 12px;
}
.horiz #login {
    background: url("graphics/login-bg-horiz.png");
    width: 372px;
    height: 45px;
    padding: 35px 8px;
    padding-right: 0;
}
#login .block {
    height: 20px;
}
#login .block * {
    vertical-align: top;
}
#login span.label-wrap {
    position: relative;
    display: block;
    float: left;
}
#login label {
    color: #999999;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 10px;
    line-height: 24px;
}
.horiz label {
    margin-top: 3px;
}
#login #horde_user {
    width: 273px;
    margin-bottom: 5px;
}
.horiz #login #horde_user {
    margin-right: 4px;
    width: 153px;
}
#login #horde_pass {
    width: 202px;
    float: left;
}
.horiz #login #horde_pass {
    width: 100px;
}
#horde_user, #horde_pass {
    line-height: 22px;
    font-size: 13px;
}
.horiz #horde_user,
.horiz #horde_pass,
.horiz #horde_login {
    float: left;
    margin-top: 3px;
    margin-bottom: 6px;
}
#login .button {
    background: url("graphics/login-button.png");
    border: none;
    height: 28px;
    width: 67px;
    margin-left: 4px;
    margin-top: -1px;
    cursor: pointer;
    display: block;
    float: left;
}
#login .button:hover {
    background-position: 0px 28px;
}
.horiz #login .button {
    margin-top: 2px;
}
#login .logoutMessage {
    color: #E03F45;
    background-color: #FDE3DC;
    padding: 6px 10px;
    font-weight: bold;
    width: 271px;
    margin-bottom: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#login .logoutMessage.success {
    background: #d5f8dc;
    color: #37342f;
    font-weight: normal;
}
#loading {
    background: url("graphics/loading.gif") 0 1px no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #85868C;
    padding-left: 40px;
    margin: 30px auto;
    width: 100px;
    display: block;
}
#header #mod {
    background-color: #cdeafc;
    padding: 10px 15px;
    margin: 0 20px;
    width: 890px;
    margin-top: 5px;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Signup */
#signup {
    padding: 30px 8% 47px;
    width: 44%;
}
#signup .label {
    color: #d65b4c;
    font-size: 20px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
#signup a {
    font-family: georgia, sans-serif;
    color: #333;
    text-align: center;
    font-size: 24px;
    line-height: 230%;
    height: 60px !important;
    background: #a0e0fb;
    background: -moz-linear-gradient(top, #a0e0fb 0%, #7ab5d9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0e0fb), color-stop(100%,#7ab5d9));
    background: -webkit-linear-gradient(top, #a0e0fb 0%,#7ab5d9 100%);
    background: -o-linear-gradient(top, #a0e0fb 0%,#7ab5d9 100%);
    background: -ms-linear-gradient(top, #a0e0fb 0%,#7ab5d9 100%);
    background: linear-gradient(to bottom, #a0e0fb 0%,#7ab5d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0e0fb', endColorstr='#7ab5d9',GradientType=0 );
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 3px solid #4F7684; 
    width: 271px;
    height: 49px;
    margin: 0 auto;
    display: block;
}
#signup a:hover {
    background: #b2e8ff;
    background: -moz-linear-gradient(top,  #b2e8ff 0%, #93ccea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2e8ff), color-stop(100%,#93ccea));
    background: -webkit-linear-gradient(top,  #b2e8ff 0%,#93ccea 100%);
    background: -o-linear-gradient(top,  #b2e8ff 0%,#93ccea 100%);
    background: -ms-linear-gradient(top,  #b2e8ff 0%,#93ccea 100%);
    background: linear-gradient(to bottom,  #b2e8ff 0%,#93ccea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e8ff', endColorstr='#93ccea',GradientType=0 );
    border: 3px solid #3C5E6C; 
    text-decoration: none;
}

/* Profissional */
#profissional {
    padding: 5px 190px 0 28px;
    background: url("graphics/bg-profissional.png");
    background-repeat: no-repeat;
    width: 230px;
    height: 420px;
    position: absolute;
    top: 130px;
    right: -110px;
    z-index: 100;
}
#profissional a {
    color: #333333;
}
#profissional a:hover {
    text-decoration: none;
}
#profissional h3 {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    padding-top: 33px;
    padding-bottom: 17px;
}
#profissional p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    padding: 24px 35px 26px;
}

/* Features */
#arrows {
    background: url("graphics/arrows.png") 0 0 no-repeat;
    position: relative;
    z-index: 100;
    width: 954px;
    height: 118px;
    margin: 0 auto;
}
#features {
    padding-top: 46px;
}
#features table.content {
    margin: 0 auto;
}
.column {
    width: 210px;
    padding: 0 20px;
    vertical-align: top;
    display: table-cell;
    height: 200px;
    border-spacing: 0px;
}
.column.one {
    padding-left: 0;
}
.column.four {
    padding-right: 0;
    width: auto;
}
.column .image {
    width: 140px;
    height: 92px;
    margin: 0 auto;
    display: block;
    margin-bottom: 18px;
}
a.title {
    font-family: 'Arial Black', Gadget, sans-serif;
    font-size: 21px;
    line-height: 21px;
    color: #2a98b9;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#features.blocks {
    border: 0;
}
#features.blocks a.title {
    margin-top: 13px;
    display: block;
    font-size: 18px;
}
#features a.title:hover {
    text-decoration: none;
    color: #46b1e6;
}
#features p {
    color: #eaf2f0;
    padding: 8px 0 15px 0;
    margin: 0;
    line-height: 1.3;
}
#features.blocks p {
    line-height: 1.4;
}
#features .viewmore {
    width: 100%;
    text-align: center;
    padding: 32px 0 50px;
}
#features .viewmore a {
    font-family: Georgia, Times New Roman, serif;
    font-size: 16px;
    line-height: 30px;
    padding: 17px 20px;
    background: #3E3C39;
    color: #ffffff;
    display: block;
    width: 250px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto;
}
#features .viewmore a:hover {
    background: #0085A4;
    text-decoration: none;
}

/* Services and Blog area */
h2.title.underline {
    font-family: 'Arial Black', Gadget, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    margin: 10px;
    margin-top: 5px;
    font-weight: normal;
    color: #4e4b45;
    line-height: 32px;
}

/* Services */
#services {
    float: left;
    width: 713px;
}

#services_icon {
    background: url("graphics/services.png") no-repeat;
    width: 51px;
    height: 51px;
    float: left;
}
#services p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 5px 0 25px 0;
    line-height: 1.4;
}
.service {
    width: 335px;
    float: left;
    padding: 10px 20px 10px 0;
}
.service h2 {
    margin: 0;
    font-size: 17px;
}
.service a.link {
    font-family: Georgia, Times New Roman, serif;
    font-size: 14px;
    background: #ceecf7;
    padding: 6px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.service a.link:hover {
    background: #BEE1EF;
    text-decoration: none;
}
/* Right Sidebar (Networks) */
#sidebar {
    border-left: 1px solid #dce3e1;
    padding-left: 20px;
    float: left;
    width: 226px;
}
/* Blog */
#posts {
    width: 226px;
}
#posts_icon {
    background: url("graphics/news.png") no-repeat;
    width: 51px;
    height: 51px;
    float: left;
}
#posts a.viewmore {
    margin: 0;
    width: 100%;
    display: block;
    padding: 10px 0;
    font-weight: bold;
}
#posts p a.viewmore {
    display: inline;
    width: auto;
    padding: 0;
}
.post {
    border-bottom: 1px solid #DCE3E1;
    padding: 13px 0;
}
.post .writedate {
    background: url("graphics/pin.png") no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #85868C;
    padding-left: 24px;
    line-height: 24px;
}
.post .writedate .date {
    font-weight: bold;
    font-style: normal;
}
.post h2 {
    font-size: 17px;
    line-height: 19px;
    margin: 0;
}
.post p {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 6px;
    font-size: 13px;
    line-height: 20px;
}
#blog a.viewmore {
    font-family: Georgia, Times New Roman, serif;
    font-size: 14px;
    text-align: center;
}
#blog a.viewmore:hover {
    text-decoration: none;
}
#blog p a.viewmore .icon {
    display: inline;
    color: #068ab0;
    font-weight: bold;
}
#blog a.viewmore .icon {
    color: #e15f4f;
    font-size: 12px;
    display: block;
}
#blog a.viewmore .label {
    display: block;
}
#blog a.viewmore:hover .label {
    text-decoration: underline;
}

/* Social networks */
#followus {
    background: url("graphics/followus-bg.png") no-repeat;
    width: 226px;
    margin: 0 auto;
    height: 91px;
    margin-top: 5px;
    margin-bottom: 15px;
}
#followus span.title {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    font-family: Georgia, Times New Roman, serif;
    font-size: 14px;
}
#followus a {
    display: inline;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 22px;
    margin-top: 4px;
}
#facebook { background: url("graphics/facebook.png") no-repeat; margin-left: 44px; }
#twitter { background: url("graphics/twitter.png") no-repeat; }
#rss { background: url("graphics/rss.png") no-repeat; }

/* Footer */
#footer .content {
    font-family: Georgia, Times New Roman, serif;
    color: #534d48;
    padding: 17px 0 150px 0;
}

/* Horizontal Header */
#header.horiz {
    padding-bottom: 25px;
    border-bottom: 1px solid #dce3e1;
}
#header.horiz.tos {
    height: 165px;
}
#header.horiz .promote {
    float: left;
}
#header.horiz h1 {
    float: left;
    clear: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 18px;
    padding-bottom: 10px;
    position: relative;
    width: auto;
    top: 0;
}
#header.horiz p {
    color: #37342f;
    float: left;
    clear: left;
    width: 630px;
    line-height: 1.3;

}
#header.horiz #signup {
    background: url("graphics/signup-block.png") no-repeat;
    height: 106px;
    width: 259px;
    margin-top: 23px;
    padding: 15px 0 0 30px;
    border: none;
    float: right;
    color: #37342f;
    text-align: center;
    font-size: 18px;
}
#header.horiz #signup .button {
    background: url("graphics/signup-button.png") no-repeat;
    display: block;
    width: 162px;
    height: 39px;
    margin-top: 10px;
}
#header.horiz #signup .button:hover {
    background-position: 0 -39px;
}

/* TOS */
#tos {
    background: #f4f9f7;
}
#tos .content {
    padding: 40px 0;
}
#tos .content p, #tos .content ul {
    line-height: 1.3;
}
#tos .content p {
    width: 600px;
}
#tos .content ul {
    font-family: Georgia, Times New Roman, serif;
    font-size: 16px;
    width: 550px;
}
#tos .content h2 {
    color: #4e4b45;
    font-family: 'Arial Black', Gadget, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
}
#tos .content h2:first-child {
    margin-top: 0;
}

/* Features Blocks List */
#features.blocks {
    background: #f4f9f7;
    padding-bottom: 0px;
}
#features.blocks .content {
    margin: 0 auto;
    padding: 40px 0;
}
#features.blocks h2 {
    font-size: 18px;
    height: 60px;
}
#features.blocks p {
    color: #37342f;
    clear: both;
    font-size: 14px;
}
#features.blocks .row {
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #dce3e1;
}
#features.blocks .row:first-child {
    border-top: 0;
    padding-top: 0px;
}
#features.blocks .feature {
    width: 293px;
    float: left;
    padding: 0 20px;
    margin-right: -1px;
    border-right: 1px solid #d9dfdc;
    border-left: 1px solid #d9dfdc;
}
#features.blocks .feature img {
    display: block;
    float: left;
    margin-right: 10px;
}
#features.blocks .feature.first {
    padding-left: 0;
    border-left: none;
}
#features.blocks .feature.last {
    padding-right: 0;
    border-right: none;
}

/* Footer with links */
#footer.links {
    background: #eaf2f0;
    border-top: 1px solid #dce3e1;
}
#footer.links .content {
    padding: 24px 0 30px;
}
#footer .content span {
    margin-top: 30px;
    display: block;
    font-size: 14px;
}
#footer .navleft ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer .navleft li {
    font-size: 14px;
    line-height: 22px;
}
#footer .navleft .block {
    float: left;
    width: 188px;
}
#footer .navleft .title {
    font-family: 'Arial Black', Gadget, sans-serif;
    font-size: 18px;
    color: #e15f4f;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
}
#footer .navleft a {
        font-family: Arial, Helvetica, sans-serif;
}

/* Other */
.clear {
    clear: both;
}
