@charset "utf-8";

/* These are just the general site styles.
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
    * {
        font-family:verdana, arial, helvetica, sans-serif;
        font-size:14px;
    }
    a {
        color:#fff;
    }
    h1 {
        font-size:2.2em;
        text-align:center;
        margin:0.4em 0 1.3em 0;
    }

    body{
        color:#000;
        background-image:url(../img/bg.png);
        background-repeat:repeat-x;
        background-color: #FFFF66;
        margin:-8px;
    }
    .comming_soon{
        margin:30px;
}
    .awesome{
        background: #222 url(../img/alert-overlay.png) repeat-x;
        display: inline-block;
        padding: 5px 10px 6px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        line-height: 1;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-box-shadow: 0 1px 3px #999;
        -webkit-box-shadow: 0 1px 3px #999;
        text-shadow: 0 -1px 1px #222;
        border-bottom: 1px solid #222;
        position: relative;
        cursor: pointer;
    }
}