/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		ONENE
Filename:		layout_signpost.css
Description:	Layout of the home page
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
3	12Oct06		CT			Added formatting for bottom row of homepage signposts
2	19/4/06		PG			Removed bg colour from image 
1	19/4/06		PG			Created

*/

/* Area One */
#areaOne .coArticleSignpostWrap {
	float: left;
	width: 432px;
	overflow:hidden;
	margin-top: 15px;
}
#areaOne .coArticleSignpostWrap .headline{
	background: transparent url(/images/signpost/signpost_header.gif) no-repeat;
	padding:10px 30px 10px 20px;
	border-bottom:1px solid #fff;
	font-weight:bold;
}
#areaOne .coArticleSignpostWrap .articleBody{
	background-color:#E3E6F6;
	width:100%;
	float:left;
}
#areaOne .coArticleSignpostWrap .articleBody p{
	margin:0;
	padding:3px 0px 10px 0px;
}

#areaOne .coArticleSignpostWrap .articleInfo a {
	font-weight: normal;
	text-decoration: underline;
}
#areaOne .coArticleSignpostWrap .articleBody.wImages{
	/*background:transparent url(/images/signpost/signpost_wimages_bg.gif) repeat-y left top;*/	
}
#areaOne .coArticleSignpostWrap .articleBody.wImages .articleInfo{
	/*width:361px;*/
}

#areaOne .coArticleSignpostWrap .articleBody .image{
	float:left;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:2px;
	/*background-color:#B9BFDC;*/
	/*width:66px;
	overflow:hidden;*/
}
#areaOne .coArticleSignpostWrap .articleBody .image img{
	border:1px solid #03036A;
}
#areaOne .coArticleSignpostWrap .summary, 
#areaOne .coArticleSignpostWrap .articleText{
	padding:10px 10px;
}


/* Area Two */
#areaTwo, #areaOneCols {
	float: left;
	width: 434px;
	overflow:hidden;
	margin-top:15px;
	/* margin-left: 3px; */
	/* margin-left: 3px; */
}

#areaTwo .coArticleSignpostWrap,
#areaOneCols .coArticleSignpostWrap {
	width: 136px;
	float: left;
	margin: 0px 2px;
	/* border: 1px solid red; */
	/*background:transparent url(/images/signpost/signpost_bottom_wLink.png) no-repeat left bottom;	*/
}


#areaTwo .coArticleSignpostWrap .image,
#areaOneCols .coArticleSignpostWrap .image {
	width: 136px;
	height: 124px;
	float: left;
/*	border: 1px solid #639804;*/
}

#areaTwo .coArticleSignpostWrap .image img,
#areaOneCols .coArticleSignpostWrap .image img {
	width: 136px;
	height: 124px;
	float: left;
}

#areaTwo .coArticleSignpostWrap .headline,
#areaOneCols .coArticleSignpostWrap .headline  {
	color: #fff;
	font-weight: bold;
	font-size:1.1em;
	width: 100px;
	height: 35px;
	float: left;
	padding:12px 28px 4px 8px;
	background: #1A2663 url(/images/signpost/signpost_header_corner.gif) no-repeat top right;
	line-height:1.3em;
}

#areaTwo .coArticleSignpostWrap .headline a,
#areaOneCols .coArticleSignpostWrap .headline a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
}

#areaTwo .coArticleSignpostWrap .headline a:hover,
#areaOneCols .coArticleSignpostWrap .headline a:hover {
	text-decoration: underline;
}

#areaTwo .coArticleSignpostWrap .summary,
#areaOneCols .coArticleSignpostWrap .summary {
	display: none;
}

#areaTwo .coArticleSignpostWrap .articleBody,
#areaOneCols .coArticleSignpostWrap .articleBody {
	font-size: 0.9em;
	width: 136px;
	height:124px;
	float: left;
	overflow: hidden;	
}

#areaTwo .coArticleSignpostWrap .articleInfo,
#areaOneCols .coArticleSignpostWrap .articleInfo {
	padding: 2px 5px 2px 5px;
	float:left;
	height:28px;
	position:relative;
	top:-30px;
	left:0px;
	overflow:hidden;
}

#areaTwo .coArticleSignpostWrap .articleText,
#areaOneCols .coArticleSignpostWrap .articleText,
#areaTwo .coArticleSignpostWrap .articleText a,
#areaOneCols .coArticleSignpostWrap .articleText a {
	color:#fff;
	font-weight:bold;
	width:84px;
	height:26px;
	overflow:hidden;
}

#areaTwo .coArticleSignpostWrap .articleText p,
#areaOneCols .coArticleSignpostWrap .articleText p {
	padding:0px 0px 0px 0px;
	margin:0;
}


#areaTwo .coArticleSignpostWrap .articleBody .bottomImage,
#areaOneCols .coArticleSignpostWrap .articleBody .bottomImage {
	position:relative;
	top:-30px;
	left:0px;
	width:136px;
	height:30px;
	overflow:hidden;
	background:transparent url(/images/signpost/signpost_bottom_wLink.png) no-repeat top left;
	#background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/signpost/signpost_bottom_wLink.png', sizingMethod='crop');
}



