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

.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 {
    text-align: left;
    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;
    /*    min-width: 768px;*/
}

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

a:hover {
    text-decoration: underline;
}

/* HEADER */
.headercontainer {
    background-image: url('https://izone.lib.rochester.edu/sites/all/themes/zen/rcl3/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;
    position: relative;
    top: 0px;
}

.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;
    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(https://apps.lib.rochester.edu/sites/all/themes/rcl_drupal7/css/PIE.php);
}

/* 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;
}





/* 
    Document   : ill_css
    Created on : Jul 25, 2012, 3:03:27 PM
    Author     : VickieF
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

img{
    border:0px;
}


body {
    
    margin: 0;
    padding: 0;
    font-family: Verdana,Tahoma,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
     font-size: 0.75em;
    line-height: 1.333em;
    text-align:center;
}

#status {
    clear: both;
    color: red;
    padding: 10px 0px 15px 20px;
}






#wrapper {
    margin: 0 auto;
    text-align:left;
    position:relative;
  width: 960px;
}

#content {

    background-color: white;
	text-align:left;
    float: center;
    padding: 20px 10px 55px;
}

#logo {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}

a.university-link {
    color: #CFD7D9;
    float: left;
    margin: 18px 0 0 10px;
}


a.university-link:visited {
    
    color: #CFD7D9;
}


#chat-header a, #chat-footer a {
    color: #D2D8DB;
    font-weight: bold;
    text-decoration: none;
}

#chat-header {
    float: right;
    position: relative;
    top: 20px;
}


.breadcrumb {
    color: #05253A;
    float: left;
    font-size: 12px;
    margin: 0 0 0;
    padding: 4px 0 12px;
    position: relative;
    top:8px;
    z-index:1000;
}

.breadcrumb a {
   color: #05253A;
}

.breadcrumb a:visited {
    color: #05253A;
}

#top {
     background-image: url("images/top_menu.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    height: 36px;
    left: 0;
    position: absolute;
    text-align: right;
    top: 100px;
    width: 100%;
    z-index: 999;
    text-align: center;
}

#top ul {
   margin: 14px auto;
    max-width: 1140px;
    min-width: 755px;
    position: relative;
    text-align: right;
    top: -9px;
}

#top ul.menu li {
    background-image: url("https://classic.lib.rochester.edu/sites/all/themes/zen/rcl2/images/circulation_annex/secondDiv.jpg");
    background-position: right bottom;
    background-repeat: repeat-y;
    display: inline;
    margin: 0;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-top: 2px;
    position:relative;
    top:-4px;
    font-size:12px;
}

#top ul.menu a {
    color: #05253A;
    font-family: verdana;
    margin-top: 2px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
}

h1.pgTitle {
 color: #4E4F5F;
    font-family: "Trajan Pro",Times;
    font-size: 45px;
    line-height: normal;
    margin-bottom: 35px;
   font-weight:100;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    margin-top:30px;
}


h1 {
    font-size: 2em;
    line-height: 1.3em;
    margin-bottom: 0.5em;
    margin-top: 0;
}

#cynthiah1 {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 0.5em;
    margin-top: 0;
}

#left {
    float: left;
    width: 100%;
}


#right {
    float: left;
    width: 50%;
}

#mainImg{
   text-align:center;
    width:100%;
    margin-bottom:25px;
}


#intro {
    margin-bottom: 33px;
}

#impLinks_sec {
    margin-bottom: 50px;
}

.subTitle {
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -6px;
}

#linkBox {
    background-color: #F0F0F0;
    background-image: url("images/link_bkgd.jpg");
    background-position: left top;
    background-repeat: repeat-y;
    border: 1px solid #9F9F9F;
    color: #3E3E3F;
    margin-top: 16px;
    padding: 10px;
    width: 92%;
}

#linkBox a {
    color: #3E3E3F;
    font-weight: bold;
}

a:link {
    color: #343434;
}

a:visited {
    color: #343434;
}
.acynthia {
    color: #343434;
	text-decoration:underline;
}

.uTube {
	color: #365887 !important;
	font-weight: bold;
	text-decoration: underline;
	font-size: large;
	margin-right: 10px;
}
.uTubeCynthia {
	color: #365887 !important;
	font-weight: bold;
	text-decoration: underline;
	font-size: large;
}
#cynthia {
	color: #365887 !important;
	font-weight: bold;
	text-decoration: none;
	font-size: large;
	margin-right: 10px;
	margin-bottom: 10px;
}

#logon {
    background-color: #ECEADE;
    background-image: url("images/1px_bg.jpg");
    background-repeat: repeat-y;
    border: 1px solid #B4B4B4;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 10px 0 20px;
}

#logon input#home-database-search, #logon input#find {
    color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 25px;
    margin: 2px 0;
    padding: 2px;
    width: 100%;
}

#logon span.heading {
    clear: both;
    float: left;
    font-weight: bold;
    margin: 0 0 0 10px;
    width: 90%;
}

#logon div.cynthiaheading {
    margin: 0 0 0 10px;
}

#login-message {
    background-color: #e6e6e6;
    text-align: center !important; 
    margin-bottom: 10px;
}

.smallFont {
    color: #444444;
    font-family: Verdana,Tahoma,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
    font-size: 10px;
    margin:0px;
}

#notice {
    margin-left: 10px;
    padding-top: 86px;
}

input.search-button {
    background-image: url("searchbuttonbg.gif");
    background-repeat: no-repeat;
    border: 0 none;
    color: #black;
    cursor: pointer;
    float: right !important;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
 margin-top:10px;
    padding: 0 0 6px;
    width: 176px;
}


#IllChat {
    margin-bottom: 20px;
    margin-left: 14px;
    margin-top: 10px;
}

#chatframe{
    max-width:555px;
    min-width:455px;
    
    
}

#c_info {
    margin-bottom: 30px;
    margin-left: 23px;
}

.footercontainer2{
    float:left;
    width:100%;
}

.footercontainer1{
    float:left;
    width:100%;
}