*{outline:none;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
caption,th{text-align:left;}
fieldset,img,abbr,acronym{border:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
ol,ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
q:before,q:after{content:'';}h1{
	font-size:8.4em;
	letter-spacing: -3px;
	color:#fff;
	font-weight:bold;
    width:700px;
}

li{
	font-size:3.6em;
	padding:10px 0;
}

a, a:visited {
    color: #FFA;
    text-decoration: none;
}

a:focus, a:hover, a:active {
    color: #FFF;
    text-decoration: none;
}

p {
	font-size: 2.4em;
	letter-spacing: -0.5px;
}
body{
  background: #999999 url(../img/bg.gif) repeat-x scroll 0 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size:62.5%;
  color:#fff;
}

input[type="text"], input[type="submit"], textarea
{
	display:block;
	margin:10px 0;
}

#home
{
	position:absolute;
	right:200px;
	top:65px;
}

#home a
{
	background:transparent url(../img/house.png) no-repeat scroll 0 0;
	display:block;
	height:32px;
	width:32px;
}

#home a:focus
{
	border: yellow medium solid;
}

#main ul li a:focus, #clue:focus, .tipCopy a:focus
{
  outline:dashed;	
}

p.tipCopy a.tip:focus
{
  outline:none;
}

#clue
{
	width:500px;
	padding:0;
	margin:20px 0;
}

#secret
{
	color:yellow;
}

#conLogo{
	position:absolute;
	right:1%;
	bottom:1%;
}

#conLogo a.jQuery
{
	background:#000 url('../img/logo_jquery_215x53.gif') scroll no-repeat 50% center;
	-moz-border-radius:5px;
	border:4px solid #fff;
	display:block;
	padding:4px;
	height:61px;
	width:223px;
}

#wrapper{
	padding: 20px;
	width: 960px;	
	margin:0 auto;
	position:relative;
}

#response p
{
	color:#fff;
	font-size:3.6em;
}

#response p.responseText
{
	color: #FCD9AE;
	font-size:4.8em;
	font-style: italic;
}

label
{
	position:absolute;
	left:-9999px;
	top:-9999px;
}

.off{
	left:-999em;
	position:relative;
	top:-999em;
	width:26px;
}

#slideshow
{
	margin:0 auto;
	width: 600px;
}

#slideWrap {
	width:640px;
	height:420px;
	position: relative;
} 

.slide, .slideTextWrap {
    border: 0 none;
    left: 0;
    position: absolute;
    top: 0;
} 

.slide img
{
	height:75%;
	width:75%;
}
.slideTextWrap {
    padding: 1.5em;
    width: 22em;
} 

.slideTextWrap h2, .slideTextWrap p{
	color:#fff;
}

.slideTextWrap p{
	margin:.75em 0;
} 

#buttonsWrap {
    border: 0 none;
    right: 25%;
    position: absolute;
    bottom:0;
}

#buttonsWrap a {
    padding: 0 .5em;
} 

#thumbsWrap {
    border: 0 none;
    left: 0;
    position: absolute;
    bottom:0;
		width:auto;
		z-index:1000;
}

#thumbsWrap:focus{
	border: 2px solid #ff0000;
}

.thumbItem {
    background: #cccccc;
	float:left;
	height:2.75em;
	margin:0.25em 0.5em;
	overflow:hidden;
} 

.thumbItemDiv {
	float:left;
}

.thumbItem a img {
	height:2.4em;
	width:2.4em;
}

.inactiveThumb{
	border:4px solid #FFFFFF;
}

.activeThumb{
	border:4px solid #0065B8;
}

.screenreader{
	height:1px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:-999px;
	width:1px;
}



.tipCopy{
	margin:30px 0 0;
	width:720px;
}

.tooltip 
{
	max-width:220px;
	padding:10px;
	background:#000;
	display:none;
	position:absolute;
	z-index: 9999;
}

.tooltip p
{
	font-size:1.6em;
}