/*
BASE STYLES
*/

#header, #featured {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dotted #999999;
}
#featured.detail, #header.detail {
    margin: 0;
    padding: 0;
    border: none;
}
h2 {
    margin-bottom: 0.8em;
}

/*
PHOTO DETAIL STYLES
*/

#header.detail .caption {
    margin-top: 0.3em;
}
#header.detail .image {
    text-align: center;
}
#header.detail img {
    border: 1px solid #999999;
}
#header.detail .caption {
    font-size: 93%;
}
#header.detail .byline {
    font-size: 66%;
    color: #666666;
    text-transform: uppercase;
    text-align: right;
}
#header.detail .pubdate {
    font-size: 66%;
    color: #666666;
    margin-top: 0.5em;
}

/*
FEATURE STYLES
*/

#main-featured {
    width: 620px;
    float: right;
}
#secondary-featured {
    width: 300px;
    float: left;
}
.detail #main-featured {
    float: left;
}
.detail #secondary-featured {
    float: right;
}
#main-featured h3 {
    margin-top: 0.5em;
    font-size: 145%;
}
#main-featured .caption {
    margin-top: 0.3em;
}
#secondary-featured li {
    margin-bottom: 0.8em;
}
#secondary-featured img {
    border: 1px solid #999999;
    float: left;
    margin-right: 0.5em;
}
#secondary-featured h3 {
    margin-bottom: 0.3em;
}
#secondary-featured .caption {
    font-size: 93%;
}

/*
SLIDESHOW STYLES
*/

#main-featured {
    background-color: #EFEFEF;
    border: 1px solid #CCCCCC;
    padding: 8px 10px;
}
#main-featured h3 {
    margin: 0 0 0.3em;
}
#main-featured ul li {
    width: 100%;
}
#main-featured ul li .image {
    border: 1px solid #000000;
    background-color: #000000;
    text-align: center;
    width: 618px;
    height: 422px;
    display: table-cell;
    vertical-align: middle;
}
#main-featured ul li img {
    vertical-align: bottom;
}
#main-featured .byline {
    font-size: 66%;
    color: #666666;
    text-transform: uppercase;
    text-align: right;
}
#main-featured .caption {
    margin: 0;
}
#main-featured .cycle-gallery-pages {
    text-align: center;
    margin-top: 0.5em;
    font-size: 77%;
}
#main-featured .cycle-gallery-pages * {
    display: inline;
}
#main-featured .cycle-pager a {
    margin: 0 0.2em;
}
