html, body {
	min-width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
body {
	font-size: 13px;
	font-family: Arial, sans-serif;
	display: inline-block;
	position: relative;
}
#paRappa {
	min-width: 100%;
	min-height: 100%;
	min-width: 360px;
}

/* content */
#contentHolder {
	position: relative;
	min-width: 320px;
	max-width: 890px;

	padding: 20px 10px;
	padding-bottom: 122px;
	padding-top: 40px;
}
/* cover both spellings */
.bluey, .bluie { 
	background-color: #017fc9;
	color: #ffffff;
}
.bluey a, .bluie a { 
	color: #ffffff;
	text-decoration: underline;
}
.bluey a:hover, .bluie a:hover { 
	color: #ffffff;
	text-decoration: none;
}

.halfsies {
	width: 780px;
	display: table;
	margin: 0px auto;
}
.lh, .rh {
	float: left;
	text-align: center;
	width: 310px;

	position: relative;
	padding: 20px;
	margin: 0px 20px;
}

p a {
	color: blue;
	text-decoration: underline;
}
p a:hover {
	color: blue;
	text-decoration: none;
}


#headerHolder {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 600;
	
	width: 100%;
	height: 36px;
	overflow: hidden;
	background-color: #000000;
}
#header {
	min-width: 320px;
	max-width: 890px;
	
	margin: 0px auto;

	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}
#header td {
	line-height: 36px;
	font-size: 0.8em;
}
#header a {
	color: #ffffff;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	padding: 0px 10px;
}

#headerHolder {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	
	min-width: 100%;
	height: 36px;
	overflow: hidden;
	background-color: #000000;
}
#header {
	min-width: 320px;
	max-width: 890px;
	
	margin: 0px auto;

	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}
#header td {
	line-height: 36px;
	font-size: 0.8em;
}
#header a {
	color: #ffffff;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	padding: 0px 10px;
}
#header a:hover {
	color: #dddddd;
	color: rgba(255, 255, 255, 0.8);
}


/* drop-down menu */
#testDropDown {
	position: absolute;
	top: 32px;
	left: 50%;
	z-index: 500;
	
	width: 354px;
	margin-left: -180px;
	border: solid #000000 1px;
	background-color: #ffffff;
	
	box-shadow: 0px 15px 20px rgba(0,0,0,0.5);

	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
#testDropDown.hidden {
	display: none;
}
#testDropDown.visible {
	display: block;
}
#testDropDown a {
	display: block;
	padding: 10px;
	border-bottom: solid #dddddd 2px;

	text-align: center;
	font-size: 1.3em;
	color: #000000;
	text-decoration: none;
}
#testDropDown a:hover {
	background-color: #8618b9;
	color: #ffffff;
	text-decoration: none;
}
#testDropDown a.menuHeader, #testDropDown a.menuHeader:hover {
	background-color: #fbecfc;
	color: #000000;
	cursor: default;
}
.submenuHidden {
	height: 42px;
	overflow: hidden;
}
.submenuVisible {
	box-shadow: inset 0px 0px 20px 0px #aaa;
	background-color: #eeeeee;
}
.submenuHeader {
	position: relative;
}
#testDropDown .submenuVisible a.submenuHeader {
	background-color: #8618b9;
	color: #ffffff;
}
.submenuVisible submenuHeader:hover {
	background-color: #8618b9;
	color: #ffffff;
}
.submenuHidden .submenuHeader:after {
	content: '▸';
	line-height: 40px;
	position: absolute;
	top: 0px;
	right: 10px;
}
.submenuVisible .submenuHeader:after {
	content: '▾';
	line-height: 40px;
	position: absolute;
	top: 0px;
	right: 10px;
}



#footerHolder {
	width: 100%;
	border-top: solid #000000 2px;
	position: relative;
	margin-top: -102px;
}
#footer {
	max-width: 850px;
	margin: 0px auto;
	height: 60px;
	padding: 20px;

	font-size: 0.8em;
}








/* units */
.unitAd {
	margin: 20px 0px 60px 0px;
}
#unitForm {
	text-align: center;
	max-width: 620px;
	min-width: 210px;
	overflow: hidden;
}
.unitHolder {
	float: left;
	width: 194px;
	height: 43px;
	margin: 5px;
	position: relative;
	
	background-color: #017fc9;
	
	font-size: 1.2em;
	line-height: 37px;
	white-space: nowrap;
	color: #ffffff;
}
.unitHolder:after {
	content: '';
	width: 1px; 
	height: 100%;
	position: absolute;
	top: 0px;
	left: 56px;
	background-color: #ffffff;
}
.unitHolder:nth-child(7n+1) {
	background-color: #f20491;
}
.unitHolder:nth-child(7n+2) {
	background-color: #8618b9;
}

