/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { font-size: 75%; color: #222; background: #fff; 
       font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 	{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

body {
    background-color: rgb(215, 220, 224);
    font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    min-width: 900px;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
    text-align: center;
}

#content_wrapper p {
    font-size: 1.4em;
}

#header {    
    display: block;
    width: 800px;
    margin: 0 auto 0 auto;
    padding-top: 30px;
    padding-bottom: 1px;
    text-align: left;
}

#header h1 {
    font-size: 38px;
    line-height: 65px;
    background-color: rgb(107, 135, 169);
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    color: white;
    height: 60px;
    width: 196px;
    padding: 0;
    margin: 0;
    text-align: center;
}

#header h1:hover {
    background-color: rgb(0, 51, 115);
}

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

#header h1 a:hover, #header h1 a:active {
    color: white;
}

#nav_wrapper {
    background-color: rgb(231, 234, 236);
    width: 100%;
    height: 45px;
}

#navigation {
    width: 800px;
    margin: 0 auto 0 auto;
    display: block;
    text-align: left;
}

#navigation a {
    background-color: rgb(240, 242, 243);
    border-left: 1px solid rgb(215, 220, 224);
    border-right: 1px solid rgb(215, 220, 224);
    margin-left: -1px;
    float: left;
    font-size: 20px;
    line-height: 45px;
    color: rgb(67, 85, 104);
    text-decoration: none;
    width: 196px;
    text-align: center;
    font-family: Georgia, serif;
}

#navigation a:hover {
    background-color: white;
}

#content_wrapper {
    width: 800px;
    margin: 0 auto 0 auto;
    text-align: left;
}

h1 {
    font-size: 42px;
    line-height: 60px;
    color: rgb(0, 51, 114);
    font-family: Georgia, serif;
}

h2 {
    font-size: 22px;
    line-height: 30px;
    color: rgb(67, 85, 104);
    font-family: Georgia, serif;
}

h3 {
    font-family: Georgia, serif;
}

h4 {
    color: rgb(0, 51, 114);
    font-weight: bold;
    font-family: Georgia, serif;
}

#main_page_center_content {
    margin: 2em 0 2em 0;
}

#secondary_page_right_column {
    width: 438px;
    float: right;
    margin-left: 10px;
    margin-right: 9px;
}

#secondary_page_left_column {
    float: left;
    width: 310px;
    margin-right: 10px;
}


#main_page_left_column {
    width: 480px;
    float: left;
    margin: 12px 20px 4px 20px;
}

#main_page_left_column h1 {
    margin-bottom: 0.4em;
    padding-top: 0;
}

#main_page_right_column {
    float: left;
    width: 250px;
    margin: 12px 10px 4px 10px;
}

#footer_left_column {
    width: 504px;
    float: left;
    margin: 8px;
}

#footer_right_column {
    float: left;
    width: 250px;
    margin: 12px 10px 22px 10px;
}

#atlasMainIcon {
    padding-left: 25px;
}

#main_page_buttons {
    padding-top: 12px;
}

#main_page_buttons a {
    display: inline-block;
    width: 180px;
    height: 32px;
    line-height: 32px;
    background-image: url("mainPageButton.png");
    margin-right: 40px;
    font-weight: bold;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: rgb(25, 52, 103);
    text-shadow: 0 1px 1px white;
    text-align: center;
}

#main_page_buttons a:active {
    background-image: url("mainPageButtonPushed.png");
}

#footer_wrapper {
    background-color: rgb(231, 234, 236);
    padding-top: 2em;
    padding-bottom: 2em;
}

#quotesWrapper {
    background-color: rgb(240, 242, 243);
}

#quotes {
    width: 800px;
    margin: 0 auto 0 auto;
    padding: 14px;
    text-align: center;
    font-size: 14px;
    font-family: Georgia, serif;
}

#footer {
    display: block;
    width: 800px;
    margin: 0 auto 0 auto;
    text-align: left;
}

.footer_third {
    float: left;
    width: 244px;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 120px;
}

.footer_third #signupField {
    width: 150px;
}

#signupField {
    width: 200px;
    height: 24px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    padding:0;
    margin:0;
    border: 1px solid rgb(189, 189, 189);
    vertical-align: top;
}

#signupSubmit {
    height: 26px;
    width: 62px;
    background-image: url("signUpButton.png");
    background-repeat: no-repeat;
    border: none;
    line-height: 26px;
    font-family: Helvetica, Arial, sans-serif;
    color: rgb(62, 62, 62);
    text-shadow: 0 1px 1px white;
    font-weight: bold;
}

#signupSubmit:active {
    background-image: url("signUpButtonPressed.png");
}

#responseFrame {
    visibility:hidden; 
    height:0px; 
    width:0px; 
    margin:0px; 
    padding:0px;
}

.footer_third .tweet {
    border: none;
}

#footer_right_third {
    border-left: 1px solid rgb(215, 220, 224);
    padding-left: 10px;
    margin-right: 0px;
}

#footer_left_third {
    border-right: 1px solid rgb(215, 220, 224);
}

.tweet {
    margin: 0;
    padding-top: 1em;
    margin-bottom: 2em;
    border-top: 1px solid rgb(215, 220, 224);
    border-bottom: 1px solid rgb(215, 220, 224);
    font-size: 120%;
}

.tweetText {
    float: left;
    width: 192px;
}

.tweetImage {
    float: right;
    width: 50px;
}

#video {
    margin-bottom: 1em;
    margin-top: 1em;
}

#betaMonth {
    font-size: 64px;
    text-align: center;
    letter-spacing: 15;
    margin-left: 10px;
    padding-top: 40px;
    margin-bottom: 0;
    border-bottom: 1px solid gray;
    line-height: 60px;
}

#betaDay {
    text-align: center;
    font-size: 164px;
    font-weight: bold;
    margin-top: 0px;
    line-height: 164px;
}
