/* --------------------------------------------------
   Stylesheet for Click! Exhibition pages

   This stylesheet assumes an overall width of 1024px 
   and a base font size of 16px.
   --------------------------------------------------
*/

/* -- Top menu -- */

div#the-click-nav-bar {
  width: 56.75em;
  padding: 0.5em 0;
  margin: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #ededec;
  font-weight: bold;
  color: #666666;
}

div#the-click-nav-bar a {
  font-size: 0.875em;
  font-weight: normal;
  padding: 0 0.5em;
  border-right: 1px solid #cccccc;
}

div#the-click-nav-bar a:link,
div#the-click-nav-bar a:visited,
div#the-click-nav-bar a:active {
  color:#666666;
  text-decoration: none;
}

div#the-click-nav-bar a:hover {
  color:#0099bb;
  text-decoration: underline;
}

div#the-click-nav-bar a.last-click-nav-link {
  border-style: none;
}

div#the-click-nav-bar a#the-current-click-nav-link {
  color: #0099bb;
  text-decoration: underline;
}  

/* -- What Am I Looking At? Toolbar -- */

div#what-am-i-looking-at {
  background-color: #ffefef;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 56.75em;
  margin: 0 0 0 0;
  padding: 0.25em 0;
  height: 1.5em;
  overflow: hidden;
}

div#what-am-i-looking-at.top-5p-page {
  margin: 0;
}

div#what-am-i-looking-at.top-10-compared-page {
  margin-top: 0em;
  border-bottom: none;
}

div#what-am-i-looking-at.most-discussed-page {
  margin: 0;
}

div#what-am-i-looking-at.user-select-page {
}

div#what-am-i-looking-at.user-selected-results {
  margin: 0;
}

div#what-am-i-looking-at.search-page {
  border-top: none;
}

div#what-am-i-looking-at.stats {
  border-top: none;
}

div#what-am-i-looking-at p.expander {
  font-weight: bold;
  color: #ff0099;
  text-align: right;
}

div#what-am-i-looking-at p.expander a:hover {
  cursor:pointer;
}

div#what-am-i-looking-at p {
  padding: 0 0 0 0.5em;
}

/* -- Top Ten Compared: Comparison Toolbar  */

div#the-comparison-toolbar form#comparison-form {
  padding: 0.75em 0 0.5em 0;
  margin: 0;       
  width: 100%;
  background-color: #ecf9ff;
}

div#the-comparison-toolbar form#comparison-form span {
  font-size: 1.1em; 
  padding: 0 2em 0 0;
  margin: 0;
  font-weight: bold;
  color: #666666;
}

div#the-comparison-toolbar form#comparison-form { 
  font-size: 0.875em;
}

div#the-comparison-toolbar input#knowledge-radio,
div#the-comparison-toolbar input#location-radio,  
div#the-comparison-toolbar input#divergence-radio {
  margin-left: 0.25em;
}

/* -- Top 5% Toolbar -- */

div#top-5p-toolbar {
  width: 56.75em;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  background-color: #ecf9ff;
}

div#top-5p-toolbar form {
  font-size: 0.875em;
  margin: 0 0 0.5em 0;
  padding: 0.25em 0;
  text-align: right;
}

div#top-5p-toolbar form input.gray-button {
  margin: 0.25em 1.5em 0 1.5em ! important;
  float: none;
}

/* -- User-select Comparison Toolbar -- */

div#the-user-select-toolbar {
  width: 56.25em ! important;
  margin:  0;        
  padding: 0.75em 0.5em 1em 0;
  background-color: #ecf9ff;
}

div#the-user-select-toolbar input.toolbar-gray-button,
div#the-bottom-toolbar input.toolbar-gray-button {
  background-color: #666666;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 1em;
  float: right;
}

/* -- Query Info Toolbar -- */

