/* Just some basic styles for the whole page */
* {
	margin:0;
	padding:0;
}
body {
	padding:20px 20px 40px 20px;
	color:#666;
}
p {
	clear:both;
	padding-bottom:1em;
	width:750px;
}
h1 {
	color:#000;
	padding-bottom:.3em;
}
h2 {
	color:#ff7200;
	clear:both;
}
#wrap {
	float:left;
	width:500px;
}
#ads {
	float:right;
	width:130px;
}

/* IE6 only box */
#noie6 {
	background:#ff0;
	padding:20px;
	margin-bottom:20px;
}
#noie6 h2 {
	color:#f00;
	font-size:3em;
	padding:0;
	margin:0;
}
#noie6 p {
	width:100%;
	padding:0;
	margin:0;
	color:#000;
}

/* Styling the unvisited links */
#checklist {
	clear:left;
	float:left;
	width:350px;
	list-style:none;
	padding-bottom:30px;
}
#checklist li {
	clear:left;
	float:left;
	width:100%;
}
#checklist a {
	display:block;
	float:left;
	width:100%;
	padding:10px 0 10px 0;
	text-decoration:none;
	color:#666;
	background-repeat:no-repeat;
	background-position:0 50%;
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	border-radius:.3em;
}
#checklist a strong {
	display:block;
	color:#000;
	padding:0 10px 0 45px;
}
#checklist a em {
	display:block;
	padding:0 10px 0 45px;
}

/* Hovered websites */
#checklist a:hover {
	background-color:#e7fcff;
	background-repeat:no-repeat;
	background-position:right;
}

/* Visited websites */
#checklist a:visited {
	background-image:url(tick.gif);
	background-repeat:no-repeat;
	background-position:left;
}

/* download link */
.download {
	clear:both;
	float:left;
	padding-top:10px;
}
.download a {
	padding:.3em .5em !important;
	margin-right:10px;
	background:#00bd3e;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	border-radius:.3em;
	line-height:2.5em;
	-moz-box-shadow: 1px  1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
}
.download a:hover {
	background:#5f534f;
	text-shadow: 2px 2px 2px #000;
}
.normlist li {
	margin-left:2em;
}
