/* ---------------------------------
 * Screen Layout Styles
 * Created by Matt Turnure for McKay Used Books http://mattturnure.com
 * --------------------------------- */
 
 /* ---------------------------------
  * Color Guide
  * Blue             #3f7b9c
  * Olive Green      #7f8959
  * Lt. Brown        #b2a279
  * Dark Brown       #3b2c25
  * Red Orange       #bc5741
  * Red              #AB2D11
  * --------------------------------- */

/* Reset Defaults */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td { margin: 0;  padding: 0; }
table { border-collapse: collapse;  border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal;  font-weight: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }
a { color: inherit; text-decoration: none; }

body {
  background-color: #e5e5e5;
  font: 62.5%/1 "Arial", sans-serif;
}

h1 {
  color: #bc5741;
  font-size: 3.6em;
  margin-bottom: 0.2em;
}

h2 {
  color: #3f7b9c;
  font-size: 2.5em;
  margin-top: 1em;
  margin-bottom: 0.2em;
}

h3 {
  color: #7f8959;
  font-size: 1.8em;
  margin-bottom: 15px;
  padding-top: 0.8em;
}

p,
#faq li li {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.4;
}

li {
}

a {
  color: #3F7B9C;
}

em {
  font-style: italic;
}

b {
  display: none;
}

strong {
  font-weight: bold;
}

#main .disclaimer {
  color: #666;
  font-size: 1em;
  margin-right: 2em;
}

#main .disclaimer sup {
  height: 2em;
}

#wrapper {
  background-color: #fff;
  -moz-box-shadow: 0 0 1em #666;
  -webkit-box-shadow: 0 0 1em #666;
  margin: 20px auto 0;
  padding-top: 20px;
  position: relative;
  width: 100em;
}


/* =Header *******************************************************************/
#head-trans {
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.8);
  height: 10.3em;
  position: absolute;
  top: 7em;
  left: 0;
  width: 100%;
  z-index: 1;
}

#masthead {
  background: url(/img/css/page-header.jpg) no-repeat 0 0;
}

#masthead-2 {
  background: url(/img/css/fisheyed-books.jpg) no-repeat 0 0;
}

#masthead-3 {
  background: url(/img/css/bot.jpg) no-repeat 0 0;
}

#masthead,
#masthead-2,
#masthead-3 {
  height: 16.3em;
  width: 96em;
  margin: 0 auto;
  padding-top: 2em;
  position: relative;
}

#masthead h1,
#masthead-2 h1,
#masthead-3 h1 {
  font-size: 1em;
  position: absolute;
  top: 4em;
  left: 4em;
  z-index: 2;
}

#container {
  margin: 0 auto 4em;
  width: 96em;
}

/* =Main *******************************************************************/
#main {
  float: left;
  margin-left: 21%;
  padding-bottom: 4em;
  width: 58%;
}

#main p {
  color: #3b2c25;
  margin-bottom: 0.5em;
  padding-right: 2em;
}

#home #main {
  float: left;
  margin-left: 0;
  width: 40%;
}

#two-col #main {
  margin-left: 0;
  width: 79%;
}

#two-col #main img {
  margin-right: 1em;
}

#main a:hover {
  color: #bc5741;
  text-decoration: underline;
}

/* =Hours *******************************************************************/
table {
  border: 1px solid #bc5741;
  width: 70%;
}

caption {
  color: #3F7B9C;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 0.2em;
  margin-top: 1em;
}

caption span {
  color: #3b2c25;
  display: block;
  font-size: 0.6em;
  font-weight: normal;
  margin-bottom: 0.2em;
  margin-top: 1em;
}

.col1 {
}

.col2 {
}

.col3 {
}

thead th {
  background: #e5e5e5;
  border-bottom: 1px solid #bc5741;
  color: #bc5741;
  font-weight: bold;
  padding-bottom: 0.4em;
}

tr:hover {
  background: #e5e5e5;
}

th,
td {
  border-top: 1px solid #bc5741;
  padding: 1em;
}

th {
  font-size: 1.5em;
}

td {
  font-size: 1.4em;
}

.hours li {
  font-size: 1.4em;
  margin-bottom: 0.4em;
}

/* =FAQ *******************************************************************/
#faq {
  padding-right: 20px;
}

#faq h2 {
  color: #3b2c25;
  font-size: 1.8em;
  margin-top: 0;
}

#faq li ul {
  list-style-type: disc;
  margin-bottom: 1em;
}

#faq li li {
  margin-bottom: 0.3em;
  margin-left: 4.5em;
}

#faq li h2.collapsed {
  background: url(/img/css/checkbox.png) no-repeat 0 50%;
  height: 31px;
  padding-top: 1em;
  padding-left: 40px;
}

#faq li h2.expanded {
  background: url(/img/css/checked.png) no-repeat 0 50%;
  color: #ab2d11;
  height: 31px;
  padding-top: 1em;
  padding-left: 40px;
}

#faq li:hover h2 {
  color: #ab2d11;
}