div#query-info {
  font-size: 1em;
  width: 56.75em;
  margin: 0;
  padding: 0.5em 0;
  text-align: center;
  font-weight: bold;
  color: #666666;
  background-color:#ecf9ff;
}

/* -- Screencast Info Toolbar -- */

div#screencast-info {
  font-size: 1em;
  width: 56.75em;
  margin: 0;
  padding: 0.5em 0 0 0;
  text-align: center;
  font-weight: bold;
  color: #666666;
  background-color:#ecf9ff;
  border-bottom: 1px solid #cccccc;
}

/* -- Top Ten Compared: Content -- */

img.corr-imgs {
  margin:3px !important;
  width: 80px;
}

img.corr-highlighted {
  border:3px solid #ff0099 !important;
  margin:0px !important;
}

div#compare-results div.type-heading {
  font-weight: bold;
  color: #666666;
  padding-bottom:1em;
  padding-top: 1em;
  border-top: 1px solid #cccccc;
  clear: left;
  margin-top: 0;
}

div#compare-results div.type-heading#the-compare-selection-row-doubleline {
  border-top: 3px solid #cccccc;
}

p.compare-blob{
  width: 86px; 
  float: left; 
  clear: none ! important; 
  padding:0 0 1em 0;
  margin: 0 4px 0.3em 0;
  text-align: center;
}

a.compare-link {
  font-size: 80%;
  text-align: center;
  color: #0099bb;
  text-decoration: underline;
}

a.compare-link:hover {
  cursor: pointer;
  text-decoration: underline ! important;
}

a.compare-link-image:hover {
  cursor: pointer;
}

a.question-mark:hover {
  cursor:pointer;
}

/* -- Most Discussed Content -- */

div#the-results {       
  position: relative;
}

/* -- User-Select Comparison Content -- */

div#selectable-results {
  position: relative;
  width: 56em ! important;
  margin: 1em 0;
}

/* -- Artist List Content -- */

p.no-artists {
  margin: 0;
  padding: 1em 0;
  font-weight: bold;
  color: #666666;
  text-align: center;     
}

p.artist-listing {
  width: 27em;
  margin: 0;
  padding: 1em 0;
  float: left;
  clear: none ! important;
}

p.artist-listing a img {
  width: 120px;
  height: 120px;
  border-style: none;
  padding: 0;
  margin: 0 2em 0 0;
  float: left;
}

p.artist-listing span.artist-name {
  font-weight: bold;
  text-transform: capitalize;
}

p.artist-listing span.photo-title {
  font-style: italic;
}

/* -- Search Content -- */

div#advanced-toolbar p#begin-new-search {          
  font-size: 0.9em;
  text-align: right;          
  font-weight: bold;
}          

div#advanced-toolbar p#begin-new-search a {
  color: #0099bb;
}

div#advanced-toolbar p#begin-new-search a:hover {
  cursor: pointer;
}

div#the-results-toolbar {
  width: 55.75em ! important;
}

div#the-results-toolbar div#the-top-rated {
  width: 14em;
  float: left;
}

div#the-results-toolbar div#the-top-discussed {
  width: 11.7em;
  float: left;
}

div#the-results-toolbar div#the-artist-name {
  width: 20em;
  float: left;
}

div#the-results-toolbar fieldset.two-column {
  clear: none;
}


/* -- Help / tutorial content -- */

h3#click-tutorial-headline {
  margin: 1em 0;
  font-weight: bold;
  color: #333333;
}

/* -- Quick facts content -- */

p#quick-facts-top {
  margin-top: 2em;
}

/* -- Introduction Content -- */

p#the-introduction {
  margin: 4em 0 1em 0; 
  padding: 0;
  text-align: center;
}

p#the-introduction img#intro-arrow {
  height: 60px;
  width: 38px;
  margin:0;           
  padding: 0;        
}

p#the-introduction img#qmark {
  margin: 0;
  padding: 0.5em 1.5em 0 1.5em;
}

