/* style.css */


/* ==== Scroll down to find where to put your styles :) ==== */

/*  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 { color: #000; text-decoration: none; }
mark { 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; }

/*::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }*/

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

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

/*
    // ========================================== \\
*/

@font-face {
    font-family: 'AvenirRoman';
    src: url('../fonts/avenirrom-webfont.eot');
    src: url('../fonts/avenirrom-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/avenirrom-webfont.woff') format('woff'),
    url('../fonts/avenirrom-webfont.ttf') format('truetype'),
    url('../fonts/avenirrom-webfont.svg#webfontr69nxEZW') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'AvenirHeavy';
    src: url('../fonts/avenirltstd-heavy-webfont.eot');
    src: url('../fonts/avenirltstd-heavy-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/avenirltstd-heavy-webfont.woff') format('woff'),
    url('../fonts/avenirltstd-heavy-webfont.ttf') format('truetype'),
    url('../fonts/avenirltstd-heavy-webfont.svg#AvenirLTStd95Black') format('svg');
    font-weight: normal;
    font-style: normal;
}


body, html {
	text-rendering: optimizeLegibility;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height: 16px;
	color:#292929;
	height:100%;
	width:100%;
	background-color: #fff;
}

#content {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px auto;
	height: 100%;
	width: 100%;
	z-index: 9990;
}

header {
	position: relative;
	float: left;
	left:25px;
	top:30px;
	width:185px;
}

aside {
	position: relative;
	top:0;
	left:0;
	width:185px;
}

section {
	position: relative;
	top:30px;
	overflow: hidden;
	opacity:0;
}

nav {
	position: relative;
	float: left;
	left:25px;
	top:54px;
	width:185px;
}


#logo {
	background-position: 0px -60px;
	background-repeat: no-repeat;
	width:46px;
	height:60px;
	text-indent: -999px;
	background-image: url(../images/sawdust_logo.png);
}

#logo a {
	display:block; 
	width:46px; 
	height:60px; 
	text-decoration: none;
}

#logo:hover {
	opacity:0.70;
}

a {
	color:#666;
}

a:hover {
	color:#333;
}

nav a, nav ul li a, #pages a, #filters a, #docs a, .avenir {
	font-family: 'AvenirRoman','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#666;
	text-decoration:none;
}

.avenir {
	color:#333;
	line-height:21px;
}
.tighten {
	padding-right: 35px;
}

#pages a.selected, #filters a.selected, #pages a.selected:hover, #filters a.selected:hover {
	color:#000;
	text-decoration:underline;
}

nav a:hover, nav ul li a:hover, #pages a:hover, #filters a:hover, #docs a:hover {
	color:#000;
	text-decoration:none;
}

#pages li.shop a.selected,#pages li.shop a.selected:hover {
	/*color:#48B4DD;*/
	color:#33CCFF;
	text-decoration:underline;
}

#pages li.shop a:hover {
	color:#33CCFF;
	text-decoration:none;
}


ul#pages, ul#filters, ul#docs {
	margin-bottom:18px;
}

.separator {
	margin:0; padding:0;
	margin-bottom:18px;
	font-family: 'AvenirRoman','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#000;
	line-height:15px;
}
.vspaced-5  { height: 5px; }
.vspaced-10 { height: 10px; }
.vspaced-15 { height: 15px; }
.vspaced-20 { height: 20px; }
.vspaced-25 { height: 25px; }
.vspaced-30 { height: 30px; }
.vspaced-35 { height: 35px; }
.vspaced-40 { height: 40px; }
.vspaced-85 { height: 85px; }

#loader {
	z-index:9999;
	position: absolute;
	top:30px;
	left:185px;
}

h1, h2, h3 {
	text-decoration:underline;
	margin-bottom:2px;
}

h1.list-heading,h2.list-heading,h3.list-heading {
	font-family: 'AvenirHeavy','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-style: normal;
	font-size:15px;
	line-height:21px;
	color:#000;
	text-decoration:none;
	margin:0; padding:0;
}

.pushdown {
	margin-bottom:16px;
}

h1 {
	margin-bottom:16px;
}

p {
	margin-bottom:16px;
}

.hrule {
	margin-top:45px;
	margin-bottom:16px;
	height: 1px;
	background-color: #000;
	line-height: 1px;
}

ul {
	margin:0;
	padding:0;
	list-style-type: none;
	margin-bottom:18px;
}

ul li {
	margin:0;
	padding:0;
}




