/* CSS Document */

#mainContent { width: 400px; }
#quickContent { width: 345px; }
#news { margin-bottom: 20px; }

div#guideCover { float: left; margin-bottom: 10px; }
#steamheritageguide { width: 185px; float: right; margin-bottom: 10px; }
#steamheritageguide ul, #steamheritageguide p { font-size: 1.1em; font-weight: bold; margin-bottom: 0; }
#steamheritageguide li { margin-bottom: 5px; }


#news_home { width: 610px; float: left; }
#news_home h2 {
	height: 30px; padding-top: 2px; line-height: 30px;
	color: #000000; text-indent: 10px;
	background-image: url(../images/header-blend.jpg);
	background-position: top; background-repeat: repeat-x;
	border: 1px solid #E6E6E6;
	display: block;
}
#news_home h2 a:link, #news_home h2 a:visited { color: #000000; text-decoration: none; }
#news_home h2 a:hover { color: #A2691A; text-decoration: none; }

.newsStory {
	width: 190px; float: left;
	margin-left: 20px; margin-bottom: 20px;
}
.newsStory_first { margin-left: 0px; }

.newsStory h3 {
	font-size: 1.4em; text-transform: none;
	height: 45px; display: block;
	margin: 0;
}
.newsStory p.blurb { height: 115px; display: block; margin: 0; }
.newsStory p { font-size: 1.1em; line-height: 1.3em; }
.newsStory h3 a { text-decoration: none; }

#signupForm {
	width: 133px; padding: 10px;
	float: right;
	border: 1px solid #D18B2C;
	margin-bottom: 20px;
}
#signupForm h3 { font-size: 1.1em; text-transform: none; }
#signupForm p { font-size: 1.1em; font-weight: bold; }
input.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; color: #666666;
	width: 124px; padding: 2px;
}

h2#publicationDate {
	clear: both;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	text-transform: uppercase;
}