/*
Calendar Page Stylesheet
Written By: Sarah Yablok for Go2011.
Last Modified: April 1st, 2012.
*/


body {
    background: #cfb88f url('../images/bg.jpg') top center;
    margin: 0px auto;
}

a { outline-style: none; }


/* Main banner image & Calendar */
#wrapper {
    background: url('../images/cal.jpg');
    margin: 0px auto;
    width: 942px;
    height: 620px;
    position:relative;
}

#wrapper #cal {
    position: absolute;
    margin: 121px 0px 0px 127px;
    padding: 5px;
    border: 1px solid #d7d7d7;
    background: #fff;
}

/* Side Links - (Home and Back button) */
#nav {
    position: absolute;
    top: 193px;
    left: 50px;
    list-style-type: none;
    margin: 0px;
}

#nav a {
    display: block;
    width: 56px;
    font: italic 115% Euphemia, sans-serif;
    color: #717153;
    text-decoration: none;
    text-transform: lowercase;
    text-align: center;
    margin-bottom: 3px;
}

#nav a:hover {
    color: #a48748;
}

#home { padding-top: 39px; }

#back { padding: 27px 0px 0px 3px; }

ul#nav li a:hover {
    background: none;
}


/* Go Stone PNGs */
#stones div {
    position: absolute;
    width: 62px;
    height: 56px;
    z-index: 100;
}

#stones #black1 {
    background: url('../images/stones.png') no-repeat top left;
    left: 85px;
    top: 374px;
}

#stones #black2 {
    background: url('../images/stones.png') no-repeat top left;
    left: 884px;
    top: 220px;
}

#stones #white1 {
    background: url('../images/stones.png') no-repeat bottom left;
    left: 35px;
    top: 455px;
}

#stones #white2 {
    background: url('../images/stones.png') no-repeat bottom left;
    left: 627px;
    top: 70px;
}

@font-face {
    font-family: Euphemia;
    font-style: italic;
    src: url("euphemia_italic.eot");
    src: url("euphemia_italic.woff") format("woff"), url("euphemia_italic.ttf") format("truetype"), url("euphemia_italic.svg#Euphemia-Italic") format("svg");
}

