@import url('lib/core_newspaper.css');
@import url('lib/black_toolbar.css');
@import url('lib/header.css');
@import url('lib/select_bar.css');
@import url('lib/thumbnails_newspaper.css');
@import url('lib/image_maps.css');
@import url('lib/footer.css');
@import url('lib/colors.css');

#header {
  float: right;
}

#header #logo a {
  height: 40px;
  position: absolute;
  width: 210px;
  background: transparent url('imgs/logo_insday.jpg') center top no-repeat;
}

#header #toolbar {
  width: 610px;
  margin-top: 6px;
}

#header #toolbar ul {
  width: 420px;
}

#search_popup {
  width: 190px;
}

#search_popup form input#search-form_keywords {
  width: 118px;
}

#search_popup form a#search-form_submit {
  width: 40px;
}

.print #print_issue .thumbnail .field label {
  width: 167px;
  padding: 230px 0 0 0;
  margin: 0 0 10px;
}

/* COLORS */

#header #toolbar, 
#thumbnails #thumb-pages ul li#selected a,
a#prev:hover, a#next:hover {
  background: #008653;
}

#header #toolbar {
  color:#004E2C;
}

#header #toolbar a#search-form_submit {
  background: #004E2C;
}

body #e-paper #page-map .story:hover div {
  background-image: url('imgs/hover_insday.png');
}

/* Static Content */ 

#view-headlines .main h4,
#static-content h2,
#static-content p.q,
#buy_blurb h2 {
  color:#008653;
}


/* insday - overridden styles */


#e-paper {
background: #fff;
}

#header #toolbar {
background: #d02;
}

#select_bar {
background: #fff;
}

#page-map {
background-color: #fff;
background-repeat: no-repeat;
height: 800px;
width: 610px;
}

#thumbnails {
margin-right: 10px;
height: 800px;
}

#thumbnails #thumb-pages {
height: 700px;
}

#thumb-pages ul li a {
background: #ccc;
}

#thumbnails #thumb-pages ul li#selected a {
background: #d02;
}

#select_bar label {
color: #000;
}

#header #toolbar #search_popup #search-form_submit {
background-color: #000;
height: 24px;
}

/* end insday overridden styles */