/* standard elements */
* {
    margin: 0;
    padding: 0;
}

a {text-decoration: none;}

body {
     background-color: #EFD9B5;
     font: normal 12px Kepler, "New Century Schoolbook", Georgia, serif;
}

p,ul {
    font-size: 1.2em;
    padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
    background: #eee;
    border: dashed 1px #bbb;
    display: block;
    font-size: 12px;
    margin: 0 10px 12px;
    padding: 8px 10px;
    white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
    font: bold 1.6em Verdana,sans-serif;
    padding-bottom: 4px;
}

/* misc */
.clearer, .clear {clear: both;}
.stripes {
    background: #333 url(../img/stripe.gif);
}
.left {float: left;}
.right {float: right;}

/* header */
.pageHeader {
    background: #CDB792 url(../img/banner2.png) no-repeat;
    border-bottom: 1px solid #333;
    font: normal 2em sans-serif;
    height: 140px;
}

/* structure */
.maincontainer {
    border: 3px solid #bca681;
    border-top: none;
}

.main {
        background-color: #fff;
        border-bottom: 1px solid #444;
}
.main .left {width: 70%;}
.main .right {width: 30%;}
.content {
    color: #5647A7;
    border-top: 1px solid #444;
    padding: 16px;
    min-height: 500px;
}

/* content elements */
.content h1 {
    background: url(../img/bgh1.gif) repeat-x left bottom;
    color: #5647A7;
    margin-bottom: 10px;
    padding: 6px 0 4px;
}
.content a {
    color: #CDB792;
    text-decoration: underline;
}
.content a:hover {color: #CCC;}

/* navigation */
.nav {background-color: #CDB792;}
.nav a {
    color: #5647A7;
    float: left;
    font: bold 1em Verdana,sans-serif;
    padding: 0 20px;
}
.nav a:hover {
     background-color: #eee;
     color: #450;
}

/* sub-navigation (rh column)*/
.subnav {
    background: #EEEEEE;
    border: 1px solid #1E1E1E;
    border-top-color: #444;
    padding: 12px;
    min-height: 600px;
}

/* Section Headers */
.subnav h1 {
    color: #5647A7;
    margin: 0;
    border-bottom: 1px solid #5647A7;
    font-size: 150%;
}

.subnav h2 {
    color: #5647A7;
    margin: 0;
    border: 0;
    margin-left: 13px;
    border-bottom: 1px solid #ccc;
    font-size: 125%;
    font-weight: normal;
}

.subnav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.subnav li {
    font-size: 90%;
    margin: 4px;
}

.newsMore {
    color:#222222;
    font-style:italic;
    margin-left:13px;
}

/* ...and the CSS for the news content in the accordion.
   this is pulled from a custom horde block */

.article {
    clear: both;
    margin: 10px 0 20px;
}
.articleBody {
    margin-left: 3em;
}
.articleLink {
    font-style:italic;
    margin-left: 3em;
    border-top: 1px solid #5647A7;
}

.rfNewsHeader {
    font-weight: bold;
}

.rfNewsBody {
    margin-left: 10px;
}

/* New Styles for news - More 'Blog-like'*/
.newNewsContainer {
    border-left: 3px solid #5647A7;
    margin: 5px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.newNewsTitle {
    color:  #5647A7;
    font-size: 175%;
    margin-left: 5px;
    border-bottom: 1px solid black;
}

.newNewsTitle a {
    text-decoration: none;
}

.newNewsSummary {
    background-color:#eee;
    margin: 0;
    margin-left: 5px;
    font-style: italic;
    font-size: 125%;
    padding: 4px 20px 4px 70px;
}

.newNewsTags {
    background-color:#eee;
    margin: 0;
    margin-left: 5px;
    padding: 4px 20px 4px 70px;
}

.storyDate {
    background: #fff none repeat scroll 0%;
    color: #5647A7;
    display: block;
    float: left;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    height: 85px;
    margin: 4px 4px 4px -10px;
    padding: 5px;
    padding-bottom: 10px;
    width: 3em;
    border: 2px solid #CDB792;
    z-index:100;
}

.newsBody {
    margin-left: 10px;
    padding: 5px;
}

.newsBody td {
    font-size: 100%;
}

.newsDesc {
    color: black;
    margin-left: 10px;
    font-size: 125%;
}

.newsStats {
    border-top: 1px solid black;
    padding: 2px;
    margin: 5px;
    font-style: italic;
    color: #5647A7;
}



.contentBlock a {
    display: inline;
}

.contentBlock p {
     margin: 12px;
}


/* footer */
.footer {
    text-align: center;
     border-top: 1px solid black;
     background-color: #eee;
}

/* bottom */
.bottom {
    color: #666;
    clear: both;
    font-size: 1.1em;
}
.bottom a {color: #888}


/* Tiles */

.ansel-tile {
    text-align: center;
}

.gallery-tile-caption {
    color: #000;
    font-size: 110%;
    margin: 0pt;
    padding: 0pt;
}

.gallery-tile-caption a {
    color: #000;
}

.gallery-tile-stats {
    display: none;
}

.image-tile {
    margin: 4px;
}
.image-tile-caption {
    font-size: 110%;
    color: #000;
}

.image-tile a {
    color: #000;
    text-decoration: underline;
}


/* Image View */
.slideControls {
    text-align: center;
    margin: 10px;
}
.slideControls a {
    margin-left: 2px;
    margin-right: 2px;
}
#Container {
    text-align: center;
}
#PhotoName {
    display: none;
}
#Caption {color: #5647A7;}

#CaptionContainer {
    text-align: left;
    margin:0pt auto;
}

/* Gallery View */
.gallery-desc {
    font-size: 150%;
    color: #5647A7;
}
#galleryHeader {
    display: none;
}

/* List View */
#listHeader {
    display: none;
}

/* Pager */
.pager {
   text-align: center;
   font-size: 110%;
}

/* Tag Cloud */
a.earliest:link, a.earliest:visited, a.earliest:hover, a.earliest:active {
    color: #aaa;
}

a.earlier:link, a.earlier:visited, a.earlier:hover, a.earlier:active {
    color: #99c;
}

a.later:link, a.later:visited, a.later:hover, a.later:active {
    color: #99f;
}

a.latest:link, a.latest:visited, a.latest:hover, a.latest:active {
    color: #00f;
}


/* CSS rules for js embedded gallery views */
.anselGalleryWidget {
    margin: 5px;
    text-align: center;
}
.anselGaleryWidget a {
    text-decoration: none;
    color: blue;
}
.anselGalleryWidget img {
    border: 2px solid #ccc;
    margin: 2px;
    padding: 2px;
}

/** Vimeo **/
.clips ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.clips li {
    display: inline;
    padding: 0;
    margin: 10px 2px;
}
/* Redbox styles. */
#RB_overlay {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60);
}
#RB_loading {
    z-index: 101;
    width: 66;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    padding-bottom: 66px;
    text-align: center;
    background: url("graphics/redbox_spinner.gif") no-repeat bottom center;
}
#RB_window {
    z-index: 102;
    background-color: #fff;
    display: block;
    text-align: left;
    overflow: hidden;
    position: absolute;
}

#RB_info {
}
