﻿/* 
Project: ATLANTA HISTORY CENTER ALBUM
         (PSDs to high quality, standards based XHTML & CSS)
Author: Joe Twumasi
Author URI: http://www.xposegrafix.com
*/
/*---------------------------------------------------------------
 Reset Style Applied
---------------------------------------------------------------*/

html, body, p, ul, lo, li, form, fieldset, label, input, strong, b, img, span, a, img, h1, h2, h3, h4, h5, h6, table, td, th, div
{
    margin: 0px;
    padding: 0px;
    outline: none;
}

ul, ol
{
    list-style: none;
}

img
{
    border: 0px;
}

h1, h2, h3, h4, h5, h6
{
    font-style: normal;
}

/*---------------------------------------------------------------
 Base Style
---------------------------------------------------------------*/

body
{
    background: #fff;
    font: 12px Arial, Tahoma, sans-serif;
    color: #585858;
    line-height: 20px;
    text-align: center;
}

a, a:active
{
    text-decoration: none;
    color: #003869;
}

a:hover
{
    color: #096b8d !important;
}

/*---------------------------------------------------------------
 Main Style Applied
---------------------------------------------------------------*/
#atl-wrapper
{
    width: 861px;
    margin: 0px auto;
    border: 3px solid #003869;
    text-align: left;
    background: #fff;
    padding: 3px;
    margin-bottom: 30px;
    background: url(./images/logowatermark.jpg) no-repeat 0 114px;
}

#head-wrapper
{
    background: #003869;
    height: 80px;
    position: relative;
    width: 861px;
}

#head-wrapper img
{
    position: relative;
    top: 9px;
    left: 20px;
}

.header-links-wrapper
{
    text-align: right;
}

.header-links ul
{
}

.header-links ul li
{
    display: inline;
}

#menu
{
    background: #c0ddf5;
    height: 30px;
    width: 861px;
    margin-top: 1px;
}

#menu ul li
{
    display: inline;
}

#menu ul li a
{
    float: left;
    color: #003869;
    padding: 6px 30px;
    border-right: 1px solid #fff;
    font-weight: bold;
    font-size: 8pt;
}

.rmrightBorder
{
    border-right: 0px !important;
}

#middleHeader
{
    height: 245px;
    margin-bottom: 1px;
}

#main-content
{
    width: 861px;
}

#contentwrapper
{
    float: left;
    width: 100%;
}

#contentcolumn
{
    margin: 0 235px 0 234px;
    width: 370px;
    padding-left: 20px;
    padding-top: 15px;
}

#contentcolumn .gallery
{
    padding: 2px;
}

#contentcolumn .gallery ul li
{
    display: inline;
    float: left;
    width: 110px;
    margin: 0px 10px 24px 0px;
}

#contentcolumn .gallery ul li span
{
    color: #003869;
    font-weight: bold;
    display: block;
    line-height: 16px;
}


#leftcolumn
{
    float: left;
    width: 234px; /*Width of left column in pixel*/
    margin-left: -861px; /*Set margin to that of -(MainContainerWidth)*/
    background: #0a5697;
    margin-top: 1px;
    min-height: 236px;
    color: #fff;
}

#rightcolumn
{
    float: right;
    width: 235px; /*Width of right column*/
    margin-left: -235px; /*Set left margin to -(RightColumnWidth)*/
    margin-top: 1px;
}

#rightcolumn img
{
    border-bottom: 1px solid #fff;
}



.clearboth
{
    clear: both;
}
/*---------------------------------------------------------------
 Form Style
---------------------------------------------------------------*/
#collectionSearch
{
    padding: 7px 0px 10px 10px;
}

#collectionSearch p
{
    display: block;
    padding: 1px 0px;
}

#collectionSearch p input[type=text]
{
    width: 200px;
    border: 1px solid #666;
    background: #fff;
}

#collectionSearch p input.shrtinput[type=text]
{
    width: 45px;
    border: 1px solid #666;
    background: #fff;
}

.search
{
    border: 0px;
    background: url(./images/search.gif) no-repeat;
    width: 115px;
    height: 21px;
    cursor: pointer;
    margin-top: 7px;
}

.searchtips
{
    border: 0px;
    background: url(./images/searchtips.gif) no-repeat;
    width: 114px;
    height: 22px;
    cursor: pointer;
    margin-top: 3px;
}

#advancedSearch
{
    padding: 0px 0px 10px 10px;
}

#advancedSearch p img
{
    margin-bottom: 1px;
}

#advancedSearch p input[type=text]
{
    width: 200px;
    border: 1px solid #666;
    margin-bottom: 4px;
    background: #fff;
}

