/**
 * stylesheet for splash page of Algoma Country Site
 *
 * @author      Greg Tammi <greg@pictographics.com>
 * @copyright   Copyright (c) 2008+ Pictographics Ltd
 */

#subwrapper {
    position: relative ;
    z-index: 1 ;
}

#events {
    float: left ;
    width: 190px ;
    position: relative ;
    margin-top: 10/*-82*/px ;
    margin-left: 0px ;
    z-index: 300 ;
    padding: 5px ;
}

#events h3 {
    margin-top: 10px ;
    text-transform: uppercase ;
    color: #333 ;
    font: 115% arial ;
    font-weight: bold;
}

#events ul {
    list-style: bullet ;
    margin-left: 25px ;
}
#events li {
    margin: 0.55em 0 ;
    list-style: bullet ;
}

#contact_details {
    color: #f00 ;
}

#contact_details p {
    color: #055f88 ;
    font-weight: bold ;
    font-size: 12px ;
}
        
#content {
    position: relative ;
    z-index: 1 ;
    margin-left: 225px ;
    margin-top: 0px ;
}

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

#content div {
    float: left ;
    width: 340px ;
    padding-top: 17px ;
}

#content h3 {
    font-size: 180% ;
    font-family: Georgia, arial, sans-serif ;
    color: #006792 ;
}

#content p {
    line-height: 1.4em ;
    padding: 6px ;
    font-family: Georgia, arial, sans-serif ;
    font-size: 100% ;
}

#member {
    clear: left ;
    float: left ;
    width: 100% ;
    text-align: center ;
    padding: 6px 0 ;
    margin: 0 0 10px 0 ;
    border: 1px solid #ccc ;
    border-width: 1px 0 ;
}

#member p {
    padding: 10px 0 ;
    font-weight: bold ;
    font-family: Georgia, arial, tahoma, sans-serif ;
    color: #006792 ;
}
#member span {
    color: #dc143c ;
    text-transform: uppercase ;
    padding: auto 4px ;
}

#member a {
    text-decoration: none ;
    color: #006792 ;
}

#member a:hover {
    color: #dc143c ;
    text-decoration: none ;
}

#promotion {
    clear: both ;
}

#ads {
    float: left ;
    width: 330px ;
}

#ads li {
    float: left ;
    width: 125px ;
    margin-left: 33px ;
    margin-bottom: 3px ;
}
#ads a {
    text-decoration: none ;
    border: 0 ;
}

#ads img {
    border: 0 ;
}

#guide, #package {
    height: 253px ;
}

#guide {
    float: left ;
    border: 1px solid #666 ;
    width: 150px ;
    margin: 0 50px 0 35px ;
}

img#star {
    margin-top: -24px ;
    margin-left: -12px ;
}

p#guide_title {
    font-weight: bold ;
    padding-bottom: 3px ;
    color: #8A1717 ;
    width: 90% ;
    font-family: Georgia, arial, sans-serif ;
    margin-left: 10px ;
    margin-top: -6px ;
    padding: 0 0 6px 8px; 
}

#guide p a {
    font-family: arial, sans-serif ;
    font-weight: bold ;
    color: #8A1717 ;
    text-decoration: none ;
    text-transform: uppercase ;
    padding: 5px 0 5px 15px ;
    background: url(/img/icons/arrow.png) 3px 10px no-repeat ;
    margin: 0 0 10px 10px ;
}

#guide p a:hover {
    text-decoration: underline ;
}

img#guidebook {
    width: 125px ;
    text-align: center ;
    margin-left: 10px ;
}

#guide p#links {
    margin: 5px 0 ;
}

#package {
    float: left ;
    width: 200px ;
    border: 1px solid #666 ;
    position: relative ;
}

#package h3 {
    color: #006792 ;
    font-family: Georgia, serif ;
    text-align: center ;
    margin-top: 10px ;
}

#package img {
    margin: 15px 0 5px 30px ;
}

#package p {
    font-family: Georgia, serif ;
    text-align: center ;
}

#package p a {
    font-family: arial, sans-serif ;
    font-weight: bold ;
    color: #8A1717 ;
    text-decoration: none ;
    text-transform: uppercase ;
    padding: 5px 0 5px 15px ;
    background: url(/img/icons/arrow.png) 3px 10px no-repeat ;
    margin: 0 0 10px 10px ;
}

#package p a:hover {
    text-decoration: underline ;
}

#package p#explore {
    position: absolute ;
    bottom: 10px ;
    text-align: left;
}

#contact_info {
    display: none ;
}