@CHARSET "UTF-8";
/*
	Guinness home stylesheet
	Stylesheet for the home page
*/

@import url('./news-archive3.css');

#headline
{
	position: relative;
	width: 400px;
	height: 350px;	
	overflow: hidden;
}

#headline img
{
	position: absolute;
	top: 70px;
	left: 70px;
	z-index: 0;
	height: 144px;
}

#headline div
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 400px;
	height: 110px;
	background-color: #26324a;
	z-index: 1;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

#headline div span
{
	display: inline;
	float: left;
	margin-left: 5px;
	width: 395px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #fff;
	font-size: 0.9em;
}

#headline div h2 a
{
	display: inline;
	float: left;
	margin: 5px;
	width: 390px;
	color: #3ccaad;
	text-decoration: none;
}

#headline div h2 a:hover
{
	text-decoration: underline;
}

#headline div p
{
	display: inline;
	float: left;
	margin: 5px;
	margin-top: 0px;
	width: 390px;
	color: #fff;
}

/*	Homepage subarticles	*/

#subheadlines
{
	width: 390px;
}

html>body #subheadlines
{
	width: 400px;
	margin-left: 5px;
}

#subheadlines h2
{
	display: inline;
	float: left;
	text-align: left;
	width: 200px;
	margin-top: 10px;
	margin-left: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
	font-size: 1.0em;
}

.doormat-link
{
	display: inline;
	float: right;
	text-align: right;
	width: 90px;
	margin-top: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	font-weight: bold;
	color: #0066cc;
	text-decoration: none;
}

.social-link
{
	display: inline;
	float: left; 
	width: 380px; 
	padding-left: 20px; 
	line-height: 30px; 
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}

.social-link:hover
{
	text-decoration: underline;
}

html>body .doormat-link
{
	float: left;
	width: 195px;
}

.doormat-link:hover
{
	text-decoration: underline;
}

.subheadline
{
	width: 400px;
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}

.subheadline h3 a
{
	float: left;
	display: inline;
	color: #0066cc;
	text-decoration: none;
}

.subheadline h3 a:hover
{
	text-decoration: underline;
}

.subheadline span
{
	display: inline;
	float: left;
	width: 390px;
	color: #000;
	font-size: 0.9em;
	margin-bottom: 3px;
}

.subheadline p
{
	width: 384px;
	display: inline;
	float: left;
	padding: 5px;
}

.imgpresent p
{
	display: inline;
	float: left;
	width: 280px;
}

.news-noimg
{
	display: inline;
	float: left;
	width: 390px;
}

.news-noimg li
{
	display: inline;
	float: left;
	width: 390px;
}

.news-noimg li a
{
	display: inline;
	float: left;
	width: 375px;
	color: #0066cc;
	padding-left: 25px;
	line-height: 16px;
	text-decoration: none;
	background: url('../images/mainnav-arrow.png') no-repeat 5px center;
}

.news-noimg li a:hover
{
	text-decoration: underline;
}

#home-matchreports
{
	width: 400px;
	background: url('../images/fm-homepage-btm.png') repeat-x top left;
	padding-left: 2px;
}

#home-matchreports h2
{
	display: inline;
	float: left;
	width: 390px;
	padding-left: 10px;
	line-height: 24px;
	background: url('../images/table-header-400.png') no-repeat top left;
	text-transform: uppercase;
	font-size: 1em;
	color: #fff;
}

#home-matchreports table tr td a
{
	line-height: 30px;
	color: #1168bf;
	text-decoration: none;
}

#home-matchreports table tr td a:hover
{
	text-decoration: underline;
}

#home-matchreports table tr td a strong
{
	color: #26324a;
	text-transform: capitalize;
}

.padtd
{
	padding-left: 5px;
}

#home-matchreports table tr.odd
{
	background-color: #e5f1ef;
}

#home-fixtures
{
	width: 390px;
	padding-left: 5px;
	background: url('../images/fm-homepage-btm.png') repeat-x top left;
}

html>body #home-fixtures
{
	width: 400px;
	background: url('../images/fm-homepage-btm.png') repeat-x top left;
	padding-left: 10px;
}

#home-fixtures h2
{
	display: inline;
	float: left;
	text-align: left;
	width: 200px;
	margin-top: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
	font-size: 1.0em;
}

#home-fixtures table
{
	width: 390px;
}

#home-fixtures table tr td
{
	line-height: 24px;
	border-bottom: 1px dashed #ccc;
}

#home-fixtures table tr td strong
{
	text-transform: capitalize;
}
