
/* Cascading Style Sheet for the ISO/IEC/IEEE 42010 website. 

BODY
  BANNER
  MAP
  WRAPPER
    HEADLINES
    RECENT
*/


html,
body { 
    overflow-y: auto;
    overflow-x: hidden;
    height: 99%;
    font-family: Optima, Tahoma, Arial, sans-serif; 
    font-size: 10pt; }


/* The DIVS start here */

/* BANNER: header on all pages */
#banner { 
    position: absolute;
    top: 0px; height: 90px; width: 100%;
    padding: 15px;
    z-index: 4; 
    background: #008549;
    color: #fffff0; }

/* MAP: left side content map on all pages */
#map {
    position: absolute;
    left: 0px;
    top: 0px; 
    width: 137px;
    height: 600px; 
    z-index: 5; 
    background: #003088; 
    color: #fffff0; }

/* Wraps HEADLINES and RECENT */
#wrapper {     
    position: absolute;
    z-index: 3; 
    left: 137px;
    top: 160px;
    height: 100%;
    width: 80%; }

/* HEADLINES: the main panel */
#headlines {
    float: left;
    width: 480px;
    color: black;
    padding: 10px; }


/* RECENT: right hand OPTIONAL panel */
#recent { 
    float: right;
    width: 240px;
    border: thin groove #003088;
    color: #000000;
    padding: 8px; }


/* Headers: h1, h2, h3, h4 */

/* h1, h2, h3, h4 { color: #003088; } */

h1 { font-family: Palatino, Georgia, Times, serif; font-size: 14pt; font-weight: normal; }
h2 { font-family: Helvetica, Arial, sans-serif; font-size: 12pt; font-weight: normal; }
h3, h4 { 
    font-family: Helvetica, Arial, sans-serif; 
    font-size: 11pt; 
    font-weight: 600; }

#banner h1,
#banner h2 { 
    text-align: right; 
    margin-left: .5in; 
    margin-right: .5in; 
    color: #fffff0; }
#banner h2 { letter-spacing: 4px; }

#headlines h1 { color: #272e4d; font-weight: bold; }

#headlines h2, 
#headlines h3, 
#headlines h4 { 
    color: #272e4d;
    font-weight: 500; }

#recent h1, 
#recent h2, 
#recent h3, 
#recent h4 { 
    color: #272e4d; 
    font-weight: 500; }



/* Links */
a { text-decoration: none; }

#headlines a:link { color: #301e97; }
#headlines a:visited { color: #301e97; }
#headlines a:hover { color: #afafaf; }

#map a { 
    color: #fffff0;
    text-decoration: none; 
    font-size: 10pt;
    font-variant: small-caps; }

#map a:hover { color: #afafaf; }

#recent a { 
    font-size: 9pt; 
    font-family: Verdana, Tahoma; }
#recent a:link { color: #301e97; }
#recent a:hover { color: #afafaf; }

address a { text-decoration: none; }
address a:link { color: #301e97; }
address a:visited { color: #301e97; }


/* LISTS, LISTS, LISTS */
li { margin-top: 0.05in; margin-bottom: 0.05in; }

#map ul { 
  list-style-type: none;
  margin-top: 140px;
  margin-right: 0px;
  padding: 6px;
  text-align: right; }

#map li { margin-bottom: 10px; }



/* Special Stuff */
.update, 
.news { color: #850700; }

#headlines cite { 
    font-style: normal;
    font-weight: 500;
    font-variant: small-caps; 
    color: #008549; }

#recent cite { 
    font-style: normal; 
    font-variant: small-caps; 
    font-weight: 500; }

#recent p { 
    font-size: 9pt; 
    font-family: Verdana, Tahoma, sans-serif; } 



/* Use ADDRESS at bottom of HEADLINES */
address { 
    display: block;
    font-style: normal; 
    font-family: "Gill Sans", Arial, Helvetica, sans-serif;
    font-size: 10pt; 
    padding: 6px;
    border-top: thin groove #301e97;
    margin-top: .6in;
    margin-bottom: .25in; }


/* SEARCH PAGE */
form { font-size: 9pt; }
input { font-family: Optima, Tahoma, sans-serif; font-size: 8pt; }


/* Watermark message for drafts and such */
#watermark {
  color: #fdcb00;
  font-size: 84pt;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: -1;
  left: 42px;
  top: 42px; }





