@charset "utf-8";
/* CSS Document */
/* 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.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

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

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

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

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

/* End: Recommended Isotope styles */



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

a{text-decoration: none;}
a:link {color: #fff; text-shadow: .5px .5px #999}
a:visited {color: #fff; text-shadow: .5px .5px #999}
a:hover {color: #fff; text-shadow: .5px .5px #999;}
a:active {color: #FFF;}

h3{
	color:#09F;
	font-size:15px;
	font-family:"Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-left: 45px;
	font-weight: bold;
	
}
h1{
	color:#09F;
	font-size:15px;
	font-family:"Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;	
}
h4{
	color:#666;
	font-size:15px;
	font-family:"Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;	
}
body{
	margin:0px;
	padding:0px;
	background-color:#fff;
	height:100%;    
	color:#999;
	font-family:"Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
}
#everything{
	margin:0px auto;
	padding-left:50px;
	position:relative;	
}
#sidebar{
	width:250px;
	min-height: 100%;
	background-color:#09F;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	text-align:center;
	position:fixed;
	padding:20px 0px 0px 0px;

}
#nav{
	margin:0px;
	width: 250px;
	height:100%;
	text-shadow:1px 1px #666;
	letter-spacing:1px;	
}
#nav ul{
	list-style-type:none;
	padding:0px;
	width:250px;
	text-align:center;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.top{
	border-top:solid #FFF thin;
}
.navbutton{
	height:50px;
	width:250px;
	padding-top:30px;
	display:inline-block;
	border-bottom:solid #FFF thin;
}
.navbutton:hover{
	background:#FFF;
	-moz-transform:scale(1.05);
	-webkit-transform: translateY(-3px) scale(1.05);
	-ms-transform: translateY(-3px) scale(1.05);
	-o-transform: translateY(-3px) scale(1.05);
	z-index:1000;
	border-top:solid #FFF  medium;
	border-bottom:solid #FFF  medium;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	color:#09F;
}
#main{
	position:fixed;
	height:100%;
	margin-left:250px;
	width:85%;
	overflow:scroll;
}
#form{
	width:500px;
	margin-left:20px;
	padding:5px;
	display: block;
	margin-right: auto;
	height:100%;
}
#container{
	margin-left:20px;
	padding:5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
#gallery{
	margin-left:20px;
	padding:5px;
	margin-top:100px;
	width:85%;
}
#content{
	margin-left:20px;
	height:100%;
	padding:5px;
	width:85%;
	
}
.work{

	float:left;
	position: absolute;
	z-index:12;
}
.norm{
	width:200px;
	height:200px;
}
.norm.tall{
	width:200px;
	height:400px;
}
.norm.long{
	width:400px;
	height:200px;
}
.norm.fat{
	width:400px;
	height:400px;
}
.work a:hover{
	opacity:.1;
}
.work p{
	color:#09F;
	text-shadow:none;
}
#footer{
	margin-top:25px;
	padding-top:25px;
	border-top:ridge;
	border-top-color:#CCC;
	height: 100px;
	width:100%;
	bottom:0;
	text-align:center;	
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #e3e3e3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e3e3e3;
	box-shadow:inset 0px 1px 0px 0px #e3e3e3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #09F), color-stop(1, #06F) );
	background:-moz-linear-gradient( center top, #09F 5%, #06F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#098bb3', endColorstr='#014e7a');
	background-color:#09F;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #bfbfbf;
	display:inline-block;
	color:#ffffff;
	font-family:"Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:9px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #575657;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #06F), color-stop(1, #09F) );
	background:-moz-linear-gradient( center top, #014e7a 5%, #09F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#06F', endColorstr='#09F');
	background-color:#06F;
}.button:active {
	position:relative;
	top:1px;
}

/* This imageless css button was generated by CSSButtonGenerator.com */
/***********************************************************************************************/
/***********************************************************************************************/
#options {
  padding-bottom: 1.0em;
}

#options h3 {
  margin-bottom: 0.2em;
  font-size: 15px;
}

#options h4 { 
  font-weight: bold;
}

#options ul {
  margin: 0;
  list-style: none;
}

#options ul ul {
  margin-left: 1.5em;
}

#options li {
  float: left;
  margin-bottom: 0.2em;
}

#options li a {
  display: block;
  padding: 0.4em 0.5em;
  background-color: #fff;
  color: #09F;
  font-weight: bold;
  text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
}

#options li a:hover {
  background-color: #09C;
  color:#FFF;
}

#options li a {
  border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
  border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );
}


#options li a.selected {
  background-color: #09F;
  color: #fff;
}

/* Combination filter options*/

#options .option-combo {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

#options .option-combo ul {
  margin-right: 20px;
  display: inline-block;
}

#options .option-combo h2,
#options .option-combo h4 {
  line-height: 34px;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}

#infscr-loading {
  position: fixed;
  text-align: center;
  bottom: 30px;
  left: 42%;
  z-index: 100;
  background: white;
  background: hsla( 0, 0%, 100%, 0.9 );
  padding: 20px;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/**** Sites using Isotope ****/

#sites h2 {
  display: none;
  padding: 0.4em;
  line-height: 32px;
  margin-bottom: 0.4em;
  -webkit-transition: background-color 0.8s;
     -moz-transition: background-color 0.8s;
       -o-transition: background-color 0.8s;
          transition: background-color 0.8s;
}

#sites h2 img {
  display: inline-block;
  margin-right: 0.4em;
  vertical-align: bottom;
}

#sites h2.loading {
  background: white;
  color: #222;
}
#sites h2.error {
  background: red;
  color: #222;
}


#sites ul {
  margin: 0;
}

.super-list .example {
  list-style: none;
  float: left;
  width: 230px;
  margin: 5px;
}

.super-list .example a,
.super-list .example b,
.super-list .example img {
  display: block;
}

.super-list .example img { width: 100%; }

.super-list .example a {
  background: #1F1E1D;
}

.super-list .example a:hover {
  background: white;
  color: #111;
}

.super-list .example b { 
  font-weight: bold;
  line-height: 1.3em;
  padding: 3px;
  padding-top: 8px;
}

.super-list .link {
  float: left;
  position: relative;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 300;
  margin: 5px;
}

.super-list .link {
  width: 230px;
  height: 110px;
}

.super-list .link a {
  display: block;
  padding: 10px;
  padding-left: 65px;
  height: 90px;
  background: #1F1E1D;
  color: #FE5;
  -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
          border-radius: 14px;
}

.super-list .link a:before {
  content: '➔';
  font-size: 70px;
  position: absolute;
  top: 30px;
  left: 5px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.super-list .link.away a:before {
  top: 25px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.super-list .link a:hover {
  background: #E58;
  color: white;
}

.super-list .feature .name {
  bottom: auto;
  top: 140px;
  left: 18px;
  font-size: 20px;
}