/* 
    Document   : main.css
    Created on : May 7, 2010, 2:59:53 PM
    Author     : warren.taylor
    Description:
        Primay stylesheet
*/


body{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, sans-serif;
}

#header{    
    text-align: left;
    vertical-align: middle;
    background-color: black;
    background-image: url(/images/header-gradient.png);
    height: 90px;    
}
#header-layout{
    width: 870px;
    margin-left:auto;
    margin-right:auto;
}
#header a{
    color: #0AB4D8;
    text-decoration: none;
    font-size: 22px;
    padding-left: 5px;
}
#header a:hover{ text-decoration:underline; }

a{color:#0AB4D8; text-decoration:none;}
a:hover{text-decoration:underline;}

#logo{
    float:left;
    width:200px;
    padding:20px 0px 0px 0px;
}
#right-links{
    float:right;
    padding: 33px 0px 0px 0px;
}

#mid-content{
    border-top: 1px solid #333333;
    background-color: black;
    background-image: url(/images/content-gradient.png);
    height: 238px;
}
#mid-content-layout{
    width: 870px;
    padding-top: 15px;
    margin-left:auto;
    margin-right:auto;
}
#mid-content-left{float: left;}
#mid-content-right{float: right; height: 215px}
#mid-content-right img {
   border: solid 3px #666;
}
#mid-content-right img:hover {
   border-color:  #0AB4D8;
}

#screencast-title {
   position: relative;
   top: -40px;
   left: -3px;
   background-color: #EEE;
   border-bottom: solid 1px #666;
   border-top: solid 1px #666;
   font-size: 14px;
   padding: 2px 20px;
   width: 389px;
   text-align: center;
   color: #222222;
   font-weight: bold;
}
#screencast-title:hover{text-decoration:none;}

#big-welcome{
    color: #0AB4D8;
    font-size: 35px;
}
#big-blurb{
    color: #DDDDDD;
    font-size: 25px;
    font-weight: bold;
    padding: 0px 0px 15px 0px;
}
#extra-blurb{
    color: #DDDDDD;
    font-size: 20px;
    padding: 0px 5px 5px 0px;
}
#mid-content-buttons{
    color: #DDDDDD;
    width:100%;
    padding: 30px 0px;
}
#mid-content-buttons a{
    color: #DDDDDD;
    text-decoration:none;    
    border: 1px solid #666666;
    margin: 0px 5px;
    padding: 5px 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 20px;
}
#mid-content-buttons a:hover{ border: 1px solid white;}

#big-quote-area{
    font-size: 25px;
    text-align: center;
    padding: 10px;
    font-family: georgia;
    font-style: italic;
}
.big-quote-start{
    font-size: 60px;
    float: left;
    margin-top: -10px;
}
.big-quote-end{
    font-size: 60px;
    float: right;
    margin-top: -10px;
}
.big-quote_by{
    font-size: 15px;
}

#main-content-grid{
    width: 850px;
    margin: 0px auto 0px auto;
    background-color: #F4F4F4;
    border: 1px solid #E2E2E2;
    border-collapse: collapse;
}
#main-content-grid td {}

.main-content-blurb{
    line-height: 30px;
}

.main-why-who-cell{
    border-right:1px solid #E2E2E2;
    padding-left:30px;
    padding-top:20px;
}
.main-content-cell{
    border-right: 1px solid #E2E2E2;
    vertical-align: top;
    padding: 10px 5px 0px 25px;
}
.main-content-header{
    font-weight: bold;
}

#scroller-buttons{
    width: 100%;
}
.scroller-next{ color: white; text-align: center; cursor: pointer;}
.scroller-prev{ color: white; cursor: pointer; text-align: center;}

.screenshot{
    border: 1px solid #E2E2E2;
}

.screenshot-box{
    border: 1px solid #E2E2E2;
    background-color: white;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.screenshot-blurb{
    color: #222222;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
}

#footer{
    color: #666666;
    text-align: center;
    padding: 10px;
    font-size: smaller;
    clear:both;
}

#footer a{
    text-decoration:none;
    color: #777777;
}
#footer a:hover{
    text-decoration:underline;
}

#signup{
    width: 100%;
    margin-top: 20px;
}
#signup-button{
    background: url(/images/button-signup.png) no-repeat scroll center center;
    height: 40px;
    cursor: pointer;
}
#signup-button:hover{
    background: url(/images/button-signup-roll.png) no-repeat scroll center center;
}
.form-label{
    text-align: right;
    padding-right: 15px;
    font-weight: bold;
    height: 35px;
    width: 44%;
}
.form-input{
    border: 1px solid #999999;
    padding: 3px;
    font-size: 15px;
    width: 280px;
}
.invalid-input{
    border: 1px solid red;
}
#domain-name{
    border: 1px solid #999999;
    padding: 3px;
    font-size: 15px;
    width: 220px;
}
#domain-name-label{
    text-align: right;
    padding-right: 1px;
    height: 35px;
}
.spacer-image{
    background: url("/images/divider.png") no-repeat scroll center center;
    height: 25px;    
}

#beta-blurb-area{
    height: 70px;
    margin: 15px auto;
    width: 850px;
}
#beta-button{
    float: left;
    color: #FBFBFB;
    background-color: black;
    padding: 15px 30px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    margin-right: 15px;
    text-decoration:none;
}
#beta-button:hover{
    background-color: #0AB4D8;
    cursor:pointer;
}
#beta-blurb{}

#bottom-buttons{
    text-align: center;
    width:100%;
    margin: 15px 0px 25px;
}
#bottom-buttons a{
    color: #FBFBFB;
    background-color: black;
    text-decoration:none;
    margin: 10px 5px;
    padding: 5px 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 20px;
}
#bottom-buttons a:hover{    
    background-color: #0AB4D8;
}

/** PRIVACY and TERMS pages **/
#privacy_terms{
    padding: 20px 10%;
    height:300px;
}
/** END PRIVACY and TERMS pages **/

/** STATUS PAGE **/
#bloggy_content{margin: 20px auto; width: 500px;}
.status{margin: 5px 5px 15px 5px; padding: 10px;}
.status_title{font-weight: bold;}
.status_time{color: #999999; border-bottom: 1px solid grey;margin:0px 0px 5px 0px}
.posted_at {color: #999999; font-size: smaller; text-align: right;}
/** END STATUS PAGE **/

/** BLOG PAGES **/
.blog_post{margin: 10px 30px 40px 0px;}
.blog_header{font-size: larger;margin-bottom:10px;}
.blog_date{color: #AAAAAA;}
.blog_title{font-weight: bold;padding-right: 10px;}
.blog_title a{color: #333333;}
.blog_text{ line-height: 23px;}
.blog_footer{clear:both; font-size: small; text-align: center;}
/** END BLOG PAGES **/

/** LOGIN PAGES **/
.login_box{width: 250px;font-size: large; border: 1px solid grey;}
#app_signin_failed{height: 25px;}
/** END LOGIN PAGES **/