.adsearch
{
    border: 0px;
    background: url(./images/asearch.gif) no-repeat;
    width: 90px;
    height: 21px;
    cursor: pointer;
    margin: 18px 0px 0px 20px;
}

.adsearchs
{
    margin-bottom: 10px;
}

.googlesearch
{
    float: left;
}

.divider
{
    height: 40px;
}

#browsephotos p span
{
    color: #660000;
}

#browsephotos p select
{
    width: 400px;
    font-size: 11px;
}

#browsephotos p input.go
{
    text-transform: lowercase;
    background: #aaaaaa;
    border: 0px;
    color: #fff;
    cursor: pointer;
    width: 25px;
    padding: 1px;
    font-size: 11px;
}

.srhselect
{
    border-bottom: 1px solid #333;
    padding: 3px;
    width: 560px;
    margin-bottom: 8px;
}

#searchphotos
{
    margin-top: 25px;
}

.searchfields
{
    margin-top: 26px;
}

#advancedsearch
{
    clear: right;
}

#advancedsearch fieldset
{
    border: 1px solid #bababa;
    padding: 5px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    color: #000;
    font-size: 12px;
}

.topsetting
{
    height: 22px;
}

.searchbyfields
{
    float: left;
    border-bottom: 1px solid #000;
    padding: 0px 6px;
}

.selected, a:active
{
    color: #000 !important;
    font-weight: bold;
}

.searchbyfields a, a:active, a:hover
{
    color: #949494;
}

.searchbyitemtype
{
    float: right;
}

.inputs
{
    margin-left: 40px;
    width: 342px;
    margin-top: 10px;
}

.inputs p label
{
    float: left;
    width: 110px;
    padding-left: 6px;
}

.inputs p.fieldsinput
{
    display: block;
    background: #e4e4e4;
    margin-bottom: 4px;
}

.inputs p input[type=text]
{
    width: 218px;
    padding: 1px 2px;
}

.search_btn
{
    border: 0px;
    background: #949494;
    font-size: 12px;
    cursor: pointer;
    padding: 1px 3px;
    color: #fff;
}

.clear_btn
{
    border: 0px;
    background: #bababa;
    font-size: 12px;
    cursor: pointer;
    padding: 1px 3px;
    color: #fff;
}

.select_specific
{
    width: 685px;
    margin: 6px auto;
}

.specificcollections
{
    float: left;
    width: 400px;
}

.specific_collections
{
    background: #e4e4e4;
    width: 320px;
    float: left;
    font-size: 11px;
}

.specific_collections select
{
    width: 320px;
    font-size: 12px;
    height: 130px;
}

.addRemove
{
    float: right;
    height: 50px;
    vertical-align: middle;
    margin-top: 40px;
}

.action
{
    border: 0px;
    background: #bababa;
    font-size: 12px;
    cursor: pointer;
    padding: 1px 3px;
    color: #fff;
    margin-bottom: 8px;
}

.centerbtn
{
    margin-left: 10px;
}

.selected_collections
{
    float: right;
    width: 280px;
    padding-left: 5px;
}

.selected_collections p select
{
    width: 280px;
    font-size: 12px;
    height: 130px;
}

.bkgselect
{
    padding-bottom: 20px;
    background: #e4e4e4;
}
/*---------------------------------------------------------------
 Inner page Style
---------------------------------------------------------------*/
#breadcrumb
{
    height: 85px;
    width: 861px;
    border-bottom: 1px solid #003869;
}

#breadcrumb h1
{
    color: #003869;
    padding: 35px 0px 0px 10px;
    font-size: 38px;
}

#breadcrumb p
{
    padding: 5px 0px 0px 15px;
    color: #003869;
    font-weight: bold;
}

#ipages-content
{
    min-height: 400px;
    margin: 25px 60px;
}

#ipages-collections
{
    min-height: 400px;
    margin: 5px 1px;
}

.photolinks
{
    padding: 3px 12px;
    color: #003869;
    font-weight: bold;
}

.photolinks a
{
    padding: 0px 6px;
}

.photoinfo
{
    border: 1px solid #cccccc;
    border-left: 0px;
    border-right: 0px;
    margin: 8px 0px;
    text-align: left;
    padding: 2px 0px;
    color: #003869;
    font-size: 13px;
    padding-left: 220px;
}

.showphoto
{
    padding: 6px 20px 6px 50px;
    float: left;
}

.photolinkoption
{
    float: right;
    width: 155px;
    margin-right: 30px;
    margin-top: 10px;
}

.topoptionlink
{
    padding: 12px 0px;
    border-top: 1px solid #003869;
    border-bottom: 1px solid #003869;
}

