@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
html {
	max-width:1600px;
	margin:0 auto;
	position:center;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		12;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Fluid Styles */
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    clear: none;
    float: none;
}

/* Header & HERO styles*/
.heroHeader {
}
.logo {
	width: 100%;
}
/* Navigation Bar styles */
.topNav {
    width: 100%;
    margin-left: 0;
    clear: both;
}
.topNavUl {
	position: static;
	width: 100%;
	margin-left: 0;
}
.topNavLI {
	width: 100.2033%;
	margin-left: 1.6949%;
	clear: none;
	height: auto;
	position: static;
}

/* Main heading styles*/

.mainHeading {
margin-left: 0;
clear: both;
display: block;
}
.mainTagline {
}

/* Text & Content areas styles */
.textContainer {

}
#sectionOne {
    margin-left: 0%;
    display: block;
    margin-top: 2em;
}
#sectionTwo {
    margin-right: 0%;
    clear: both;
    display: block;
    margin-top: 2em;
}
.secondarySection {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.secondaryHeading {
	width: 100%;
	margin-left: 0;
}

/*.contentArea{
    width: 80%;
    margin-left: 10%;
    margin-top: 0;
    margin-bottom: 5%;
}*/

.tiles {
	width: 83.0508%;
	margin-left: 8.4745%;
	clear: both;
	display: block;
    padding-bottom: 10px;
}
.tiles:hover {
	opacity: 0.6;
    cursor: pointer;
}
/* Footer styles*/
.footer {
}
.footerSection {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.footerTitle {
	text-align: center;
	width: 100%;
	margin-left: 0;
    margin-top:10px;
}

.gallery {
}
.showAreaH2 {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	float: none;
	clear: none;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

.sectionText a #bookcover {
	-webkit-box-shadow: 7px 7px 10px #555555;
	box-shadow: 7px 7px 10px #555555;
	text-align: center;
	margin-right: 0%;
}
.fluid.textContainer #sectionTwo #adjRight {
    float: right;
    margin-left: 2em;
    border: 1px solid #979797;
    -webkit-box-shadow: 6px 6px 12px #C1C1C1;
    box-shadow: 6px 6px 12px #C1C1C1;
    margin-right: 1em;
    margin-bottom: 2em;
    margin-top: 1em;
}
.fluid.textContainer #sectionTwo #adjRight1 {
    float: right;
    margin-left: 3em;
    border: 1px solid #979797;
    -webkit-box-shadow: 6px 6px 12px #C1C1C1;
    box-shadow: 6px 6px 12px #C1C1C1;
    margin-right: 1em;
    margin-bottom: 2em;
    margin-top: 1em;
}
.fluid.textContainer #sectionTwo #adjRight2 {
    margin-left: 3em;
    border: 1px solid #979797;
    -webkit-box-shadow: 6px 6px 12px #C1C1C1;
    box-shadow: 6px 6px 12px #C1C1C1;
    margin-right: 1em;
    margin-bottom: 15px;
}
.fluid.textContainer #sectionTwo #adjRight3 {
    float: right;
    margin-left: 2em;
    border: 1px solid #979797;
    -webkit-box-shadow: 6px 6px 12px #C1C1C1;
    box-shadow: 6px 6px 12px #C1C1C1;
    margin-right: 1em;
    margin-bottom: 18px;
}
.fluid.textContainer #sectionTwo #adjleft {
    float: left;
    margin-right: 3em;
    -webkit-box-shadow: 5px 5px 10px #C1C1C1;
    box-shadow: 5px 5px 10px #C1C1C1;
    border: 1px solid #7C7C7C;
    margin-bottom: 2em;
    margin-top: 1em;
    margin-left: 1em;
}
.fluid.textContainer #sectionTwo #adjleft1 {
    float: left;
    margin-right: 30px;
    -webkit-box-shadow: 5px 5px 10px #C1C1C1;
    box-shadow: 5px 5px 10px #C1C1C1;
    border: 1px solid #7C7C7C;
    margin-bottom: 10px;
    margin-top: 12px;
    margin-left: 10px;
}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
    width: 100%;
    padding-left: 0%;
    clear: none;
    float: none;
    margin-left: auto;
}
/* Header & HERO styles*/
.heroHeader {
}
.logo {
	width: 0%;
}
/* Navigation styles*/
.topNav {
	clear: none;
	width: 95.1525%;
	margin-left: 1.5%;
}
.topNavUl {
	position: static;
	width: 100%;
	margin-left: 0;
}
.topNavLI {
	clear: none;
	width: 31.0344%;
	height: auto;
	position: static;
	margin-left: 3.4482%;
}

/* Main heading styles*/
.mainHeading {
clear: both;
margin-left: 0;
display: block;
}
.mainTagline {
}

/* Text & content area styles*/
.textContainer {
	padding-top: 1px;
}
#sectionOne {
    width: 25.6779%;
    margin-left: 1%;
    margin-right: 1%;
    display: none;
}
#sectionTwo {
    clear: none;
    width: 65%;
    margin-left: 1em;
    display: block;
}
.tiles {
	clear: none;
	width: 49.1525%;
	margin-left: 1.6949%;
	display: block;
    padding-bottom: 10px;
}
.secondarySection {
	clear: none;
	width: 49.1525%;
	margin-left: 1.6949%;
	display: block;
}
.secondaryHeading {
	width: 100%;
	margin-left: 0;
}
/* Footer styles*/
.footer {
}
.footerSection {
	clear: none;
	width: 32.2033%;
	margin-left: 1.6949%;
	display: block;
}
.footerTitle {
     margin-top: 20%;
}
.gallery {
}
.showAreaH2 {
	float: right;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
/* Header & HERO styles*/
.heroHeader {
}
.gridContainer {
    width: 100%;
    max-width: 1600px;
    padding-left: 0%;
    padding-right: 0%;
    margin: auto;
    clear: none;
    float: none;
    margin-left: auto;
}
.logo {
	width: 15.2542%;
}
/* Navigation styles*/
.topNav {
	width: 95.7288%;
	clear: none;
	margin-left: 1%;
}
.topNavUl {
	width: 100%;
	margin-left: 0;
	position: static;
}
.topNavLI {
	width: 28.5714%;
	margin-left: 7.1428%;
	clear: none;
	height: auto;
	position: static;
}
/* Main heading styles*/

.mainHeading {
clear: none;
margin-left: 7.1428%;
}
.mainTagline {
}

/* Text & content area styles*/
.textContainer {
	padding-bottom: 30px;
}
/*.mySection {
	width: 40.6779%;
	margin-left: 10.1694%;
	clear: none;
}*/
#sectionOne {
    width: 22.6779%;
    margin-left: 1em;
    margin-right: 1em;
}
#sectionTwo {
    width: 71%;
    margin-left: 1em;
    clear: none;
    display: block;
}
.secondarySection {
	width: 49.1525%;
	clear: none;
	margin-left: 1.6949%;
	display: block;
}
.secondaryHeading {
	margin-left: 0;
	width: 100%;
}

/* Gallery styles*/
.tiles {
	width: 32.2033%;
	clear: none;
	margin-left: 1.6949%;
	display: block;
    padding-bottom: 60px;
}
/* Footer styles*/
.footer {
}
.footerSection {
	width: 32.2033%;
	clear: none;
	margin-left: 1.6949%;
	display: block;
}
.footerTitle {
	margin-left: 0;
	width: 100%;
    margin-top: 5%;
}
.gallery {
}
.showAreaH2 {
	margin-left: 10%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
