/* ***** NEWS AND MEDIA PAGE ***** */

/* ***** NEWS PANEL **** */
#iNews #newsPanel {
	float:right;
	display:inline; /* fix for IE */
	background-color:#93B6D9;
	width:140px;
	padding:10px;
	color:#484848;
	font-size:85%;
	margin-top:63px;
	margin-right:8px;
	margin-bottom:50px; /* Space for Sponsors */
}
#iNews #newsPanel h2 {
	margin:0 !important;
	padding:0 !important;
	height:auto !important;
	line-height:1.2em !important;
}
#iNews #newsPanel .header {
	font-size:0.9em;
	border-bottom:1px solid #484848;
	padding:0.5em 0;
	text-align:justify;
}
#iNews #newsPanel a.entry {
	display:block;
	margin:1.5em 0;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	color:#484848;
}
#iNews #newsPanel a.entry:hover {
	text-decoration:underline;
}
#iNews #newsPanel a.entry span {
	font-weight:normal;
}
#iNews #newsPanel .archiveLink {
	margin:0;
	border-top:1px solid #484848;
	padding:0;
}
#iNews #newsPanel .archiveLink .entry {
	margin:0;
	padding:0.5em 0;
}

/* ***** MAIN CONTENT **** */

#iNews .storyContent {
	margin-right:178px;
	font-size:85%;
}
#iNews #newsTitle {
	margin:1em auto;
}

/* ***** EVENTS **** */

#iNews .storyContent #events {
	margin:0 0 1em 0;
	padding:11px 11px 5px 11px;
	background-color:#FFE292;
	font-size:1.1em;
}
#iNews .storyContent #events h2 {
	margin:0 !important;
	padding:0 !important;
	height:auto !important;
	line-height:1.2em !important;
}

/* ***** NEWS STORIES **** */

#iNews .storyContent .entry {
	margin:1em 0;
}
#iNews .storyContent .entry h2 {
	color:#000;
	font-size:1.1em;
	font-weight:bold;
	display:inline;
}
#iNews .storyContent .entry div {
	color:#000;
	font-size:1em;
	font-weight:normal;
	display:inline;
}
#iNews .storyContent .entry p.link {
	margin:0;
	color:#004DBE;
}

#iNews .storyContent .archiveLink {
	margin:0;
	border-top:1px solid #484848;
	padding:0;
}
#iNews .storyContent .archiveLink .entry p.link {
	display:inline;
}

#iNews .storyContent #newsletters {
	margin:1.5em 0 1em 0;
}
#iNews .storyContent #newsletters p {
	display:inline;	
}

