/*  Rutland Prism
    Rutland Library Services
    Version: v.1
    Author: Adele M. Beeby & Emily Barwell
    Url: http://prism.talis.com/rutland/
    Last Updated: 3rd March 2010
*/

/*--------------------------------HeaderLogo&Background--------------------------------------*/
#header-container {
    width: 100%;
    overflow: hidden;
    background-image:  url("images/Header_Backgroundrepeat.jpg");
}

#headerLogo {
    background-image:  url("images/Header-logo.jpg");
    background-repeat: no-repeat;
    background-position: center;
    width: 1000px;
    height: 170px;
    margin: 0 auto;
}

/* --------------------------------HeaderLinks---------------------------------------------
#headerLinks {
    margin:0 auto;
    position:absolute;
    text-align:center;

}*/

#headerLinks {
    /*top: -280px;*/
	top: -280px;
    font-weight:bold;
}
/*---------------------------------Menu----------------------------------------------------*/

#menuHolder {
    width: 100%;
    }
#menu *  {
    margin: 0 auto;
    font: 1em arial; }

#menu {
    position: absolute;
    left: 50%;
    margin-left: -426px;
    margin-top: -28px;
    width:852px; }

#menu a {
    display: block;
    border: 1px solid #fff;
    border-width: 0px 1px 1px 1px;
    text-decoration: none;
    padding: 7px 6px 6px 6px;
    text-align: center;
    color: #FFFFFF }

#menu a:hover {
    background: #BC0000;
    }

#menu ul li, #menu ul li ul li  {
    width: 140px;
    list-style-type:none;
    background: #800000; }

#menu ul li {
    float: left;
    width: 140px; }

#menu ul li ul, #menu:hover ul li ul, #menu:hover ul li:hover ul li ul{
    display:none;
    list-style-type:none;
    width: 140px;}

#menu:hover ul, #menu:hover ul li:hover ul, #menu:hover ul li:hover ul li:hover ul {
    display:block; }

#menu:hover ul li:hover ul li:hover ul {
    position: absolute;
    margin-left: 140px;
    margin-top: -20px;
    }

/*---------------------------------CircleMenu----------------------------------------------------*/
#RCCMenu {
    position:relative;
}

#RCCMenu li {
         display:block;
         width:70px;
         height:70px;
         position:absolute;
}

#RCCMenu li.RCChome {
         left:120px;
         top:4px;
         background:url("images/buttongreenRCCicon.jpg") no-repeat center center;
}

#RCCMenu li.Tourism {
         left:200px;
         top:40px;
         background:url("images/Discoverrutlandicon.jpg") no-repeat center center;
}

#RCCMenu li.Review {
         left:35px;
         top:40px;
         background:url("images/buttongreenreview2.jpg") no-repeat center center;
}

#RCCMenu li.History {
         left:230px;
         top:115px;
         background:url("images/buttongreenmuseum2.jpg") no-repeat center center;
}

#RCCMenu li.Sequels {
         left:5px;
         top:115px;
         background:url("images/buttongreensequel1.jpg") no-repeat center center;
}

#RCCMenu li.Local {
         left:200px;
         top:190px;
         background:url("images/buttongreenmuseum4.jpg") no-repeat center center;
}

#RCCMenu li.Learning {
         left:35px;
         top:190px;
         background:url("images/buttongreenadultlearning.jpg") no-repeat center center;
}

#RCCMenu li.Feedback {
         left:120px;
         top:225px;
         background:url("images/buttongreentick1.jpg") no-repeat center center;
}

#RCCMenu li a b {
         display:none;
}

#RCCMenu li a {
         display:block;
         width:70px;
         height:70px;
         text-align: center;
}

#RCCMenu li a:hover {
         background:url("images/Circleselector.jpg") no-repeat center center;
         background: transparent;
         text-decoration:none;
         font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#RCCMenu li a:hover b {
        position:absolute;
        display:block;
        width:100px;
        height:100px;
        font-size: 1.2em;
        font-weight: 900;
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color:#004800;
        background:transparent;
}

#RCCMenu li a:hover b span {
         display:block;
         font-size: .9em;
         color:#000000;
         font-weight:600;
         margin-top:15px;
}

#RCCMenu li.RCChome a:hover b {
         left:-22px;
         top:100px;
}