p#the-introduction span#what-am-i {
  margin: 0 1em;      
  padding: 0.25em 0.5em;
  background-color: #ffefef;
  color: #ff0099;
  font-weight: bold;
}

/* -- Highlight Content: Columns -- */

div.column-one {
  width: 31.65em;
  margin: 1em 0 0 0;
  padding: 0 1.35em 0 0;
  border-right: 1px solid #cccccc;
  float: left;
}

div.column-two {
  width: 10.5em;
  margin: 1em 0.75em 0 0.6em;
  padding: 0;
  float: left;
}

div.column-two p,
div.column-three p {
  font-size: 0.8em;
}

div.column-three {
  width: 11em;
  margin: 1em 0 0 0;
  padding: 0 0 0 0.5em;
  border-left: 1px solid #cccccc;
  float: left;
}

div.column p {
  font-size: 0.8em;
}

/* -- Highlight Content: Comments -- */

p.click-comment {
  font-size: 0.8125em;
  margin: 0.77em 0;
  padding: 0 0 0.77em 0;
  border-bottom: 1px dashed gray;
}

p.click-comment-anonymous {
  font-size: 0.8125em;
  margin: 0.77em 0;
  padding: 0.77em 0 0 0;
  border-top: 1px dashed gray;
}

p.click-comment-notanonymous {
  font-size: 0.8125em;
  margin: 0.77em 0;
  padding: 0 0 0.77em 0;
  border-bottom: 1px dashed gray;
}

p.click-comment span.click-comment-posted-by,
p.click-comment-notanonymous span.click-comment-posted-by {
  padding-left: 1em;
}

/* -- Highlight Content: Percent Rank -- */

p#top-percent {     
  padding: 0 0 0.7em 0;
  margin: 0 0 1.05em 0;
  border-bottom: 1px solid #00adef;
  color: #333333;
}

/* -- Highlight Content: Photo Tags -- */
  
p#photo-tags {
  padding: 0 0 0.7em 0;
  margin: 0 0 0.3em 0;
  border-bottom: 1px solid #00adef;
  color: #666666;
}
 
p#photo-tags a:link,
p#photo-tags a:hover,
p#photo-tags a:active {      
  color: #0099bb;
  text-decoration: none;
}

p#photo-tags a:visited {
  color: #81857a;
  text-decoration: none;
}

/* -- Highlight Content: New to Click -- */

p#coming-from-bookmark {
  background-color:#ffefef;
  width: 12em;
  padding: 0.5em 0.5em 1em 0.5em;
  border: 1px solid #cccccc;
}

p#coming-from-bookmark span.heading {
  font-weight: bold;
  color:#ff0099;
}

/* -- Highlight Content: Photo Slider -- */

div#navigation-holder {
  font-size: 0.8em;
  padding: 0.6em 1.55em 0.6em 1.75em;
  margin: 0;
  background-color: #ecf9ff;
}

div#navigation-line {
  height:0.6em;
  border-bottom:1px solid #00ADEF;       
}
  
div#the-flickrstyle-container {
  margin: 10px 0 0 0;
  padding: 0;
  border:0;
  width: 124px;
  overflow: hidden;
}
  
div#the-flickrstyle-photo-browser a {
  padding:0px;
  margin:0px;
}

div#the-flickrstyle-photo-browser a img {
  padding-left: 4px !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 4px;
}

div#the-flickrstyle-photo-browser img {
  height: 60px;
  width: 60px;
  margin-bottom: 4px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left:0px;
  padding-right:0px;
}

img#flickrstyle-at-first-image,
img#flickrstyle-at-last-image {
}

div#the-flickrstyle-scroller {
  font-size: 11px;
  color: #666666;
  padding-top: 4px;
  width: 124px;
  text-align: center;
}

div#the-flickrstyle-scroller img#the-flickrstyle-left-arrow {
  float: left;
  cursor: pointer;
}

div#the-flickrstyle-scroller div#the-flickrstyle-browse-text {
  float: left;
  width: 97px;
}

