/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

@font-face {
  font-family: Sneak;
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/Sneak-Regular.eot);
  src: url(/fonts/Sneak-Regular.woff2) format('woff2'),
       url(/fonts/Sneak-Regular.woff) format('woff');
}

body {
	font-size: 18px;
	font-family: Sneak;
	background: #fff;
	color: #000;
	line-height: 1.55em;
	/* font-weight: 300; */
}

hr {
float:left;
border: 0;
color: #00f;
width: 100%;
background-color: #000;
height: 22px;
}

#textwrap { width: 100%; }
#col0 { float: left; width: 950px; }
#col1 { float: left; width: 50%; margin-right: 5%; }
#col2 { float: left; width: 45%; }

#stockists { width: 100%; }
#s1 { float: left; width: 35%; margin-right: 5%; }
#s2 { float: left; width: 60%; }

#news { width: 100%; }
#n1 { float: left; width: 60%; }
#n2 { float: left; width: 35%; margin-left: 5%; }


#cc { width: 950px; }
#cc1 { float: left; width: 300px; margin-right: 50px;}
#cc2 { float: left; width: 600px; }

#sale { width: 1050px; }
#s { float: left; width: 1050px; }


#bookshop { width: 100%; }
#b1 { float: left; width: 30%; margin-right: 5%; }
#b2 { float: left; width: 65%; }

#publications { width: 100%; }
#p1 { float: left; width: 20%; margin-right: 5%; }
#p2 { float: left; width: 75%; }

#distribution { width: 100%; }
#d1 { float: left; width: 20%; margin-right: 5%; }
#d2 { float: left; width: 75%; }



/* link scheme */
/* you can customize links further down the page too */
#index a:link { text-decoration: none; color: #000; }
#index a:active { text-decoration: none; color: #00f; }
#index a:visited { text-decoration: none; color: #000; }
#index a:hover { text-decoration: none; color: #00f; }

#exhibit a:link { text-decoration: none; color: #000; }
#exhibit a:active { text-decoration: none; color: #00f; }
#exhibit a:visited { text-decoration: none; color: #000; }
#exhibit a:hover { text-decoration: underline; color: #00f;}

a img { border: none; }

/* code for caption (?) workinprogress */
#exhibit .media_title { display: inline; }
#exhibit .media_caption { display: inline; }


/* general styles */
small { font-size: 9px; }
code { font-family: Sneak; }
blockquote { padding-left: 9px; }

/* headings */
h1 { font-size: 32px; line-height: 1.2em; margin-bottom: 0.85em; font-weight: bold; }
h2 { font-size: 24px; line-height: 1.2em; margin-bottom: 0.85em; font-weight: bold; }
h3 { font-size: 12px; line-height: 1.2em; margin-bottom: 0.85em; font-weight: bold; }
t { color: #00f; font-size: 24px; margin-bottom: 1em; font-weight: 700; }
ct { font-color: #00f; font-size: 13px; margin-bottom: 1em; font-weight: 300; }
h4 { font-size: 13px; margin-bottom: 1em; }

/* paragraph width */
#index p { margin-bottom: 1em; }
#exhibit p, code, blockquote { width: 450px; margin-bottom: 1em; line-height: 1.5em; }

/* highlighter style - maybe you want to change colors? */
.highlight { background: #0000ff; color: #fff; }

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
#index { width: 352px; background: transparent; /* line-height: 1.3em; */ }
#exhibit { margin: 0 0 0 352px; }

/* styling the index */
#index ul { list-style: none; margin: 0;}
#index ul.section { margin-bottom: 1em; }
#index ul.subsection {  }

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { font-weight: bold; }

/* active exhibit title parts */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, 
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{ font-weight: bold; }

/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link {  } 
#index a:hover {  } 
#index a:active {  } 
#index a:visited {  }

/* links styles only for the #exhibit region */
#exhibit a:link {  } 
#exhibit a:hover {  } 
#exhibit a:active {  } 
#exhibit a:visited {  } 

/* this is where you adjust your paddings for #index and #exhibit together */
.container { padding: 27px 9px 25px 27px; }

/* this is where you pad them separately */
#index .container {  }
#exhibit .container {  }