html {
    background: #648090 linear-gradient(to top, rgba(232, 233, 236, 1.0) 0%, #648090 100%) fixed;
    color: #595C62;
}

body {
    background: transparent;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0px;
}

a {
    color: #5CB192;
    text-decoration: none;
    font-weight: bold;
}

h1, h2 {
    margin: 0 0 .5em;
    font-size: 1.5em;
}

#masthead {
    background: #070707;
    border-bottom: 1px solid rgb(69, 73, 74);
    color: rgb(159, 167, 173);
    padding: 0;
    margin: 0;
    width: 996px;
    float: left;
}

#sl-toolbar {
    border-bottom: 1px solid #272727;
    height: 39px;
}

#global-nav {
    clear: none;
    float: left;
    margin: 26px 0px -1px 0px;
    padding: 0;
    overflow: visible;
}

#global-nav li {
    float: left;
    list-style: none;
    margin: 0 -1px 0 0;
    padding: 0;
}

#global-nav li a.nav-item {
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    line-height: 240%;
    text-align: center;
    text-decoration: none;
}

#global-nav li a.nav-item span.left-border,
#global-nav li a.nav-item span.right-border {
    border-left: 1px solid #272727;
    display: block;
}

#global-nav li a.nav-item span.right-border {
    background-position: 100% 0%;
    padding: 0px 18px;
}

#global-nav li:hover a.nav-item {
    z-index: 3000;
    color: #5cb192;
}

#join-now a,
#global-nav li a.nav-item:hover,
#global-nav li:hover a.nav-item,
#global-nav li.active,
#global-nav li.active a.nav-item span.left-border,
#global-nav li.active a.nav-item span.right-border,
.common-nav-sprite { background: transparent url('../img/layout/common-nav-sprite.png') no-repeat scroll; }

#global-nav li a.nav-item:hover,
#global-nav li:hover a.nav-item{ background-position: center -11px; }

/* What is Second Life link is different */
#global-nav li#whatis a.nav-item:hover,
#global-nav li#whatis:hover a.nav-item{ background-position: center -79px; }

#join-now {
    float: right;
    height: 57px;
    width: 194px;
    margin: 0 0 0 -4px; /* FOR IE - FLOAT MARGIN BUG */
}

#masthead>#join-now{ margin: -12px 0 0 -3px; /* SET PROPERLY FOR ALL OTHERS */}

#join-now a {
    background-color: #FB7E00;
    background-position: 50% -135px;
    display: block;
    height: 58px;
    text-indent: -2000em;
    width: 194px;
}

.container {
    width: 970px;
}

#content {
    background: #f8f8f8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 12px;
}

#placesList, #objectlist {
    width: 949px;
    border: 0;
    border-collapse: collapse;
    clear: both;
}

#placesList th, #placesList td, #objectlist th, #objectlist td {
    border: 2px solid #edeef0;
    padding: 5px;
    margin: 0;
    max-width: 797px;
    word-wrap: break-word;
    overflow: none;
}

#placesList th, #objectlist th {
    background: #edeef0;
    text-align: left;
}

#footer {
    height: 6em;
    margin: 0px auto;
    padding: 0px;
    width: 996px;
}

div.details, div.img {
    float: left;
    padding-bottom: 10px;
}

div.details {
    margin-right: 10px;
    width: 666px;
}

div.img {
    width: 266px;
}

img.parcelimg {
    background-color: #2D383C;
    padding: 5px;
}

div.info {
    margin-bottom: 3px;
}

span.syscat {
    display: inline-block;
    width: 90px;
}

span.mature {
    color: #9F0101;
}

a.button {
    background: #5CB192 url(https://s3.amazonaws.com/common.web.secondlife.com/_img/buttons/halo.png) no-repeat 50% 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    line-height: 27px;
    vertical-align: middle;
    text-align: center;
    min-width: 0px;
    padding: 0 15px;
}

a.teleport {
    line-height: 27px;
    float: left;
    margin-right: 45px;
}

a.go {
    line-height: 20px;
}

.client_link {
    display: none !important;
}

h3#listhead {
    display: block;
    background: #C7CBD0 linear-gradient(to top, #c2c5ca 0%, #d2d5d9 100%) repeat-x scroll 100% 0px;
    border: 1px solid #C3C3C5;
    border-bottom: none;
    clear: both;
    color: #393C3F;
    font-size: 16px;
    margin: 0px;
    line-height: 28px;
    vertical-align: middle;
    padding: 0 4px 0 15px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

h1 span.syscat, #logo span {
    display: none;
}

hr {
    margin: 1em auto;
}

hr, .clear {
    clear: both;
}

#masthead #sl-toolbar {
    padding-bottom: 0px;
}
