/*

frogs.css stylesheet

	Author: Paul C. Rogers II
	Updated: August, 2017

*/



/*

Color Pallete

	Gray: light to dark:

	rgb(168,171,172);
	rgb(131,136,138);
	rgb(104,111,114);
	rgb(80,89,93);
	rgb(57,67,72);

*/



/* Defualt Styles */



* {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;	
}


/* Header Styles */



header {
	background-color: rgb(80,89,93);
	background: -webkit-linear-gradient(30deg, black  , rgb(57,67,72) ,rgb(104,111,114) , rgb(57,67,72) , black  );
	background: -moz-linear-gradient(30deg, black  , rgb(57,67,72) ,rgb(104,111,114) , rgb(57,67,72) , black  );
	background: -o-linear-gradient(30deg, black  , rgb(57,67,72) ,rgb(104,111,114) , rgb(57,67,72) , black  );
	background: -linear-gradient(30deg, black  , rgb(57,67,72) ,rgb(104,111,114) , rgb(57,67,72) , black  );
	
	border-bottom: black 6px solid;
	width: 100%;
	height: 90px;
	text-align: center;
	z-index: 8;
	display: block;
}

header img {
	width: 450px;
	margin: 0px auto;
	float: left;
}

#charHeadBanner {
	height:90px;
	width: 340px;
}



/* Body Styles */



body {
	background-color: rgba(131,136,138,0.5);
	background: -webkit-linear-gradient( rgba(186,186,187,0.7) , rgba(104,111,114,0.7)  , rgba(186,186,187,0.7) );
	background: -moz-linear-gradient( rgba(186,186,187,0.7) , rgba(104,111,114,0.7)  , rgba(186,186,187,0.7) );
	background: -o-linear-gradient( rgba(186,186,187,0.7) , rgba(104,111,114,0.7)  , rgba(186,186,187,0.7) );
	background: -linear-gradient( rgba(186,186,187,0.7) , rgba(104,111,114,0.7)  , rgba(186,186,187,0.7) );
	
	min-width: 790px;
}



/* Nav Styles */



nav {
	display: block;
	min-width: 790px;
}

nav ul {
	margin: 0px;
}

nav ul a {
	
}

nav ul a li {
	display: block;
	float: left;
	text-align: center;
	color: black;
	font-size: 1.5em;
	font: black;
	font-family: Arial;
	font-weight: bold;
	width: 33.33%;
	height: 40px;
	line-height: 1.8em;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
	background-color: rgb(168,171,172);
	background: -webkit-linear-gradient(30deg, rgba(80,89,93,0.9)  , rgb(149,157,161) 90%);
	background: -moz-linear-gradient(30deg, rgba(80,89,93,0.9)  , rgb(149,157,161) 90%);
	background: -o-linear-gradient(30deg, rgba(80,89,93,0.9)  , rgb(149,157,161) 90%);
	background: -linear-gradient(30deg, rgba(80,89,93,0.9)  , rgb(149,157,161) 90%);
	
	outline: 1px solid black;
}

nav ul a:link, nav ul a:visited {
	color: black;
}

nav ul li:hover {
	/*display: block;*/
	float: left;
	text-align: center;
	height: 40px;
	list-style-type: none;
	background-color: rgb(168,171,172);
	background: -webkit-linear-gradient(30deg, gray  , rgb(186,186,187) 90%);
	background: -moz-linear-gradient(30deg, gray  , rgb(186,186,187) 90%);
	background: -o-linear-gradient(30deg, gray  , rgb(186,186,187) 90%);
	background: -linear-gradient(30deg, gray  , rgb(186,186,187) 90%);
}

ul.dropDownNav {
	width: 33.33%;
	height: 40px;
	float: left;
	display: inline;
}

a.dropDownTop li {
	width: 99.8%;
	height: 40px;
}

a.dropDown1st li {
	width: 99.8%;
	height: 40px;
	display: none;
	margin-top: 2px;
}

a.dropDownNth li {
	width: 99.8%;
	height: 40px;
	display: none;
	margin-top: 1px;
}

nav.gtlNav {
	display: block;
	width: 95%;
	height: auto;
	margin: 20px auto;
}

li.gtlTab {
	width: auto;
	max-width: 20%;
	min-width: 15%;
	height: 30px;
	font-weight: none;
	font-size: 1.2em;
	padding: 3px;
	margin-left: 1px;
	margin-top: 1px;
}

li.gtlTab:hover {
	height: 30px;
	
}

