/*
  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: 10px;
  font-family: "monaco-webfont", serif;
  vertical-align: baseline;
  text-align:left;
}

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; margin-top:0px; }
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; }


h1, h2, h3, h4, h5, h6 { font-weight: normal; }

html {-webkit-font-smoothing: antialiased;}
/*
 Basic Typography
 ________________________________________________________________
*/


body {

  font-weight: normal;
  font-size: 10px;
}

body a {
  text-decoration: none;
}

h2, .big {
  font-family: "monaco-webfont", serif;
  font-size:10px;
  font-weight: normal;
  
}

h3 {
  font-family: "monaco-webfont", serif;
  font-size:10px;
  font-weight: normal;
}

h4 {
  font-family: "monaco-webfont", serif;
  font-size: 10px;
  font-weight: normal;
}

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

h6, .small {
  font-family: "monaco-webfont", serif;
  font-size: 10px;
  font-weight: normal;
}

.smaller {
  font-family: "monaco-webfont", serif;
  font-size: 10px;
  line-height:10px;
  font-weight: normal;
  width:320px;
  margin-bottom:15px;
  
 
  
}

#tags {
  font-size: 10px;
  font-weight: 100;
  font-family: "monaco-webfont", serif;
  
}

.projectTitle {
  font-weight: 100;
}

/*
 Colors
 ________________________________________________________________
*/

body, title, select, input, textarea {  color: #000; }
a, a:visited { color: #000;  }
a:active { color: #000;  }
a:hover { color: #000;  }

body {
  background: #fff;
 
  
}

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

.sort-option:hover {
  color: #000; text-decoration: underline
}

.sorting {
  color: #000;
  opacity:1;
}

.tag.active {
  color: #000;
  background:#FFF;
}

.tag:hover {	
  color: #000; text-decoration:underline
}

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

.projectTitle:visited {
  color:#bbb
}

.projectDate {
  color: #333;
}

.projectFrame {
  background: none;
  color: none;
}

.featured .projectFrame {
  background: #232424;
}

.page-date {
  color: #aaa;
}

pre {
  background:#fff;
}

.page-description a {
  color:#000;
  
}

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

.page-description a:hover, .asset-frame a:hover {
  color:#66ffcc;
}

/*
 Outer Margins
 ________________________________________________________________
*/



#title, #desc, .page-content, #footer {
  margin-left: 0px;
  margin-right: 0px;
}

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

.snapshot {
  margin-right: 5px;
  margin-bottom: 5px;
}

/*
 Dividers
 ________________________________________________________________
*/

.thick-divider {
  clear: both;
  border-top:0px solid #000;
  margin: 0;
}

.thin-divider {
  clear: both;
  border-bottom:0px;
  margin: 0 0px 0 0px;
  padding-top: 0px;
}

/*
 Index Page Elements
 ________________________________________________________________
*/

/* Outer Container */

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

/* Title */

#title {
  overflow: auto;
  text-align:left;
  padding-top:10px ;
  
  margin-bottom:5px;
}



#title a {
    
}

#title h2 {
     background: #FFF;
    float: right;
    height: 50px;
	margin-left:0px;
    margin-bottom: 0px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 5px;
    text-decoration: none;
    width: 143px;
	border:#333 solid thin; 
}



#title h2:hover {	border:#6FC solid thin;
text-decoration:underline;


}

#title h3 {
   background: #FFF;
    float: left;
    height: 50px;
	margin-left:0px;
    margin-bottom: 0px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 5px;
    text-decoration: none;
    width: 143px;
		border:#333 solid thin; 

	
  
}


#title h3:hover { border:#6FC solid thin;
text-decoration:underline ; 

}




/* 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 5px 0;
  float: left;
  cursor: pointer;
  text-transform: titlecase;
  
}

.tag {
  width: 148px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 5px;
  margin-right: 5px;
  margin-bottom:5px;
  background:#FFF;
  text-decoration: none;
  border:#333 solid thin;
  
}

.tag:hover {border:#6FC solid thin;}


.nest {
  overflow: auto;
  display: none;
  clear: both;
  padding: 0 0 0px 0;
  margin-top:0px;
  margin-left: 0px;
  
  


}

.snapshot-nest {
  display: block;
}

/* Sorting Options */

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

.sort-option {
	
	
}

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

.sort-option:hover { text-decoration:underline;

}

#sbc {
 /*   background: url('../../images/icon_category.png') top center no-repeat;*/
 background: none repeat scroll 0 0 #FFFFFF;
 padding-top:5px;
 padding-bottom:5px;
 padding-right:10px;
 padding-left: 10px;
 margin-right:5px;
    
    width: 138px;
	text-align:left;
	border:#333 solid thin;
  
 
 
}

#sbc:hover { border:#6FC solid thin;}

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

}

#sbr {
  /* background: url('../../images/icon_shuffle.png') top center no-repeat;*/
   background: none repeat scroll 0 0 #FFFFFF;
 padding-top:5px;
 padding-bottom:5px;
 padding-right:10px;
 padding-left:10px;
 margin-right:5px;
    
    width: 138px;
	text-align:left;
	border:#333 solid thin;
 
  

}

#sbr:hover { border:#6FC solid thin;}

