/*
  Stylesheet for the Assemblage Template
  Index & Category Template
  Copyright (c) 2011 Yiannis Chatzikonstantinou
  http://yconst.com
*/
/* Colours */
body, a {
  color: #404040;
  text-decoration: none;
}

body {
  background: #F9F9F9;
}

/* Typography */
body {
  font-family: 'DejaVuSansBook', arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.32em;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0.5em 0;
}

h1 {
  font-size: 24px;
  font-weight: 300;
  margin: 0.4em 0;
}

h2 {
  font-size: 16px;
  font-weight: 300;
  margin: 0.4em 0;
}

h3 {
  font-size: 13px;
  font-weight: normal;
  margin: 0px;
}

h4 {
  font-size: 13px;
  font-weight: normal;
  margin: 0px;
}

/* Layout */

html {
  overflow-y: scroll;
}

body {
  margin: 8px 0;
  min-width: 640px;
}

img {
  border: none;
}

#outer-container {
  text-align: center;
  min-width: 640px;
  max-width: 960px;
  margin: 0 auto;
}

#title {
  min-width: 620px;
  text-align: left;
  margin: 0 auto;
  padding: 2em 0;
  border-bottom: 1px solid #DDD;
}

#desc {
  min-width: 620px;
  text-align: left;
  margin: 0 auto;
  padding: 0 0 1.8em 0;
  border-bottom: 1px solid #DDD;
}

#desc p {
  font-size: 18px;
  max-width: 630px;
}

#tags {
  width: 100%;
  display: none;
  position: relative;
  margin: 1px auto;
  text-align: left;
}

.tag {
  line-height: 18px;
  color: #404040;
  font-size: 12px;
  cursor: pointer;
  padding-top: 1px;
}

.compact .tag {
  color: #6E6E6E;
}

.tag:hover {
  color: #000;
}

.nest {
  display: block;
  float: left;
  width: 300px;
  margin: 0 10px 0 10px;
  padding: 5px 0 20px 0;
}

.compact .nest {
  width: 148px;
  margin: 0 10px 0 10px;
  padding: 5px 0 5px 0;
}

.compact .tag:after {
  content: "  ⟩ ";
}

.nestInvis {
  display: none;
}

.compact .nestInvis2 {
  display: none;
}

.compact .border-top {
  border-top: none;
}

.tagInactive {
  color: #888;
}

.compact .tagInactive {
  display: none;
}

.tagInactive:hover {
  color: #666;
}

#tip {
  font-size: 11px;
  color: #777;
  z-index: 1000;
  float: right;
  display: none;
  vertical-align: middle;
}

.sorting {
  width: 100%;
  text-align: right;
  color: #777;
  cursor: default;
  font-size: 10px;
  padding: 3px;
}

.sorting a {
  cursor: pointer;
  color: #777;
  padding: 3px;
}

.sorting a:hover {
  color: #000;
}

.options {
  position: absolute;
  right: 10px;
  bottom: 2px;
  padding: 2px;
}

#search-field {
  border: 1px solid #DDD;
  background: #CFCFD1;
  width: 298px;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#search-field:focus {
  border: 1px solid #FFF;
  background: #FFF;
}

#footer, #footer a {
  text-align: left;
  clear: both;
  font-size: 10px;
  color: #404040;
  margin: 0 auto;
}

#footer {
  padding: 1em 0;
}

.invis1 {
  display: none;
}

/** Javascript alert */
.alert {
  text-align: center;
  padding: 20px;
  margin: 0px;
  position: relative;
  left: 0px;
  right: 0px;
  background: #EF4313;
  color: #FFF;
}
