
h1 { 
    font-size: 1.6em;
    font-family: Verdana, Tahoma, arial, sans-serif;    
    padding-bottom: 25px;
    padding-top: 25px;
    color: #CC8;
    text-align: center;    
}

h2 {
    font-size: 1.4em;
    font-family: Verdana, Tahoma, arial, sans-serif;        
    margin-bottom: 10px;
    margin-top: 35px;
    color: #F88;    
    text-align: center;    
}


h3 {
    font-size: 1.2em;    
    font-family: Verdana, Tahoma, arial, sans-serif;        
    border-bottom: 1px solid #C84;
    color: #C84;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 25px;
}


h4 {
    font-size: 1.1em;
    font-family: Verdana, Tahoma, arial, sans-serif;        
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #AAA;
}

p {
    margin-top:0;
    word-spacing: 1px;
    margin-bottom: .5em;
}


/*--- General --- */

.date {
    font-size: .8em;
    color: #9CC;
    
}

.right {
    float: right;
}

.left {
    float: left;
}

.thumbnail {
    float: right;
    height: 100px;
}

.shot_thumbnail {
    width: 100px;
    height: 150px;
    margin:0;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

/*
   
   content

   The content is inside the 'main' div and contains the content for the page.  There may
   be other divs in the 'main' div such as sidebars footers
   
*/


#content h1, #content h2, #content h3, #content h4, #content li {
    clear: both;
}

#content a:hover img {
    border: 2px outset #4C4;
}

#content img {
    border: 2px outset #666;
    margin: 10px;
    zoom: 1;
}
#content div.photo {

    text-align: center;
}

#content img.icon, #content a img.icon {
    margin-top: 0;
    margin-left: 330px;
    border: none;
    float: left;
}

#content hr {
    border: 0;
    border-top: 1px dotted;
    height: 1px;
}

#content p.note {
    font-size: .8em;
    text-align: center;
    color: #ff9;
}
#content a:link {
    color: #4F4;
    text-decoration: none;
}
/*#content h4 a[href^=http], #content a[href^=http] {
    background: url( /images/globe.png ) right no-repeat;
    padding-right: 25px;
}
*/
#content a:visited  {
    color: #8C8;    
    text-decoration: none;    
}

#content a:hover {
    background-color: #4F4;
    color: #000;        
}


#content a:active {
    background-color: #FFF;
    color: #000;    
}


#content a:link[href^=mailto] {
    background: url(/images/email.gif) right no-repeat;
    background-position: 4px center;
    color: #FFF;
    padding-left: 25px;
    padding-right: 5px;

}

#content a:hover[href^=mailto] {
    background: url(/images/email.gif) right no-repeat;
    background-position: 4px center;    
    background-color: #DDD;
    color: #000;
    padding-left: 25px;
    padding-right: 5px;

}




#content a.back {
    background: url(/images/back.png) left no-repeat;
    text-transform: uppercase;

    padding-left: 35px;    
}

#content a.back:hover {
    background-color: #4F4;
    color: #000;        
}

#content a.back:active {
    background-color: #FFF;
    color: #000;    
}

#content .media
{
    text-align: center;
}


/* ----------------------
 *
 * Gallery style tab 
 *
 */
#content .gallery .resource {
    text-align: center;
    float: left;
    height: 210px;
    width: 164px;
    margin: 5px;
}
#content .gallery .resource a:link {
    color: #777;
}
#content .gallery .resource a:visited {
    color: #777;
}
#content .gallery .resource a:hover {
    background-color: #333;
    color: #777;
}
#content .gallery .resource .summary, #content .gallery .resource .date {
    display: none;
    visibility: hidden;
}
#content .gallery .resource .thumbnail {
    position: relative;
    display: block;
    margin: 0px auto;
    float: none;
    height: auto;
}
#content .gallery .resource .title {
    font-family: "Century Gothic", "Lucida Sans", Arial, sans-serif;
    text-align: center;
    font-size: .9em;
    margin-bottom: 10px;
    height: 5em;    
}


/* ----------------------
 *
 * Photo contact sheet style
 *
 */
#content .photo .resource {
/*    text-align: center;*/
    float: left;
    /*
    height: 210px;
    width: 164px;
    */
    margin: 8px;
}
#content .photo .resource a:link {
    color: #777;
}
#content .photo .resource a:visited {
    color: #777;
}
#content .photo .resource a:hover {
    background-color: #333;
    color: #777;
}

#content .photo .resource .thumbnail {
    position: relative;
/*    display: block;*/
    margin: 0px auto;
    float: none;
    height: auto;
    width: 100px;
    height: 150px;
}


/*
 *
 *  List style tab
 *
 */

#content .list {
    margin-top: 10px;    
}
#content .list div {
    clear: both;
    padding: 10px;
    margin-top: 10px;
    border-top: 1px dotted #777;
}
#_content .list h3 {
    overflow: hidden;
}
#content .list p {
    margin-right: 15px;
}
#content .list p.summary:first-letter {
    font-size: 1.3em;
    color: #ff8;
}

#content .list .resource .thumbnail {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}


#content .new {
    margin-top: 5px;    
}
#content .new div {
    clear: both;
    padding: 10px;
    margin-top: 10px;
    border-top: 1px dotted #777;
    overflow: hidden;
}

#content .new p {
    margin-right: 15px;
}

#content .new p.summary:first-letter {
    font-size: 1.3em;
    color: #ff8;
}

#content .new .resource .thumbnail {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}
