﻿/*
News.css    (2024-05-11)
STYLE SHEET FOR [Silver Strikers Web Site]
Created by [Jim Quinn]
[URL OF AUTHOR]
Notes:  Provides css changes required for News page.
*/
#logo {
	border-right: 0.5em double black;
	float: left;
	width: 20em;
	height: 20em; 
}

#noticeSpace {
	margin-top: 0.1em;
}

#noticeSpaceColumnOne, #noticeSpaceColumnTwo {
	float: left;
	width: 26em;
	margin-top: 0.1em;
	margin-left: 8.5em;
}

#noticeSpaceColumnTwo {
	margin-left: 1.5em;
}

#noticeSpace2, #noticeSpace3, #noticeSpace5, #noticeSpace6 {
	margin-top: 0.5em;
}

#noticeSpace .imageResize {
	height: 6.0em;
	width: 25em;
}

#newa #navigationSite {
	border-right: none;
}

#news h1 {
	border-top: 0.2em double black;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 2.5em;
	line-height: 1.2857142em;
	font-family: Arial, Helvetica, sans-serf;	
	text-align: center;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none;
}
/* new */
#news #content .newsItem h3 {
	font-size: 2.0em;
	font-weight: bold;
	color: #C70039;  /* color: red #FF0000 */	
  margin-top: 0.0em;
  margin-bottom: 0.0em;
  padding-bottom: 0.0em;	
}

#news #content .newsItem .sadNews h3 {
	color: #191970;  /* color: MidnightBlue */		
}

#news h3+p {
	margin-bottom: 5.0em;
}

#news h4 {
	font-size: 1.5em;
	color: #900C3F; /* color: fuchsia #FF00FF; */ 
  margin-top: 1.0em;
	margin-bottom: 1.0em;
}
/* new end */
*/

#news #newsArticles p {
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#news #newsArticles .pCenter p {
	text-align: center;
}

#news #newsItems .sadNews h2 {
	color: #191970;  /* color: MidnightBlue */		
}

#news #newsArticles h3 {
	color: #900C3F; /* color:? */ 
	font-weight: bold;
}

#news #newsItems p {
	margin-bottom: 0.5em;
}

#news #newsItems .pCenter p {
	text-align: center;
}

#news .newsSource {
	text-align: center;
	margin-top: 1.0em;
	margin-bottom: 3.0em;
  color: #008000; /* Green */
}

#news ol {
	margin-left: 1.5em;
	margin-bottom: 1.0em;
	font-family: Arial, Helvetica, sans-serf;
	font-size: 1.3em;
}

#news ul {
	list-style: none;
	margin-bottom: 1.0em;
}

#news .ulDisc ul {
	font-family: Arial, Helvetica, sans-serf;
	font-size: 1.3em;
	list-style: disc;
}

#news .newsItem h2 {
	color: #C70039;  /* color: approx Crimson */		
	margin-top: 0em;
	font-weight: bold;
}

#news .newsItem .sadNews h2 {
	color: #191970;  /* color: MidnightBlue */		
}

#news #newsItems h3 {
	color: #900C3F; /* color: fuchsia #FF00FF; */ 
	font-weight: bold;
}

#news .boldText {
	font-weight: bold;
}

#news .imgCenter {
	text-align: center;
}

#topOfPage {
  font-size: 1.6em;
  text-align: center;
  padding-bottom: 2.0em;
}