/* 
    Document   : st
    Created on : Nov 12, 2009, 10:37:13 PM
    Author     : zaskoda
    Description:
        Snowtripping Stylesheet.
*/


root { 
    display: block;
}

body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
    font-size:12px;
    background: #fff url('background_dropshadow.gif') repeat-y top center;
}

div#constrainer {
    background: url('header_background.gif') no-repeat top left;
    width: 980px;
    margin: 0px auto;
    text-align: left;
    padding: 0px;
}
div#footerimage {
    background: url('footer_background.gif') no-repeat bottom left;
}

h1#title {
    height: 128px;
    margin: 0;
    padding: 0 0 0 10px;
    float:left;
}
h1#title a {
    display: block;
    height: 128px;
    width: 230px;
    margin: 0;
    padding: 0;
}
h1#title a:hover {
    background: url('header_logo_animation.gif') no-repeat;
      background-position: -9px 0px;

}
h1#title a span {
    display:none;
}

h2 {
    border: 1px solid #abc;
    background: #eee;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 2px 1px 5px 1px;
    text-shadow: 1px 1px 4px #000;

}
h2#verytop {
    background: transparent;
    color: #fff;
    font-size: 21px;
    margin: 0 0 0 260px;
    padding: 80px 0 0 0;
    border: 0px;
    text-transform: uppercase;
}
h2#verytop span {
    display: block;
    font-size: 14px;
    margin-left: 10px;
    margin-top: -2px;
}

div#leftbar {
    float: left;
    clear: both;
    width: 250px;
    margin: 0 0 140px 0;
}

a {
    color: #2561a5;
    text-decoration: none;
}

a:hover {
    color: #a1b541;
    text-decoration: underline;
    color:#000;
    /* text-shadow: 1px 1px 4px #888; */
}

.green {
    color: #a1b541;
}

div#content {
    margin: 10px 10px 10px 260px;
    padding: 0px 0px 15px 0px;
}


div#toplogin {
    color: #fff;
    font-size: 10px;
    margin: 1px 2px 0 0;
    padding: 0 32px 0 70px;
    background: #a1b540 url('background_header_login.gif') no-repeat top left;
    float: right;
}
div#toplogin span {
    display: block;
    padding: 4px 0 4px 0;
}
div#toplogin a {
    color: #fff;
    text-decoration: none;
}
div#toplogin a:hover {
    color: #ff0;
    text-decoration: none;
}




a.userThumbLink {
    display:block;
    height: 116px;
    width: 88px;
    float: left;
    text-align: center;
    font-size: 10px;
    margin: 6px 4px;
    overflow: hidden;
    border: 1px solid #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
a.userThumbLink:hover {
    /* background: #050583; */
    border: 1px solid #ddd;
    background: #eee;
    text-decoration: none;
}

a.userThumbLink span.img {
    display: block;
    height: 78px;
    width: 78px;
    background: #000 url('default_avatar.jpg') no-repeat center center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 4px 5px 2px 5px;
}

a.userThumbLink:hover span.img {
    -webkit-box-shadow: 0px 0px 3px #888;
    -moz-box-shadow: 0px 0px 3px #888;
}

a.userThumbLink span.name {
    display: block;
    font-weight: bold;
    padding: 1px 1px;
    vertical-align: middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

a.userThumbLink:hover span.name {
}


a.addToFav span, a.removeFromFav span {
    display: none;
}

a.removeFromFav,  a.addToFav {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
}
a.addToFav {
    background: url('heart_off.gif') no-repeat;
}
a.removeFromFav {
    background: url('heart_on.gif') no-repeat;
}

a.removeFromFav:hover {
    background: url('heart_on_over.gif') no-repeat;
}

a.addToFav:hover {
    background: url('heart_off_over.gif') no-repeat;
}

/* breaker */


p#welcome{
    text-align: center;
    padding: 2px 1px 6px 1px;
    margin: 0px;
}

div#personalbox {
}



div.menubox {
    float: left;
    clear: left;
    margin: 9px 10px;
    padding: 0px;
    width: 210px;
    text-align: left;
    font-size: 12px;
    border-left: 5px solid #a1b540;
    border-right: 5px solid #a1b540;
}

div.menubox ul {
   list-style-type: none;
   border-top: 22px solid #050583;
   border-bottom: 18px solid #050583;
   background: #fff;
   padding: 0px;
   margin: 0px;
}
div.menubox li {
    background: #8696c5;
    color: #fff;
    padding: 1px;
    margin: 1px 0px 1px 0px;
    text-align: center;
}

div.menubox li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 4px;
    font-weight: bold;
}
div.menubox li a:hover {
    background: #a1b540;
    text-shadow: 1px 1px 4px #686;
}

div.menubox li a.on {
    border: 1px solid #ff0;
    background: #def;
}


div#footer {
    clear: both;
    text-align: center;
    padding: 2px;
    margin: 2px;
}

div#mainlogin {
    padding: 20px;
    margin: 20px;
}

div.bad {
    color: #800;
    background: #fbb;
    padding: 2px 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-left: 6px solid #fcc;
    border-right: 6px solid #eaa;
}
div.error-message {
    color: #440;
    background: #e8e8a8;
    border-left: 6px solid #f4f4b4;
    border-right: 6px solid #e0e0a0;
    padding-left: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 2px 0px;
}

#UserJoinForm {
    width: 50%;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #f4f4ff;
    border-left: 8px solid #f4f4ff;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#UserJoinForm label {
    display: block;
}
#UserJoinForm div.row {
    padding: 2px 5px;
    padding: 2px;
}

div.destination {
    padding: 20px 0px 10px 0px;
    margin: 10px 2px;
    border-top: 1px solid #a1b540;
}
div.destinationfirst {
    border-top: 0px;
    padding-top: 10px;
}

div.paginator {
    padding: 10px;
    font-size: 10px;
}

div.paginator a {
}

div.paginator div.hidden {
    color: #fff;
    display: inline;
}