
/*

Site: Ritter Public Library
File: /css/main.css
Date: Thursday, March 19, 2009
Desc: main page layout settings
Auth: Matthew Martindale (matthewm@ohionet.org)

*/

body {
background: #6581a0
}

/**/

#mainBase {
background: #6581a0
}
#mainWrapTop {
background: url(/images/bg_mainwraptop_main.png)
}
* html #mainWrapTop {
filter: progid:dximagetransform.microsoft.alphaimageloader(src='/images/bg_mainwraptop_main.png', sizingmethod='scale');
background: url(/images/transparent.gif)
}
#mainWrapBottom {
background: url(/images/bg_mainwrapbottom_main.png)
}
* html #mainWrapBottom {
filter: progid:dximagetransform.microsoft.alphaimageloader(src='/images/bg_mainwrapbottom_main.png', sizingmethod='scale');
background: url(/images/transparent.gif)
}

/**/

#pageWrap {
background: #e3e4d4
}
#contentBase {
background: #fff
}
#header {
background-position: 0 0
}

/**/

#searchBox {
color: #e5e5e5;
position: absolute;
right: 20px;
top: 35px
}
#searchBox p {
color: #e5e5e5;
line-height: 16px;
margin-bottom: 5px
}
#searchBox label {
display: none
}
#searchBox #s {
border: solid 1px #e5e5e5;
padding: 5px;
width: 200px
}
#searchBox #searchsubmit {
background: #e3e4d4;
border: 0;
cursor: pointer;
font-weight: bold;
text-align: center;
padding: 4px;
width: 60px
}

/**/

#menu {
background: url(/images/bg_menu_main.jpg) repeat-x
}
#menu .home a {
background: url(/images/bg_menuhome_main.jpg)
}
#menu .services a {
background: url(/images/bg_menuservices_main.jpg)
}
#menu .reading a {
background: url(/images/bg_menureading_main.jpg)
}
#menu .calendar a {
background: url(/images/bg_menucalendar_main.jpg)
}
#menu .reference a {
background: url(/images/bg_menureference_main.jpg)
}
#menu .children a {
background: url(/images/bg_menuchildren_main.jpg)
}
#menu .teens a {
background: url(/images/bg_menuteens_main.jpg)
}
#menu .about_us a {
background: url(/images/bg_menuaboutus_main.jpg)
}
#menu .catalog a {
background: url(/images/bg_menucatalog_main.jpg)
}

/**/

.dropDown {
background: #f1f1e9;
border-top: solid 1px #eaebdf
}
.dropDown a {
color: #000
}
.dropDown a:hover {
background: #315780 !important;
color: #fff !important
}

/**/

.blockTitleDefault {
border-bottom: solid 1px #e5e5e5;
color: #315780;
font-size: 16px;
font-weight: bold;
line-height: 18px;
margin-bottom: 15px;
padding-bottom: 5px
}
.baseBlockDefault {
margin-bottom: 20px
}
.baseBlockDefault a {
color: #315780
}

/**/

.contentBlockDefault h1 {
font-size: 14px;
line-height: 16px;
margin-bottom: 10px
}
.contentBlockDefault p {
line-height: 17px;
margin-bottom: 10px
}

/**/

.entryBlockSuggestedReading {
margin-bottom: 20px
}
.entryBlockSuggestedReading dt {
font-size: 16px;
font-weight: bold;
line-height: 18px;
margin-bottom: 10px
}
.entryBlockSuggestedReading dd.suggestedReadingDetails {
line-height: 17px
}
.entryBlockSuggestedReading dd.suggestedReadingDetails p {
margin-bottom: 10px
}
.entryBlockSuggestedReading dd.suggestedReadingDetails img.alignleft {
border: solid 1px #000;
float: left;
margin-right: 10px
}

/**/
