/*****************************************************
*   Special styles for the various page templates                      
****************************************************/

/* Styles for the "3-columns-page template" */

.threecoltext {
	min-height:90px;
	}

#pageleft {
	float: left;
	width: 255px;
	margin: 15px 15px 15px 0px;
	padding:15px;
	border:1px solid #dedbd1;
	background: url(../images/backgrounds/bgr-box-trans.png) repeat-x #fff!important;  /* declare background color for container to avoid distorted fonts in IE while fading */
	}
	
#pagemiddle {
	float: left;
	width: 255px;
	margin: 15px 15px 15px 0px;
	padding:15px;
	border:1px solid #dedbd1;
	background: url(../images/backgrounds/bgr-box-trans.png) repeat-x #fff!important;  /* declare background color for container to avoid distorted fonts in IE while fading */
	}
	
#pageright {
	float: right;
	width: 255px;
	margin: 15px 0px 15px 0px;
	padding:15px;
	border:1px solid #dedbd1;
	background: url(../images/backgrounds/bgr-box-trans.png) repeat-x #fff!important;  /* declare background color for container to avoid distorted fonts in IE while fading */
	}

#pageleft a:link, #pageleft a:active, #pageleft a:visited {text-decoration:none;}
#pageleft a:hover {text-decoration:underline;}

#pagemiddle a:link, #pagemiddle a:active, #pagemiddle a:visited {text-decoration:none;}
#pagemiddle a:hover {text-decoration:underline;}

#pageright a:link, #pageright a:active, #pageright a:visited {text-decoration:none;}
#pageright a:hover {text-decoration:underline;}



/* Styles for the "featured-page template" */

#featured-teaser {
	padding:15px;
	border:1px solid #dedbd1;
	display: inline-block;
	background: url(../images/backgrounds/bgr-box-trans.png) repeat-x #f5f4f0 top left !important; /* declare background color for container to avoid distorted fonts in IE while fading */
	margin: 20px 0 20px 0;
	width:868px;
}

#featured-teaser a:link, #featured-teaser a:active, #featured-teaser a:visited{ /* This can be used to format the "continue readng..." link in the lead story */
	text-decoration:none;
	}
	
#featured-teaser a:hover {text-decoration:underline;}

#featured-content {
	float:left;
	padding:15px;
	border:1px solid #dedbd1;
	background: url(../images/backgrounds/bgr-box-trans.png) repeat-x #fff !important; 
  /* declare background color for container to avoid distorted fonts in IE while fading */
	margin-bottom:15px;
	width:868px;
	}

#featured-content h2 {
	padding-left:15px!important;
	padding-top:5px!important;
	padding-bottom:5px!important;
	font-size:1.45em;
	}
	
/* Styles for the "section-page template" */

#section-teaser {
	padding:15px;
	border:1px solid #dedbd1;
	display: inline-block;
	background: url(../images/backgrounds/bgr-box-trans.png) repeat-x #f5f4f0 top left !important; /* declare background color for container to avoid distorted fonts in IE while fading */
	margin: 20px 0 20px 0;
	width:868px;
}

#section-teaser a:link, #section-teaser a:active, #section-teaser a:visited{ /* This can be used to format the "continue readng..." link in the lead story */
	text-decoration:none;
	}
	
#section-teaser a:hover {text-decoration:underline;}

#section-articlelist {
	float:left;
	}

.section-post {
	padding:15px;
	border:1px solid #dedbd1;
	margin-bottom: 10px;
	background: url(../images/backgrounds/bgr-box-trans.png) repeat-x #fff top left !important; /* declare background color for container to avoid distorted fonts in IE while fading */
	display: inline-block;
	width:868px;
	}
	
.section-post  p {
	margin-bottom: 0px;
	margin-top:5px;
  }

.section-title {
	font:2.0em Arial;
	line-height:100%;
	display:block;
	color: #D89000;
	}

.section-subtitle {
	font-family: Arial;
	font-size:1.4em;
	color: #D89000;
	}

/* Section title and subtitle area links */
.section-title:link, .section-title:active, .section-title:visited { 
	color: #d89000; 
	text-decoration: none;
	} 
.section-title:hover { 
	color: #d89000; 
	text-decoration: underline;
	} 

.section-subtitle:link, .section-subtitle:active, .section-subtitle:visited { 
	color: #d89000; 
	text-decoration: none;
	} 
.section-subtitle:hover { 
	color: #d89000; 
	text-decoration: underline;
	} 
	
.section-read-on a { /* This can be used to format the "continue readng..." link in the lead story */
	text-decoration:none;
	}
	
.section-read-on a:hover {color:#666!important;}