/* BASE */

* {
    font-family: "trebuchet ms", tahoma, sans-serif;
}
a {
    color: #1e90ff;
    text-decoration: none;
}
a:hover {
    color: #ff9523;
    text-decoration: none;
}
a img {
    border: 0;
}
body {
    color: #554d49;
    margin: 0px;
    padding: 0px 1px 0px 1px;
    background: #ffffff url('../img/bg.jpg');
}

#leatherboard
{
        width: 768px;
        height: 90px;
        margin: 0 auto;
        padding: 0px 0px 0px 0px;
        z-index:2;
}

#top
{
        width: 1020px;
        height: 220px;
        margin: 0 auto;
        padding: 0px 0px 0px 0px;
        background: url('../img/book-top.gif');
        z-index:2;
}

#logo
{
        position:absolute;
        left:25px;
        top:25px;
        width: 440px;
        height: 125px;
        background: url('../img/logo-gayfind.gif');
}

#ad
{
        position:absolute;
        right:25px;
        top:25px;
}

#bottom
{
        width: 1020px;
        height: 190px;
        margin: 0 auto;
        padding: 0px 0px 0px 0px;
        background: url('../img/book-bottom.gif');
}

#container
{
        width: 940px;
        margin: 0 auto 0 auto;
        padding: 0px 40px 0px 40px;
        background: url('../img/book-container.gif');
}

input[type=text],
input[type=password],
select,
textarea {
    border: 1px solid #74c343;
    background: #c9e5fc;
    padding: 0.1em;
}

div.screenshot{
        float: right;
        margin:3px;
}

img.screenshot{
        float: right;
        margin:3px;
}

img.icon{
        margin:3px;
}

p.Thumbshots {
        padding-top:20px;
        font-size: small;
        text-align:right;
}

input[type=text],
input[type=password],
textarea {
    padding: 0.2em;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
    border: 1px solid #74c343;
    background: #c9e5fc;
}
p.error,
p.success {
    border: 1px solid;
    font-size: small;
    margin: 0;
    padding: 5px;
    width: 450px;
}
p.error {
    background: #ff9523;
    border-color: #554d49;
    color: #554d49;
}
p.success {
    background: #8dbb01;
    border-color: #554d49;
    color: #554d49;
}
td#availability {
    color: #8dbb01;
    font-weight: bold;
}
td#availability.not-available {
    color: #ff9523;
}
textarea {
    font-size: small;
    padding: 0.2em;
}
th {
    padding-right: 1em;
    text-align: right;
}

/* HEADER */

div#header {
/*    background: #FFF url('bg_header.png') bottom repeat-x; */
    width: 830px;
    border-bottom: 3px solid #9CD9cd;
    clear: both;
    margin: 0 auto;
}
div#header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div#header {
    height: 1%;
}
h1 {
    float: left;
    font-size: x-large;
    font-weight: bold;
    letter-spacing: 0.25em;
    margin: 0;
    padding: 1em;
    text-transform: lowercase;
}
html > body h1 {
    background: url('logo.png') no-repeat 10px;
    padding-left: 75px;
}
html > body div#header.popup h1 {
    background: url('logo_24.png') no-repeat 10px;
    padding: 0.5em 0.5em 0.5em 50px;
}
h1 a {
    color: #554d49;
}
h1 a:hover {
    color: #554d49;
}
h2 {
    background: #8dbb01;
    border-bottom: 3px solid #ff9523;
    clear: both;
    color: #ffffff;
    font-size: medium;
    letter-spacing: 0.1em;
    margin: 0 0 1em 0;
    padding: 0.5em 1em;
    text-transform: uppercase;
}

/* NAVIGATION */

ul#navigation {
    list-style-type: none;
    margin: 0;
    padding: 1.75em 1em;

    width: auto;
}
ul#navigation a {
    font-size: medium;
    font-weight: bold;
    padding: 0.2em 0.5em;
}
ul#navigation a:hover {
    background: #1e90ff;
    color: #FFF;
}
ul#navigation li {
    float: left;
}
ul#navigation li.access {
    float: right;
}

/* BOOKMARKS */

ol#bookmarks {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 460px;
}
div#bookmarks {
    width: 460px;
}

html > body ol#bookmarks {
    margin: 0;
    padding: 0;
}
a.taggedlink {
    color: #ff9523;
    font-weight:bold;
    font-size: medium;
    font-variant:small-caps;
    text-decoration: underline;
}
a.taggedlink:visited {
    color: #ff9523;
    font-weight:bold;
    font-size: medium;
    font-variant:small-caps;
    text-decoration: underline;
}
div.meta a {
    color: #8dbb01;
}

div.meta a.tag {
    color: #1e90ff;
}

div.meta {
    color: #554d49;
    line-height: 15px;
    height: 62px;
    overflow: hidden;
}

div.meta:hover {
    color: #554d49;
    line-height: 15px;
    height: 100%;
    min-height: 62px;
}

* html div.meta:hover {
    color: #554d49;
    line-height: 15px;
    height: 62px;
}


div.meta:active {
    color: #554d49;
    line-height: 15px;
    height: 100%;
}

div.meta span {
    color: #554d49;
}
li.xfolkentry {
    width: 455px;
    min-height: 135px;
    border-bottom: 1px solid #554d49;
    margin-bottom: 0;
    padding: 10px 5px;
}