/*
    // ========================================== \\
   ||                                              ||
   ||               End Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/



.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}



/* cycle.css */
.carousel {
	position: relative;
	float: left;
	margin-right: 17px;
	width:  240px; 
	height: 190px;
	overflow:hidden;
}
.pics {      
	background-repeat: no-repeat;        
    background-position: center center;          
    background-image: url(../images/progress_offwhite.gif); 
	background-color: #f5f5f5;   
    width:  240px;
	height: 156px;
	margin-bottom:2px;
	overflow:hidden;
}
 
.pics img {  
    width:  240px; 
    height: 156px; 
    top:  0; 
    left: 0; 
}

.imgctrls {
	position:absolute;
	left:80px;
	top:114px;
	width:77px;
	height:30px;
	z-index:999;
	display:none;
}

.strip {
	position:absolute;
	left:0px;
	top:0px;
	width: 240px;
	height: 5px;
	z-index:998;
	background-color:#000;
	display:none;
}

.imgctrl_prev, .imgctrl_next {
	width:40px;
	height:42px;
	position:relative;
	float: left;
}

.imgctrl_prev {
	background-image: url(../images/carousel_ctrls_prev.png);
	background-position: 0px -42px;
	background-repeat: no-repeat;
	
}

.imgctrl_next {
	background-image: url(../images/carousel_ctrls_next.png);
	background-position: 0px -42px;
	background-repeat: no-repeat;
	margin-left:-3px;
}

.hidden_img {
	display:none;
}

a div.imgctrl_prev, a div.imgctrl_next {
	text-decoration: none;
}

a:hover div.imgctrl_prev {
	background-image: url(../images/carousel_ctrls_prev.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a:hover div.imgctrl_next {
	background-image: url(../images/carousel_ctrls_next.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.project_thumb_details {
	display:block;
	width:240px;
	text-align: center;
	margin-bottom:16px;
	font-size: 11px;
	color:#000;
}



/* supersized.css */
* {
	margin: 0;
	padding: 0;
}


img {
	border: none;
}



body {
	overflow: hidden;
	/*Needed to eliminate scrollbars*/
}

/*#content {
	margin: 0px auto;
	height: 100%;
	width: 100%;
	z-index: 99999;
	position: absolute;
	top: 0;
	left: 0;
}*/


/*#contentframe {
	height: 100%;
	text-align: left;
	z-index: 9999;
}*/

/*Supersize Plugin Styles*/



/*#prevslide {
	float: left;
	margin-bottom: 2px;
}

#nextslide img {
	float: left;
}
*/

#prevslide, #nextslide {
	width:40px;
	height:42px;
	position:relative;
	float: left;
	margin:0px;
}


#prevslide {
	background-image: url(../images/carousel_ctrls_prev.png);
	background-position: 0px -42px;
	background-repeat: no-repeat;
}

#nextslide {
	background-image: url(../images/carousel_ctrls_next.png);
	background-position: 0px -42px;
	background-repeat: no-repeat;
	left:-4px;
}

#prevslide:hover {
	background-image: url(../images/carousel_ctrls_prev.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#nextslide:hover {
	background-image: url(../images/carousel_ctrls_next.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}


/*#loading {
	position: absolute;
	top: 49.5%;
	left: 49.5%;
	z-index: 3;
	width: 31px;
	height: 31px;
	text-indent: -999em;
	background-image: url(../images/progress.gif);
}*/

#supersize {
	position: fixed;
}

#supersize img, #supersize a {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -999;
}

#nextslide {
	margin-left: 2px;
}

#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;
}

#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
}

#fullscreen-ctrls {
	position:relative;
	width:600px;
	height:100px;
	overflow: hidden;
}

#project-info {
	position:relative;
	padding:25px;
	padding-top:26px;
	top:-100px;
	width:250px;
	z-index:999;
	display:none;
	opacity:0;
	background-color: #fff;
}

#close-project-info {
	margin-bottom:45px;
	position:relative;
	left:-7px;
}

#backtoall a {
	position: relative;
	float: left;
	margin-right:8px;
	background-image: url(../images/work_nav/back_to_all.png);
	background-position: 0px -24px;
	width:25px;
	height:24px;
}

#backtoall a:hover {
	background-image: url(../images/work_nav/back_to_all.png);
	background-position: 0px 0px;
	width:25px;
	height:24px;
}

#showinfo a {
	position: relative;
	float: left;
	margin-right:6px;
	background-image: url(../images/work_nav/show_info.png);
	background-position: 0px -24px;
	width:25px;
	height:24px;
}

#showinfo a:hover, #showinfo a.selected {
	background-image: url(../images/work_nav/show_info.png);
	background-position: 0px 0px;
	width:25px;
	height:24px;
}

#buythis {
	position: relative;
	float: left;
	left: -118px;
	top: 28px;
}

