/* 
    Document   : home
    Created on : Apr 10, 2010, 9:54:43 PM
    Author     : fsmullin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html {
    margin : 0;
    padding : 0;
}

body {
    height : 100%;
    margin : 0;
    padding : 0;
    background: #ffffff;
    text-align: center;
}

/* Entire Page Wrapper */

#home_wrapper {
    width : 960px;
    height: 720px;
    margin : 0 auto;
    padding : 0;
    text-align: left;
    border : 1px solid rgb(255,255,255);
    background-image: url("images/heartofawoman_waterfall.jpg");
    background-repeat: no-repeat;
    background-position: left top;
}

#home_alt_wrapper {
    width : 960px;
    height: 720px;
    margin : 0 auto;
    padding : 0;
    text-align: left;
    border : 1px solid rgb(255,255,255);
    background-image: url("images/alt_home.jpg");
    background-repeat: no-repeat;
    background-position: left top;
}

/* Left Column Divs */

#home_title {
    position: absolute;
    width: 900px;
    height: 100px;
    margin-left: 30px;
    margin-top: 80px;
}

#home_narrative_wrapper {
    position: absolute;
    width: 438px !important;   /* Mozilla Width */
    width: 450px;   /* IE Width */
    margin-left: 30px;
    margin-top: 200px;
}

.home_textbox_top {
    float: left;
    width: 450px;
    height: 25px;
    padding: 0;
    background-image: url("images/blocktopbottom.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.home_narrative_body {
    float: left;
    width: 450px;
    background: #FFFFFF;
    display: block;
    opacity : .66;
    *filter : alpha(opacity="66");
}

.home_textbox_bottom {
    float: left;
    width: 450px;
    height: 25px;
    padding: 0;
    background-image: url("images/blocktopbottom.png");
    background-repeat: no-repeat;
    background-position: 0 -26;
}

.home_intro {
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
/*    font-family: 'Lucida Handwriting', cursive; */
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    font-style: italic;
    line-height: 1.25em;
}

.home_about {
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
    line-height: 1.3em;
}

/* Right Column Divs */

#home_event_wrapper {
    position: absolute;
    width: 450px !important;   /* Mozilla Width */
    width: 450px;   /* IE Width */
    margin-left: 490px;
    margin-top: 200px;
    padding: 0;
}

#home_event_date {
    float: left;
    width: 450px;
    text-align: center;
    color: #006E4A;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    line-height: 1.25em;
    background: #FFFFFF;
    display: block;
    opacity : .66;
    *filter : alpha(opacity="66");
}

#home_spacer1 {
    float: left;
    width: 450px;
    height: 55px;
}

#home_bud_quote {
    float: left;
    width: 450px;
    height: 152px;
    margin: 0;
    padding: 0;
    background-image: url("images/bud_quote.png");
    background-repeat: no-repeat;
}

#home_learn_more {
    float: left;
    width: 225px;
    height: 36px;
    margin-left: 112px;
    padding: 0;
}