/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		NOE
Filename:		layout_home.css
Description:	Layout of the home page
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
3	11/1/06		PG			Changed padding of home page opinion polls to allow 5 results
2	03Nov05		MS			Updated for homepage poll results
1	21Jan05		AJL			Created

*/

/* siteHeader */

#siteHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 289px;
}

#siteHeader .left {
	position: absolute;
	width: 50%;
	left: 0px;
	top: 91px;
	height: 198px;
	background: #fff url(/images/home/header_left.gif) repeat-x;
}

#siteHeader .right {
	position: absolute;
	width: 50%;
	right: 0px;
	top: 91px;
	height: 198px;
	background: #fff url(/images/home/header_right.gif) repeat-x;
}

/* siteHolder */

#siteHolder {
	position: relative;
	width: 770px;
	margin: auto;
	text-align: left;
}
	
/* coSiteToolFront related stuffs */

#coSiteTool {
	position: relative;
	height: 289px;
	width: 100%;
	padding: 0;
	overflow: hidden;
	background: transparent url(/images/home/header_bg.gif) repeat-x;
}

#coSiteTool .logo {
	position: absolute;
	top: 24px;
	left: 232px;
	width: 114px;
	height: 67px;
}

#coSiteTool .splash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 261px;
	height: 289px;
	background: transparent url(/images/home/logo_bg.gif) no-repeat bottom left;
}

/* content */
#teHTML {
	position: absolute;
	top: 140px;
	left: 240px;
	width: 514px;
	height: 96px;
	overflow: hidden;
}

#teHTML h1 {
	margin: 0;
	padding: 0;
}

/* siteHolder */


/* coSiteSearch */
#coSiteSearch {
	position: absolute;
	top: 240px;
	left: 500px;
}

#coSiteSearch {
	position: absolute;
	top: 243px;
	left: 510px;
	padding-left: 45px;
}

#coSiteSearch .label {
	position: absolute;
	top: 1px;
	left: 0px;
	color: #fff;
}

#coSiteSearch .search {
	position: relative;
	padding: 1px 1px 1px 2px;
	background: #48A3C4;
}

.searchInput {
	font: normal .9em verdana,sans-serif;
	border: 0;
	width: 130px;
	padding: 0px 2px;
}

.form_submit {
	vertical-align: middle;
}


/* All the page content areas */
#siteMain {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: transparent url(/images/home/main_bg.gif) repeat-y
}

#pageEnd {
	position: relative;
	overflow: hidden;
	height: 30px;
	padding: 3px 0px 0px 198px;
	text-align: center;
	background: transparent url(/images/home/pageend_bg.gif) no-repeat;
}

#pageEnd a {
	color: #0D115F;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
	padding: 0px 5px;
}

#leftPanel {
	position: relative;
	float: left;
	width: 148px;
	left: 46px;
}

#mainPanel {
	position: relative;
	float: right;
	width: 560px;
}

/* Signpost Stuff */

#mainPanel .coArticleSignpostWrap {
	position: relative;
	float: left;
	width: 210px;
	height: 140px;
	overflow: hidden;
	background: transparent url(/images/home/sign_bg.gif);
	margin-right: 20px;
	margin-bottom: 20px;
	border-left: 1px solid #74BFDA;
}

#mainPanel .coArticleSignpostWrap .headline {
	position: relative;
	height: 15px;
	padding-left: 10px;
	background: white url(/images/home/sign_title_bg.gif) no-repeat;
	font: bold .9em verdana,sans-serif;
	color: #fff;
	overflow: hidden;
}

#mainPanel .coArticleSignpostWrap .headline a {
	font: bold 1em verdana,sans-serif;
	color: #fff;
	text-decoration: none;
}

#mainPanel .coArticleSignpostWrap .summary {
	display: none;
}

#mainPanel .coArticleSignpostWrap .mask {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 100%;
	height: 100%;
}

 /* \*/
* html #mainPanel .coArticleSignpostWrap .mask {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home/sign_mask.png', sizingMethod='crop');
}

* html #mainPanel .coArticleSignpostWrap .maskImage {
	display: none;
}
/* */

#mainPanel .coArticleSignpostWrap .articleText {
	position: absolute;
	top: 20px;
	left: 90px;
	width: 110px;
	height: 85px;
	overflow: hidden;
	font-size: .9em;
}

#mainPanel .coArticleSignpostWrap .articleTextWide {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 200px;
	/* height: 85px; */
	overflow: hidden;
	font-size: .9em;
}

#mainPanel .coArticleSignpostWrap .articleQuestion {
	position: relative;
	padding: 3px 5px 4px 5px;
	font-size: .9em;
	line-height: .9em;
	font-weight : bold;
}
#mainPanel .coArticleSignpostWrap .articleAdditional {
	display : none;
}

#mainPanel .coArticleSignpostWrap .articleOption {
	position: relative;
	padding: 0px 5px 0px 12px;
	font-size: .9em;
	line-height: .9em;
}

#mainPanel .coArticleSignpostWrap .articleLinks {
	position: relative;
	padding: 3px 5px 0px 5px;
	font-size: .9em;
	line-height: 15px;
}
#mainPanel .coArticleSignpostWrap .articleLinks p{
	position: relative;
	display:inline;
	margin-left:10px;
}

#mainPanel .coArticleSignpostWrap .articleLinks input {
	vertical-align: top;
}

#mainPanel .coArticleSignpostWrap .articleOption input {
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 14px;
}

#mainPanel .coArticleSignpostWrap .articleInner {
	z-index: 15;
}
#mainPanel .coArticleSignpostWrap .image {
/* 	position: absolute;
	top: 15px;
	left: 0px;
	width: 110px;
	overflow: hidden; */
}


/* Site Nav = Links at top of page */
#coSiteTool .siteNav {
	position: absolute;
	color:#fff;
	top:244px;
	left:220px;
	width:500px;
	height:20px;
}

#coSiteTool .siteNav a {
	text-decoration:none;
	margin-right:13px;
	color: #fff;
}

#coSiteTool .siteNav a:hover {
	color: #fff;
}