li.xfolkentry:hover {
    width: 455px;
    min-height: 135px;
    background-color: #ececec;
    border-bottom: 1px solid #554d49;
    margin-bottom: 0;
    padding: 10px 5px;
}

* html li.xfolkentry{
    width: 455px;
    height: 135px; /* IEs */
    border-bottom: 1px solid #554d49;
    margin-bottom: 0;
    padding: 10px 5px;
}

html > body li.xfolkentry {
    border-bottom: 1px dotted #554d49;
}
li.xfolkentry div {
    padding: 0;
}
li.xfolkentry.deleted {
    opacity: 0.5;
}
li.xfolkentry.private {
    width: 435px;
    border-left: #cc0000 solid 10px;
    border-right: #cc0000 solid 10px;
}
li.xfolkentry.shared {
    width: 435px;
    border-left: #1e90ff solid 10px;
    border-right: #1e90ff solid 10px;
}

/* SIDEBAR */

div#sidebar {
    font-size: small;
    position: relative;
    left: 0px;
    top: 0px;
    width: 200px;
    float: right;
}
div#sidebar a {
    color: #1e90ff;
}
div#sidebar a:hover {
    color: #1e90ff;
}
div#sidebar div {
    background: #FFFfff url('img/sidebar-bottom.gif') bottom no-repeat;
/*    border-left: 1px solid #1e90ff;  */
/*    border-right: 1px solid #1e90ff;   */
/*    border-bottom: 1px solid #1e90ff;  */
    color: #1e90ff;
    margin-bottom: 1em;
    padding: 5px;
}
div#sidebar h2 {
    background: url('img/sidebar.gif') no-repeat;
    border: 0;
    color: #ffffff;
    letter-spacing: 0;
    margin: 0;
    padding: 5px 5px;
}
div#sidebar hr {
    display: none;
}
div#sidebar p {

}
div#sidebar p.tags a {

}
div#sidebar table {

}
div#sidebar table td {

}
div#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div#sidebar ul li {
    margin: 0;
}

/* TAGS */

p.tags {
/*    line-height: 2.25em; */
    margin: 5px;
    text-align: justify;
    vertical-align: middle;
}
p.tags a,
p.tags span {
    color: #ff9523;
    margin-right: 0.5em;
}
p.tags span:hover {
    cursor: pointer;
    text-decoration: underline;
}
p.tags span.selected {
    background: #c9f2ba;
}

/* PROFILE */

table.profile th {
    width: 450px;
}

/* OTHER GUFF */

ul.about {
       width: 400px;
}

dd {
        color: #554d49;
        padding: 6px;
}
dd a {
        color: #554d49;
}
dd a:hover {
        color: #554d49 !important;
        text-decoration: underline !important;
}

dl {
        font-size: small;
        margin: 1em;
        width: 440px;
}
dl#profile dd {
        color: #554d49;
}
dl#profile dt {
        background: #8dbb01;
        border-bottom: 2px solid #ff9523;
        color: #554d49;
        display: block;
        font-weight: bold;
        padding: 6px;
}
dl#profile a {
        color: #554d49;
}
dl#profile a:hover {
        color: #554d49 !important;
        text-decoration: underline !important;
}
dl#meta dd {
        line-height: 1.5em;
}
dl#meta dt {
        background: #BDB;
        color: #353;
        display: block;
        font-weight: bold;
        padding: 6px;
}
dt {
        border-right: 4px solid #9B9;
}
dt a {
        background: #BDB;
        color: #353;
        display: block;
        font-weight: bold;
        padding: 6px;
}
dt a:hover {
    background: #ACA;
    border: 0;
}
form {
        margin: 0;
}
form#search {
        color: #554d49;
        font-size: small;
        margin-bottom: 1em;
}
form label,
form td,
form th {
        font-size: small;
}
form table {
        margin: 0 1em;
}
h3 {
    border: 1px solid;
    font-size: small;
    margin: 0;
    padding: 5px;
    width: 450px;
    background: #8dbb01;
    border-color: #554d49;
    color: #554d49;
}
li {
        font-size: small;
        margin-bottom: 0.5em;
}
p {
    font-size: small;
    margin: 0;
}
p#sort {
    color: #554d49;
    font-size: small;
    margin: 10px;
    position: relativee;
    left: 0px;
    top: 0px;
}
html > body p#sort {
    margin-right: 0.75em;
}
p#sort a {
    background: #8dbb01;
    color: #554d49;
    font-weight: normal;
    margin-right: 0.5em;
    padding: 5px;
}
html > body p#sort a {
    margin-right: 0;
}
p#sort a:hover {
    background: #8dbb01;
    text-decoration: none !important;
}
p#sort span {
    display: none;
}
p.paging {
        font-size: small;
    margin: 10px;
    position: relativee;
    left: 0px;
    top: 0px;
}
p.paging a,
p.paging span.disable {
        background: #8dbb01;
        color: #554d49;
        display: inline;
        margin-right: 0.5em;
        padding: 0.25em 1em;
}
p.paging a:hover {
        background: #8dbb01;
}
p.paging span {
        display: none;
}
p.paging span.disable {
        background: #8dbb01;
        color: #128f35;
}
div.collapsible p.tags {
        line-height: 2.25em;
        margin: 1em 2em;
}
th label {
        padding-right: 1em;
}

ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 455px;
}
pic {
    text-align: left;
    float:left;
}