.options {
  position: absolute;
  top:0px;
  right:0;

  height:20px;


  padding-right: 0px;
  padding-top: 0px;
  margin-right: 0px;
  
  margin-bottom:3px;
 
  
}


/*
  Snapshots
*/

#snapshot-container {

  position:relative;
  text-align:left;
  
  
}

.snapshot {
  padding: 9px;
  float: left;
  background: #fff;
  border:#333 solid thin;
}

.snapshot.faded {
  opacity: 1;
  
}

.snapshot:hover {   border:#6FC solid thin;
}

.snapshot:active {   border:#6FC solid thin;
}


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

.projectFrame { 
  padding-top:5px;
  padding-bottom: 5px;
  border-bottom: solid thin #999;
  margin:0px;
  
  

}

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

.categoryTitle {
  display: block;
  float: right;
  background: url('../../images/category_black.png') left center no-repeat;
  width: 22px;
  height: 12px;
  position: relative;
  right: 5px;
  top: 2px;
}

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

.link-out {
  display: block;
  float: right;
  background: url('../../images/arrow_right_white.png') left center no-repeat;
  width: 10px;
  height: 15px;
  position: relative;
  right: 0px;
  top: 0px;
}

/* Go to top */

.goto-top {
  display:block;
  float: right;
  position: relative;
  bottom:0px;
 
  cursor:pointer;
  width: 20px;
  height: 20px;
  background: url('../../images/arrow_up.png');
  margin-bottom:0px;
  margin-right:0px;
  
}

/* Footer */

#footer, #footer a {

}



#footer {
	
  /*border-top:1px solid #000;*/
}

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

/*
 Content Page Elements
 ________________________________________________________________
*/

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

.page-content {
  border-top:none;
  overflow: auto;
  
}

.page-description {
	background: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 10px;
  margin-top:5px;
  margin-bottom:5px;
  width:1133px;
  border: #333 solid thin;

  
  overflow: auto;
  text-align:left;
  
}

.page-description:before {
	
	 content: " */ ";
   font-size:10px;
   margin-left: 5px;
   color:#CCC;
}

.page-description:after {
	
	 content: " /* ";
   font-size:10px;
   margin-left: 1120px;
   color:#CCC;
	
}
.page-description h2 {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 1.2em;
  border-bottom: 1px solid #c9c9c9;
  text-shadow: 0 1px #fff;
}

.page-description ul {
  list-style: none;
}

.page-title {
    text-decoration: none;
	background:#FFF;
	border:#333 solid thin;
	margin-bottom:5px;
	
	padding:5px;
	max-width:973px;
}

.page-title h4 {
  margin-top: 3px;
}

.page-title p {
  margin-top: 0px;
}

.page-close {
  display:none;
  position: absolute;
  right:5px;
  top:0px;
  width: 148px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  border:#333 solid thin;
  
  background: #FFF;

  
}

.page-close:hover { border:#6FC solid thin;
text-decoration:underline;
}

/*.column-multi {
  -webkit-column-width:300px;
  -webkit-column-gap:10px;
  -moz-column-width:300px;
  -moz-column-gap:10px;
  column-width:300px;
  column-gap:10px;
}
*/
.page-description p {
  margin: 0 0 1.34em 0;
  padding-left:165px;
  max-width:810px;
}

pre {
  padding:1em;
}

/* Gallery */

.gallery {
	max-width:1150px;
	position: relative;
  	margin: 0 0 5px 0;   
 
  


}

.image-wrapper {
  overflow: hidden;
  clear: both;
  padding-bottom: 20px;
 
}

.gallery .gallery-image img {
  display: block;
}

.gallery.centered .gallery-image img {
  margin: 0 auto;
}

.gallery-image img {
	margin-left:165px;
	margin-bottom:5px;

  min-width: 800px;
  padding: 8px;
  border:#333 solid thin;
}

.prev {  
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0px;
  width: 148px;
  height: 40px;
  padding: 5px;
  border:#333 solid thin;


  left: 0px;
  background: #FFF;
}

.prev:before {
   content: " Prev. [<] ";
   font-size:11px;
   margin-left: 80px;
   
   
}

.prev:hover {
	border:#6FC solid thin;
	text-decoration:underline;
}

.prev:active, .prev.pressed {
	opacity: 1;
  	background: #FFF  ;
		border:#6FC solid thin;

  	
}

.next {
	
  right: 0px;
  background: #FFF ;
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0px;
  width: 148px;
  border:#333 solid thin;
  height: 40px;
  padding: 5px;
  
}

.next:before {
   content: "[>] Next ";
   font-size:11px;
   margin-left:5px;
}

.next:hover {
	border:#6FC solid thin;
	text-decoration:underline;
}

.next:active, .next.pressed {
	opacity: 1;
  background: #FFF;
  	border:#6FC solid thin;

  
}

/** Asset Frames */

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 26px;
  background: #dddede;
  border: 1px solid #bcbcbc;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/*
 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;
}

#title-loader {
  display: none;
  background: url('../../images/ajax-loader-white.gif');
  width: 16px;
  height: 16px;
  float: left;
  margin: 3px 0 0 8px;
}

#ajax-loader {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #FFF url('../../images/loader1.gif');
  background-position: center center;
  background-repeat: no-repeat;

}

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

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

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