@charset "utf-8";
/* CSS Document */


/* Layout */

#siteWrapper {
width: 100%;
overflow: hidden;
}

#header {
width: 100%;
z-index: 6000;
background: #fff;
}

#headerInner {
overflow-y: hidden;
}

#footer {
width: 100%;
}

#footerInner {

}

#loader {
background: #fff;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1400;
display: block;
}

#blocker {
background: #fff;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1400;
display: none;
}

#delay {
position: fixed;
left: -2px;
top: -2px;
width: 1px;
height: 1px;
}


/* Buttons & Icons */

.bigButton {
background:  url(../img/arrow-top.png);
cursor: pointer;
height: 30px;
width: 30px;
display: block;

}

#icons {

}


/* Pages */

#pageHolder {
width: 100%;
}

#pageHolderInner {

}

#page ul, #page ol {
margin-top: 18px;
margin-bottom: 18px;
}

#page ol li {
list-style: decimal;
list-style-type: decimal;
margin-left: 20px;
margin-bottom: 9px;
}

#page ul li {
list-style: disc;
list-style-type: disc;
margin-left: 20px;
margin-bottom: 9px;
}

#page h2 {
font-size: 1.35em;
line-height: 27px;
}

#page-sub-menu ul, #page-sub-menu ol {
margin-top: 0px;
margin-bottom: 0px;
}

#page-sub-menu ol li {
list-style: none;
list-style-type: none;
margin-left: 0px;
margin-bottom: 0px;
}

#page-sub-menu ul li {
list-style: none;
list-style-type: none;
margin-left: 0px;
margin-bottom: 0px;
}

#page p, .projectInfo p {
margin-bottom: 18px;
}



/* Project */

#full {
overflow: hidden;
}

#fullInner {

}

#project {

}

#projectInner {

}

.projectInfo {
position: absolute;
z-index: 1201;
background: #fff;
overflow: hidden;
overflow-y: auto;
}

.projectInfoInner {

}

#projectTitle {

}

.projectBottom {
position: absolute;
background: transparent;
z-index: 1300;
margin-top: 400px;
}

.projectBottomInner {
height: 0;
}

.vimeo_trigger {
position: absolute;
z-index: 1300;
margin-top: 400px;
background: #fff;
}

.counter {
position: absolute;
z-index: 1300;
margin-top: 400px;
background: #fff;
}

.toggler {
position: absolute;
z-index: 1300;
margin-top: 400px;
}

.toggler:hover {
background: yellow;
}

.projectEdit {
position: absolute;
z-index: 1300;
margin-top: 400px;
background: pink !important;
color: red !important;
}

.projectEdit a {
color: red !important;
}

.edit, .edit a {
color: red !important;
}

.projectSeparator {
position: absolute;
z-index: 1300;
margin-top: 400px;
height: 1px;
width: 90%;
}

.project {

}

.projectSlideHolder {
overflow: hidden;
position: relative;
}

.projectSlideHolderInner {
width: 30000px;
}

.media img {
width: auto;
}

.image img {

}

.video {
width: auto;
background: #000;
}

.fakevideo {
width: auto;
background: #000;
}

.fakevideo img {
width: auto;
}

.fakevideo-play {
position: absolute;
margin: 0px auto;
z-index: 6000;
}

.fallback {
padding: 20px;
background: #000;
color: #fff;
}

.container {

}

.vimeo {
background: #000;
}

.vimeo iframe {

}


.slideLeft {
height: 40px;
width: 40px;
margin-right: 1px;
background:  url(../img/arrow-left.png);
cursor: pointer;
}

.slideRight {
height: 40px;
width: 40px;
background:  url(../img/arrow-right.png);
cursor: pointer;
}

.slideLeft:hover, .slideRight:hover {

}

#slideDown {
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

#slideUp {
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}

.slideUpDown {
background: #fffadb;
height: 17px;
width: 37px;
margin-bottom: 1px;
}

.slideUpDown:hover {
background: yellow;
}

.goUp {
display: none;
margin-right: 30px;
margin-top: 20px;
}


/* Comments */

.commentsBoxy {
position: absolute;
z-index: 600;
background: #fff;
overflow-y: auto;
border-left: 1px solid #eee;
}

.commentsBoxyInner {

}


/* Universals */

.left {
float: left;
}

.right {
float: right;
}

.align-left {
text-align: left;
}

.align-right {
text-align: right;
}

.hundred {
width: 100%;
}

.fourty {
width: 40%;
}

.fifty {
width: 50%;
}

.clear {
clear: both;
line-height: 0;
font-size: 0;
height:0;
}

.cursor {
cursor: pointer;
}

.metaSeparate {
border-top: 1px solid #ccc;
height: 0px;
margin-bottom: 18px;
margin-top: 18px;
line-height: 0px;
}

.metabar {

}

.bt {
border-top: 1px solid #ccc;
}