nav.comicSideNav {
	display: block;
	width: 100%;
	min-width: 155px;
	position: absolute;
	top: -4px;
	left: -4px;
}

nav.comicSideNav ul a li.cover {
	display: block;
	float: left;
	text-align: Left;
	text-indent: 20px;
	color: black;
	font-size: 1.5em;
	font-family: Arial;
	font-weight: bold;
	width: 100%;
	height: 40px;
	line-height: 2em;
	margin: 5px 5px 0px 5px;
	list-style-type: none;
	text-decoration: none;
	background-color: rgb(168,171,172);
	background: -webkit-linear-gradient(30deg, rgba(80,89,93,0.9)  , rgb(149,157,161) 90%);
	background: -moz-linear-gradient(30deg, rgba(80,89,93,0.9)  , rgb(149,157,161) 90%);
	background: -o-linear-gradient(30deg, rgba(80,89,93,0.9)  , rgb(149,157,161) 90%);
	background: -linear-gradient(30deg, rgba(80,89,93,0.9)  , rgb(149,157,161) 90%);
	
	border-bottom: 2px solid black;
	outline: 1px solid black;
}

nav.comicSideNav ul a li.cover:hover {
	background-color: rgb(168,171,172);
	background: -webkit-linear-gradient(30deg, gray  , rgb(186,186,187) 90%);
	background: -moz-linear-gradient(30deg, gray  , rgb(186,186,187) 90%);
	background: -o-linear-gradient(30deg, gray  , rgb(186,186,187) 90%);
	background: -linear-gradient(30deg, gray  , rgb(186,186,187) 90%);
}

nav.comicSideNav ul a li.page {
	display: block;
	float: left;
	text-align: center;
	color: black;
	font-size: 1.1em;
	font-family: Arial;
	font-weight: bold;
	width: 100%;
	height: 30px;
	line-height: 1.8em;
	margin: 0px 5px;
	list-style-type: none;
	text-decoration: none;
	background-color: rgb(168,171,172);
	background: -webkit-linear-gradient(30deg, rgba(80,89,93,0.9)  , rgb(149,157,161) 90%);
	background: -moz-linear-gradient(30deg, rgba(80,89,93,0.9)  , rgb(149,157,161) 90%);
	background: -o-linear-gradient(30deg, rgba(80,89,93,0.9)  , rgb(149,157,161) 90%);
	background: -linear-gradient(30deg, rgba(80,89,93,0.9)  , rgb(149,157,161) 90%);
	
	outline: 1px solid black;
}

nav.comicSideNav ul a li.page:hover {
	background-color: rgb(168,171,172);
	background: -webkit-linear-gradient(30deg, gray  , rgb(186,186,187) 90%);
	background: -moz-linear-gradient(30deg, gray  , rgb(186,186,187) 90%);
	background: -o-linear-gradient(30deg, gray  , rgb(186,186,187) 90%);
	background: -linear-gradient(30deg, gray  , rgb(186,186,187) 90%);
}



/* Section Styles */



section {
	margin: 0px;
	padding: 5px;
	text-align: center;
}

section.main {
	padding-top: 40px;
	min-width: 750px;
}

section#cnoComicsDiv {
	display: block;
	width: 95%;
	max-width: 950px;
	height: 500px;
	margin: 0px auto;
	outline: 0px solid black;
	position: relative;
	top: 2px;
	left: 10px;
	right: 10px;
	margin-bottom: 100px;
}

section.characters {
	width: 80%;
	float: right;
}

section.comicSideNav {
	float: left;
	width: 15%;
	min-width: 156px;
	height: 450px;
	/*overflow-y: auto;*/
	display: block;
	position: absolute;
	outline: 1px solid black;
	/*outline: red 1px solid;*/
	z-index: 5;
}

section.gallery {
	width: 100%;
	max-width: 100%;
	min-width: 750px;
	height: 100%;
	background-color: rgba(1,1,1,0.8);
	/*padding-top: 1%;*/
	position: fixed;
	top: 0px;
	display: none;
	z-index: 30;
}

section.CharLeft {
	background-color: rgba(80,89,93,0.3);
	background: -webkit-linear-gradient(20deg, rgba(80,89,93,0.6)  , rgb(168,171,172) 70%);
	background: -moz-linear-gradient(20deg, rgba(80,89,93,0.6)  , rgb(168,171,172) 70%);
	background: -o-linear-gradient(20deg, rgba(80,89,93,0.6)  , rgb(168,171,172) 70%);
	background: -linear-gradient(20deg, rgba(80,89,93,0.6)  , rgb(168,171,172) 70%);
	
	border: 3px black solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	height: 400px;
	width: 80%;
	box-shadow: 18px 13px 8px rgb(80,89,93);
	margin-top: 5%;
	margin-left: 1%;
	margin-bottom: 10%;
	float: top left;
}

