﻿/*************************************************


    TweepSnooze
    by 76design


***************************************************
    GENERIC
    */


* {  margin: 0; padding: 0; }


html{
    font: 62.5%/160%  'Helvetica Neue', Helvetica, Arial, sans-serif;
    background:#FFF url(../images/header_bkg.gif) repeat-x;
    color: #5d5d5d;
    }

body{
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 180%;
    }

a{ color: #5d5d5d; text-decoration: none; }
a:hover { text-decoration: underline; }


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.blue{
    color: #2caee3;
    }
.red{
    color: #e65530;
    }


/***************************************************
    WRAP IT
     */

#main,
#header,
#footer{
    width: 860px;
    margin: 0 auto;
    text-align: left;
    }




/***************************************************
    HEADER
     */

 #header{
    padding: 10px 0 0 0;
    }

#logo{
    margin: 0 auto;
    display: block;
    width: 599px;
    height: 143px;
    background: url(../images/logo.png) 0 0 no-repeat;
    text-indent: -900em;
    overflow: hidden;
    }

#logo h1,
#logo h2{
    margin: 0;
    }


/***************************************************
    MAIN
     */
#main-wrapper{
    background: #efefef;
    }

#main{
    padding: 75px 0 40px 0;
    background: url(../images/main-bg.jpg) 50% 0 no-repeat;
    }

#leftcolumn,
#rightcolumn{
    float: left;
    width: 415px;
    line-height: 1.3em;
    }

#leftcolumn{
    margin-right: 29px;
    }

h3{
    color: #2caee3;
    margin: 0 0 25px 0;
    font-size: 120%;
    }

p{
    margin: 0 0 1.25em 0;
    }


/* FORM */
input#email{
    width: 280px;
    height: 38px;
    line-height: 38px;
    border: solid 1px #cacaca;
    color: #e65530;
    font-size: 24px;
    float: left;
    padding: 8px 0px 0px 10px;
    }
input#submit,
#submit-element input#submit{ 
    width: 102px;
    height: 48px;
    background: url(../images/signup.png) 0 0 no-repeat;
    cursor: pointer;
    border: none;
    line-height: 0;
    font-size: 0;
    text-indent: -900em;
    overflow: hidden;
    float: right;
    }
    
#submit-element input#submit{ 
    float: none;
    background-image: url(../images/snooze.png); 
    }

input#submit:hover,
#submit-element input#submit:hover{
    background-position: 0 -48px;
    }    
    

.success,
.error{
    text-align: center;
    padding: 8px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 10px;
    }
.success{
    background: #c9eb6c;
    color :#799f12;
    }
.error{
    background: #eeb170;
    color: #b16418;
    text-align: left;
    list-style: none;
    }
.error ul{
    padding-left: 1.5em;
    list-style: disc;
    margin-bottom: .5em;
    }


/***************************************************
    FORM
     */
form ol{
    margin: 0;
    padding: 0;
    list-style: none;
    }
form fieldset{
    border: none;
    }
    
form li{
    overflow: hidden;
    height: 1%;
    margin-bottom: 5px;
    }
    
li .description{
    margin-top: 20px;
    font-size: 80%;
    }
    
form label{
    float: left;
    width: 120px;
    }
    
form input{
    width: 200px;
    padding: 5px;
    border: solid 1px #cacaca;
    color: #e65530;
    font-size: 15px;
    }
    
    

/***************************************************
    FOOTER
     */

#footer{
    padding: 25px 0;
    }

#brought-to-you-by{
    background: url(../images/brought-to-you-by.png) 0 0 no-repeat;
    width: 169px;
    height: 53px;
    text-indent: -900em;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    }
