/* Stylesheet for David Adams Film
Media:	All  */

/* Global reset */
*
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body
{
    background-color:#ffecb7;
    font-size: 0.8em;
    background:#ffecb7 url(images/bgnd_body.jpg) fixed no-repeat center center;
    position:relative;
}
a
{
    color: #000;
}

a img
{
    border: 0;
}

img,
object
{
    display: block;
}
ul
{
    list-style-type: none;
}

strong
{
    font-weight: bold;
}

h3,
h4
{
    font-weight: normal;
}

.clearfix:after
{
    content:".";
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}

div#bgnd img
{
    width:100%;
    height:auto;
}
div#wrap
{
    position:absolute;
    top:0;
    width:100%;
    text-align:center:
}

#wrapPage
{
    display: table;
    table-layout: fixed;
    position:relative;
    background: #793802 url(images/navigationMainbg.gif) repeat-x top left;
}
#page
{
    display: table-row;
    background: url(images/bgnd_navMain.jpg) repeat scroll top left;
}

#wrapNavMain,
#wrapContent
{
    display: table-cell;
    vertical-align: top;
    height:450px;
}

/* Widths */
#header,
#wrapPage,
#footer
{
    width: 779px;
    margin:0 auto;
}
#wrapNavMain
{
    width:156px;
    width:170px;
}
#wrapContent
{
    width: 609px;
    background:#ecc44a url(images/topShadow.gif) top left repeat-x;
}


/* content divs for 2 column pages */
#content
{
    padding:25px;
}

/* layout & overrides for 3 column home page */
#wrapContent #features
{
    padding:0;
    width:396px;
    background-color: #ffecb7;
}
#wrapContent #features h2
{
    margin:0;
}
#wrapContent #thumbnails
{
    float:right;
    width:213px;
    background-color:#ecc44a;
}
#wrapContent #thumbnails img
{
    float:none;
    margin:0;
}
#wrapContent #thumbnails a
{
    color:#793802;
    text-decoration:underline;
}
#wrapContent #thumbnails h4
{
    padding-top:0;
    text-transform:none;
    font-weight:normal;
}
/***/
/* #wrapContent styles */
#wrapContent
{
    color:#803f00;
}
#wrapContent p,
#wrapContent blockquote,
#wrapContent dt
{
/*    margin-top:0.5em;*/
/*    margin-bottom:0.5em;*/
    margin-bottom:1em;
}

#wrapContent blockquote
{
    width: 250px;
}

#wrapContent h3
{
    font-size: 1.3em;
    margin-top:1em;
    margin-bottom:1em;
    font-weight: bold;
}

#wrapContent h2
{
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom:1em;
    color: #532201;
    font-size: 1.3em;
}

#wrapContent h4
{
    text-transform: uppercase;
    padding-top: 1em;
    font-weight: bold;
}

#wrapContent img
{
    float: right;
    margin-left:1em;
    margin-bottom:0.5em;
}

#wrapContent a
{
    color: #7F4000;
    text-decoration: none;
}

#wrapContent a:hover
{
    text-decoration: underline;
}

dl h5
{
    display: inline;
    font-style: italic;
    font-weight: normal;
    font-size: 1em;
}

dt span.date
{
    font-weight: bold;
}

dl li
{
    margin-top: 1em;
    text-indent: 1em;
}

/* Media listings */
dl.media
{
    width: 570px;
}
#wrapContent dl.media dt
{
    float: left;
    width: 465px;
    font-weight: bold;
    font-size: 0.9em;
    clear:both;
    margin-bottom:0.5em;
    color:#532201;
}
dl.media dd.image
{
    float: right;
    border: 1px solid #7F4000;
    width:71px;
    height:53px;
}
#wrapContent dl.media dd.image img
{
    float:none;
    margin:0;
}
dl.media dd.categories
{
    width:465px;
    margin-bottom:2em;
}
#wrapContent dl.media dd.categories img
{
    float:left;
    margin:-4px 0 0 0.8em;;
    margin-left:0.8em;
}

#pagination
{
    list-style: none;
    clear: both;
}

#pagination li
{
    display: inline;
}

/* Contact */
#contactAddress
{
    margin: 1em;
}

/* Header */

/* give the header a background image when flash is not present */

#header
{
    display:block;
    width:786px;
    height:113px;
}

#headerFlash, div.headerFlash
{
    background-image:url(images/header.gif);
    background-repeat:no-repeat;
    background-position:0 1px;
    position:relative;
    left:-4px;
    width:786px;
    height:113px;
    text-indent:-9999em;
    /*margin-top:-1px;*/
}

/* Menu */
#navHeader
{
    background: #793802 url(images/navigationMainbg.gif) repeat-x top left;
    height: 38px;
    text-indent: -9999em;
}

#navMain
{
    background: #a95300 url(images/backgroundDark.gif);
    font-size: 0.9em;
}

#navMain li
{
    border-top: 1px solid #bb7432;
    color: #ffeea8;
}

#navMain li a
{
    border-right: 1px solid #793802;
    padding: 5px;
    display: block;
    color: #ffeea8;
    text-transform: uppercase;
    text-decoration: none;
}
#navMain li a a
{
    padding-right:0;
}

#navMain li ul li
{
    padding-left:1.5em;
    font-size: 0.8em;
    line-height: 1.8em;
}

#navMain li a:hover,
#wrapNavMain form #searchSubmit:active
{
    background-color:#ffeea8;
    color:#a95300;
}
#wrapNavMain #searchMenu 
{
    padding: 5px;
    background-color: #793802;
    color: #ffeea8;
}
#wrapNavMain form label
{
    text-transform: uppercase;
    display: block;
}
#wrapNavMain form input
{
    border: 1px solid #bb7432;
}