#buythis a {
	background-repeat: no-repeat;
	position: relative;
	float: left;
	background-image: url(../images/work_nav/buy_btn.png);
	background-position: 0px 6px;
	text-indent: -9999px;
	width:100px;
	height:24px;
}

#buythis a:hover {
	background-repeat: no-repeat;
	background-image: url(../images/work_nav/buy_btn.png);
	background-position: 0px 6px;
	width:100px;
	height:24px;
}

#sub-navigation {
	position:relative;
	float:left;
	top:44px;
	left:20px;
	width:164px;
}

#navigation {
	position:relative;
	float:left;
	top:26px;
}

#pagination {
	position: relative;
	float:left;
	left:-144px;
	top:26px;
}

#pagination ul, #pagination li {
	list-style: none;
	font-weight: normal;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
}

#pagination ul li {
	text-indent: -999em;
	background-image: url(../images/work_nav/slide_marker.png);
	background-position: 0px -24px;
	width:25px;
	height:24px;
	margin-right:6px;
}

#pagination ul li a {
	text-indent: -999em;
	background-image: url(../images/work_nav/slide_marker.png);
	background-position: 0px -24px;
	width:25px;
	height:24px;
}

#pagination ul li:hover, #pagination ul li.selected {
	text-indent: -999em;
	background-image: url(../images/work_nav/slide_marker.png);
	background-position: 0px 0px;
	width:25px;
	height:24px;
}

/*#pagination ul li:last-child {
	text-indent: -999em;
	background-image: url(../images/work_nav/show_info.png);
	background-position: 0px -24px;
	width:25px;
	height:24px;
}

#pagination ul li:last-child:hover, #pagination ul li.selected:last-child {
	text-indent: -999em;
	background-image: url(../images/work_nav/show_info.png);
	background-position: 0px 0px;
	width:25px;
	height:24px;

}*/

#supersize .transitionalslide, #supersize .transitionalslide img {
	z-index: 1;
}




/* isotope.css */
/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.75s;
     -moz-transition-duration: 0.75s;
          transition-duration: 0.75s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/* End: Recommended Isotope styles */

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}



/* grid.css */
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

/*body {
  min-width: 985px;
}*/

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_4 {
	margin-left: 0px;
	margin-right: auto;
	width: 985px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 4 Columns
----------------------------------------------------------------------------------------------------*/


.container_4 .grid_1 {
	width:195px;
}

.container_4 .grid_2 {
	width:420px;
}

.container_4 .grid_3 {
	width:645px;
}

.container_4 .grid_4 {
	width:870px;
}




/* Prefix Extra Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/


.container_4 .prefix_1 {
	padding-left:225px;
}

.container_4 .prefix_2 {
	padding-left:450px;
}

.container_4 .prefix_3 {
	padding-left:675px;
}



/* Suffix Extra Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/


.container_4 .suffix_1 {
	padding-right:225px;
}

.container_4 .suffix_2 {
	padding-right:450px;
}

.container_4 .suffix_3 {
	padding-right:675px;
}



/* Push Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/


.container_4 .push_1 {
	left:225px;
}

.container_4 .push_2 {
	left:450px;
}

.container_4 .push_3 {
	left:675px;
}



/* Pull Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/


.container_4 .pull_1 {
	left:-225px;
}

.container_4 .pull_2 {
	left:-450px;
}

.container_4 .pull_3 {
	left:-675px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}






























/* Containers
----------------------------------------------------------------------------------------------------*/
.container_4 {
	margin-left: 0;
	margin-right: auto;
	width: 808px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 4 Columns
----------------------------------------------------------------------------------------------------*/


.container_4 .grid_1 {
	width:172px;
}

.container_4 .grid_2 {
	width:374px;
}

.container_4 .grid_3 {
	width:576px;
}

.container_4 .grid_4 {
	width:778px;
}




/* Prefix Extra Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/


.container_4 .prefix_1 {
	padding-left:202px;
}

.container_4 .prefix_2 {
	padding-left:404px;
}

.container_4 .prefix_3 {
	padding-left:606px;
}



/* Suffix Extra Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/


.container_4 .suffix_1 {
	padding-right:202px;
}

.container_4 .suffix_2 {
	padding-right:404px;
}

.container_4 .suffix_3 {
	padding-right:606px;
}



/* Push Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/


.container_4 .push_1 {
	left:202px;
}

.container_4 .push_2 {
	left:404px;
}

.container_4 .push_3 {
	left:606px;
}



/* Pull Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/


.container_4 .pull_1 {
	left:-202px;
}

.container_4 .pull_2 {
	left:-404px;
}

.container_4 .pull_3 {
	left:-606px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}