#RCCMenu li.Tourism a:hover b  {
         left:-102px;
         top:64px;
}

#RCCMenu li.Review a:hover b  {
         left:63px;
         top:64px;
}

#RCCMenu li.History a:hover b  {
         left:-132px;
         top:-11px;
}

#RCCMenu li.Sequels a:hover b  {
         left:93px;
         top:-11px;
}

#RCCMenu li.Local a:hover b  {
         left:-102px;
         top:-87px;
}

#RCCMenu li.Learning a:hover b  {
         left:63px;
         top:-87px;
}

#RCCMenu li.Feedback a:hover b  {
         left:-22px;
         top:-121px;
}


/* --------------------------------Instructions---------------------------------------------*/
#instructions {
    text-align: center;
}

/* --------------------------------HomeHeadings---------------------------------------------*/
h1.home {
        color: #004800;
        font-size: 3em;
        font-weight: bolder;
        line-height: 0.5em;
        margin: 0.5em 0;
        display: block;
        text-align: center;
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h2.home {
        line-height: 1.3em;
        margin-bottom: 1em;
        color: #004800;
        font-size: 1.5em;
        font-weight: bold;
        line-height: 1em;
        margin: 1em 0pt 1em;
        display: block;
        text-align: center;
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/* --------------------------------BaseCSSOverrides----------------------------------------*/
#pageHeader {
    height:70px;
}

#logout {
float:left;
margin-top: -2px;
}

/* --------InputStyling---------*/
input[type="text"] {
        font-size: 1.3em;
        background-color: #FFFFFF;
        color: #004800;
        height: 32px;
        padding-left: .5em;
        padding-right: .5em;
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/* --------SearchButton---------
input[type="submit"] {
        font-size: 1.3em;
        width: 132px;
        height: 42px;
}*/

/* --------AdvancedSearch---------*/

.formElement a:hover {
color: #CC0000;
}

#searchform-home a {
        display: block;
        clear: left;
}

/* --------------------------------3ColsHeaders--------------------------------------------------*/
.lowerboxes {
    margin: 0 auto;
    width: 760px;
    padding: 0;
}
.links-left h3, .links-mid h3, .links-right h3 {
    margin: 0;
    padding-left: 20px;
    background: #004800;
    color: #FFFFFF;
    font-size: 1.3em;
    line-height: 2em;
}

/* --------LeftCol-NewAdditions---------*/
.links-left {
    float: left;
    display: inline;
    width: 188px;
    height: 490px;
    border: 2px solid #004800;
    border-top: none;
    margin: 0;
}

.links-left a{
        color: #004800;
        font-weight: bold;
        font-size: 1em;
}

.links-left a:hover {
        color: #CC0000;
}

.links-left ul {
    padding-left: 15px;
    padding-top: 10px;
    list-style-image: url("images/menuicon2.jpg");

}

/* --------MidCol-UsefulLinks------------*/
.links-mid {
    float: left;
    display: inline;
    width: 320px;
    height: 490px;
    /*margin-left: 310px;*/
    margin-left: 10px;
    color: #004800;
    font-weight: bold;
    border: 2px solid #004800;
    border-top: none;
    background-image: url(images/wingmaze3.jpg);
    background-repeat: no-repeat;
    background-position: 52% 65%;
}

.RCCLinks p {
    padding: 5px;
}
/* --------RightColNewsFeed------------*/
.links-right {
    float: left;
    display: inline;
    width: 220px;
    height: 490px;
    margin-left: 8px;
    border: 2px solid #004800;
    border-top: none;
    background-image: url(images/libraries.jpg);
    background-repeat: no-repeat;
}

.NewsLinks p {
    padding: 5px;
}

/*------------------------------ExtraMessages-Boxes------------------------*/

table#messagestable {
    width:400px;
    margin: 0 auto;
    text-align:center;
    }

#borrowerservices #account-message{
    border:solid 1px #DEDEDE;
    background:#f2f2f2;
    color:#222222;
    padding:4px;
    width:394px;
    margin:2px 2px 2px 2px;
    display: block;
    text-align:center;
    }
/*-----------------------------ExtraMessages-Hide---------------------*/
#account-message {
    display:none;
}

/*fix for sept release - MM*/

#headerFragment{
    max-width:inherit;
    padding:0;
}

