/* ==================== */
/* www.alanthonyc.com   */
/* (c) anthony castillo */
/* ==================== */
/*     2010-06-02       */
/* ==================== */


/* ==================== */
/* Main and Defaults    */

html, body { 
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

#page { 
   min-height: 100%;
   position: relative;
}

#body {
    width: 750px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 150px;
}

a:visited { color: #6699cc; text-decoration: none; }
a:link { color: #6699cc; text-decoration: none; }
a:hover { color: #ffcc66; text-decoration: none; }

p { 
    padding-bottom: 0px; padding-left: 20px; padding-right: 10px;
    line-height: 230%;
    color: #3a320b;
    font-size: 13px;
    font-family: "helvetica", "arial", "sans-serif";
    text-align: justify;
}


/* ==================== */
/* Me Cloud             */

#mecloud { 
    background-color: #ffffff;
}

.cloudlink:hover { color: #ffcc66; font-size: 25px; text-decoration: none; }
.cloudlink { 
    font-size: 25px;
    font-family: "gill sans", "helvetica", "arial", "sans-serif";
    color: #6699cc;
    font-weight:bold;
}


/* ==================== */
/* Header               */

#header { 
    background:url(http://www.alanthonyc.com/media/alanthonyc/images/alanthonyc.banner.gradient.100.png) top repeat-x;
    width: 100%;
    margin-left: auto;
    margin-right: auto; 
    margin-bottom: 10px;
}

#logo { 
    width: 720px;
    margin-left: auto;
    margin-right: auto; 
    margin-bottom: 0px;
}

/* ==================== */
/* Footer               */

#footer {
    background: none repeat scroll 0 0 #f0d889;
    bottom: 0;
    height: 150px;
    position: absolute;
    width: 100%; 
    text-align: center;
}
