﻿/********************************************************
*														*
* Inbox 2.0												*
*														*
* Table of contents										*
* 0.  CSS Reset											*
* 1.  Global											*
* 2.  Page Layout										*
* 2.1 Page Layout - Homepage							*
* 2.2 Page Layout - Modal Window						*
*														*
*********************************************************/

/* 0. CSS Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}

/* 1. Global */
body {
    color: #666;
    font-family: Arial;
    font-size: 12px;
}

strong {
    font-weight: bold;
}

a {
    color: #39a0ef;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* generic classes */
.hide {
    display: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* IE6 */
* html .clearfix {
    zoom: 1;
}
/* IE7 */
*:first-child + html .clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.block {
    display: block;
}
.textfield {
    background: #fff url(/i/sp/bg_textfield.gif) repeat-x left top;
    border: 1px #dde2eb solid;
    border-top: 1px solid #c2ccdd;
    cursor: text;
    padding: 4px;
    display: block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.textfield input {
    border: 0 none;
}
.big-textfield input {
    font-size: 20px;
    outline: none;
}

/* 2. Page Layout - General */
#wrapper {
    width: 960px;
    margin: 0 auto;
}

#header {
    height: 64px;
    position: relative;
}

#footer {
    padding: 32px 0;
}

#footer-nav {
    float: left;
}
#footer-nav li {
    display: inline;
    list-style-type: none;
    padding-right: 16px;
}

#follow-us {
    float: right;
}
#follow-us li a {
    color: #666;
}
#follow-us li {
    display: inline;
    list-style-type: none;
    float: left;
    margin-right: 8px;
}
#follow-us li.label {
    font-weight: bold;
}
#follow-us li.twitter a {
    background: url(/i/p/sprite-ui-element.png) 0 -176px no-repeat;
    display: inline-block;
    height: 17px;
    padding: 0 0 0 20px;
}
#follow-us li.facebook a {
    background: url(/i/p/sprite-ui-element.png) 0 -208px no-repeat;
    display: inline-block;
    height: 17px;
    padding: 0 0 0 20px;
}
#follow-us li.blog a {
    background: url(/i/p/sprite-ui-element.png) 0 -240px no-repeat;
    display: inline-block;
    height: 17px;
    padding: 0 0 0 20px;
}

/* login container */
#login-container {
    position: absolute;
    right: 10px;
    text-align: right;
    top: 15px;
    width: 380px;
    z-index: 50;
}
#login-container #login-toggle-button {
    background: url(/i/p/sprite-ui-element.png) no-repeat scroll left -764px;
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 9px;
    text-align: left;
    vertical-align: middle;
    width: 56px;
    text-decoration: none;
}
#login-container.collapsed #login-toggle-button {
    background: url(/i/p/sprite-ui-element.png) no-repeat scroll left -796px;
    color: #fff;
}
#login-container.collapsed #login-form {
    display: block;
}
#login-form {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 6px solid #F75607;
    display: none;
    line-height: 16px;
    margin: 0;
    font-size: 0.9em;
    padding: 8px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 22px;
    width: 235px;
    z-index: 55;
    border-radius: 5px 0 5px 5px;
    box-shadow: 0 3px 3px #b2b2b2;
    -moz-border-radius: 5px 0 5px 5px;
    -moz-box-shadow: 0 3px 3px #b2b2b2;
    -webkit-border-radius: 5px 0 5px 5px;
    -webkit-box-shadow: 0 3px 3px #b2b2b2;
}
#login-form.logging-in {
    background: url(/i/orange-loader-32.gif) center center no-repeat #FFF;
}
#login-form.logging-in fieldset {
    visibility: hidden;
}
#login-form .textbox label {
    display: block;
    padding: 0 0 3px;
}
#login-form .textbox input {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #DDDDDD;
    display: block;
    margin: 0 0 8px;
    padding: 5px;
    width: 223px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#login-form .remember-me {
    padding: 4px 0 12px;
    vertical-align: middle;
    overflow: hidden;
}
#login-form .remember-me #login-button {
    float: right;
}

/* download button and popup */
#download-button {
    display: block;
    background: url(/i/p/sprite-ui-element.png);
    height: 58px;
    width: 293px;
    outline: medium none;
    text-indent: -9999em;
}

/* modal popup */
.modal-header {
    font-size: 1.25em;
    font-weight: bold;
}
.modal-header-bar {
    padding: 12px 21px;
    border-bottom: 1px solid #dde2eb;
}
.modal-window {
    background: #d9dfe9 url(/i/sp/bg_modal.jpg) repeat-x left top;
    border: 1px solid #ffffff;
    color: #626060;
    display: none;
    left: 50%;
    position: fixed;
    top: 38%;
    text-align: left;
    margin-left: -320px;
    width: 640px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.modal-window hr {
    height: 1px;
    background-color: #bababa;
    border: 0;
}
.modal-window .textfield {
    font-size: 14px;
}
.modal-window .description {
    color: #848484;
    font-weight: bold;
    font-size: 13px;
    font-style: italic;
}
.modal-window a.button, div.inputbutton {
    background: url(/i/sp/sprite-c.gif) no-repeat right -897px;
    color: #0053a0;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 24px;
    padding-right: 18px;
    text-align: center;
    text-decoration: none;
}
.modal-window a.button span, div.inputbutton input, div.inputbutton button {
    display: block;
    background: url(/i/sp/sprite-c.gif) no-repeat left -897px;
    height: 24px;
    padding-left: 18px;
}
.modal-window-content {
    padding: 12px 21px;
    border-top: 1px solid White;
}
.modal-form li {
    margin-bottom: 9px;
}
.modal-overlay {
    background-color: #000;
}

/* 2.1 Page Layout - Homepage */
#homepage {
    background: url(/i/p/pattern-showcase.jpg) left 64px repeat-x;
}
#homepage-wrapper {
    background: url(/i/p/bg-showcase.jpg) center 64px no-repeat;
}
#showcase {
    color: #333;
    font-size: 0.9em;
    height: 563px;
    text-align: center;
    padding-top: 16px;
}
#showcase-video {
    background: url(/i/p/sprite-ui-element.png) 0 -862px no-repeat;
    display: block;
    height: 429px;
    width: 716px;
    margin: 0 auto;
    margin-bottom: 24px;
}
#showcase-video object, #showcase-video embed {
    margin: 7px;
}
#showcase-video-button {
    display: block;
    background: url(/i/p/sprite-ui-element.png) 0 -303px no-repeat;
    height: 429px;
    width: 716px;
    cursor: pointer;
}
#homepage #download-button {
    margin: 0 auto;
}
