/*Jason Parker's custom Portfolio stylesheet. Use with the Knutson CUSTOM template.*/

body {
    font: .75em Arial, Helvetica, sans-serif;
    margin: 50px;
}
body#fullsizeViewer {
    margin: 10px;
}
a {
    text-decoration: none;
    color: #CC6619;
}
a:hover {text-decoration: underline;}
#nav ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
#nav li {
    display: inline;
    /*padding: 3px 10px;
    border: 1px solid #ccc;
    font-size: .9em;*/
    color: #555;
}

#content h2 {
    color: #555;
    font-size: 1.5em;
    padding: 0;
    margin: 20px 0 5px 0;
}

#content h2#detailTitle #backToGallery {
    font-size: .5em;
}

.resultsNav {
    padding: 5px;
    background: #555;
    margin-bottom: 10px;
    font-size: .9em;
    color: #fff;
	overflow: auto;
}
.resultsCount {
    float: left;
    width: 25%;
}
.resultsPages {
    text-align: right;
}
.resultsPages a {
    padding: 0 3px;
    background: #ccc;
    color: #000;
}
.resultsPages a:hover {
    text-decoration: none;
    background: #eee;
}
#content a img {
    border: none;
}
#detail {font-size: .9em;}
#detail img {margin-bottom: 5px;}
#detailLinks ul {
    padding: 0;
    list-style: none;
}
#detailLinks li {
    display: inline;
    padding: 3px 10px;
    border: 1px solid #ccc;
    margin-right: 5px;
}
#detailInfo dt {
    font-size: .9em;
    font-weight: bold;
    color: #999;
    text-align: right;
    padding-right: 5px;
    border-right: 1px solid #ccc;
    margin-right: 5px;
    width: 10em;
    float: left;
}
#detailInfo dd {
    color: #333;
}

#results table {
    margin: 0 auto 10px auto;
    border-collapse: collapse;
}
td.record {
    padding: 10px;
    border: 1px dashed #ccc;
    text-align: center;
}
td.record a:hover img {
    filter:alpha(opacity=80); /* for IE */
    opacity:0.8;  /* CSS3 standard */
}
td.record .recordInfo {
    color: #666;
    font-size: .9em;
    padding: 5px 0 2px 0;
}

#fullsizeInfo {
    font-weight: bold;
    color: #555;
    display: inline;
}
#closeWindow {
    font-size: .9em;
    display: inline;
    padding: 0 5px;
    border: 1px solid #ccc;
}
#viewer {
    clear: both;
    margin-top: 10px;
}