/******************************************************* 
 *  PAGE-WIDE STYLES - MISC CONTENT INCL CONTENT.DWT   *
 *******************************************************/

/******************************************************* 
 *  Common Styles - used throughout                    *
 *******************************************************/

* {
box-sizing: border-box;
}

body {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 0.8rem;
line-height: 1.5;
color: #000;
margin: 10px 2px 2px 2px;
background-color: #fff;
background-image: url("/images/backgr.gif");
}

#outerframe {
position: relative;  /* do not remove, fixes a bug in IE */
border: 1px solid #00f;
background-color: #fff;
max-width: 760px;
margin: 0 auto;
padding: 0px 10px 0px 10px;
}

hr 	{
color: blue;
height: 4px;
border-top: 2px solid blue;
border-bottom: 1px solid blue;
background-color: transparent;
width: 95%;
clear: both;
}

li {
padding: 5px 0px;
}

img {
max-width: 100%;
height: auto;
width: auto;
object-fit: contain;
}

.center {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}

/***************************************************** 
 *  Header Styles                                    *
 *****************************************************/
#header {
width: 100%;
padding: 5px 0px 5px 0px;
/*clear: both; */
}

.headtext {
display: flex;
justify-content: left;
align-items: center;
float: left;
background-color: #fff;
color: #00f;
}

.logo {
display: inline-block;
float: left;
border: 0px;
}

/***************************************************** 
 *  Footer Styles                                    *
 *****************************************************/

#footer {
width: 100%;
font-weight: bold;
}

#footer .back {
float: left;
padding: 0px 0px 0px 5px;
}

#footer .home {
float: right;
padding: 0px 5px 0px 0px;
}

#footer .sitename {
text-align: center;
/*font-size: 1.5vw; */
font-size: 12px;
color: #00f;
}

div.validate {
clear: both; 
font-size: 11px;
text-align:center;
padding-bottom: 5px;
}

/* used for main style footer with chips */
.mini, .mini a {
display:inline-block;
font-size: x-small;
line-height: 1.1;
margin: 3px 1px;
}

/***************************************************** 
 *  Misc Styles, used as needed                      *
 *****************************************************/

/* 2 cells, left div and right div - front page plus anywhere else needed */
.contain {
margin: 5px 0px;  /* margin collapse, using <br> tag in document instead */
width: 100%;
overflow: hidden; /* will contain if #first is longer than #second */
}
.leftbox {
float: left;
max-width: 60%;
margin-right: 20px;
}
.rightbox {
/*float: right; */
overflow: hidden; /* if you don't want #second to wrap below #first */
}

/***************************************************** 
 * Index by Date                     *
 *****************************************************/
 
#dateindex {
display: inline-block;
float: left;
width: 24%;
height: 350px;
overflow: scroll;
/*font-size: .3vw;
text-align: center;*/
}

#dateheadlines {
display: inline-block;
float: left;
width: 76%; 
padding: 0px 10px 10px 40px; 
}