/* standard elements */
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

.crumbs a {
    text-decoration: underline;
    color: #fff;
    font-size: 100%;
}

.crumbs {
    margin-left: 10px;
}

#galleryDescription {
    margin-left: 10px;
    margin-top: 4px;
}

body {
    background: #BABABA ;
    font-size: .80em;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif
}

img {border: none;}

/* misc */
.clearer {clear: both;}
.leftFloat {float: left;}
.rightFloat {float: right;}

.pageHeader {
    font-size: 150%;
    color: white;
}


.header {
    font-size: 125%;
    font-weight: bold;
}
/* Page Header/Banner */
.banner {
    color: white;
    text-align: right;
    padding-right: 1em;
    font-size: 32pt;
    height: 100px;
    background: #A0A0A0;
    padding-top: 25px;
}

.subBanner {
    font-size: 12pt;
    font-style: italic;
}

/* structure */
.main_container {
}

.main {
    background: #BABABA;
    min-height: 600px;
    padding-top: 1em;
}
.main .left {
    width: 60%;
    float: left;
    background-color: #CBCBCB;
}
.main .right {
    width: 35%;
    float: right;
}

/* navigation */
.nav {
    background-color: #A0A0A0;
    width: 100%;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
.nav a {
    color: #FFF;
    font-size: 125%;
    font-weight: bold;
    padding-right: 1em;
}
.nav a:hover {
    color: #000;
}
/* sub-navigation (rh column)*/
.subnav {
    border-top-color: #444;
    padding: 12px;
    min-height: 600px;
}

/* Section Headers */
.subnav h1 {
    color: white;
    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;
}

.anselGaleryWidget a {
    text-decoration: none;
    color: blue;
}
.anselGalleryWidget img {
    border: 2px solid #ccc;
    margin: 2px;
    padding: 2px;
}


/* footer */
.footer {
    background: #191919;
    border-top: 1px solid #444;
    color: #999;
    padding: 3% 3% 1%;
}
.footer ul {
    border-top: 1px solid #262626;
    margin: 0;
}
.footer li {
    border-bottom: 1px solid #262626;
    list-style: none;
}
.footer li a {
    display: block;
    line-height: 2em;
    padding-left: 4%;
    width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
    color: #BBB;
    background: #222;
}

/* Photo grid on front page */
#grid {
    padding-top: 50px;
}

/* 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: #FFF;
}
#CaptionContainer {
    text-align: left;
    margin:0pt auto;
}
/* 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: #fff;
    text-decoration: underline;
}

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

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

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

/* 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: #CBCBCB none repeat scroll 0%;
    color: white;
    display: block;
    float: left;
    font-weight: normal;
    font-size: 90%;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    /*height: 85px;*/
    margin: 4px 4px 4px -10px;
    padding: 5px;
    padding-bottom: 10px;
    width: 3em;
    z-index:100;
    border: 1px solid black;

}

.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;
}
.article {
    clear: both;
    margin: 10px 0 20px;
}
.articleBody {
    margin-left: 1em;
    font-size: 110%;
}
.articleLink {
    font-style:italic;
    margin-left: 1em;
    border-top: 1px solid #5647A7;
}

.rfNewsHeader {
    font-weight: bold;
}

.rfNewsBody {
    margin-left: 3em;
}