﻿/*CCLmain - default.htm(disclaimer), Story 1 - s1p.htm, s1p2.htm*/
@media (min-width: 551px), only screen and (min-device-width: 551px){

*
{
	font-size:100%;
	font-family:"Courier New", Courier, monospace;
	font-weight:bolder;
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    text-decoration:none;
    border:0;
	cursor:auto;
	vertical-align:baseline;
    background:transparent;
}
#music a:hover /*#music*/
{
/*background:red;*/
	/*border:.5em red solid;*/
}
a:link
{
	
} 
a:visited
{
	
}
a:hover
{
	/*border:1em red solid;*/
} 
a:active
{
	
}
/* HTML5 RESET*/
article, footer, header,menu, nav, section, aside, blockquote
{
	display:block;
}
body 
{
	line-height:1;
}
ol, ul {
	list-style:none;
}
/*blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
*/
hr {
	display:none;
}
/*CCL CSS*/
body 
{
/*background-color:gold;*/	
	width:100%;
	background-image: url('../images2/goldSquare.png');
	background-repeat:repeat;
}
#article
{
/*background-color:hotpink;*/
	width: 93%;
	margin:auto;
	margin-top:3%;
	margin-bottom:1.5%;
	background-image:url('../images2/bookBkgnd.png');
	background-position:left top;
	background-repeat:repeat-y;
	background-size:100% 100%;
	-webkit-box-shadow:5px 5px 14px 3px rgba(50,50,50,1);
	-moz-box-shadow:5px 5px 14px 3px rgba(50,50,50,1);
	box-shadow:5px 5px 14px 3px rgba(50,50,50,1);
}
/*//////////////////////////////////////////////////////TOP MENU*/
#topMenu
{
/*background-color:hotpink;*/
	position:fixed;
	top:0;
	width:100%;
	height:7.7%;
	background-image:url('../images2/edge4.png');
	background-position:right;
	background-repeat:repeat-y;
	background-size:100% 100%;
	-webkit-box-shadow:1px 5px 14px 3px rgba(50,50,50,1);
	-moz-box-shadow:1px 5px 14px 3px rgba(50,50,50,1);
	box-shadow:1px 5px 14px 3px rgba(50,50,50,1);
}
/*////////////////////////////////////////////////////TOP BUTTONS*/
.topMenuBTN
{
	width:8%;
	height:90%;
	margin-left:.8%;
}
#about
{
	margin-left:.7%;
}
/*/////////////////////////////////////////////////BOTTOM BUTTONS*/
.bottomMenuBTN
{
display:block;
	float:right;
	width:8%;
	height:90%;
	margin-left:.8%;
}
#nextBTN
{
	margin-right:.5%;
}
/*////////////////////////////////////////////////ACCESS BUTTONS*/
#accessButtons /*BOTTOM*/
{
	display:inline;
	position:fixed;
	bottom:.5%;
	font-size:0;
}
#accessButtons2 /*TOP*/
{
	display:inline;
	position:fixed;
	top:.5%;
	font-size:0;
}
/*//////////////////////////////////////////////////TITLE DIV*/
header
{
	display:inline;
	margin:auto;
}
h1{
/*background-color:aqua;*/
	color: rgba(255, 0, 0,.7);
	font-family: "Courier New", Courier, monospace;
	font-size: 4em;
	text-align: center;
	padding-top: 4%;
}
/*/////////////////////////////////SECTION FOR VERTICAL IMAGE*/
.verticalImg
{
/*background-color:aqua;*/
	display:block;
	float:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:3%;
	width:25%;
	-webkit-box-shadow:3px 3px 0px rgba(100,80,100,1);
	-moz-box-shadow:3px 3px 0px rgba(100,80,100,1);
	box-shadow:3px 3px 0px rgba(100,80,100,1);
}
.leftAsideV
{
/*background-color:coral;*/
	display:block;
	clear:both;
	float:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:3%;
	width:37.5%
}
.rightAsideV
{
/*background-color:coral;*/
	display:block;
	float:right;
	margin-left:auto;
	margin-right:auto;
	margin-top:3%;
	width:37.5%;
}
.leftAsidePV
{
/*background-color:darkorchid;*/
	float:left;
	width:85%;
	font-family:"Courier New", Courier, monospace;
	font-size: 100%;
	line-height:1.5;
	margin: auto;
	margin-left:11%;
	color: rgba(255,255,255,1);
}
.rightAsidePV
{
/*background-color:darkorchid;*/
	float:right;
	width:85%;
	font-family:"Courier New", Courier, monospace;
	font-size: 100%;
	line-height:1.5;
	margin: auto;
	margin-right:11%;
	color: rgba(0,0,0,1);
}

/*///////////////////////////////SECTION FOR HORIZONTAL IMAGE*/
.horizontalImg
{
/*background-color:aqua;*/
	display:block;
	float:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:3%;
	width:48%;
	-webkit-box-shadow:3px 3px 3px rgba(100,80,100,1);
	-moz-box-shadow:3px 3px 3px rgba(100,80,100,1);
	box-shadow:3px 3px 3px rgba(100,80,100,1);
}
.leftAsideH
{
/*background-color:coral;*/
	display:block;
	clear:both;
	float:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:3%;
	width:26%
}
.rightAsideH
{
/*background-color:coral;*/
	display:block;
	float:right;
	margin-left:auto;
	margin-right:auto;
	margin-top:3%;
	width:26%
}
.leftAsidePH{
/*background-color:darkorchid;*/
	float:left;
	width:78%;
	font-family:"Courier New", Courier, monospace;
	font-size: 100%;
	line-height:1.5;
	margin: auto;
	margin-left:16%;
	color: rgba(255,255,255,1);
}
.rightAsidePH{
/*background-color:darkorchid;*/
	float:right;
	width:78%;
	font-family:"Courier New", Courier, monospace;
	font-size: 100%;
	line-height:1.5;
	margin: auto;
	margin-right:16%;
	color: rgba(0,0,0,1);
}
/*///////////////////////////////////////////////PARAGRAPHS*/
#rightAsideP2
{
	margin-top:10%;
}
#rightAsideP2a
{
	margin-top:4%;	
}
#leftAsideP2
{
	margin-top:40%;
}
#leftAsideP3
{
	margin-top:20%;
}
#rightAsideP4
{
	margin-top:22%;
}
#rightAsideP5
{
	margin-top:25%;
}
#rightAsideP5a
{
	margin-top:14%;
}
#rightAsideP6
{
	margin-top:20%;
}
#rightAsideP7
{
	margin-top:14%;
}
#leftAsideP8
{
	margin-top:40%;
}
#rightAsideP8
{
	margin-top:40%;
}
#rightAsideP9
{
	margin-top:40%;
}
#leftAsideP10
{
	margin-top:40%;
}
#rightAsideP10
{
	margin-top:40%;
}
#rightAsideP11
{
	margin-top:20%;
}
#leftAsideP12
{
	margin-top:40%;
}
#rightAsideP12
{
	margin-top:40%;
}
#leftAsideP13
{
	margin-top:40%;
}
#rightAsideP13
{
	margin-top:20%;
}
#leftAsideP14
{
	margin-top:40%;
}
#rightAsideP14
{
	margin-top:40%;
}
#rightAsideP31
{
	margin-top:40%;
}
#rightAsideP32
{
	margin-top:30%;
}
#leftAsideP32
{
	margin-top:30%;
}
#rightAsideP33
{
	margin-top:45%;
}
#rightAsideP34
{
	margin-top:20%;
}
#rightAsideP35
{
	margin-top:20%;
}
#leftAsideP35
{
	margin-top:20%;
}
#rightAsideP36
{
	margin-top:40%;
}
#leftAsideP36 audio
{
	width:90%;
}
#leftAsideP36 
{
	margin-top:40%;
	text-align:center;
}

/*////////////////////////////////////////////////////DENOTES*/
#denotes
{
	border-bottom:thick black dotted;
}
.aRedBkgrnd:hover
{
background-color:red;
	/*padding:.5%;*/
}
/*///////////////////////////////////////BOTTOM PAGE NUMBERS*/
#pgNumbersP
{
/*background-color:gold;*/
	display:inline;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 100%;
	padding:.5%;
	margin-right:15%;
	margin-top:50%;
	color: rgba(255,0,0,1);
	border:medium grey double;
}
#italicText
{
	font-family:"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size:75%;
}
.sig
{
	clear:both;
	position:fixed;
	width:3%;
	bottom:8.7%;
	right:.2%;
	-webkit-box-shadow:3px 3px 3px rgba(100,80,100,1);
	-moz-box-shadow:3px 3px 3px rgba(100,80,100,1);
	box-shadow:3px 3px 3px rgba(100,80,100,1);
}
/*////////////////////END DIV TO SECURE BKGRND ARTICLE IMAGE*/
#end
{
	clear:both;
	width:100%;
	height:1%;
	margin-bottom:3%;
}
/*///////////////////////////////////////////////////FOOTER*/
#footerMenu
{
/*background-color:aquamarine;*/
	clear:both;
	position:fixed;
	bottom:0;
	width:100%;
	height:7.7%;
	background-image:url('../images2/edge4.png');
	background-position:right;
	background-repeat:repeat-y;
	background-size:100% 100%;
	-webkit-box-shadow:5px 1px 14px 3px rgba(50,50,50,1);
	-moz-box-shadow:5px 1px 14px 3px rgba(50,50,50,1);
	box-shadow:5px 1px 14px 3px rgba(50,50,50,1);
}
.copyright 
{
	width:50%;
	margin-top:.5%;
}
#access
{
	width:0;
	height:0;
}
/*///////////////////////////////////////////////THE OTHER PAGES*/
.table
{
/*background-color:pink;*/
	display:table;
	width:80%;
	margin:auto;
	margin-top:6%;
	overflow:scroll;
}
.cell
{
/*background-color:pink;*/
	padding:1%;
	/*vertical-align:middle;*/
	line-height:1.5;
}
#disclaimerT
{
	width:65%;
	margin-left:27%;
}
#disclaimer /*IMAGE*/
{
	/*background-image:url('../images2/DisclmrBkGrnd.png');
	background-repeat:no-repeat;
	background-position:0,0;
*/	width:68%;
}
#music /*IMAGE*/
{
	width:14%;
	margin-top:3%;
	margin-left:45%;
	margin-right:25%;
}
#music1:hover
{
	/*background-color:red;*/
}

}
.newyear
{
	width:80%;
	margin:auto;
	margin-left:10%;
}
.newyear1
{
	width:80%;
	margin:auto;
	margin-top:13%;
	margin-left:10%;
}
/*//////////////////////////////MEDIA - PHONE - 550 px*/
@media only screen and (max-width: 550px), only screen and (max-device-width: 550px){
h1
{
	font-size: 2.6em;
}
.leftAsidePV
{
	font-size: 70%;
}
.rightAsidePV
{
	font-size: 70%;
}
.leftAsidePH
{
	font-size: 70%;
}
.rightAsidePH
{
	font-size: 70%;	
}
.topMenuBTN
{
	width:15%;	
}
.bottomMenuBTN
{
	width:18%;
	height:110%;
}
#pgNumbersP
{
	font-size: 70%;
}
#italicText
{
	font-size:45%;
}

}
/*//////////////////////////////MEDIA - PHONE - 480 px*/
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px){
h1
{	
	font-size: 2em;	
}
.leftAsidePV
{
	font-size: 50%;
}
.rightAsidePV
{
	font-size: 50%;
}

.leftAsidePH
{
	font-size: 50%;
}
.rightAsidePH
{
	font-size: 50%;	
}
.topMenuBTN
{
	width:15%;
}
.bottomMenuBTN
{
	width:18%;
	height:110%;	
}
#pgNumbersP
{
	font-size: 50%;
}
#italicText
{
	font-size:50%;
}

}
/*errata*/
#eTxt{
	/*font-family:"Comic Sans MS";
	font-size:110%;
	line-height:125%
*/	
margin-top:3%;
}
#space
{
	margin-bottom:25%;
}
#errataText
{

	border-width: thick;
	border-color: black;
	border-style:solid;
	background-color: rgba(255,255,255,.5);
	width: 85%;
	padding: 5%;
	font-family:"Courier New", Courier, monospace;
	font-size:110%;
	line-height:125%


}
#reflect
{
width:23%;
 float:left;
	padding:1%;
}