body {
    font-family: arial;
    font-size: 14px;
    color: #000000;
    margin: 0em;
    /*background-color: #53A1F1;*/
    background-color: #54D1FF;
}

A:link {
    text-decoration: none;
    /*color: #555555;*/
    color: black;
}
A:visited {
    text-decoration: none;
    /*color: #999999;*/
    color: black;
}
A:active {
    text-decoration: underline;
    color: #AAAAAA;
}

#fs_outerContainer {
    /*background-image: url("../duckBack.jpg");*/
    /*background-image: url("../EleanorLogo.jpg");*/
    background-repeat: no-repeat;
    background-position: center top; 
}

#fs_logo {
    text-align: center;
    padding-top: 1em;
}

/* Not currently used. */
h1.fs_title {
    font-size: 4em;
    text-align: center;
    /* To make room for the Background Image at the top.*/
    padding-top: 3em;
    margin-top: 0em;
    margin-bottom: 0em;
    /*font-family: Century Gothic, sans-serif;*/
    /*font-family: Verdana, Geneva, sans-serif;*/
    font-family: Georgia, Serif;
    font-weight: normal;
    /*background-color: #C7C7C7;*/
    /*color: #C7C7C7;*/
    /*padding-bottom: .25em;*/
}
h1.fs_title .name {
    font-size: 1.2em;
    /*font-family: Century Gothic, sans-serif;*/
    font-weight: bold;
    /*color: black;*/
    padding-right: .75em;
}
h1.fs_title .mainTitle {
/*    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 8px;
    padding: .1em;*/
}

#cardArea {
/*  http://stackoverflow.com/a/10797328  
    margin:0 auto; 
    width: 800px;*/
    text-align: center;  
}

div.photoCard {
    clear: left;
}
div.photoCard img {
    clear: none;
    margin-left: 4em;
	margin-bottom: 1em;
    /* Box shadow stuff */
    z-index: 1;
    border: 1em solid #efefef;
    box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset;
}

#fs_loadMoreButton {
    font-size: 4em;
    text-align: center;
    margin-bottom: 2em;
}
#fs_loadMoreButton a {
    padding: .25em;
    background-color: #D6D5D4;
    border-radius: 8px;
    /* Box shadow stuff */
    z-index: 1;
    border: 0px solid #efefef;
    box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset;

}

/*div.fs_daylabel-container h3 {*/
div.fs_day h3 {
    float: left;
    font-size: 4em;
    display: inline-block;

    margin-top: 0px;
    margin-bottom: .2em;
    margin-left: .2em;

    /* What follows is rotation-related.*/
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    /* Internet Explorer */
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/

    /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
    -webkit-transform-origin: bottom left;    
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    /*transform-origin: 50% 50%;*/
    transform-origin: bottom left;

    /* Let's add a shadow box! */
    background-color: white;
    padding: .1em;
    padding-left: .25em;
    padding-right: .25em;
    /* Box shadow stuff */
    z-index: 1;
    border: 0px solid #efefef;
    border-radius: 8px;
    /*box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset;*/
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 3px 0px 4px 2px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset;


}

@media only screen and (min-width : 1000px) { 
    div.photoCard img {
        width: 50%;
        margin-left: 2em;
    }
    #fs_loadMoreButton {
        font-size: 1.5em;
    }
    div.fs_day h3 {
        font-size: 2em;
        padding: .2em;
        padding-left: .5em;
        padding-right: .5em;
    }
}

