﻿h1
{
    font: bold 34px "Century Schoolbook", Georgia, Times, serif;
	color: white;
	line-height: 90%;
	margin: .2em 0 .4em 0;
	letter-spacing: -2px;
}

h2
{
    font: bold 20px "Century Schoolbook", Georgia, Times, serif;
	color: white;
	line-height: 90%;
	margin: .2em 0 .4em 0;
	letter-spacing: -2px;
}


a
{
	font: 14px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #ccc;
}

.normaltext
{
    color: white;
    margin: 5px;
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
	padding: 0 0 5px 5px;
}


#maingallery
{
    margin-top: 10px;
}

#favourites
{
    float:left;
    width: 960px;
    height: 200px;
}



.polaroid
{
    padding: 2px 2px 2px 2px;
    border: 4px solid white; 
    text-decoration: none;
    font-family: "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
    font-style: italic;
    color: White; 
    background-color: Black;
      margin:0 auto;
}


.smallgalleryphoto
{
    max-height: 158px;
    max-width: 158px;
}

.largegalleryphoto
{
    max-height: 820px;
    max-width: 820px;
}


/* index page isotope styles*/

.indexelement {
  width: 140px;
  height: 140px;
  margin: 5px;
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-border-top-right-radius: 1.2em;
      -moz-border-radius-topright: 1.2em;
          border-top-right-radius: 1.2em;
}

.twentyfourteen 
{
    background-color: #111111;
}

.twentyeleven 
{
    background-color: #333333;
}

.twentyten 
{
    background-color: #555555;
}

.twentynine 
{
    background-color: #777777;
}

.indexelement * {
  position: absolute;
  margin: 0;
}

.indexelement .name {
  /*left: 0.2em;*/
  /*bottom: 1.6em;*/
  font: "Century Schoolbook", Georgia, Times, serif;
  font-size: 3.4em;
      color: White;
      text-decoration: none;
      text-transform: uppercase;
}

.indexelement .description
{
   font: bold 0.9em "Century Schoolbook", Georgia, Times, serif;
   color: silver; 
   top: 105px;
}

/* index page isotope styles*/


/* 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;
          transition-duration: 0.8s;
}

.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;
}

/**** 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;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}

/**** Base styles ****/

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;
  vertical-align: baseline;
}


body {
  padding: 20px;
  line-height: 1.7em;
  background: #1F1E1D;
}

h1, h2, h3, p, ul, ol, pre, dl {
  margin-bottom: 1.0em;
}


ul, ol {
  margin-left: 1.5em;
}


/**** Isotope styles ****/

/* required for containers to inherit vertical size from window */
html,
body {
  height: 100%;
}

#container {
  border: 1px solid #666;
  padding: 5px;
  margin-bottom: 20px;
}

.element {
 width: 160px;
  height: 160px;
  margin: 5px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #1F1E1D;
  color: #1F1E1D;
}



.element * {
  position: absolute;
  margin: 0;
}

.element.large,
.variable-sizes .element.large{
 width: 820px;
 height: 820px;
  z-index: 100;
  align: center;
}

.clickable .element:hover {
  cursor: pointer;
}

.clickable .element:hover h3 {
  text-shadow:
    0 0 10px white,
    0 0 10px white
  ;
}

.clickable .element:hover h2 {
  color: white;
}

/**** Example Options ****/

#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: #DDD;
  color: #222;
  font-weight: bold;
  text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
  background-image: -moz-linear-gradient( -90deg, 
    hsla( 0, 0%, 100%, 0.5 ) , 
    hsla( 0, 0%, 100%, 0.0 ) 
  );
  background-image: -webkit-gradient(linear, 0 top, 0 bottom, 
    from( hsla( 0, 0%, 100%, 0.5 ) ), 
    to(   hsla( 0, 0%, 100%, 0.0 ) )
  );
  background-image: -o-linear-gradient( -90deg, 
    hsla( 0, 0%, 100%, 0.5 ) , 
    hsla( 0, 0%, 100%, 0.0 ) 
  );
}

#options li a:hover {
  background-color: #5BF;
}

#options li a:active {
  background-color: #39D;
  -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
}

#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:first-child a {
  border-radius: 7px 0 0 7px;
  border-left: none;
}

#options li:last-child a {
  border-radius: 0 7px 7px 0;
}

#options li a.selected {
  background-color: #13F;
  text-shadow: none;
  color: white;
}



footer {
  font-size: 12px;
  font-style: italic;
  border-top: 1px solid #333;
  padding: 0.8em 0;
}

.footerlink
{
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
}


/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
