/*
  Stylesheet for the Assemblage Plus Template
  Copyright (c) 2011 Yiannis Chatzikonstantinou
  http://yconst.com
*/

/*  HTML5 Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #555; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #555; }
a:hover { color: #09E; }

/*
 Basic Typography
 ________________________________________________________________
*/

body {
  font-family: Myriad Pro, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
}

body a {
  text-decoration: none;
}

h2, .big {
  font-family: 'MavenProRegular', Helvetica, sans-serif;
  font-size:20px;
  font-weight: normal;
}

h3 {
  font-family: 'MavenProRegular', Helvetica, sans-serif;
  font-size:16px;
  font-weight: bold;
}

h4 {
  font-family: 'MavenProRegular', Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

h4 p {
  margin:0.5em 0 0 0;
}

h5 {
  font-family: 'MavenProRegular', Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

h6 {
  font-family: 'MavenProRegular', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.dense {
  letter-spacing: -1px;
}

/*
 Colors
 ________________________________________________________________
*/

body {
  background: #f2f2f2 url('../../images/body_bg2.gif') 0 0 repeat-x;
}

.tag, .sort-option {
  color: #aaa;
}

.sort-option:hover {
  color: #444;
}

.sorting {
  color: #AAA;
}

.tag.active {
  color: #777;
}

.tag:hover {
  color: #000;
}

.current, .current a {
  color:#000 !important;
}

.projectTitle:visited {
  color:#bbb
}

.projectDate {
  color:#bbb;
}

.page-date {
  color: #aaa;
}

pre {
  background:#fff;
}

.page-description a {
  color:#5080ff;
}

.asset-frame, .asset-frame a {
  color:#404040;
}

.asset-frame a:hover {
  color:#5080ff;
}

/*
 Outer Margins
 ________________________________________________________________
*/

#outer-container {
  padding: 0;
}

#title, #desc, .page-content, .goto-top-wrapper, #footer {
  margin-left: 10px;
  margin-right: 10px;
}

#snapshot-container {
  margin-left: 0px;
  margin-right: 0px;
}

.snapshot {
  margin-left: 10px;
  margin-right: 10px;
}

/*
 Dividers
 ________________________________________________________________
*/

.thick-divider {
  clear: both;
  border-top:6px solid #333;
  margin: 0 10px 16px 10px;
}

.thin-divider {
  clear: both;
  border-top:1px solid #ccc;
  margin: 0 10px 0 10px;
}

/*
 Index Page Elements
 ________________________________________________________________
*/

/* Outer Container */

#outer-container {
  min-width:640px;
  max-width: 1280px;
  margin: 0 auto;
}

/* Title */

#title {
  text-align:left;
  padding:40px 0;
}

#title a {
    text-decoration: none;
}

/* Description (optional) */

#desc {
  text-align:left;
  margin-top:40px;
  padding:40px 0 0 0;
}

/* Tags & Filtering */

#tags, .page-content {
  overflow: auto;
  position:relative;
  text-align:left;
}

.tag, .sort-option {
  display: block;
  padding: 0 0 16px 0;
  float: left;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
}

.tag {
  margin: 0 10px;
  width: 300px;
}

.nest {
  overflow: auto;
  display: none;
  clear: both;
  padding: 0 0 16px 0;
  width: 100%;
}

.snapshot-nest {
  display: block;
}

/* Sorting Options */

.sorting {
  width: 100%;
  text-align: right;
}

.sort-option {
  display: block;
  float: left;
  width: 30px;
  height: 8px;
  opacity: 0.5;
  margin: 0 0 0 20px;
}

.sort-option:hover, .sort-option.current {
  opacity: 1;
  text-decoration: none;
}

#sbc {
  background: url('../../images/icon_category.png') top center no-repeat;
}

#sbd {
  background: url('../../images/icon_date.png') top center no-repeat;
}

#sbr {
  background: url('../../images/icon_shuffle.png') top center no-repeat;
}

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

/*
  Snapshots
*/

#snapshot-container {
  position:relative;
  text-align:left;
  margin-top: 6px;
}

.snapshot {
  margin-bottom: 20px;
  float: left;
  cursor: pointer;
}

.snapshot.faded {
  opacity: 0.3;
}

.projectThumb {
  display:block;
  margin:0px;
}

