/*------------------------------------------------------------------------------
Main style sheet most likely used for all pages, except for the products and
shopping cart

version 0.1 Beta
email: ifubad@comcast.net
------------------------------------------------------------------------------*/

/*Content: general settings---------------------------------------------------*/

h1, h2, h3, h4, h5 ,h6 {
    margin: 0;
    padding: 0;
    line-height: .5em;
    color: #808080;
}

#content {
    padding: 2em 20px 2em 20px;
    background-image: url(../images/background03.png);
    background-color: #FFFFFF;
}

span.bold {
    font-weight: bold;
}

/* single thumbnail when hovered, larger image pops up------------------------*/
div.popUp {
    float: right;
    margin: 0 0 2em 2em;
    position: relative;
}
/*----------------------------------------------------------------------------*/

img.small {
    padding: 5px;
    background-color: #FFFFFF; /*white*/
    border: 1px solid #808080; /*grey*/
}

span.large {
    display: none;
}

div.popUp:hover span.large {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 5px;
    text-align: center;
    background-color: #FFFFFF; /*white*/
    border: 1px solid #808080; /*grey*/
}

/*Become an Affiliate & Contact Us pages----------------------------------------*/
p.contactMsg {
    margin-left: 9.5em;
    font-weight: bold;
    display: block;
    width: 25em;
}

#content label {
    width: 9em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    line-height: 1.6em;
}

#content input {
    background-color: #FFF1D3;
    border: 1px solid #781351;
    width: 25em;
}

#content .message textarea {
    background-color: #FFF1D3;
    border: 1px solid #781351;
    width: 25.6em;
    height: 17em;
}

#content .submit input {
    margin-left: 9.5em;
    background-color: #ffa20f;
    border: 1px outset #d7b9c9;
    width: 6em;
}

#content .disabledInput {
    background-color: #EBEBE4;
    color: #ACA899;
}

/*Reproductions----------------------------------------------------------------*/
#catalogContent {
    width: 690px;
    margin: auto;
}

.thumbnailContainer {
    float: left;
    position: relative;
    width: 150px;
    height: 190px;
    margin: 10px;
}

.thumbnailContainer * {
    text-decoration: none;
}

.subThumbnailContainer {
    position: absolute;
    bottom: 0;
    width: 150px;
}

.subThumbnailContainer img { /* setting to relative in-order to adjust the left
                             property to center thumbnail to its fixedcontainer */
    position: relative;
}

span.title { /* to help align bottom of picture themselves to each other, despite
                if the title text is one or two rows */
    display: block;
    height: 3.5em;
    text-align: center;
}

div.subThumbnailContainer:hover span.large {
    display: block;
    position: absolute;
    padding: 5px;
    text-align: center;
    background-color: #FFFFFF; /*white*/
    border: 1px solid #808080; /*grey*/
    z-index: 1000;
}

span.large * {
    border: none;
    color: #000000; /*black*/
    text-decoration: none;
}

/*Originals-------------------------------------------------------------------*/

span.available {
    color: #C80F0F;
    font-weight: bold;
}

img.sold {
    border: 0px;
}

/*Product---------------------------------------------------------------------*/
#previousNext {
    float: left;
    position: relative;
    left: 50%;
    margin-bottom: 4em;
}

#previousNext ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    left: -50%;
}

#previousNext li {
    float: left;
    position: relative;
    margin: 0 .25em;
}

#imageContainer {
    text-align: center;
}

#imageContainer img {
    padding: 10px;
    border: 1px solid #808080; /*grey*/
    background-color: #FFFFFF;
}

#detailContainer {
    margin: 1em auto 0;
}

#detailContainer ul {
    margin: 0 0 .5em;
}

a.tip {
    position: relative;
}

a.tip img {
    border: none;
}

a.tip span {
    display: none;
}

a.tip:hover span {
    display: block;
    position: absolute;
    top: 30px;
    left: 20px;
    border: 1px solid black;
    text-decoration: none;
    background-color: #FFF3D9;
    color: #000000;
    white-space: nowrap;
    padding: 0 .25em;
    -moz-border-radius: 5px;
}

a.tip:hover {
    border: none; /*triggers the a hover in IE6, it may be aother property if code is changed*/
    z-index: 999;
}

/*Home------------------------------------------------------------------------*/
p#intro:first-letter {
    color: #AB7A38;
    font-size:xx-large
}

img#introImg {
    padding: 5px;
    border: 1px solid #808080;
    background-color: #FFFFFF;
    margin-top: 20px;
}

div#subContent1 {
    float: left;
    width: 50%;
}

div#subContent2 {
    margin-top: 10px;
    float: right;
    width: 47%;
    height: 272px;
    overflow: auto;
}