#faq li p {
  padding-left: 40px;
}

.expandable {
  cursor: pointer;
}

/* =News *******************************************************************/
.news #main h3 {
  color: #3F7B9C;
  margin-bottom: 0;
}

.news #main h2 {
  color: #bc5741;
  margin-top: 0;
}

#main .posted {
  color: #bc5741;
}

#archives a:hover {
  text-decoration: none;
}

#main #nav_cat_archive h2 {
  color: #c5c5c5;
}

/* =Locations *******************************************************************/
#main .adr {
  margin-bottom: 20px;
}

#main .adr li {
  color: #3b2c25;
  font-size: 2em;
  font-weight: bold;
}

/* =Sidebar *******************************************************************/
#sidebar-slideshow {
  margin-left: 40%;
  width: 60%;
}

#sidebar-slideshow img {
}

#sidebar-a,
#sidebar-b {
  font-family: Verdana;
  float: left;
  padding-bottom: 4em;
  width: 21%;
}

#sidebar-a {
  margin-left: -79%;
}

#sidebar-a li,
#sidebar-b li {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 7px;
}

#sidebar-a li a,
#sidebar-b li a {
  color: #b2a279;
  display: block;
}

#sidebar-a li a:hover,
#sidebar-b li a:hover,
#sidebar-a li.here a,
#sidebar-b li.here a {
  color: #7f8959;
}

#sidebar-a span,
#sidebar-b span {
  display: block;
}

#blog-entries li {
  margin-bottom: 15px;
}

#syndicate li a {
  background: transparent url(/img/css/rss-icon.png) no-repeat 0 0;
  height: 16px;
  padding-left: 1.5em;
}

/* =Footer *******************************************************************/
#footer {
  clear: both;
  margin: 0 auto;
  height: 10.3em;
  position: relative;
  z-index: 2;
}

#footer ul {
  margin-left: 1.5em;
  padding-top: 2em;
  position: relative;
  z-index: 3;
}

#footer li {
  border-left: 1px solid #3F7B9C;
  font-size: 1.8em;
  float: left;
  text-align: center;
}

#footer li a {
  color: #3f7b9c;
  padding: 0 0.5em;
  display: block;
}

#footer li a:hover {
  color: #bc5741;
  text-decoration: underline;
}

sup {
  float: left;
  padding-right: 2px;
}

#foot-trans {
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.7);
  height: 10.3em;
  position: relative;
  bottom: 13em;
  left: 0;
  width: 100%;
  z-index: 1;
}

#footer li.first_child {
  border: none;
}

p.page_number {
  color: #f5f5f5;
  font-family: "Times", serif;
  font-size: 12em;
  font-weight: bold;
  position: absolute;
  bottom: -15px;
  right: 20px;
  z-index: 1;
}

/* =Main Navigation *******************************************************************/
#nav-main {
  position: absolute;
  top: 2em;
  left: 40em;
  z-index: 3;
}

#nav-main li {
  color: #3f7b9c;
  font-size: 2.6em;
  font-weight: bold;
  float: left;
}

#nav-main a {
  display: block;
  padding: 3.3em 15px 2em;
}

#nav-main a:hover,
#nav-main li.selected {
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.7);
  color: #000;
}

#nav-main li.selected a {
  color: #000;
}

/*********************************************************/
/* Slider */
/*********************************************************/

#sidebar-slideshow {
  position: relative;
  padding-bottom: 4em;
}
	
#slider,
#slider li { 
  width: 576px;
  height: 382px;
  overflow: hidden; 
}

#history {
  border: 2px solid #B2A279;
  float: left;
  position: relative;
}

.about #slider,
.about #slider li { 
  float: left;
  width: 375px;
  height: 375px;
  overflow: hidden; 
}

#timeline {
  float: right;
  padding-bottom: 30px;
  width: 370px;
}

#slider li,
.about #slider li {
  position: relative;
}

#history #slider {
  position: relative;
}

/*********************************************************/
/* Slideshow Description Text */
/*********************************************************/

.slide_desc {
  background-color: rgba(255,255,255,0.7);
  width: 576px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.history_desc {
  background-color: rgba(255,255,255,0.7);
  width: 375px;
  position: absolute;
  left: 0;
  bottom: 0;
}

span.slideshow_desc_title,
span.history_desc_title {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  margin: 10px 30px 5px 20px;
}

span.slideshow_desc,
span.history_desc {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 30px 10px 20px;
}

/*********************************************************/
/* End Slideshow Description Text  */
/*********************************************************/
	
#prevBtn {
  position: absolute;
  left: 0;
  bottom: 20px;
}

#nextBtn {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.about #prevBtn {
  position: absolute;
  left: 0;
  bottom: -20px;
}

.about #nextBtn {
  position: absolute;
  right: 0;
  bottom: -20px;}

#prevBtn a,
#nextBtn a {
  font-size: 1.3em;
  font-weight: bold;
  display: block;
}

#prevBtn a:hover,
#nextBtn a:hover {
  color: #bc5741;
}