section.CharRight {
	background-color: rgba(80,89,93,0.3);
	background: -webkit-linear-gradient(160deg, rgba(80,89,93,0.6)  , rgb(168,171,172) 70%);
	background: -moz-linear-gradient(160deg, rgba(80,89,93,0.6)  , rgb(168,171,172) 70%);
	background: -o-linear-gradient(160deg, rgba(80,89,93,0.6)  , rgb(168,171,172) 70%);
	background: -linear-gradient(160deg, rgba(80,89,93,0.6)  , rgb(168,171,172) 70%);
	
	border: 3px black solid;
	border-radius: 5px;
	height: 400px;
	width: 80%;
	box-shadow: -18px 13px 8px rgb(80,89,93);
	margin-top: 10%;
	margin-left: 17%;
	margin-bottom: 10%;
	clear: center left;
	float: center left;
}

block.gallery {
	width: 95%;
	max-width: 1000px;
	height: 90%;
	min-height: 400px;
	background-color: rgb(168,171,172);
	margin: 2px auto;
	padding: 10px;
	border: 2px solid black;
	display: block;
	position: relative;
	top: 1px;
}

block#WA-block {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 95%;
	height: 400px;
	display: block;
}

block.Char {
	width: 68%;
	float: right;
}



/* styles */



iframe {
	max-width: 98%;
}

img {
	
}

img#contentSneakPeak {
	width: 90%;
	/*height: 400px;
	outline: 1px solid black;*/
	margin: 10px auto;
}

img.comicArrowPrev {
	width: 100px;
	margin-right: 200px;
}

img.comicArrowNext {
	width: 100px;
	margin-left: 200px;
}

img.imageArrowPrev {
	width: 40px;
	height: 90%;
	position: absolute;
	left: 15px;
	top: 50px;
	float: left;
}

img.imageArrowNext {
	width: 40px;
	height: 90%;
	position: absolute;
	right: 20px;
	top: 50px;
	float: right;
}

img.imageArrowPrevCnO {
	width: 30px;
	height: 90%;
	position: absolute;
	left: 10px;
	top: 5px;
	/*float: left;*/
}

img.imageArrowNextCnO {
	width: 30px;
	height: 90%;
	position: absolute;
	right: 10px;
	top: 5px;
	/*float: right;*/
}

img.cnoLeft {
	clear: left;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 100px;
	width: 200px;	
}

img.cnoRight {
	clear: right;
	float: right;
	margin-right: 100px;
	margin-bottom: 30px;
	margin-left: 20px;
	width: 200px;
}

img#WA-splash {
	width: 35%;
	min-width: 350px;
	border: 3px solid black;
	box-shadow: 8px 13px 8px rgb(80,89,93);
	clear: left;
	float: left;
	margin-left: 5%;
	margin-right: 3%;
}

img.comicPage {
	border: 2px solid black;
	width: 78%;
	max-width: 800px;
	float: right;
	/*margin-right: 1px;*/
	margin-bottom: 10px;
}

img.cnoLeft {
	clear: left;
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 1px;
	width: 260px;
}

img.cnoRight {
	clear: right;
	float: right;
	margin-right: 1px;
	margin-bottom: 30px;
	margin-left: 40px;
	width: 260px;
}

img#cnoComics {
	width: 85%;
	max-width: 800px;
	/*height: 420px;*/
	margin: 0px auto;
	/*outline: 1px solid white;*/
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
}

img.imgPic {
	max-width: 250px;
	max-height: 250px;
	margin-top: 5px;
}

img#image {
	
}

h1.Char {
	font-size: 2em;
	border-bottom: 3px black solid;
	width:400px;
	margin: 0px auto;
}

h5.imgPic {
	position: absolute;
	top:270px;
	left: 30px;
	right: 30px;
}

p {
	color: black;
	font-size: 1.1em;
	text-align: left;
	text-indent: 50px;
	width: 85%;
	margin: 0px auto;
}

p.bar {
	display: block;
	width: 98%;
	max-width: 1200px;
	min-width: 200px;
	height: 5px;
	margin: 0px auto;
	background-color: rgba(57,67,72,0.8);
	border: 2px black solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	outline: red;
}

