header,article,footer,aside,nav,details,summary,section{display:block}

html {
  height: 100%;
}

body {
  background-color: #fefefe;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
  -webkit-text-stroke: 1px hsla(0, 0%, 0%, 0);
  text-shadow: 0 1px 0 white;
  background-image: url(../gfx/bg_noise.png);
}

body > .center {
  margin: 0 auto;
  position: relative;
  width: 440px;
  height: 100%;
  overflow: visible; 
}

a img {
  border: none;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  margin: 0 10px 10px 0;
}

img {
  border-radius: 5px;
}

a:hover img {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#stripes {
  list-style: none;
  padding: 0;
  margin: 0 20px 0 0;
  width: 360px;
  float: left;
  height: 100%;
  margin-left: -380px;
  position: fixed;
}

#stripes li {
  height: 100%;
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  width: 20px;
  background-image: url(../gfx/bg_noise.png);
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
}

#stripes:hover li {
  background: rgba(0,0,0,0.1);
}

#stripes .one {
  width: 20px;
  margin-right: 40px;
}

#stripes .two {
  width: 40px;
  margin-right: 20px;
}

#stripes .three {
  width: 50px;
}

#stripes .four {
  width: 60px;
  margin-right: 40px;
}

#stripes .five {
  width: 80px;
  margin-right: 10px;
}

#stripes .orange, #stripes li:hover.orange {
  background-color: #ed7508;
}

#stripes .cyan, #stripes li:hover.cyan {
  background-color: #4ed3ed;
}

#stripes .lime, #stripes li:hover.lime {
  background-color: #B2DC08;
}

#stripes .purple, #stripes li:hover.purple {
  background-color: #c0004a;
}

#stripes .grey, #stripes li:hover.grey {
  background-color: #ccc;
}

#content {
  width: 440px;
  float: right;
  overflow: visible;
  text-align: justify;
  padding-bottom: 20px;
}

header, #content > h1 {
  border-left: 20px solid #ed7508;
}

header, #content > h1, .collapse {
  padding-left: 10px;
  overflow: visible;
}

header h1, header h2 {
  font-family: 'Neuton', 'Georgia', "Times New Roman", serif;
  font-weight: normal;
}

header {
  margin-bottom: 20px;
  border-left-color: #B81700;
  padding-top: 20px;
}

header h1 {
  font-size: 45px;
  color: #ca2f29;
  margin: 0 0 -10px 0;
 -webkit-text-stroke: 0px;
  text-shadow: 0 3px 1px rgba(0,0,0,0.1);
}

header h2 {
  color: #aaa;
  margin: 0;
  font-size: 32px;
}

#content > h1 {
  margin: 0;
}

#content > h1 a {
  padding: 5px 0;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  color: #aaa;
}

#content > h1 a:hover {
  color: #333;
}

#content > h1 a.open {
  font-size: 16px;
  font-weight: bold;
  color: #CF6200;
  text-shadow: 0 3px 1px rgba(0,0,0,0.1);
}

.note {
  font-size: 11px;
  text-align: left;
}

.collapse.open {
  display: block;
}

.collapse {
  font-size: 13px;
  line-height: 14px;
  padding-left: 30px;
  color: #333;
  margin: 15px 0;
}

.collapse h1 {
  font-size: 13px;
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #999;
}

.collapse p {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 16px;
}

.collapse a {
  color: #333;
  -webkit-transition: 200ms color linear;
}

.collapse a:hover {
  color: #888;
}

.collapse ul {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
}

.collapse li {
  margin-bottom: 8px;
}

.images {
  text-align: left;
}

#langs {
  position: absolute;
  margin: 0;
  margin-left: 520px;
  width: 180px;
  height: 40px;
  line-height: 40px;
  list-style: none;
  background: rgba(0,0,0,0.06);
  text-align: center;
  font-size: 14px;
  color: #ccc;
}

#langs a {
  color: #777;
  text-decoration: none;
  -webkit-transition: color 100ms linear;
}

#langs a:hover {
  color: #333;
}