.bb {
border-bottom: 1px solid #ccc;
}

.box-shadow {
-moz-box-shadow: 0px 0px 3px rgba(0,0,0, 0.2);
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0, 0.2);
box-shadow: 0px 0px 3px rgba(0,0,0, 0.2);
}

.box-shadow-inner {
-moz-box-shadow: inset 1px 1px 2px #fff;
-webkit-box-shadow: inset 1px 1px 2px #fff;
box-shadow: inset 1px 1px 2px #fff;
}

.round {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}


/* Universals -> Typography */

.italic {
font-style: italic;
}

.bold {
font-weight: bold;
}

.underline {
text-decoration: underline;
}

.capitalize {
text-transform: capitalize;
}

.uppercase {
text-transform: uppercase;
}

.small {
font-size: 0.8em;
}

.date {
font-family: 'Courier New', courier, monospace;
font-size: 0.8em;
line-height: 18px;
}

p.small {
margin-bottom: 18px;
}

.large {
font-size: 1.35em;
font-weight: bold;
line-height: 27px;
}

.preamble {
font-size: 1.35em;
line-height: 27px;
}

.preamble p {
margin-bottom: 27px;
}

/* Forms & Inputs */

input, textarea {
font-size: 1em;
margin: 0;
color: #919191;
}

select, option {
font-size: 1em;
margin: 0;
color: #919191;
}

form, input, textarea, select, option {
font-family: 'Helvetica', Helvetica Neue, Arial, sans-serif;
font-size: 1em;
color: #919191;
line-height: 18px;
}


/* WP Menues */

.sub-menu {
margin-left: 10px;
}

.current-menu-item a {
color: #aaa;
}

.dropdown-layers {
background: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
position: absolute;
z-index: 8000;
cursor: pointer;
}

.dropdown-layers-holder {
height: 34px;
}

.dropdown-layers-inner {
padding: 8px;
padding-left: 8px;
}

.dropdown-layers-drop {
padding: 6px;
padding-left: 8px;
display: none;
}


/* Infinity */

#infscr-loading {
position: fixed;
z-index: 9997;
bottom: 0px;
left: 0px;
width: 100%;
text-align: left;
background: #fff;
-moz-box-shadow: 0px 0px 5px rgba(0,0,0, 0.25); 
-webkit-box-shadow: 0px 0px 5px rgba(0,0,0, 0.25);
box-shadow: 0px 0px 5px rgba(0,0,0, 0.25);
}

#infscr-loading-inner {

}

/* Nav */

#nav {
width: 100%;
}

#navInner {

}

#navInnerForward {
background: #eee;
text-align: center;
}

/* Remove Firefox Dotted Border */

:focus {
  -moz-outline-style: none;
}

/* Paragraph Columns on Pages */
html, body, #header, #header2, .projectInfo, #loader, #blocker, .commentsBoxy, .video {

}

body, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1, h2, h3, h4, h5, h6 {
color: #515151;
}

.dropdown-layers,
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
color: #515151;
background-color: #ffffff;
}

a {
color: #919191;
}

a:hover {
color: #00ffba;
}

#navInnerForward, .slideUpDown, .slideRight, .slideLeft, .bigButton {

}

#navInnerForward:hover, .slideUpDown:hover, .slideRight:hover, .slideLeft:hover {
/*background: #b2b2b2;*/
background-position: 0 -150px;
}

.bigButton:hover {
/*background: #b2b2b2;*/
background-position: 0 -40px;
}

.box-shadow {
-moz-box-shadow: 0px 0px 0px rgba(0,0,0, 0);
-webkit-box-shadow: 0px 0px 0px rgba(0,0,0, 0);
box-shadow: 0px 0px 0px rgba(0,0,0, 0);
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
-moz-box-shadow: 0px 0px 0px rgba(0,0,0, 0); /* Firefox */
-webkit-box-shadow: 0px 0px 0px rgba(0,0,0, 0); /* Safari, Chrome */
box-shadow: 0px 0px 0px rgba(0,0,0, 0); /* CSS3 */
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -moz-box-shadow: inset 0px 0px 0px rgba(0,0,0, 0); /* Firefox */
  -webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0, 0); /* Safari, Chrome */
  box-shadow: inset 0px 0px 0px rgba(0,0,0, 0); /* CSS3 */
}


button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
background: #00ffba;
color: #515151;
}

::-webkit-input-placeholder {
color: #515151;
}

.counter {
color: #515151;
background-color: #ffffff;
}

.commentsBoxy {
border-left: 1px solid #dddddd;
}

.projectSeparator {
}

.metaSeparate {
border-top: 1px solid #dddddd;
}

/* InfinityScroll LoadMarker */
#infscr-loading-inner {
padding: 24px;
}


.fallback {
padding: 24px;
}

.video-container {
	position: relative;
	padding-bottom: 0;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}