
  /*
 ::selection { background: #cedef2; color: #212121; }
::-moz-selection { background: #cedef2; color: #212121; }
::-webkit-selection { background: #cedef2; color: #212121; }



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
*/






/*
ol, ul { list-style: none; }



blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 
 */ /*
table { border-collapse: collapse; border-spacing: 0; }
img { border: 8; max-width: 100%; }

a { color: #a991c7; }
a:hover { color: #b9a6d1; }



/*p { display: block; font-size: 1.35em; line-height: 1.1em; margin-bottom: 15px; }  */


/* page structure */

/*
#wrapper {
  display: block;
  max-width: 850px;
  min-width: 300px;
  margin: 0 auto;
  margin-top: 45px;
}
 
#content {
  display: block;
  background: #fff;
  margin: 0 20px;
  padding: 14px 18px;
  margin-bottom: 30px;
  -webkit-box-shadow: 1px 3px 8px 0 rgba(38,38,38,0.6);
  -moz-box-shadow: 1px 3px 8px 0 rgba(38,38,38,0.6);
  box-shadow: 1px 3px 8px 0 rgba(38,38,38,0.6);
}

  
/* gallery display 
.photos {
  display: block;
}


.photos ul {
  list-style: none;

}


.photos ul li { display: inline; }



.photos ul li a {
  display: block;
  float: left;
  padding: 4px;
  margin-right: 10px;
  margin-bottom: 7px;
  opacity: 0.75;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}




.photos ul li a:hover {
  opacity: 1.0;
}
*/
.photos ul li a img {
  border: 6px solid #e1d9ec;
}



/* CSS Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

.clearfix { zoom: 1; } /* IE 6/7 */


/* lightbox hacks */
#lightbox-container-image-data-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/** uncomment to remove lightbox captions 
 *
#lightbox-container-image-data-box {
  display: none !important;
} 
 *
**/