
/*

Site: Ritter Public Library
File: /css/sidebar.css
Date: Monday, March 23, 2009
Desc: sidebar styles/settings
Auth: Matthew Martindale (matthewm@ohionet.org)

*/

.sidebarLibraryPhoto {
background: url(/images/library_photo.jpg);
border: solid 1px #000;
height: 138px;
margin-bottom: 10px
}
.sidebarLibraryInfo {
font-size: 10px
}

/**/

.sidebarPanel,
.sidebarLibraryInfoPanel {
background: url(/images/sprites/backgrounds.png) no-repeat 0 bottom;
font-size: 11px;
line-height: 16px;
margin-bottom: 20px
}
.sidebarPanel .panelHeading {
background: url(/images/sprites/panel_headings.png);
color: #fff;
font-family: arial, arial, helvetica, sans-serif;
font-size: 12px !important;
font-weight: bold;
height: 22px;
line-height: 14px !important;
padding: 8px 0 0 10px;
position: relative;
line-height: 14px
}
.sidebarPanel .pos1 {
background-position: left -80px
}
.sidebarPanel .pos2 {
background-position: 0 0
}
.sidebarPanel .pos3 {
background-position: left -40px
}
.sidebarPanel .pos4 {
background-position: left -80px
}
.sidebarPanel .panelHeading span {
float: right;
font-size: 11px !important;
position: absolute;
right: 10px;
top: 9px
}
.sidebarPanel .panelHeading span a {
color: #fff;
text-decoration: none
}
.sidebarPanel .panelHeading span a:hover {
text-decoration: underline
}

/**/

.sidebarPanel ul,
.sidebarLibraryInfoPanel ul {
list-style: none;
padding: 3px 10px 5px 10px
}
.sidebarPanel li,
.sidebarLibraryInfoPanel li {
border-top: dashed 1px #e5e5e5;
padding: 5px 0
}
.sidebarPanel li:first-child,
.sidebarLibraryInfoPanel li:first-child {
border: 0 !important
}
.sidebarPanelEntryLabel {
color: #999;
font-size: 10px;
line-height: 12px;
padding: 0 10px
}
.sidebarPanelEntryLink {
padding: 0 10px
}
.sidebarPanelEntryLink a {
color: #000;
font-weight: bold;
text-decoration: none;
width: 170px
}
.sidebarPanelEntryLink a:hover {
text-decoration: underline
}
.sidebarLibraryInfoPanel .sidebarPanelEntryLink a {
border-bottom: solid 1px #d0e2ed;
color: #428bb7 !important;
font-weight: normal !important
}
.sidebarLibraryInfoPanel .sidebarPanelEntryLink a:hover {
border-color: #71a8c9;
text-decoration: none !important
}

/**/

.sidebarPanelLinkList {
padding: 3px 10px 5px 10px
}
.sidebarPanelLinkList p {
border-top: dashed 1px #e5e5e5;
padding: 5px 10px
}
.sidebarPanelLinkList p:first-child {
border: 0 !important
}
.sidebarPanelLinkList a {
color: #000;
font-weight: bold;
text-decoration: none;
width: 170px
}
.sidebarPanelLinkList a:hover {
text-decoration: underline
}

/**/