.projectFrame {
  padding:17px 10px;
  background:#363636;
  background: url('../../images/snapshot_bg.gif') repeat-x 0 0;
  border-bottom: 1px solid #fff;
  color: #fafafa;
  margin:0px;
  
  -webkit-border-bottom-left-radius: 3px; 
     -moz-border-radius-bottomleft: 3px; 
          border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px; 
     -moz-border-radius-bottomright: 3px; 
          border-bottom-right-radius: 3px; 
          
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 

}

.projectTitle, .projectDate  {
  line-height:12px;
}

.categoryTitle {
  padding-left: 28px;
  background: url('../../images/category_black.png') left center no-repeat;
}

.project:hover a {
  text-decoration:none;
}

/* Go to top */

.goto-top-wrapper {
  text-align:left;
  display: none;
  clear: both;
  padding:32px 0;
  border-top: 1px solid #cdcdcd;
}

.goto-top {
  display:block;
  float: left;
  cursor:pointer;
  width: 14px;
  height: 10px;
  background: url('../../images/arrow_up.png');
}

/* Footer */

#footer, #footer a {
  text-align:left;
  clear:both;
}

#footer {
  padding:32px 0;
  border-top:6px solid #333;
}

.atom-rss {
  background: url('../../images/rss.png') 0 0 no-repeat;
  display: block;
  width: 14px;
  height: 13px;
  padding: 3px 0;
}

/*
 Content Page Elements
 ________________________________________________________________
*/

#page-wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.page-content {
  border-top:6px solid #333;
}

.page-description {
  font-family: Myriad Pro, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 24px 0;
  border-bottom: 1px solid #cdcdcd;
}

.page-description h2 {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #c9c9c9;
  font-size: 18px;
  text-shadow: 0 1px #fff;
}

.page-title {
  padding:32px 0;
  border-bottom: 1px solid #cdcdcd;
  overflow: auto;
}

.page-close {
  display:none;
  position: absolute;
  right:1px;
  top:38px;
  width: 14px;
  height: 14px;
  background: url('../../images/close.png');
  background-position:left top;
  background-repeat: no-repeat;
}

.page-close:hover {
  background-position:left bottom;
}

.multi-column {
  -webkit-column-width:300px;
  -webkit-column-gap:20px;
  -moz-column-width:300px;
  -moz-column-gap:20px;
  column-width:300px;
  column-gap:20px;
}

.page-description p {
  margin: 0 0 1.34em 0;
}

pre {
  padding:1em;
}

/* Gallery */

.gallery {
  margin: 0 0 34px 0;
}

.image-wrapper {
  background: transparent url('../../images/gallery_bg.gif') repeat 0 0;
  overflow: hidden;
  clear: both;
}

.prev, .next {
  cursor: pointer;
  display: block;
  float: left;
  padding: 12px 6px;
  width: 10px;
  height: 10px;
}

.prev {
  background: url('../../images/arrow_left.png') no-repeat center;
}

.next {
  background: url('../../images/arrow_right.png') no-repeat center;
}

/** Asset Frames */

h4#links-title, h4#downloads-title, h4#comments-title, h4#pdfs-title {
  margin:12px 0;
  text-transform: uppercase;
}

.asset-frame {
  padding:16px;
  margin:0 0 24px 0;
  background: transparent url('../../images/gallery_bg.gif') repeat 0 0;
}

.asset-frame .item {
  margin:8px 12px;
}

/*
 Miscellaneous and Helper Elements
 ________________________________________________________________
*/

.invis1 {
  display:none;
}

.invisibl {
  visibility: hidden;
}

.alert {
  text-align:center;
  padding:32px;
  margin:0px;
  position:relative;
  left:0px;
  right:0px;
  background:#ef4313;
  color:#fff;
}

#ajax-loader {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000 url('../../images/ajax-loader.gif');
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1000;
  -webkit-border-bottom-left-radius: 3px; 
     -moz-border-radius-bottomleft: 3px; 
          border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px; 
     -moz-border-radius-bottomright: 3px; 
          border-bottom-right-radius: 3px;
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
  border-bottom: 1px solid #fff;
}

.switch {
  background-position: top left;
  background-repeat: no-repeat;
}

.switch:hover {
  background-position: top right;
  background-repeat: no-repeat;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}