.wf-loading {
  visibility: hidden;
}
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	font-family: 'Segoe UI', 'Lucida Sans', 'Lucida Grande', Verdana, sans-serif;
  font-family: "rooney-web", sans-serif !important;
	background: #fff;
	color: #666;
	font-size: 12px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	generic defaults
- - - - - - - - - - - - - - - - - - - - - - - - - - - */ 

img {
	border: 0px;
  -ms-interpolation-mode: bicubic;
}

a, a:visited {
	text-decoration: none;
	-moz-outline: none;
  outline: none;
	color: black;
}
a:hover, a:active {
	color: #d87;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.note {
	background: #ff9;
}

.hidden,
#preload {
	display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	header
- - - - - - - - - - - - - - - - - - - - - - - - - - - */ 

#header {
  padding: 5% 5% 0;
}
#logo {
  font-size: 2em;
  letter-spacing: 0.02em;
}
#logo a {
	color: #777;
  display: inline-block;
}
#logo a:hover {
	color: #444;
}

#nav {
	list-style-type: none;
	text-align: right;
  padding: 0.175em 0;
}
#nav li {
	display: inline;
  font-size: 1.25em;
  letter-spacing: 0.02em;
	padding-left: 5%;
}
#nav li:first-child {
	padding-left: 0;
}
#nav a,
#nav a:visited {
	color: #aaa;
}
#nav a:hover {
	color: #d87;
}
#nav a.current {
	color: #777;
}
#nav a.current:hover {
	color: #d87;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	middle_content
- - - - - - - - - - - - - - - - - - - - - - - - - - - */ 


#middle_content {
  /*
	padding: 50px;
	padding-top: 35px;
  */
	min-height: 235px;
}

#middle_content a,
#middle_content a:visited {
	border-bottom: solid 1px #ddd;
}
#middle_content .no_underline a,
#middle_content .no_underline a:visited {
  border-bottom: 0;
}

#content {
  padding: 2.5% 5% 5%;
}

h1,
h2 {
  margin-bottom: 1.4em;
  letter-spacing: 0.5px;
}

h1 {
	font-size: 1.66em;
	line-height: 1.66em;
	font-weight: normal;
	color: #aaa;
}
h2 {
  font-weight: normal;
	font-size: 1.4em;
  line-height: 1.4em;
}

p,
ul {
	color: #666;
	font-size: 1.2em;
	line-height: 166%;
  margin-bottom: 1.66em;
}

#content ul {
  margin-bottom: 1.66em;
  list-style: none;
}
#content br {
  margin-bottom: 0.33em;
}


#sidebar {
  padding: 2.5% 5% 5%;
}
#sidebar p {
	line-height: 20px;
	font-size: 1.2em;
  padding-top: 0.4em;
  margin-bottom: 2.6em;
	color: #999;
}
#sidebar img {
  width: 100%;
}
#sidebar a {
	color: #777;
}
#sidebar a:hover {
	color: #d87;
}

#social {
  font-size: 1em;
  margin-left: 0;
}
#social li {
  list-style-type: none;
  margin: 0 0 10px 0;
} 

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 3em;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	gallery_index, gallery_detail
- - - - - - - - - - - - - - - - - - - - - - - - - - - */ 

#gallery_index,
#gallery_detail {
  padding: 2.5% 4% 5%;
}
#gallery_index img {
	margin-bottom: -5px;
  width: 100%;
}
#gallery_index p a,
#gallery_index p a:visited {
	border-bottom: 0px;
	display: block;
	padding: 13px 16px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #eee;
	color: #777;	
}
#gallery_index p {
	margin-bottom: 0;
}
#gallery_index .nest [class*='grid-'] > div > a {
  display: block;
  max-height: 50px;
  overflow: hidden;
}

#gallery_detail h1 {
  padding-left: 1%;
}
#gallery_detail .nest [class*='grid-'] {
  height: 5em;
  background: gold;
}
#gallery_detail .left {
  margin-right: 2%;
	padding: 1%;
}
#gallery_detail .left img {

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	mailing list form
- - - - - - - - - - - - - - - - - - - - - - - - - - - */ 

form {
  margin-bottom: 30px;
}

input {
  border: 0;
  font-size: 1.2em;
  padding: 5px 6px 6px 7px;
  background: #e0e0e0;
  border-radius: 3px;
  margin-bottom: 15px;
}
input[type=text]:focus,
input[type=email]:focus {
  background: #eee;
}
input[type=submit] {
  padding: 3px 8px 5px 9px;
  margin-left: 15px;
  background: #999;
	color: white;
  border-top: solid 1px transparent;
  -webkit-appearance: none;
}
input[type=submit]:hover {
  cursor: pointer;
	color: white;
  background: #d87;
}

.grayscale {
  position: absolute;
  top: -2210px;
  left: -2903px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Webkit
- - - - - - - - - - - - - - - - - - - - - - - - - - - */ 

@media screen and (-webkit-min-device-pixel-ratio:0) {

  p.index_footer {
    height: 50px;
  }

  input:focus::-webkit-input-placeholder {
    color: transparent;
  }

  textarea:focus,
  input:focus {
    -webkit-appearance: none;
    outline: none;
  } 

}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
	responsive
- - - - - - - - - - - - - - - - - - - - - - - - - - - */ 

/* iPhone portrait + landscape */
@media only screen 
and (min-device-width : 320px)
and (max-device-width : 568px) {
  #gallery_index [class*='grid-'] {
    padding-bottom: 5%;
  }
  #gallery_detail .left img {
    height: auto;
    width: 100%;
  }
}

/* iPhone portrait */
@media only screen 
and (min-device-width : 320px)
and (max-device-width : 568px) 
and (orientation : portrait) {
  #nav {
    text-align: left;
    padding: 1em 0 0;
    width: 80%;
  }
  #nav li {
    padding-left: 8%;
  }
  #nav li a {
    display: inline-block;
    margin-top: 0.5em;
  }
  #gallery_detail .left {
    margin-right: 0;
  	padding: 0;
  }
}
/* iPhone landscape */
@media only screen 
and (min-device-width : 320px)
and (max-device-width : 568px) 
and (orientation : landscape) {
  body {
    font-size: 50% !important;
  }
  #nav {
    padding: 1em 0 0;
    text-align: left;
  }
  #nav li {
    padding-left: 3.5%;
  }
  #gallery_detail .left {
    width: 50%;
  }
}



/* iPad portrait + landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
  #nav {
    text-align: right;
  }
  #gallery_index p a,
  #gallery_index p a:visited {
  	padding: 10px 13px;
  }
  #gallery_index .nest [class*='grid-'] a span {
    display: none;
  }
  #gallery_index [class*='grid-'] {
    padding-bottom: 2%;
  }
}

/* iPad portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : portrait) {
  #nav {
    padding: 0.3em 0 0 ;
  } 
  #nav li {
    font-size: 1.1em;
  	padding-left: 4%;
  }
}

/* iPad landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : landscape) {
  #nav {
    padding: 0.5em 0 0 ;
    text-align: right;
  } 
  #nav li {
    font-size: 1em;
  	padding-left: 5%;
  }
}