/*  Jeff Rosen
    Wedding Site   */

body
{
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #CCEBFD;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000000;
}

/*========= loginWedding =========*/

#loginPage
{
    width: 750px;
    height: 350px;
    margin: 0 auto;
    background-image: url("images/banner_site_login.jpg");
    background-repeat: no-repeat;
}

#loginForm
{
    width: 450px;
    padding: 120px 30px;
}

#loginError
{
    color: red;
    visibility: hidden;
    font-variant: small-caps;
    font-size: 85%;
    font-weight: bold;
}

/*========== OurSite ==============*/

#container
{
    width: 750px;
    margin: 0 auto;
}

#titleBanner
{
    position: relative;
    width: 750px;
    height: 250px;
}

#mainContent
{
    float: right;
    width: 540px;
    padding: 5px;
}

#navBanner
{
    width:200px;
    float: left;
}

#navBanner ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navButton
{
    display: block;
    background-color: #6495ED;
    margin: 5px;
    font-weight:bold;
    width:120px;
    text-align:center;
    padding:4px;
    color: #FFFFFF;
}

.navButton:hover
{
    color: black;
}

#navBanner p
{
    font-size: 75%;
    font-variant: small-caps;
    width: 120px;
    padding: 5px 10px;
}

#welcomePage img
{
    float: left;
    margin: 10px 10px 10px 0;
}

#welcomePage, #wherePage, #lodgingPage, #gettingHerePage, #directionsPage, #weddingPage, #aboutAlbanyPage, #guestbookPage, #registryPage
{
    width: 520px;
    margin: 5px 10px;
    text-align: left;
}

#whenPage
{
    width: 520px;
    margin: 5px 10px;
    text-align: center;
}

#whenPage p, #whenPage h4
{
    text-align: left;
}


#todayisTable, #countdownTable
{
    margin: 0 auto;
}

#todayisTable th
{
    padding: 5px 10px;
}

#countdownTable th
{
    padding: 5px 10px;
    text-align: center;
    border: none;
    background-color: #b2ccdf;
}

#countdownTable.ctdnHead
{
    font-size: 80%;
}

#wherePage img
{
    margin: 0 auto;
}

.imgLink a:hover img
{
    border:2px solid #FF00FF;
}

#lodgingPage img
{
    float: left;
    margin-right: 10px;
    margin-left: 30px;
}

#reservations
{
    border: 4px ridge #6495ED;
    font-variant: small-caps;
    background-color: #b2ccdf;
}

#reservations p
{
    padding:  0 10px;
}

#reservations a:hover
{
    font-weight: bold;
}

#lodgingPage p
{
    padding:  0 10px;
}

#weddingPage img
{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#aboutAlbanyPage a
{
    text-decoration: none;
}

#aboutAlbanyPage a:hover
{
    font-weight: bold;
}

#aboutAlbanyPage
{
    line-height: 120%;
    text-align: center;
}

#gbEntry
{
    padding:10px;
    text-align:left;
}

#name_error, #email_error, #comments_error
{
    visibility: hidden;
    color: red;
    font-size:70%;
}
#gbDataDisplay
{
    width: 520px;
    height: 300px;
    padding: 5px;
    overflow-y: scroll;
    background-color:#b2ccdf;
}

#guestbookPage
{
    width: 520px;
    margin: 5px 10px;
    text-align: center;
}

#gbData
{
    width: 500px;
}

#gbTable
{
    font-size: 80%;
}


#gbTable table
{
    width: 100%
    
}

#gbTable th
{
    width: 14%;
    text-align: left;
}

#gbTable td
{
    width: 85%;
    text-align: left;
}