@charset "iso-8859-1";
/* CSS Document */

/*-------------------------------------------
	HEADER
*/
.topbar {
	background: #E4EAFE;
	height:22px;
	margin-top:5px;
	border-top: 1px solid #9BA9D9;
	border-bottom: 1px solid #9BA9D9;
}
.topbar p {	margin:0;}
.topbar a {
	font: 0.85em Verdana, Geneva, sans-serif;
	color: #4660B9;
	text-decoration:none;
}
.topbar a:hover {background: #FFF;}
/*-------------------------------------------
	ARTICLE
*/
.article{font-family: Georgia, "Times New Roman", Times, serif;}
.article h1 {font-size:2.2em;letter-spacing:0.2em;line-height:1.2em;text-align:left;color: #000;}
.article p {font-size: 1.25em;text-align:left;}

.articletitle {float:left;text-decoration:none;width: 100%;margin: 0px;padding:40px 0;font-size: 2em;font-weight: 400;line-height: 1.2em;color: #000;text-align: left;}
.articletitle a {color:#000;text-decoration:none;}
.articletitle a:hover{text-decoration: underline;}

/*-------------------------------------------
	COMMENTS BENEATH ARTICLES
*/
.comment {
	font-size:1em;
	width:960px;
	clear:both;
	color:#FFF;
	margin:20px auto;
	letter-spacing: 1px;
}
.comment h2 {margin:20px auto;font-size: 1.7em;line-height: 1em;color: #A2AEBB;width:960px;}
.comment h3 {font-size: 1.2em;font-weight:bold;margin:10px 0 10px 0;padding:0 0 5px 0;border-bottom:solid 4px #CCC;width:580px;}
.comment p {line-height:1.5em;width:580px;padding-right:320px;}

/*-------------------------------------------
	LAYOUT
*/
.wrapper {clear:both; margin:0 auto; width: 970px; overflow:hidden;}
.fleft {float:left;}
.fright {float:right;} 
.fclear {clear:both;}

.col-1 {
	float:left;
	width:680px;
	overflow:hidden;
	margin:10px 0;
/*	margin-top: 10px;
	margin-bottom: 10px;
*/}
.col-1 p { margin:2px 0;}
.col-1 h3 {}
.col-2 {
	float:right;
	width:260px;
	overflow:hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
.col-2 img {border: 5px #FFF solid;}

/*-------------------------------------------
	INDEX PAGE
*/
.indx {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.indx h1 {
	float:left;
	text-decoration:none;
	width: 100%;
	margin: 0px;
	padding:40px 0;
	font-size:2em;
	font-weight:400;
	line-height:1.2em;
	color:#000;
	text-align:left;
}
.indx h2 {
	font-size:1.6em;
	line-height:1.4em;
	font-weight:400;
	/*font:1.6em/1.4em 400;*/
	text-decoration:none;
	color:#fff;
	text-align:left;
	margin:0;
	padding:20px 0 0 20px;
	float:left;				/*needed to show left margin*/
	width:178px;
}
.indx h2 a {
	color:#fff;
	text-decoration:none;
}
.indx h2 a:hover {color:#fff; text-decoration:underline;}
.indx img {border:#3c3c3c solid 1px;}
.indx p {
	padding: 3px 0;
	width: 570px;
	clear:both
}

/*-------------------------------------------
	OTHER
*/
.formprompt {font:0.85em Arial, Helvetica, sans-serif;}
.formcontrol {font: 0.75em Verdana, Geneva, sans-serif;}
.small {font-size:9px;font-family: Verdana, Geneva, sans-serif;}
.formtable {border:1px solid #7a8ccc;background: #d3d6dd;}
.errormsg {
	font: bold 1em Verdana, Geneva, sans-serif;
	color: #900;
	text-decoration: none;
}
.detailhead {
	background: #3c3c3c;
	width: 680px;
}
.credits, .credits a {
	font: normal 0.85em Verdana, Geneva, sans-serif;
	color: #27261F;
	text-decoration: none;
	margin:10px;
}

/*-------------------------------------------
	OTHER
*/
.imagesupcap {float:left; margin:0;}
.imagesupcap img {border: 5px solid #FFF;}
.imagesupcap p { margin:10px 10px 5px; line-height:1.4em;}
.imagesupcap p a { padding-top:5px; color:#4660B9; text-decoration:none;}
.imagebox {
	position: relative;
	float: left;
}
.imagebox p {
	float: left;
	background: #111;
	filter:alpha(opacity=70);
	opacity:0.70;
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	width: auto;
	padding: 0;
	margin: 0;
	border-top: 1px solid #999;
}
.imagebox p span {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	float: left;
	padding: 3px 10px;
}
.yournewsfooter {font-family:Verdana, Geneva, sans-serif;}
.yournewsfooter a {color:#FFF; font-size:0.85em; font-weight:bold; text-decoration:none;}
.yournewsfooter a:hover {color:#CCC;}
.readmore {font-family:Verdana, Geneva, sans-serif; font-size:0.8em; text-decoration:none;color:#900;}
.readmore:hover {color:#C00;}

/*-------------------------------------------
	Result table
*/
.results {
	font: 0.9em Verdana, Geneva, sans-serif;
	color: #4E5569;
}
.results h3 {
	font-size: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFF;
	margin: 0px;
}
.results h6 {
	font-size: 1em;
	color: #FEFF01;
	background: #002F98;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.results td a {
	font-size: .9em;
	color: #E4EAFE;
	text-decoration: none;
	padding: 5px;
}
.results td a:hover {
	color: #CED9FD;
}

