
/** Universals **/
html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: helvetica;
	margin-bottom: 3em;
	}

h1 {
	color: #ffffff;
    text-decoration: none;
	}

h1:hover {
	color: #ffffff;
    text-shadow: .1px .1px 5px #0B614B;
    text-decoration: none;
	}	

a{
	color: #ffffff;
    text-decoration: none;
	}
a:hover, a:focus {
	color: #ffffff;
    text-shadow: .1px .1px 5px #0B614B;
    text-decoration: none;
}
a:link {
	color: #ffffff;
	text-decoration: none;
    outline:none;
}


/** Header & Footer **/
#header {
	color: #ffffff;
	text-shadow: .1px .1px 5px #A4A4A4;
	height:15%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F2F2F2;
	margin-top: 10px;
	margin-bottom: 20px;
	}

#footer{
	height: 3em;
	background-color: #F2F2F2;
	padding-top: 5px;
	padding-bottom: auto;
	padding-left: 20px;
	padding-right: 0px;
	font-size: 16px;
	font-family: helvetica;
	color: #ffffff;
	text-shadow: .1px .1px 5px #A4A4A4;
	margin-top: 2em;
	margin-bottom: 2em;
	}

#copyright{
	padding-right: 40px;
	}

#mobilefooter{
	background-color: #F2F2F2;
	font-size: 16px;
	font-family: helvetica;
	color: #ffffff;
	text-shadow: .1px .1px 5px #A4A4A4;
	text-align: center;
	}

#footerIndex{
	height: 3em;
	position: absolute;
	bottom: 0;
	background-color: #F2F2F2;
	padding-top: 5px;
	padding-bottom: auto;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	font-family: helvetica;
	color: #ffffff;
	text-shadow: .1px .1px 5px #A4A4A4;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
	
	margin-right: auto;
	}

/** Content **/
#coverThumb{
	margin-bottom:1em;
	}

#amazon {
	margin-top: 1em;
 	} 

a img:hover {
    box-shadow: .1px .1px 5px #0B614B;
    }

#tabletFiller{
	margin-top: 2em;
}
 
#synopsis{
	text-align:justify;
	}	

#titlePink{
	color: #ffffff;
	text-shadow: .1px .1px 5px #D74462;
	}	

#titlePinkMobile{
	color: #ffffff;
	text-shadow: .1px .1px 5px #D74462;
	background-color:  #F2F2F2;
	margin-top:1em;
	margin-bottom: 1em;
	}	

#titleGreen{
	color: #ffffff;
	text-shadow: .1px .1px 5px #0B614B;
	}	
	
#titleGreenMobile{
	color: #ffffff;
	text-shadow: .1px .1px 5px #0B614B;
	background-color:  #F2F2F2;
	margin-top:1em;
	margin-bottom: 1em;
	}		

#titleBlue{
	color: #ffffff;
	text-shadow: .1px .1px 5px #2E64FE;
	}	
	
#titleBlueMobile{
	color: #ffffff;
	text-shadow: .1px .1px 5px #2E64FE;
	background-color:  #F2F2F2;
	margin-top:1em;
	margin-bottom: 1em;
	}		

#backPink a {
	color: #ffffff;
	text-shadow: .1px .1px 5px #D74462;
	}
#backPink a:hover, a:focus{
    text-shadow: .1px .1px 5px #0B614B;
    text-decoration: none;
}
	
#backOrange a {
	color: #ffffff;
	text-shadow: .1px .1px 5px #E4690A;
	}
#backOrange a:hover, a:focus{
    text-shadow: .1px .1px 5px blue;
    text-decoration: none;
}

#backBlue a {
	color: #ffffff;
	text-shadow: .1px .1px 5px #0B614B;
	}
#backBlue a:hover, a:focus{
    text-shadow: .1px .1px 5px blue;
    text-decoration: none;
}
