
/* The main screen content */


/* ===================================================================== */
/* Header is the main banner with the logo. The height of this varies with home page and other pages */

#header {
	width: 1000px;
	height: 150px;
	background-image: url(/resources/images/pennymaddenlogoonwhite.png);
	background-repeat : no-repeat ;
	background-position : 145px 60px;
	clear : both;
}

/* The main (cenral bar) content */

#maincontent {
	background-color: #fff;
	height : 365px;
}

#maincontent li	{
	display: list-item;
}

#maincontent	h2	{
	font-size: 1.8em;
	color : #111;
	letter-spacing: .3em;
}

#maincontent	h3	{
	color : #fff;
	font-size: 1.2em;
	font-weight: bold;
	margin : 0 0 10px 0;
}

#maincontent	strong	{}
#maincontent	.notpublished	{ background-color: #ffdddd }

#maincontent	.article_item	{
	position: relative;
	line-height: 1.4em;
}

#maincontent	.article_item .article_bulk	{
	font-size: .92em;
}

#maincontent	.article_item a {
	text-decoration: underline;
	color: #0b2689;
}

#maincontent	.article_item a:hover {
	color: #f00;
}

#maincontent	.article_more	{ font-size : .8em; text-align: right; }

#lhs	{
	width : 300px;
	float : left;
}

#rhs	{
	float: left;
	width : 680px;
}

/* -------- */

#footer		{
	height : 90px;
	width : 1000px;
}

#footer	p	{
}


