/* aikon /css/screen.css
---------------------------------------------------------------------
This is the portal css file, which alter the rules for portal pages

Author: 	aikon.com [grre]
Version: 	v 1.0 
Time: 		2008-11-06 08:45 a.m.
---------------------------------------------------------------------
Color Guide

A selection of the most used colors in this CSS.

CI purple														#DF308E
yellow															#ffcc00
--------------------------------------------------------------------- */



.section_entry {
  width: 316px;
  float: left;
  position: relative;
}

.se_header {
  background: url(../images/headline_bg.gif) repeat-x;
  width: 316px;
  height: 56px;
  float: left;
  margin-bottom: 5px;
}

.se_header h2 {
	color: #fc0;
	font-size: 1.6em;
	text-transform: uppercase;
	margin: 11px 10px -3px 15px;
}

.se_text h3 {
	color: #fff;
	font-size: 1.1em;
	text-transform: uppercase;	
	font-weight: normal;
	margin: 0 10px 0 15px;	
	position: absolute;
	top: 30px;
	left: 0px;
}

.se_text p {
	color: #333;
	font-size: 1.2em;
	line-height: 1.5;
  margin: 0 15px 1.5em 15px;
}

#last_entry .se_header {
  border-right: 0;
  width: 316px;
}

.se_text a:link, .se_text a:visited {
  color: #DF308E;
  text-decoration: none;
  border-bottom: 1px dotted #DF308E;
}

.se_text a:hover, .se_text a:active {
  color: #DF308E;
  text-decoration: none;
  border-bottom: 1px solid #DF308E;
}

/* news
--------------------------------------------------------------------- */
#news {
  background: #D92388;
  width: 950px;
  float: left;
  color: #fff;
  margin-top: 15px;
}

#news h2 {
	color: #fc0;
	font-size: 1.6em;
	margin: 11px 10px -3px 15px;
}

#news h3 {
	color: #fff;
	font-size: 1.1em;
	text-transform: uppercase;	
	font-weight: normal;
	border-bottom: 1px solid #fff;
  padding: 2px 10px 5px 15px;	
}


.news_list_item {
  width: 316px;
  float: left;
  margin-bottom: 10px;
}

#news .csc-header h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 10px 3px 15px;
  border-bottom: 0;
  padding: 0;
}

.news_list_item p {
  font-size: 1.2em;
  margin: 0 15px;
}

.csc-header h3 a:link, .csc-header h3 a:visited {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;  
}

.csc-header h3 a:hover, .csc-header h3 a:active {
  border-bottom: 1px solid #fff;  
}

/* footer
--------------------------------------------------------------------- */
#footer {
	margin-top: 10px;
}
