@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Cardo:400,400italic,700);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700);
@import url(http://fonts.googleapis.com/css?family=Crimson+Text:400,600,600italic,700,700italic,400italic);

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   body {
	   background-image: url('http://winslet.iridescently.org/skins/skin 1/layout-one.png');
	   background-repeat: no-repeat;
     background-attachment: fixed;
     background-position: top left;
     margin-left: 0px;
   }
   
   .wrap {
	   width: 1140px;
	   margin-left: 0px;
	   padding: 0;
     font-family: 'Cardo', serif;	   
     font-weight: 400;
   }
   
   .header {
	   margin-top: -10px;
     margin-left: 0px;
     padding-left: 0px;
	   background-image: url('');
	   background-repeat: no-repeat;
	   background-attachment: scroll;
	   background-position: top left;
	   width: 500px;
	   height: 545px;
     z-index: 1;
   }
   
   .sidebar {
    width: 460px;
    margin-top: 0px;
    position: fixed;
    margin-left: 0px;
    padding-left: 0px;
    z-index: 2;
   }

   .footer {
    width: 460px;
    margin-top: 500px;
    position: fixed;
    z-index: 3;
   }

   .container {
	   margin-top: 20px;
	   font-size: 15px;
	   line-height: 26px;
	   text-align: justify;
	   color: #232323;
     z-index: 4;
   }
   
   .container h1 {
    color: #ff6666;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 5px;
    margin: 0 0 0;
    padding: 20px 30px;
    text-align: center;
    text-transform: lowercase;
    text-shadow: 1px 1px 0px rgba(150,150,150,0.8);


   }
   
   .container p {
	   margin-top: 10px;
   }
   
   .container .textlink {
    background: url('http://winslet.iridescently.org/skins/skin 1/halftone.png');
    width: 90%;
    background-repeat: repeat;
    padding: 2px;
	  font-size: 90%;
	  text-align: center;
	  font-weight: 400;
	  border-radius: 2px;
    font-family: 'Cardo', serif;
    color: #fff;
   }
   
   .container textarea, .container input, .container select {
    background: url('http://winslet.iridescently.org/skins/skin 1/halftone.png');
    background-repeat: repeat;
    padding: 5px;
	  border-radius: 2px;
	  color: #fff;
	  border: 1px solid #efefef;
    font-family: 'Cardo', serif;     
   }
   
   .container b {
    font-size: 16px;
    font-family: 'Crimson Text', serif;
    font-weight: 600;
	   color: #ff6633;
   }
   
   .container i, .container em {
    font-size: 16px;
    font-family: 'Crimson Text', serif;
    font-weight: 600;
	   color: #111;
   }
   
   
   .container ul#iconmenu {
	   margin-top: 20px;
	   list-style-type: square;
	   margin-left: 50px;
   }

   .container .sevencol ul {
	   margin-top: 20px;
	   list-style-type: square;
	   margin-left: 50px;
   }

   .container .sevencol p {
    padding-left: 20px;
   }

   .sidebar ul.navigation {
	   list-style-type: none;
	   text-align: left;
     margin-left: 220px;
   }
   
   .sidebar ul.navigation li a {
	   width: 200px;
	   text-align: left;
	   font-size: 1.45em;
     font-family: 'Playfair Display', serif;
     font-weight: 700;
	   color: #ff0000;
	   text-transform: uppercase;
	   letter-spacing: 5px;
	   padding-top: 0px;
	   padding-bottom: 5px;
	   padding-left: 50px;
	   margin-top: 5px;
	   line-height: 25px;         
     text-shadow: 1px 1px 0px rgba(150,150,150,0.6);
     text-decoration: none;
	}
	
	.sidebar ul.navigation li a:hover {
	    -webkit-transition: all 0.2s ease 0.2s;
	       -moz-transition: all 0.2s ease 0.2s;
	         -o-transition: all 0.2s ease 0.2s;
	        -ms-transition: all 0.2s ease 0.2s;
	            transition: all 0.2s ease 0.2s;
				color: #00ccff;
		 	   text-shadow: 1px 1px 0px rgba(150,150,150,0.8);
	}

	.container blockquote {
		margin: 0px auto;
		padding: 15px;
		background: url('http://winslet.iridescently.org/skins/skin 1/halftone.png');
    background-repeat: repeat;
		border-radius: 4px;
		width: 80%;
		font-size: 94%;
		font-weight: 400;
    color: #fff;
	}

  .container blockquote b {
    color: #ff6633;
  }
	
	.credit {
		margin: 0px auto;
		padding: 10px;
		font-weight: 400;
		font-size: 0.75em;
		line-height: 18px;
		width: 100%;
		text-align: justify;
    color: #000;
	}

	img.skin {
	    border: 5px solid #00ccff;
	}

	img:hover.skin {
	    border: 5px solid #000;
	}

  p.icons {
    text-align: center;
    margin: 0px auto;
    padding: 2px;
  }

  p.icons img {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 2px;
  }

section {
    position: relative;
    z-index: 1; /* needed for setting pseudo-element z-index */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

}
 
section a {
    outline: none;
    color: #00ccff;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}
 
section a::before,
section a::after {
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

/* Slide right */
.link-slideright {
  /* background: rgba(149,165,166,0.3); */
}

.link-slideright a {
  overflow: hidden;
  font-weight: 700;
}

.link-slideright a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(145,215,239,0.6);
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: scaleY(0.618) translateX(-100%);
  transform: scaleY(0.618) translateX(-100%);
}

.link-slideright a:hover::before,
.link-slideright a:focus::before {
  -webkit-transform: scaleY(0.618) translateX(0);
  transform: scaleY(0.618) translateX(0);
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}