@charset "utf-8";
/* CSS Document */

#content {
	position: relative;
}
#headlines-toolbar {
	position: absolute;
	left: 0px;
	width: 44px;
	height: 20px;
}

#btn-listview {
	float: left;
	width: 23px;
	height: 20px;
	cursor: pointer;
	background: url(images/articlesIconsSprites.gif) 0px -20px no-repeat;
}
#btn-gridview {
	float: left;
	width: 21px;
	height: 20px;
	cursor: pointer;
	background: url(images/articlesIconsSprites.gif) -23px -20px no-repeat;
}
#headline-navigation {
	position: relative;
	width: 710px;
	height: 42px;
	background: transparent url(images/title_articles_710.gif) no-repeat;
}
#headlines-menu {
	float: left;
	left: 180px;
	font-size: 16px;
	line-height: 100%;
	margin-left: 175px;
	padding-right: 20px;
}
a.headlines-link {
	font-weight: bold;
	background: url(images/arrow_resource.gif) right 0px no-repeat;
	padding-right: 20px;
display: block;
width: 170px;
}

#headlines-popup {
	position: absolute;
	left: 176px;
	top: 18px;
	width: 532px;
	background-color: #e6e7eb;
	border: solid 1px #bcbdc1;
	-moz-box-shadow: -4px 4px 6px #999;
	-webkit-box-shadow: -4px 4px 6px #999;
	box-shadow: -4px 4px 6px #999;
	display: none;
	z-index: 1001;
}

#headlines-popup ul {
	list-style-type: none;
	padding: 0px;
	margin: 4px 0px;
}

#headlines-popup ul li {
	font-weight: normal;
	padding: 4px 10px;
	margin-left: 0px;
	font-size: 14px;
}
#headlines-popup ul li:hover {
	background-color: white;
}

#headlines-popup ul li .post-date {
	display: inline-block;
	color: #494949;
	width: 112px;
}

#headlines-popup ul li .post-headline {
	color: #da7f16;
}

#headlines-popup .footer {
	border-top: solid 1px #bcbdc1;
	text-align: right;
	margin: 10px;
	padding-top: 10px;
	
}

div.conGrid {
	position: relative;
	display: none;
	float: left;
	width: 195px;
	height: 205px;
	margin: 0px 7px 17px 10px;
	color: #666;
	text-align: left; 
	border: solid 1px #bcbcbc;
	padding: 10px;
	overflow: hidden;
	cursor: pointer;
}

div.conGrid:hover {
	background-color: #e6e7eb;
	-moz-box-shadow: -4px 4px 6px #999;
	-webkit-box-shadow: -4px 4px 6px #999;
	box-shadow: -4px 4px 6px #999;
}

div.conGrid h2 {
	margin: 0 0 10px;
	color: #ba792f;
	
}

div.conGrid div.excerpt {
	line-height: 130%;
	overflow: hidden;
}

div.conGrid div.articleDate {
	width: 195px;
	text-align: right;
	position: absolute;
	bottom: 0;
	color: #666;
	font-size: 12px;
	border-top: solid 1px #bcbcbc;
	padding: 4px 0;
}
