/*

This is for the articles pages, and when I have time also the goals page.

Atypical practice of capitalisation on ids and classes is to minimize chance
of clashes with unfamiliar other css.

- Rob M 25/08/2008 23:38:22

*/

#Intro {
	margin: 0 0 1em 0;
}

.Feature {
	position: relative;
	height: 102px;
	padding-right: 8px;
	background: transparent url(/images/articles/bg_featured.png) no-repeat;
}

.Feature img {
	float: left;
	position: relative;
	top: 9px;
	left: 9px;
	border: none;
	width: 82px;
	height: 82px;
	border: 1px solid;
	border-color: #a6a6a6 #e6e6e6 #e6e6e6 #a6a6a6;
}

.Feature .Title {
	position: absolute;
	left: 100px;
	top: 9px;
	width: 457px;
}

.Feature .Desc {
	position: absolute;
	left: 100px;
	top: 30px;
	width: 457px;
}

.Links {
	position: absolute;
}

.Feature .Links {
	bottom: 10px;
	right: 12px;
}

.Title {
	font-size: 14px;
	font-weight: bold;
	color: #A60303;
}

.Title a {
	text-decoration: none;
}

/* Spacer */

.Spacer {
	clear: both;
	padding: 12px 0 22px;
}

.Spacer div {
	border-top: 1px dashed #ccc;
	font-size: 0;
	height: 0;
}


/* Product */

.Feature#Product {
	height: 88px;
	background: transparent url(/images/articles/bg_genre_wide.jpg) no-repeat;
}

.Feature#Product img {
	top: 7px;
	left: 8px;
	width: 73px;
	height: 73px;
}

.Feature#Product .Desc, .Feature#Product .Title {
	left: 91px;
	width: 466px;
}

.Product {
	position: relative;
	float: left;
	margin: 0 0 10px;
	padding-left: 8px;
	background: transparent url(/images/articles/bg_genre.png) no-repeat;
}

.ProductPadding {
	width: 271px;
	height: 89px;
}

.Product img {
	position: absolute;
	right: 8px;
	top: 7px;
	border: 1px solid;
	border-color: #bfbfbf #e6e6e6 #e6e6e6 #bfbfbf;
}

.ProductLeft {
	margin-right: 9px;
}

.Product .Title {
	padding-top: 2px;
}

.Product .Desc {
	width: 182px;
}

div.subHeading {
	font-size: 14px;
	padding: 1em 0;
	clear: both;
}

/* Articles */

.Article {
	clear: both;
	font-size: 12px;
}

.AThumb {
	float: left;
	margin-right: 8px;
}

.AThumb img {
	float: left;
	width: 75px;
	height: 75px;
	border: none;
}

.ATitle {
	position: relative;
	height: 1%;
	padding-bottom: 4px;
}

.ATitle a {
	margin-right: 8px;
	font-weight: bold;
	text-decoration: none;
	color: #a60303;
}

.ATitle a:hover {
	color: black;
}

.ADate {
	position: absolute;
	right: 0px;
	top: 1px;
	font-size: 11px;
}

.ADesc {
	clear: right;
}

.ABreak {
	clear: both;
	margin: auto;
	padding: 1em 0;
	height: 1%;
	text-align: center;
}