.phdetaillink
{
    background: #4e2905;
    width: 155px;
    display: block;
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

.nomargin
{
    margin-bottom: 0px;
}

.phdetaillink a:active
{
    color: #fff;
}

.phdetaillink a:hover
{
    color: #ffffff;
}

.bottomoptionlink
{
    margin-top: 290px;
}

.photodetaildivider
{
    border-top: 1px solid #cccccc;
    height: 5px;
}

.large_photodescription
{
    margin: 25px 0px 20px 50px;
    font-size: 11px;
    color: #333;
    line-height: 18px;
}

.large_photodescription table tr td.dtitle
{
    width: 140px;
    font-weight: bold;
    vertical-align: top;
}

.large_photodescription table tr td a
{
    color: #44a0e6;
}

.browse_by_subject_results
{
    margin-top: 14px; /*height: 550px;   overflow: auto;*/
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    padding: 4px 0px 12px 10px;
}

.browse_by_subject_results table
{
    margin: 0px 10px;
}

.browse_by_subject_results table tr td
{
    border-top: 1px solid #666;
    padding: 15px 4px;
}

.leftpadding
{
    padding-left: 40px !important;
}


#ipages-content p
{
    text-align: justify;
}

.largephoto
{
    width: 370px;
    height: 290px;
    float: left;
}

.photodescription
{
    height: 290px;
    float: right;
    width: 366px;
}

.photodescription p
{
    padding-left: 20px;
    color: #003869;
    font-weight: bold;
    font-size: 13px;
}

.scroll-gallery
{
    height: 131px;
}

.scroll-gallery li
{
    display: inline;
    float: left;
    height: 131px;
}

.scroll-gallery li.left-link
{
    width: 17px;
}

.photos
{
    width: 330px;
    overflow: hidden;
}

.photos .thumbs
{
    width: 100000px;
}

.photos img
{
    margin-top: 25px;
    margin-left: 6px;
    margin-right: 6px;
}

.scroll-gallery li.right-link
{
    width: 17px;
}

.allaboutalbum
{
    float: right;
    width: 480px;
    padding: 0px 0px 40px 0px;
}

.allaboutalbum h2
{
    color: #5e170c;
    font-size: 24px;
    padding-bottom: 4px;
}

.allaboutalbum p
{
    text-align: justify;
    padding-bottom: 10px;
}

.allaboutalbum p a, a:active
{
    text-decoration: underline;
    color: #003869;
}

.allaboutalbum p u
{
    font-style: italic;
}

.pphoto
{
    float: left;
}

.collectionlist li a
{
    line-height: 35px;
    color: #5e170c;
    background: url(./images/dot.gif) no-repeat 0px 5px;
    margin-left: 25px;
    padding-left: 10px;
}

.viewall
{
    background: #003869;
    padding: 5px 10px;
    margin: 10px 0px 0px 25px;
    width: 145px;
    color: #fff;
    font-size: 11px;
}

.viewall a:active, a:hover
{
    color: #fff;
    text-decoration: none;
}

.searchtip a
{
    float: right;
    display: block;
    border: 1px soldi red;
    font-size: 13px;
    text-decoration: underline;
    margin-bottom: 7px;
}

.searchtip a:active, a:active
{
    color: #003869;
}

/*---------------------------------------------------------------
 Footer Style Applied
---------------------------------------------------------------*/
#footer
{
    clear: both;
    height: 120px;
    background: #003869;
    width: 861px;
    margin-top: 1px;
}

#l-footer
{
    float: left;
    width: 460px;
    font-size: 11px;
    color: #fff;
    line-height: 14px;
}

#l-footer img
{
    margin: 7px 5px 0px 10px;
    float: left;
}

#l-footer p
{
    text-align: left;
    float: right;
    padding-top: 11px;
}

#l-footer p a, a:active
{
    color: #fff;
}

#r-footer
{
    float: right;
    padding: 10px 40px 0px 0px;
}

.byfield
{
    margin-left: 40px;
    width: 500px;
    margin-top: 10px;
}


.byfield p.fieldsinput
{
    display: block;
    background: #e4e4e4;
    margin-bottom: 4px;
}


.byfield input[type=text]
{
    width: 150px;
    border: 1px solid #666;
    background: #fff;
}

.submit
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}

.txtEmail
{
    font-family: Arial;
    font-size: 10px;
    border: 1px solid #999999;
}

#pricing
{
    margin: 0px 20px;
}
#pricing .productmsg
{
}

.error
{
    font-size: 14px;
    color: Red;
    font-weight: bold;
}

.premessage, .postmessage, #pricing .productmsg
{
    font-weight: bold;
    text-indent: 10px;
    color: #003869;
}

