@charset "UTF-8";
/* CSS Document */
@media screen {
	.rowLogo {background: url(../images/teeky-tiki/bg-page.jpg) center center; background-size: cover;}
	.rowLogoInner {display:block; width: 300px; position: relative; top: 25%; margin: 0 auto;}

	h2.plate { background: url(../images/teeky-tiki/nameplate.png) center center no-repeat; background-size: 100% auto; width:100%; max-width: 400px; padding-top: 23px; height:35px; font-size:20px; margin:0 auto 20px; color:#fff; text-shadow: 2px 2px 3px #000;}
	h3.band { background: #BFCDC5; margin-bottom: 0px; padding: 10px;}
	h3.subTitle {background:url(../images/teeky-tiki/divider.png) center center no-repeat; background-size:150%;}
	h3.subTitle span {background:#fff; padding:0 10px;}
	.question { background: url(../images/teeky-tiki/q.png) top left no-repeat; font-weight:600; padding-left:50px; background-size:40px 40px; padding-top:8px; margin-bottom: 10px; min-height:40px;}
	.answer { background: url(../images/teeky-tiki/a.png) top left no-repeat; padding-left:50px; background-size:40px 40px; padding-top:8px; margin-bottom: 30px; min-height:40px;}
	#introBlock {background: url(../images/teeky-tiki/bg-page-lite.jpg) center center no-repeat; background-size:cover;}
	.row.statBlock {background: #125611; color: #fff;}
	.sideNav h4 {background: #125611; color:#fff; padding:10px; font-weight:normal; font-size: 14px;}
	.sideNav a, .sideNav a:active, .sideNav a:visited {color:#125611; display: block; margin-bottom: 20px; font-size: 14px;}
	.sideNav a.last { margin-bottom: 0;}
	.author { font-size:14px; font-style:italic; margin-bottom: 24px;}
	a.link, a.link:active, a.link:visited {color: #2C632F; font-weight:normal;}
	a.link:hover { color:#53B17B;}
}

@media screen and (min-width: 480px) {
	.rowLogoInner { width: 420px; top:16%;}

}