.unitHolder:nth-child(7n+3) {
	background-color: #ffab26;
}
.unitHolder:nth-child(7n+4) {
	background-color: #2531d9;
}
.unitHolder:nth-child(7n+5) {
	background-color: #017fc9;
}
.unitHolder:nth-child(7n+6) {
	background-color: #1aa141;
}
.unitHolder:nth-child(7n+0) {
	background-color: #fb4925;
}
.checky {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 37px;
	margin: 0px 1px 0px 0px;
	border: solid #017fc9 3px;
	border: solid rgba(0, 0, 0, 0) 3px;
}
.checky:hover {
	border: solid #000000 3px;
}
.checkyBox {
	position: absolute;
	top: 8px;
	left: 13px;
	width: 20px;
	height: 18px;
	
	border: solid #ffffff 1px;
	border-color: rgba(255, 255, 255, 0.5);

	text-align: center;
	font-size: 2em;
	line-height: 18px;
	color: #ffffff;
}
.checkyBox2 {
	margin-top: 12px;
	margin-left: -1px;
	-ms-transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
}
.unity {
	position: absolute;
	top: 0px;
	left: 57px;
	width: 132px;
	height: 37px;
	
	text-align: center;
	border: solid #017fc9 3px;
	border: solid rgba(0, 0, 0, 0) 3px;
	margin: 0px;
	
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.unity:hover {
	border: solid #000000 3px;
}
.buyTheBook {
	width: 120px;
	float: right;
	padding: 0px 10px 0px 0px;
	text-align: center;
}





/* vwt */
.vwtHeader {
	clear: both;
	padding: 10px 0px 5px 0px;
	margin: 0px 5px 0px 5px;
	
	font-weight: bold;
}
.vwtWordListHolder {
	position: absolute; 
	top: 0px; 
	left: -20px; 
	width: 110px; 
	height: 100%; 
	overflow: hidden;
}
.vwtWordList {
	width: 130px; 
	height: 100%; 
	overflow-y: scroll; 
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.vwtWordListCover {
	position: absolute; 
	bottom: 0px; 
	width: 100%; 
	height: 40px; 
	/*
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)), color-stop(.95,#ffffff));
	*/
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* Standard syntax */
}
.vwtWord {
	margin-bottom: 4px;
	line-height: 1;
	font-size: 0.9em;
}
.boxLinksVWT a {
	display: block; 
	float: left;
	width: 220px;
	padding: 10px 0px;
	text-align: center;
	margin: 5px;
	
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	
	background-color: #017fc9;
	border: solid #017fc9 3px;
}
.boxLinksVWT a:nth-child(7n+1) {
	background-color: #017fc9;
	border: solid #017fc9 3px;
}
.boxLinksVWT a:nth-child(7n+2) {
	background-color: #8618b9;
	border: solid #8618b9 3px;
}
.boxLinksVWT a:nth-child(7n+3) {
	background-color: #f20491;
	border: solid #f20491 3px;
}
.boxLinksVWT a:nth-child(7n+4) {
	background-color: #1aa141;
	border: solid #1aa141 3px;
}
.boxLinksVWT a:nth-child(7n+5) {
	background-color: #ffab26;
	border: solid #ffab26 3px;
}
.boxLinksVWT a:nth-child(7n+6) {
	background-color: #2531d9;
	border: solid #2531d9 3px;
}
.boxLinksVWT a:nth-child(7n+0) {
	background-color: #fb4925;
	border: solid #fb4925 3px;
}


.boxLinksVWT a:hover {
	border: solid #000000 3px;
}

.disabled {
	opacity: 0.2;
}


/* user.php */
.boxHeader {
	display: block;
	padding: 10px 20px;
	margin: 20px 0px 5px 0px;
	background-color: #f20491;
	
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}







.buttonWhitey {
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 1;
	white-space: nowrap;
	color: #000000 !important;
	text-align: center;
	text-decoration: none !important;
	
	display: inline-block;
	background-color: #ffffff;
	border: solid #02a0c6 3px;
	border-radius: 30px;
	padding: 6px 20px;
	margin: 20px;
	
	min-width: 100px;
}
.buttonWhitey:hover, .buttonWhitey:active, .buttonBluey {
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 1;
	white-space: nowrap;
	color: #ffffff !important;
	text-align: center;
	text-decoration: none !important;

	display: inline-block;
	background-color: #02a0c6;
	border: solid #02a0c6 3px;
	border-radius: 30px;
	padding: 6px 20px;
	margin: 20px;
	
	min-width: 100px;
}

.buttonWhiteyCircle {
	font-family: Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	white-space: nowrap;
	color: #000000;
	text-align: center;
	text-decoration: none;
	
	display: inline-block;
	background-color: #ffffff;
	border: solid #02a0c6 3px;
	border-radius: 48px;
	padding: 2px 0px;
	width: 28px;
}
.buttonWhiteyCircle:hover, .buttonWhiteyCircle:active {
	color: #ffffff;
	background-color: #02a0c6;
	text-decoration: none;
}












/* tests */
#testFooterHolder {
	width: 100%;
	height: 40px;

	background-color: #000000;
	text-align: center;
}
#testFooter {
	min-width: 300px;
	max-width: 870px;
	margin: 0px auto;
	padding: 0px 10px;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
}
#testFooter a {
	color: #ffffff;
	text-decoration: none;
}
#qnaBodyHolder {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
	font-family: Times, serif;
	font-size: 1.2em;
}
.qnaBody, .qnaBodyHideAnswers {
	display: block;
	
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #ffffff;

	-webkit-transition: left 0.3s ease-out;
	-moz-transition: left 0.3s ease-out;
	-o-transition: left 0.3s ease-out;
	transition: left 0.3s ease-out;
	
	border-left: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
}
.scrollY {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 90%;
	height: 100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;

	padding: 0% 5%;
	padding-right: 20%;
}

