/* 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 {
	clear:both;
	color:#ff7200;
}
#wrap {
	float:left;
	width:750px;
	padding-top:20px;
}
#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 normal articles */
#articles {
	list-style:none;
	width:600px;
	float:left;
	border-top:1px solid #ccc;
	margin-bottom:30px;
}
#articles li {
	float:left;
	width:100%;
	border-bottom:1px solid #ccc;
}
#articles a {
	display:block;
	float:left;
	width:100%;
	padding:10px 0;
	text-decoration:none;
	position:relative; /* So we can position the more link */
}
#articles img {
	float:left;
	border:0;
	position:relative;
	left:10px;
}
#articles span {
	float:right;
	width:470px;
	position:relative;
	right:10px;
}
#articles strong {
	display:block;
	font-size:1.5em;
	color:#000;
}
#articles em {
	color:#666;
	font-style:normal;
}
#articles small {
	color:#00f;
	text-decoration:underline;
	font-size:.8em;
}

/* Hovered article styles */
#articles a:hover {
	background:#ffc;
}

/* Visited article styles */
#articles a:visited img {
	width:20px;
	height:20px;
}
#articles a:visited em {
	display:none;
}
#articles a:visited small {
	display:none;
	position:absolute;
	top:0;
	right:0;
	margin-top:.3em;
}
#articles a:visited span {
	width:550px;
}
#articles a:visited strong {
	font-size:1em;
	margin-top:.2em;
	color:#999;
}

/* Visited articles that are also hovered */
#articles a:visited:hover small {
	display:block;
}

/* 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;
}
