/*
theme name: Archive
theme uri: http://andychung.ca/
description: Online archive of graphics and artifacts: 2007 - 2010 Andy Chung
version: 1.0
author: Andy Chung
author uri: http://andychung.ca/
*/

/* reset */
* {
  border: 0 none;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* general */
body {
  font-family: "Inconsolata", Courier New, Monospace;
  font-size: 11px;
  line-height: 18px;
  color: #ff5959;
  width: 960px;
  margin: 0px auto;
}

a,
a:visited,
a:active {
  text-decoration: underline;
  color: #ff5959;
}

li {
  list-style: none;
}

.hidden {
  display: none;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

/* grid */
.row {
  width: 100%;
  float: left;
  margin: 10px 0;
  position: relative;
}


#container > #content > .row:last-child:empty {
  display: none;
}

.c1,
.c2,
.c3,
.c4,
.c5,
.c6 {
  margin: 0 10px;
  float: left;
  display: inline-block;
}

.c1 {
  width: 140px;
}

.c2 {
  width: 300px;
}

.c3 {
  width: 460px;
}

.c4 {
  width: 620px;
}

.c5 {
  width: 780px;
}

.c6 {
  width: 940px;
}

/* structure */

#preloader {
 position: fixed;
 left: 0;
 top: 0;
 z-index: 100;
 width: 100%;
 height: 100%;
 background-color: #fff;
 background-image: url("i/ajax-loader.gif");
 background-repeat: no-repeat;
 background-position: 15px 15px;
}

.secretSong {
  display: none;
}

#header {
  position: relative;
  float: left;
  z-index: 999;
}

#header a {
  text-decoration: none;
}

#header h3,
#sidebar h3 {
  border-bottom: 1px solid #ff5959;
  margin: 0 0 7px 0;
}

#header .current_page_item a:after {
	content: " ✔"
}

#container {
  float: left;
  width:100%;
}

#content {
  float: left;
}

#content .c2 img {
  padding: 5px 0;
}

.page-content {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
}

.entry-content p {
  margin-bottom: 18px;
}

.entry-content p:first-child {
  margin-bottom: 0px;
}

.entry-content blockquote p {
  background-color: #fafafa;
  padding: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.entry-content blockquote {
  margin: -3px 0 15px 0;
}

.links-content {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
}

#footer {
  clear:both;
  width:100%;
}

h2.entry-title a {
  color: white;
  text-decoration: none;
} 

h2.project-title{
  background-color: #ff5959;
  color: white;
  padding: 0 0 0 5px;
}

.comments h3,
#respond h3 {
  margin: 18px 0 10px 0;
  background: #ff5959;
  color: white;
  padding: 0 0 0 5px;
}

.entry-title {
  margin: 0 0 10px 0;
  background: #ff5959;
  color: white;
  padding: 0 0 0 5px;
}

.entry-meta {
}

#primary {
  margin-top: 50px;
  width: 100%;
  background-color: #f2f2f2;
}

form#commentform .form-label {
  margin: 9px 0 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,
input#email,
input#url {
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  padding: 3px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.comments ol li {
  margin: 0 0 9px 0;
  padding: 0 0 9px 0;
  border-bottom: 1px solid #ff5959;
  width: 100%;
  list-style-type: none;
}

.commentText p:first-child:before {
  content:'"';
}

.commentText p:last-child:after {
  content:'"';
}

.commentText p:last-child {
  margin: 0;
}

.commentText p {
  margin: 0 0 18px 0;
}

textarea#comment {
  width: 100%;
  height: 140px;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  margin: 4px 0;
  padding: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"] {
  background-color: #ff5959;
  padding: 2px 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: white;
  cursor: pointer;
}

input[type="text"] {
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  padding: 3px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"].noResults {
  margin: 9px 0;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
text-align:center;
}

.c6.about {
  font-size: 60px;
  font-family: "Georgia", Times, Serif;
  font-weight: bold;
  line-height: 72px;
}

.c6.about sup {
  font-size: 24px;
  padding: 0 5px;
  font-weight: normal;
}

.c6.about a {
  text-decoration: none;
}

.navigation a {
  text-decoration: none;
}

.navigation .meta-nav {
  font-size: 24px;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

.right {
  text-align: right;
}

a.file {
  background-image: url("i/file.gif");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 16px;
}

.animation {
  width: 300px;
  height: 100px;
  background-image: url("i/about.gif");
  background-position: left 0px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  right: 0;
}

.animation:hover {
  background-position: left -100px;
}

/* raindrop */

.row.browser {
  margin: 0;
  font-family: "helvetica neue", helvetica, arial, sans;
  font-size: 12px;
  line-height: 24px;
  color: #666;
}

.row.browser .c2 h1 {
  margin-left: -10px;
  padding-left: 10px;
  font-size: 21px;
  line-height: 34px;
  color: #1a1a1a;
}

.row.browser:hover .c2 h1 {
  background-image: url("i/raindrop/arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.row.browser:hover .c2 h1:after {
  content: " ✔"
}

.row.browser .c1,
.row.browser .c2,
.row.browser .c3,
.row.browser .c4,
.row.browser .c5,
.row.browser .c6 {
  position: relative;
  min-height: 1px;
}

.browserImage {
  min-height: 200px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.row.browser .c4 {
  height: 200px;
}

.row.browser .c4.first {
  height: 54px;
}

.row.browser .c4.last {
  height: 25px;
}

.browserImage.hover {
  background-position: 0 -200px;
}

.browser-pt1 {
  background-image: url("i/raindrop/browser-pt1.png");
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: 44px;
}

.browser-pt2 {
  background-image: url("i/raindrop/browser-pt2.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  min-height: 200px;
}

.browser-pt3 {
  background-image: url("i/raindrop/browser-pt3.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.browser-pt4 {
  background-image: url("i/raindrop/browser-pt4.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.browser-pt5 {
  background-image: url("i/raindrop/browser-pt5.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.browser-pt6 {
  background-image: url("i/raindrop/browser-pt6.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.browser-pt7 {
  background-image: url("i/raindrop/browser-pt7.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 6px;
}
