/* Style-sheet for rainbow pride canada newsfeed front page and all subsidiary pages */


/* Layout global */

body
{
margin-top: 0px; /* supresses empty space at top of page */
margin-bottom: 0px; /* supresses empty space at bottom of page */
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /* default font for document */
color: #542b0e; /* text colour for document */
text-align: center; 
background: #ffbbe1; /* 'outermost' background colour for those with monitors displaying > 800x600 screen resolution */
background-image: url(http://gaynorfolk-net.norfolk.on.ca/gaynorfolk-net/brown062.jpg);
 }

a:link { color: #004e0e }
a:visited { color: #c0c0c0 }
a:hover {color: #3e46bc }
a:active { color: #f1564b }

/* End of layout global */


/* Layout blocks */

/* div  <div class="websitenameblocknoborder"> */
.websitenameblocknoborder
{
width: 800px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
font-family: "Tahoma", Arial, Helvetica, sans-serif; /* font for document */
font-size: 28pt;
font-style: normal;
font-weight: normal;
text-align: left;
color: #ffffff;
background: #237a22;
 }
 
/* div  <div class="informationblockfilledborder"> */
.informationblockfilledborder
{
width: 550px;
border: #004000 1px solid;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
font-size: 10pt;
font-weight: bold;
text-align: center;
background: #ffbbe1;
}
 
/* div  <div class="newsfeedblocknoborder"> */
.newsfeedblocknoborder
{
width:450px;
height: 600px;
overflow: auto;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
border: 0;
font-family: "Tahoma", Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 10pt;
text-align: left;
background: #ffffff;
 }

/* use with RSS-to-Javascript */
.news
{
display: block;
width: 400px;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #ffff80;
font-size: 10pt;
margin-bottom: 10px;
}

.newsAlt
{
display: block;
width: 400px;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #ffffff;
font-size: 10pt;
margin-bottom: 10px;
}

/* End of layout blocks */



