/*
	Filename         :	newspage.css
	Last updated by  :	The Guild
	Last Updated     :	18 June 2007
	Comments         :	Provides structural and stylinginformation for newsroom templates
					 :  v1.0.0 first full release
*/

/* structural styles for 4 column newsroom layouts */

#news-page-wrapper {
	float: left;
	width: 79%;
}

#news-page-wrapper-balancer
{
	float: left;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* hide from IE5 */
}
html>body #news-page-wrapper-balancer { 
}

#news-page-wrapper .col1
{
	float: left;
	padding: 12px;
	margin-right: 1%; /*updated: 290908*/
	width: 32%;  /*updated: 290908*/
	voice-family: "\"}\"";
	voice-family: inherit;
	/* hide from IE5 */
	width: 32%; /*updated: 290908*/
}
html>body #news-page-wrapper .col1 { 
	width: 32%;  /*updated: 290908*/
}

#news-page-wrapper .col2
{
	float: left;
	padding: 18px;
	width: 32%;  /*updated: 290908*/
	margin-right: 1%;  /*updated: 290908*/
	background: #eaf8de; /*updated KS 20-Oct-08 */
	voice-family: "\"}\"";
	voice-family: inherit;
	/* hide from IE5 */
	width: 32%;  /*updated: 290908*/
}
html>body #news-page-wrapper .col2 { 
	width: 32%;  /*updated: 290908*/
}

#news-page-wrapper .col3
{
	float: left;
	width: 264px;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* hide from IE5 */
	width: 25%; /*updated: 290908*/
	margin-left: 4px;
}
html>body #news-page-wrapper .col3 { 
	width: 25%; /*updated: 290908*/
}

#news-page-wrapper #news-page-wrapper-balancer .col3 .sidebar.right
{
	voice-family: "\"}\"";
	voice-family: inherit;
	/* hide from IE5 */
}
html>body #news-page-wrapper #news-page-wrapper-balancer .col3 .sidebar.right { 
}

#news-page-wrapper #news-page-wrapper-balancer .col3 .sidebar.right ul li {
	font-size: 0.7em;
}

/* misc styles for block level and inline elements */

#news-page-wrapper .col1 h2,
#news-page-wrapper .col2 h2
{
	margin: 0;
	margin-bottom: 10px;
	padding: 0 0 0.5em 0;
	font-size: 1em; /*updated: 290908*/
	line-height: 1em;
	font-weight: bold;
	color: #0F6635;
}

#news-page-wrapper .col2 .item img
{
	border: 1px solid #0F6635;
	float: left;
	margin: 0 10px 5px 0;
}

#news-page-wrapper .col2 .item h3
{
	margin: 0;
	font-size: 0.8em; /*updated: 290908*/
}

#news-page-wrapper .col2 .item p { 
	padding-left: 73px;
	font-size: 0.7em; /*updated: 290908*/
}

#news-page-wrapper .col2 .item { margin-bottom: 20px; }

#news-page-wrapper .col1 p { 
	font-size: 0.7em; /*updated: 290908*/
}

#news-page-wrapper .col1 ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#news-page-wrapper .col1 ul li { 
	margin-bottom: 1em;
	font-size: 0.7em; /*updated: 290908*/
}

.col1 ul li a
{
	font-size: 1.2em;  /*updated: 290908*/
	line-height: 1.75em;
	font-weight: bold;
}

