@import url(reset.css);
@import url(grid.css);

body
{
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
    color:#333333;
    font: 12px Arial, Helvetica, Verdana, San-Serif;
    background: #fff url("../img/bodyBG.jpg") repeat-x;
}



a, a:visited
{
    color:#4a6200;
}

a:hover
{
    color:#ffac0b;
}


/*TOP*/
.top
{
    height:83px;
}

#twitter
{
    height:128px;
    margin-left:864px;
    margin-top:19px;
    position:absolute;
    width:128px  
}

#twitter img
{
    width:80px;
    height:80px;
}


/*Demo*/

.demo
{
    height:247px;
    padding-top:40px;
}

.demo h1
{
    font-size:30px;
    color:#fff;
    line-height:18px;
    margin-bottom:15px;    
    text-shadow:0 1px 0 #333; 
    text-transform:uppercase;
}

.demo p
{
    font-size:14px;
    color:#fff;
    line-height:18px;
    text-shadow:0 1px 0 #4a6200;     
}

#downloadOption
{
    position:absolute;
    width:960px;
    height:350px;
    left:50%;
    margin-left:-480px;
    background-color:#dddddd;
     -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    z-index:999;
}

/*Form*/

.demo input
{
    width:485px;
    height:50px;
    line-height:50px;
    margin-bottom:5px;
    font-size:20px;
    font-weight:bold;
    padding-left:15px;
}
.focus
{
    color:#dddddd;
    border:1px solid #ffac0b;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
     -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
}


.blur
{
    color:#4a6200;
    border:1px solid #4a6200;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
     -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
}

.notEqualToDefault
{
    color:#ffac0b;
    border:1px solid #ffac0b;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
     -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
}

.keydown
{
    color:#ffac0b;
    border:1px solid #ffac0b;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
     -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
 
}

/*Button*/

.button
{
    float:left;
    margin-right:20px;
    padding:0px 20px;
    height:40px;
    border:1px solid #364703;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    background: #4a6200 url("../img/grade.png") repeat-x;
}

.button:hover
{
    height:40px;
    background-color:#ffac0b;
    border:1px solid #bb7f0a;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
}

.button a
{
    display:block;
    line-height:40px;
    font-size:18px;
    color:#fff;
    text-shadow:0 1px 0 #253100;  
    text-transform:uppercase;
    text-decoration:none;
    text-align:center;
}

.button a:hover
{
    display:block;
    line-height:40px;
    font-size:18px;
    color:#fff;
    text-shadow:0 -1px 0 #212b01;  
    text-transform:uppercase;
    text-decoration:none;
    text-align:center;
}

#demoPoint
{
    width:67px;
    height:246px;
    position:absolute;
    left:50%;
    top:-246px;
    margin-left:475px;    
}

/*Content*/
.contentmiddle
{
 padding:20px 0px;
}

/*Change log*/
.changelog
{
    padding:0px 10px 10px 10px;
    background-color:#e6e5e9;
    border:1px solid #e0e1e0;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
}

.changelog ul li
{
    padding:6px 20px 6px 20px;
}

.changelog ul li span.date
{
    font-weight:bold;
    color:#4a6200;
}


/*Headlines*/

h3
{
    line-height:18px;
    font-size:12px;
    color:#333;
    text-shadow:0 1px 0 #eee;  
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:10px;
}