.question {
	max-width: 400px;
	margin: 20px auto;

	text-align: center;
}

.hint {
	display: none;
	text-align: center;
	font-style: italic;
	font-size: 0.9em;
	margin-bottom: 20px;
}

#answerTextHolder {
	display: table;
	max-width: 400px;
	margin: 0px auto;
	margin-bottom: 100px; /* answerButtons height (+50 for extra scroll space) */
	position: relative;
}
#answerTextHolder li {
	margin-bottom: 10px;
}
.qnaBodyHideAnswers #answerTextHolder {
	width: 100%;
}
.qnaBodyHideAnswers #answerTextHolder:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	text-align: center;
	padding-top: 50px;
	content: 'tap to show answers';
}
.qnaBodyHideAnswers .answerButton {
	opacity: 0;
}
.answerTextDisabled {
	color: #cccccc;
	text-decoration: line-through;
}
#answerButtonsHolder {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 0px;
	overflow: hidden;
	
	text-align: center;
	
	border-top: solid #cccccc 1px;
	box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.5);
	
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.8);

	-webkit-perspective: 1000px;
}
#answerButtonsHolderInline {
	display: table;
	max-width: 340px;
	margin: 0px auto;
	margin-bottom: 50px; /* (+50 for extra scroll space) */
	position: relative;

	text-align: center;
	
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.8);

	-webkit-perspective: 1000px;
}

.answerButton, .answerButtonGreen, .nextQuestionButton {
	display: block;
	float: left;
	width: 16%;
	margin: 2%;
	padding: 3% 0%;
	
	background-color: #02a0c6;
	
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	color: white;
	
	-webkit-transition: all 0.2s linear;
	-webkit-transform-style: preserve-3d;
	-moz-transition: all 0.2s linear;
	-moz-transform-style: preserve-3d;
	-o-transition: all 0.2s linear;
	-o-transform-style: preserve-3d;
	transition: all 0.2s linear;
	transform-style: preserve-3d;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.answerButtonGreen {
	background-color: #058b25;
}
.nextQuestionButton {
	position: relative;
	float: right;
	margin-right: 30px;
}
.triangle {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: -18px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #02a0c6;
}
.rightAnswer {
	display: block;
	float: left;
	width: 16%;
	margin: 2%;
	padding: 3% 0%;
	
	font-family: Arial, sans-serif;
	font-size: 3em;
	font-weight: bold;
	line-height: 0.3;
	text-decoration: none;
	text-align: center;
	color: green;
}
.wrongAnswer {
	display: block;
	float: left;
	width: 16%;
	margin: 2%;
	padding: 3% 0%;
	
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	color: red;
}
.wrongAnswerInline {
	display: block;
	float: left;
	width: 16%;
	margin: 2%;
	padding: 3% 0%;
	
	background-color: #02a0c6;
	opacity: 0.2;
	
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	text-decoration: line-through;
	text-align: center;
	color: white;
}
.flip {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}






/* find_user_tests.php */
.userTestOverviewBox {
	width: 80%; 
	padding: 10px; 
	margin: 10px; 
	color: #ffffff; 
	text-align: left; 
	cursor: pointer;
}
.flag {
 font: 10px Verdana;
 float: right; 
 margin-right: 5px;
 white-space: nowrap;
}
.flag a {
 font: 10px Verdana;
 color: #ffffff;
 text-decoration: none;
}
.flag a:hover {
 font: 10px Verdana;
 text-decoration: underline;
}
.testIncludes {
	margin: 10px 20px 0px 20px;
	font-weight: bold;
	color: #f8e900;
}

.footerPageLink {
 display: block;
 width: 50px;
 height: 20px;
 text-align: center;
 margin: 0px;
 padding: 0px;
 float: left;
 font: 11px Verdana;
}
.footerPageLink a {
 color: blue;
 text-decoration: none;
}
.footerPageLink a:hover {
 text-decoration: underline;
}
.footerScrollLink {
 font: 11px Verdana;
}
.footerScrollLink a {
 color: blue;
 text-decoration: none;
}
.footerScrollLink a:hover {
 text-decoration: underline;
}

.pageNumbersHolder {
	width: 750px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -390px;
	white-space: nowrap;


	-webkit-transition: left 0.2s linear;
	-moz-transition: left 0.2s linear;
	-o-transition: left 0.2s linear;
	transition: left 0.2s linear;
}
#pageNumbersHolder {
	width: 100%;
	height: 20px; 
	overflow: hidden; 
	position: relative;
}
#pageNumbersHolder a {
	text-decoration: none;
}
#pageNumbersHolder a:hover {
	text-decoration: none;
}
.pageNumbersHolder a {
	display: inline-block;
	width: 60px;
}