a {
	text-decoration: none;
	color: rgb(57,67,72);
}

a.imgPic, a.imgPic:hover, a.imgPic:active a.imgPic:visited {
	color: black;
	text-decoration: none;
}

a#close {
	position: absolute;
	top: 5px;
	right: 15px;
}



/* div styles */



div.mainNav {
	width: 100%;
	height: 40px;
	background-color: rgb(168,171,172);
	background: -webkit-linear-gradient(30deg, rgba(80,89,93,0.9)  , rgb(149,157,161) 90%);
	background: -moz-linear-gradient(30deg, rgba(80,89,93,0.9)  , rgb(149,157,161) 90%);
	background: -o-linear-gradient(30deg, rgba(80,89,93,0.9)  , rgb(149,157,161) 90%);
	background: -linear-gradient(30deg, rgba(80,89,93,0.9)  , rgb(149,157,161) 90%);
	
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	position: relative;
	z-index: 10;
}

div.sectionTopElements {
	position: absolute;
	width: 100%;
	min-width: 748px;
	margin: 10px auto;
}

div.sectionTopElementsWA {
	position: absolute;
	width: 85%;
	min-width: 748px;
	margin: 0px auto;
	left: 10px;
	right: 10px;
}

div.leftCnOCharacter {
	width: 80%;
	height: 510px;
	outline: 0px solid white;
	margin: 10px auto;
}

div.rightCnOCharacter {
	width: 80%;
	height: 510px;
	outline: 0px solid white;
	margin: 10px auto;
}

div.gtlVid {
	display: block;
	width: 85%;
	margin: 20px auto;
}

div#KirkCh1Div {
	display: block;
}

div#KirkCh2Div, div#KirkCh3Div {
	display: none;
}

div#GTep9Div, div#GTep10Div, div#GTep11Div, div#GTep12Div, div#GTep13Div, div#GTep14Div {
	display: none;
}

div#ME3ep1Div, div#ME3ep2Div, div#ME3ep3Div, div#ME3ep4Div {
	display: none;
}

div#DestinyPt1Div ,div#DestinyPt2Div {
	display: none;
}

div.comics {
	display: block;
	background-color: gray;
	background: -webkit-linear-gradient(30deg, rgba(80,89,93,0.9)  , rgb(149,157,161) 90%);
	background: -moz-linear-gradient(30deg, rgba(80,89,93,0.9)  , rgb(149,157,161) 90%);
	background: -o-linear-gradient(30deg, rgba(80,89,93,0.9)  , rgb(149,157,161) 90%);
	background: -linear-gradient(30deg, rgba(80,89,93,0.9)  , rgb(149,157,161) 90%);
	
	border: 2px solid black;
	margin: 1% auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	width: 80%;
	height: 30px;
	float: center;
}

div.comicArrows {
	width: 85%;
	max-width: 800px;
	margin: 10px auto;
	position: relative;
	/*left: 120px;*/
	float: right;
}

div.imgPic {
	width: 260px;
	height: 300px;
	border: 1px solid black;
	outline: 1px solid rgba(1,1,1,0.4);
	display: block;
	float: left;
	margin: 20px 25px;
	position: relative;
}

div#divImage {
	margin: auto;
	width: 85%;
	max-width: 800px;
	height: 95%;
	overflow: auto;
	/*max-height: 470px;*/
	border: 1px solid black;
	float: center;
}


/*  Character spotlight div element styles */


div.Rhashia, div.Rhashia1 {
	display: block;
	background: url(../images/Rhashia-001.png) no-repeat;
	background-size: contain;
	background-position: center center;
	border: 1px solid rgba(80,89,93,0.3);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	width: 30%;
	height: 100%;
	float: left;
}

div.Richard, div.Richard1 {
	display: block;
	background: url(../images/Richard-001.png) no-repeat;
	background-size: contain;
	background-position: center center;
	border: 1px solid rgba(80,89,93,0.3);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	width: 30%;
	height: 100%;
	float: left;
}

div.Jack, div.Jack1 {
	display: block;
	background: url(../images/Jack-001.png) no-repeat;
	background-size: contain;
	background-position: center center;
	border: 1px solid rgba(80,89,93,0.3);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	width: 30%;
	height: 100%;
	float: left;
}

div.Daisy, div.Daisy1 {
	display: block;
	background: url(../images/Daisy-001.png) no-repeat;
	background-size: contain;
	background-position: center center;
	border: 1px solid rgba(80,89,93,0.3);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	width: 30%;
	height: 100%;
	float: left;
}








