/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */

div.headercontainer ul, div.headercontainer li, div.headercontainer form {margin:0;padding:0;border:0;}
* :focus { outline: 0; }

.container {
padding-left: 20px;
padding-right: 20px;
}

.row {
width: 100%;
max-width: 1140px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right: 3.8%;
float: left;
min-height: 1px;
}

.row .onecol {
width: 4.85%;
}

.row .twocol {
width: 13.45%;
}

.row .threecol { 
width: 22.05%;
}

.row .fourcol {
width: 30.75%;
}

.row .fivecol {
width: 39.45%;
}

.row .sixcol {
width: 48%;
}

.row .sevencol {
width: 56.75%;
}

.row .eightcol {
width: 65.4%;
}

.row .ninecol {
width: 74.05%;
}

.row .tencol {
width: 82.7%;
}

.row .elevencol {
width: 91.35%;
}

.row .twelvecol {
width: 100%;
float: left;
}

.last {
margin-right: 0px;
}

img, object, embed {
/*max-width: 100%;*/
}

img {
height: auto;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #414141;
}

a, a:visited {
    color: #0A3676;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* HEADER */
.headercontainer {
    background-image: url('https://apps.lib.rochester.edu/sites/all/themes/rcl_drupal7/images/header-bg.png');
    background-repeat: repeat-x;
    height: 50px;
    z-index: 5;
    position: relative;
}

.headercontainer .row {
    min-width: 765px;
}

.headercontainer ul#header-links {
    float: right;
}

.headercontainer ul#header-links li {
    list-style-type: none;
    float: left;
    line-height: 48px;
    border-left: 1px solid #112D55;
    text-align: right;
}

.headercontainer ul#header-links li a {
    color: #FFF;
    float: left;
    margin: 0 15px;
}

.headercontainer ul#header-links li a.offline {
    color: #4b5f7c;
    font-weight: bold;
}

.headercontainer ul#header-links li a.online {
    color: #FFFFFF;
    background-image: url('https://apps.lib.rochester.edu/sites/all/themes/rcl_drupal7/images/chaton.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 22px;
}

input:focus, select:focus {
    outline: none;
}

input.site-search {
    font-size: 12px;
    padding: 5px;
    color: #272727;
    border-radius: 3px 0 0 3px;
    margin: 0 0 0 15px;
    background-color: #FFF;
    border: 1px solid #FFF;
    display: inline-block;
    behavior: url(css/PIE.php);
    width: 110px;
}

@-moz-document url-prefix() { /* fix to padding for FF */
    input.site-search {
        padding: 6px;
    }
}

input.site-search-submit {
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #FFF;
    margin: 0;
	margin-bottom: 1px !important;
    background-color: #FFF;
    background-image: url('https://apps.lib.rochester.edu/sites/all/themes/rcl_drupal7/images/search-icon-sm.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    cursor: pointer;
    display: inline-block;
    behavior: url(css/PIE.php);
	vertical-align: middle !important;
}

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
 input.site-search-submit {
    top: 3px;
    position: relative;
 }
}
*/

fieldset.flag-fieldset legend {
    display: none;
}

/* Footer */
.footercontainer1 #footer-left {
    margin-top: 2.2em;
    text-align: left;
}
.footercontainer1 {
    background-color: #F4F4F4;
    bottom: 50px;
    min-height: 80px;
    text-align: right;
    vertical-align: bottom;
}
.footercontainer1 #footer-left {
    margin-top: 2.2em;
    text-align: left;
}
.footercontainer1 #footer-right {
    margin-top: 1.2em;
    text-align: right;
}
.footercontainer2 {
    background-color: #E0DCD3;
    min-height: 50px;
    text-align: right;
    vertical-align: bottom;
}
.footercontainer2 #footer-left {
    margin-top: 1.5em;
    text-align: left;
}
.footercontainer2 .last p {
    margin-top: 0.5em;
    text-align: right;
}

.titlecontainer {
    background-color: #F4F4F4;
    height: 50px;
    position: relative;
    z-index: 5;
}
.rcltext {
    float: left;
    margin-top: 0.8em;
}
.titlecontainer .row a {
    color: #FFFFFF;
    float: left;
}

#flickr_content, #twitter_content, #facebook_content, #youtube_content {
    display: none;
    font-size: 120% !important;
}

#footer-left img {
    margin: 0 8px;
}