div#the-flickrstyle-scroller img#the-flickrstyle-right-arrow {
  float: left;
  cursor:pointer;
}

div#the-return-link {
  font-size: 11px;
  color: #666666;
  margin-top: 3em;
  border-top: 1px solid #666666;
  padding-top: 1em;
}

div#the-return-link a:link,
div#the-return-link a:visited,
div#the-return-link a:active,
div#the-return-link a:hover {
  color: #666666;
  text-decoration: none;
}

div#the-return-link img {
  float: right;
}

/* -- Highlight Content: Graphs -- */

div#graphs-holder {
  padding-top:1em;
  padding-bottom:0.6em;
  border-bottom:1px solid #00ADEF;
}

div.bar-graph {
  font-size:0.8em;
  margin-bottom:1.5em;
  line-height:1.2em;
}

div.bar-graph em {
  display:block;
  padding-bottom:0.75em;
  font-weight: bold;
  font-style: normal;
  color: #666666;
}

span.graph-key-button {
  display:none;
}

div.graph-key {
  margin-top:0.2em;
  width:170px;
  height:90px;
  overflow:hidden;
  background-repeat:no-repeat;
  background-position: -1px 0px;
}

/* -- Highlight Content: Comment Form -- */
p.comment-form {
  font-size: 0.8em;
  padding-top: 0.75em;
  color: #333333;
  margin-top: 0;
  margin-bottom: 0.3em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #00adef;
}

p.comment-form span.like-paragraph {
  display: block;
  padding-top: 0.5em;
}

p.comment-form a:link,
p.comment-form a:hover,
p.comment-form a:active {
  color: #0099BB;
  text-decoration: none;
}

p.comment-form a:visited {
  text-decoration: none;
  color:#8c9263;
}

p.comment-form span.label {
  font-weight: bold;
  color: #666666;
  line-height: 2em;
  display: block;
}

p.comment-form input.gray-button {
  float: none;
  margin: 0.5em 0 0 0;
 
}

/* -- Highlight Content: ShareThis -- */

div.social-bookmarks-layout-right {
  font-size: 0.8em;
  width: 9em;
}

div.social-bookmarks-holder {
  width: 9em;
}

div.social-bookmarks-layout-right li {
  width: 9em;
  clear:left;
}

p#the-social-bookmark-heading {
  margin: 0;
  padding: 0.75em 0;
  border-bottom:1px solid #cccccc;
  color: #0099bb;
  text-align: right;
}

p#the-social-bookmark-heading img {
  margin: 0 0 -0.25em 0;
  padding: 0;
}

/* -- Stats page content -- */

img.chart {
  padding: 0.5em 0;
  margin: 0;
}

table.chart-data {
  font-size: 0.9em;
  margin: 0;
  padding: 1em 0 7em 0;
}

table.chart-data caption {
  display: none;
}

table.chart-data th {
  color: #666666;
  font-weight: bold;
  padding: 0.5em 2em 0.5em 0;
  margin: 0;
  border-style: none;
  text-align: right;
}

table.chart-data th.text {
  text-align: left;
}

table.chart-data td {
  padding: 0 2em 0 0;
  margin: 0;
  border-style: none;
  text-align: right;
}

table.chart-data td.text {
  text-align: left;
}

/* -- General: Help popup box -- */

div#help-display {
  border: 20px solid #666666;
  padding: 1em;
  background-color: white;
  width: 20em;
  position: fixed;
  top: 200px;
  left: 300px;
  z-index: 700;
  display: none;
}

div#help-display-close {
  padding-top: 1em;
}

div#help-display-close a {
  float:right;
}
 
div#help-display-close a:hover {
  cursor: pointer;
}

/* -- General: ul styling -- */

div#main-body ul {
  width: 35em;
  margin-bottom: 2em;
}

div#main-body ul li {
  line-height: 1.4em;
}


