﻿/* 0 BASIC TAGS */

table {
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6, .h4 {
    margin: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p {
    line-height: 1.4em;
}

hr {
    border: 0;
    border-top: 1px solid #505050;
    height: 1px;
}

a {
    text-decoration: none;
    color: #DBB94F;
}

a:visited {
    color: #C19B28;
}

a:hover {
    text-decoration: underline;
    color: #E6CD84;
}

a:active {
    color: #C19B28;
}

body {
    background-color: #656565;
    background-image: url(Images/background.jpg);
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: #FFFFFF;
}

img {
    border-width: 0;
}

/* 1 HEADER */

.header {
    background-image: url(Images/header.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 789px;
    height: 76px;
    margin: 0 auto 5px auto;
}


h1 {
    position: absolute;
    left: 37px;
    top: 12px;
    text-transform: uppercase;
    font-size: 18px;
}

h2 {
    position: absolute;
    left: 37px;
    top: 45px;
    font-size: 11px;
}
h5 {
    font-size: 12px;
}

.menua {
    position: absolute;
    right: 37px;
    top: 10px;
    text-transform: uppercase;
    font-size: 10px;
}

.nav {
    position: absolute;
    left: 2px;
    top: 65px;
    text-transform: uppercase;
    font-size: 8px;
}

.menua a:visited, .nav a:visited {
    color: #DBB94F;
}

/* 1.1 SHIM */

.shim {
    display: none;
}


















/* 2 PAGE */

.page {
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.page1 {
    text-align: left;
}

h3 {
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    font-size: 1.5em;
    font-weight: bold;
}
h4 {
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    font-size: 1.3em;
    font-weight: bold;
}

.h4 {
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 0.4em;
    margin-bottom: 1em;
}


/* 2.1 ALL PAGES */

#materiel, #home, #resume, #links, #albums, #photos, #details, #register, #admin-albums, #admin-photos, #admin-details, #galleryHome {
    position: relative;
    width: 686px;
    padding: 0px 37px;
    padding-top: 1px; /* Weird Mozilla Bug */
    padding-bottom: 40px; /* Weird Mozilla Bug */ /* border-right: fuchsia 1px dotted; border-top: fuchsia 1px dotted; border-left: fuchsia 1px dotted; border-bottom: fuchsia 1px dotted; */
}


#sidebar {
    float: left;
    width: 214px;
    height: 100%; /*border-right: fuchsia 1px dotted; border-top: fuchsia 1px dotted; border-left: fuchsia 1px dotted; border-bottom: fuchsia 1px dotted;*/
}

#content {
    margin-left: 230px; /* border-right: fuchsia 1px dotted; border-top: fuchsia 1px dotted; border-left: fuchsia 1px dotted; border-bottom: fuchsia 1px dotted;*/
}

#home #content {
    margin-left: 250px; /* border-right: fuchsia 1px dotted; border-top: fuchsia 1px dotted; border-left: fuchsia 1px dotted; border-bottom: fuchsia 1px dotted;*/
}


#resume h4,  #links h4 {
    margin-top: 0;
    border-top: 1px solid #505050;
    padding-top: 1.0em;
    position: absolute;
    left: 37px;
    width: 220px; /*border-right: fuchsia 1px dotted; border-top: fuchsia 1px dotted; border-left: fuchsia 1px dotted; border-bottom: fuchsia 1px dotted;*/
}



#whatsnew {
    float: left;
    width: 200px;
    height: 100%;
}

#coollinks {
    margin-left: 220px;
}


#materiel dd {
    padding-bottom: 1em;
    clear: both;
}
#materiel .sold {
    color: gray;
}


#resume #photo {
    position: absolute;
    left: 37px;
    top: 20px;
    width: 214px;
}

#resume .first, #galleryHome .first {
    margin-top: 0;
    border-top: 1px solid #505050;
    padding-top: 1.5em;
}


dl {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #505050;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    position: relative;
}

dt {
    position: absolute;
    left: 0;
}

dd {
    margin-left: 180px;
    height: 2.0em;
}

.emptydata td {
    padding: 50px;
    color: #aeaeae;
}



.viewobservatory {
    margin-left: auto;
    margin-right: auto; 
    width: 450;
    text-align: center;
}




.view {
    margin-left: auto;
    margin-right: auto; /*width: 686px;*/
    width: 686;
    text-align: center;
}

.view .photo-frame {
    margin-left: auto;
    margin-right: auto;
}

.item {
    padding: 20px 50px;
    color: #B2B2B2;
}

.item h4 {
    margin-bottom: 0.4em;
}

.nullpanel {
    padding: 150px;
    width: auto;
    text-align: center;
}









.buttonbar, .buttonbar-top {
    width: 686px;
    height: 36px;
    background-image: url(Images/photonav.gif);
    background-repeat: no-repeat;
    margin-bottom: 5px;
    text-align: center;
}












/* 3 FOOTER */

.footerbg {
    width: auto;
    height: 50px;
    text-align: center;
}

.footer {
    background-image: url(images/footer.gif);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 770px;
    height: 50px;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
}

.menub {
    margin: 8px auto 2px auto;
    text-transform: uppercase;
    font-size: 10px;
}

.menub a:visited {
    color: #DBB94F;
}



/* Inline styles are used because image controls hard code a border property */

.photo_198
{
    /*border: 4px solid #FFFFFF;
    */
    border: 1px outset #808080;
}



/* Gallery styles....*/
#gallerySidebar {
    float: left;
    width: 150px;
    height: 100%;
    margin-left: -10px;
}

#galleryContent {
    height: 100%;
    margin-left: 135px;
    margin-right: -30px; /*  text-align: center;*/ /*border-right: fuchsia 1px dotted; border-top: fuchsia 1px dotted; border-left: fuchsia 1px dotted; border-bottom: fuchsia 1px dotted;*/
}
#galleryPhoto {
    margin-top: 0;
    text-align: left;
}
#galleryPhoto h4 {
    margin-top: 0;
    text-align: left;
}
#galleryPhoto table {
    text-align: center;
}
.comment {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 10px;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    background-color: transparent;
}
.comment_label {
    font-weight: bolder;
    color: silver;
    text-align: left;
    margin: 2px;
    padding-right: 2px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    width: 100px;
}

.comment_description {
    font-weight: normal;
    color: #ffffdd;
    text-align: left;
    margin: 2px;
    padding-right: 2px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
}




#recentImages {
    margin-top: 20px;
}

#recentImages .object {
}

#recentImages .objectThumb {
    position: static;
    margin-top: 0px;
    width: 60px;
}
#recentImages .publishDate {
    position: static;
    width: 80px;
}
#recentImages .catalogueName {
    position: static;
    width: 70px;
    text-align: left;
}
#recentImages .name {
    position: static;
    width: 200px;
    text-align: left;
}

.tmateriel {
    vertical-align: top;
}

.tmateriel H3 {
    margin-top: 0.5em;
    margin-bottom: 0.0em;
    font-size: 1.5em;
    font-weight: bold;
}
.tmateriel .line {
    border-bottom: 1px solid #505050;
}

.tmateriel td {
   vertical-align: top;
  padding-top:10px;
}

.tmateriel H4 {
    margin-top: 0.0em;
    margin-bottom: 1.12em;
    font-size: 1.3em;
    font-weight: bold;
}