/* made-up keyboard */
.key {
 width: 26px;
 height: 39px; 
 text-align: center;
 font: 16px Helvetica, Arial, sans-serif;
 color: #000000;
 text-transform: lowercase;
 text-shadow: #ffffff 0px 1px 0px;
 font-weight: bold;
 background: URL('images/keys.png') 0px 0px no-repeat;
 line-height: 2.5;
 margin: 8px 3px;
 cursor: pointer;
}
.key:hover {
 background: URL('images/keys.png') -26px 0px no-repeat;
}

.keyMed {
 width: 49px;
 height: 39px; 
 text-align: center;
 font: 16px Helvetica, Arial, sans-serif;
 color: #ffffff;
 text-shadow: #304a5c 0px 1px 1px;
 font-weight: bold;
 background: URL('images/keys.png') -52px 0px no-repeat;
 line-height: 2.5;
 margin: 8px 10px;
 cursor: pointer;
}
.keyMed:hover {
 background: URL('images/keys.png') -101px 0px no-repeat;
}
.keyBig {
 width: 75px;
 height: 39px; 
 text-align: center;
 font: 13px Helvetica, Arial, sans-serif;
 color: #ffffff;
 text-shadow: #304a5c 0px 1px 2px;
 font-weight: bold;
 background: URL('images/keys.png') 0px -39px no-repeat;
 line-height: 3;
 margin: 8px 3px;
 cursor: pointer;
}
.keyBig:hover {
 background: URL('images/keys.png') -75px -39px no-repeat;
}


.keySpace {
 width: 160px;
 height: 39px; 
 text-align: center;
 font: 13px Helvetica, Arial, sans-serif;
 color: #666666;
 text-shadow: #ffffff 0px 1px 1px;
 font-weight: bold;
 background: URL('images/keys.png') -150px -39px no-repeat;
 line-height: 3;
 margin: 8px 3px;
 cursor: pointer;
}
.keySpace:hover {
 background: URL('images/keys.png') -150px 0px no-repeat;
}










/* media queries */
@media screen and (min-width: 0px) {
	#unitForm {
		width: 220px;
	}
	.halfsies {
		background: none;
		width: 350px;
		overflow: hidden;
	}
	.lh, .rh {
		margin: 0px 5px;
		width: 290px;
	}
	#pageNumbersHolder {
		width: 300px;
	}
}
@media screen and (min-width: 610px) {
	#unitForm {
		width: 440px;
	}
	
	#boxLinksIndex {
		width: 442px;
	}
	.fullWidth {
		width: 390px;
	}
	.halfsies {
		background: none;
		width: 350px;
	}
	.lh, .rh {
		margin: 0px 20px;
		width: 310px;
	}
	#pageNumbersHolder {
		width: 90%;
	}
}
@media screen and (min-width: 810px) {
	#unitForm {
		width: 660px;
	}
	.halfsies {
		width: 780px;
		/* blue border */
		background: #ffffff;
		background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 49.9%, #02a0c6 50%, #ffffff 50.1%, #ffffff 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(49.9%,#ffffff), color-stop(50%,#02a0c6), color-stop(50.1%,#ffffff), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 49.9%,#02a0c6 50%,#ffffff 50.1%,#ffffff 100%);
		background: -o-linear-gradient(left,  #ffffff 0%,#ffffff 49.9%,#02a0c6 50%,#ffffff 50.1%,#ffffff 100%);
		background: -ms-linear-gradient(left,  #ffffff 0%,#ffffff 49.9%,#02a0c6 50%,#ffffff 50.1%,#ffffff 100%);
		background: linear-gradient(to right,  #ffffff 0%,#ffffff 49.9%,#02a0c6 50%,#ffffff 50.1%,#ffffff 100%);
	}
	.lh, .rh {
		margin: 0px 20px;
		width: 310px;
	}
	#pageNumbersHolder {
		width: 90%;
	}
}