#wrapNavMain form #searchQuery
{
    width: 124px;
}

#wrapNavMain form #searchSubmit
{
    width: 30px;
    background-color: #a95300;
    color: #fff;
}

/* Content */
#promoWrapper
{
    display:block;
    width:396px;
    height:255px;
}

#promoImage, div.promoImage
{
    background-image:url(images/promo.gif);
    background-repeat:no-repeat;
}
#promoImage, div.promoImage a
{
    text-indent:-999em;
    display:block;
}
#promoHeader
{
    text-indent: -999em;
    background: url(images/promobg.jpg) no-repeat top left;
    height: 38px;
}
#newsHeader
{
    text-indent: -999em;
    background: url(images/newsbg.jpg) no-repeat top left;
    height: 38px;
}
#features #newsMain
{
    padding:15px;
    padding-top:0;
}
#newsmain p
{
    margin-top:0.5em;
    margin-bottom:0.5em;
}
#newsMain li
{
    font-size: 0.9em;
} 
#newsMain h3
{
    color:#dca349;
    font-weight: bold;
} 
#newsMain p.newsDate
{
    color:#532201;
    font-weight:bold;
    padding-top:1.5em;
}
#features #newsMain p.newsDate
{
    padding-top:0.5em;
    margin-bottom:0.5em;
}
#features #newsMain h3
{
    margin-bottom:0;
}
#div_slideShow
{
    text-align:center;
    margin:0 auto;
    background-color:#000;
    width:394px;
}

/* Highlights */
.galleryHighlight
{
    background: url(images/galleryHighlightbg.gif) no-repeat top left;
}

.videoHighlight
{
    background: url(images/videoHighlightbg.gif) no-repeat top left;
}

.galleryHighlight h4,
.videoHighlight h4
{
    font-size: 0.9em;
    text-indent: 6px;
    color: #793802;
}

.galleryHighlight h4 a,
.videoHighlight h4 a
{
    color: #793802;
    display: block;
    height: 18px;
    padding-top: 20px;
}

/* Footer */
#footer
{
    background: url(images/footerbg.gif) repeat-x top left;
    padding: 80px 0 5px 0;
    color: #ffeea8;
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 1em;
}


#viewer
{
    text-align:center;
}

#viewer object
{
    margin:0 auto;
}
#viewer a
{
    display:block;
    width:138px;
    height:25px;
    position:absolute;
    top:0;
    left:83px;
}
#wrapContent #viewer div
{
    display:block;
    margin:0 auto;
    float:none;
}
#wrapContent #whereToNext
{
    color:#803e00;
    background:transparent url(images/bgnd_whereToNext.jpg) scroll repeat-y center top;
    margin-top:15px;
    margin-bottom:25px;
}
#wrapContent #whereToNext li
{
    border-bottom:1px dashed #803e00;
}
#wrapContent #whereToNext a.image
{
    display:block;
    float:left;
    width:33px;
    height:24px;
    padding:3px;
}
#wrapContent #whereToNext img
{
    margin-left:0;
}
#photoAction img,
#div_slideShow img
{
    display:inline;
    margin:0;
}
#photoActions
{
    height:43px;
    width:394px;
    background-color:#411408;
    margin:0 auto;
}
#photoActions a img
{
    float:left;
    margin:0;
}
#photoActions a#photo_purchase img
{
    padding-right:150px;
}

#wrapContent #whereToNext a.title
{
    color:#555;
    display:block;
    padding:7px;
    padding-bottom:8px;
}
#wrapContent #whereToNext a:hover
{
    background-color:#803e00;
    text-decoration:none;
    color:#fff;
}
#div_slideShow img
{
    float:none;
}

#wrapContent .collection img
{
    float:none;
    margin:0;
    margin-top:0.5em;
}
#wrapContent .collection div
{
    margin-bottom:1em;
}
#wrapContent .collection .formButton
{
    margin-left:0;
}

/* Forms */
form li
{
    margin-top: 15px;
}

.formData dt
{
    display: block;
    width: 100px;
    float: left;
    clear:left;
    margin-botom:0;
}
.formData dd
{
    margin-bottom:1em;
}
.formData dd span.error
{
    line-height:1.5em;
}
.formData input,
.formData dd.text-multiline textarea
{
    border: 1px solid #bb7432;
    width: 350px;
    padding:2px;
    font-size:1em;
}

.formButton
{
    margin-top:1em;
    margin-bottom:1em;
    margin-left: 100px;
}
.formButton input
{
    width:auto;
    background-color:#a95300;
    border: 1px solid #bb7432;
    color:#fff;
    padding: 0 0.2em;
}
.formButton input:hover,
.formButton input.hover
{
    color:#a95300;
    background-color:#ffeea8;
    cursor:pointer;
}

iframe.fancy_upload
{
    height:25px;
}

img.fancy_upload_preview
{
    float:none !important;
    max-height:320px;
    max-width:200px;
}

/* EDIT MODE LINKS */
#wrapContent a.editmode
{
    padding:1px 5px;
    line-height:2.5em;
    border:1px solid #bb7432;
    background-color:#a95300;
    color:#fff;
}
#wrapContent a.editmode:hover
{
    border-color:#a95300;
    color:#a95300;
    background-color:#ffeea8;
    text-decoration:none;
}


#content.editProject input
{
    margin-bottom:1em;
}

.fileInputObject
{
    display:block;
    margin-bottom:1em;
}
.existingfileObject input
{
    width:auto;
    margin-bottom:1em;
}
.existingfileObject input#delete_collection_thumbnail,
.existingfileObject input#delete_collection_feature_thumbnail
{
    margin-right:0.5em;
}
.noFloat
{
    float:none !important;
    margin:0 !important;
}

