﻿/* 
logo color: #2b4592 #9c9ec7 
safe color: 
#333399 339 dark blue OR Better closer to original (006699)
#9999cc 99c light blue 
666699 - darker blue/gray 
#dbdbdb - whiteish
 * --------------------------------------------------------------------- */


#navmenu .new
{
    background: url(images/star.png) no-repeat 55px 0;
}

img.border
{
    border: 11px solid #d9e0e6;
    border-bottom-color: #c8cdd2;
    border-right-color: #c8cdd2;
}
/* Store Hours */

table.storehours tr, td, a:hover
{
    text-decoration: none;
}
table.storehours
{
    border: 1px solid #669;
    background-color: #c9c;
}

/* Holidays */
_#masthead 
{
    height: 40px;
    background: transparent url(images/holiday/lights03.gif) repeat-x 2px -7px;
}

/* Sale */

.sale h2
{
    padding: 0;
    font-size: 110%;
    letter-spacing: 0.2em;
    color: #900;
}
.sale p
{
    margin-left: 20px;
    color: #fff;
}


/* Rare-out-of-print books */

.rareoutofprint h2
{
    text-align: left;
    letter-spacing: 0.3em;
}
.rareoutofprint h3
{
    font-weight: bolder;
    text-align: center;
}

h3.rareoutofprint .divider
{
    padding-left: 5px;
}

p.rareoutofprint
{
    margin: 0;
}

/* Contact form */

.reqfield-error
{
    color: Yellow;
    float: right;
    margin-right: 250px;
}


#request
{
    margin: 0;
    padding: 20px;
    background: url("images/footer_bg.jpg" ) repeat 0 100%;
}

#request h3
{
    margin: 0 0 .6em;
    font: 700 155% arial;
}

#request label
{
    width: 100%;
    display: block;
    padding: 2px 0 2px 0;
}

#request input, #request textarea
{
    font-family: Arial;
    font-size: large;
    color: #339;
    width: 100%;
    display: block;
    padding: 0px 0 2px 0;
    margin: 0;
    border-top: 1px solid #669;
}

#request input:focus, #request textarea:focus
{
    background: #ccf;
    border-color: #339;
}

#request textarea
{
    width: 100%;
    height: 150px;
    padding: 5px;
}


#request input:focus, #request input.text:focus, input.title:focus, #request textarea:focus, #request select:focus
{
    border-color: #339;
}

.req
{
    color: yellow;
    padding-right: 5px;
}

#request .submit
{
    margin: 0 0 0 10px;
    width: 25%;
}

/* Generic wrap image */

dl.wrapimage
{
    float: left;
    margin: 10px 20px;
    padding: 0;
    display: inline;
}
dl.wrapimage dt
{
    float: right;
    width: 466px;
    margin: 0;
    padding: 0;
}
dl.wrapimage dd
{
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}

dl.wrapimage dd.desc
{
    padding: 20px;
}

dl.wrapimage dd.img img
{
    float: left;
    margin: 0 7px 0 0;
    padding: 4px;
}


/* Staff Picks */

.pickwrap
{
    float: left;
    _width: 600px;
    padding: 0;
}

.pickwrap h1
{
    clear: both;
    font-weight: bolder;
    font-size: medium;
    margin: 4px 0;
    padding-left: 35px;
    color: #966;
    height: 25px;
    background: transparent url(images/booklogo-icon.gif) no-repeat left center;
}

.pickwrap dd.img img
{
    border: 1px solid #d9e0e6;
    border-bottom-color: #c8cdd2;
    border-right-color: #c8cdd2;
}

/* upcoming events */

.upcomingEvents dl dt
{
    margin-top: 10px;
}

.upcomingEvents dt a
{
    font-size: 130%;
    font-weight: 700;
    color: #339;
    text-decoration: none;
}

dl.upcomingEvent dd.img span img
{
    /* fix border on popup */
    margin: 0;
    padding: 0;
}


/* event listings */

.datetime
{
    font-size: 120%;
    font-style: italic;
    font-weight: bold;
    color: Navy;
    padding: 10px 0 10px 0;
}


dt.cancelled,
_dd.cancelled,
h1.cancelled 
{
    text-decoration: line-through;
}

p.cancelled
{
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}


.events p
{
    text-align: left;
}

.events .archives h2
{
    font-size: x-large;
    font-weight: bold;
    margin: 10px 0;
    color: #669;
    display: inline;
}
.events .archives span
{
    font-size: smaller;
    margin: 0 10px;
}

.event
{
    margin-bottom: 10px;
}

.eventwrap
{
    min-height: 300px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.thumbnail
{
    position: relative;
    z-index: 0;
}
.thumbnail:hover
{
    background-color: transparent;
    z-index: 50;
}
.thumbnail span
{
    /*CSS for enlarged image*/
    position: absolute;
    padding: 1px;
    margin: 0;
    _height: 460px;
    left: -1000px;
    border: double 3px #339;
    visibility: hidden;
    color: black;
    text-decoration: none;
}
.thumbnail span img
{
    /*CSS for enlarged image*/
    border-width: 0;
    padding: 0;
    margin: 0;
}
.thumbnail:hover span
{
    /*CSS for enlarged image on hover*/
    visibility: visible;
    top: 0;
    z-index: 200;
    left: 40px; /*position where enlarged image should offset horizontally */
}



/* social logos */
.socialnet {
	border-left: none;
	_float: right;
	margin: 20px 20px 0px 0;
	padding: 0;
}

.socialnet h2 {
    display: inline;
	float: left;
	margin: 5px 10px 10px 0;
}



