/* 
Cascading Style Sheet for the ISO/IEC/IEEE 42010 website. 
This version for multi-@media sizes.
Basic layout is:

BODY
  BANNER
  MAP
  WRAPPER
    HEADLINES
    RECENT
*/

/*** Vanilla markup (all media): ***/
    




    

/***
  Media Handling: Small screens  
***/
@media only screen and (max-device-width: 600px) {

    * { float: none; }

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

    /* Headers: h1, h2, h3, h4 */
    h1 { font-family: Palatino, Georgia, Times, serif; font-weight: normal; }
    h2 { font-family: Calibri, Arial, sans-serif; font-weight: normal; }
    h3, h4 { font-family: Helvetica, Arial, sans-serif; font-weight: 600; }

    /* BANNER: header on all pages */
    #banner { 
	position: relative;
	width: 90%;
	height: auto;
	padding: 5%;
	z-index: 4; 
	color: #fffff0; 
    }

    #banner h1,
    #banner h2 { 
	text-align: center;
	color: #008549; }

    /* #banner h2 { letter-spacing: 4px; } */

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

    /* LISTS, LISTS, LISTS */
    /* li { margin-top: 1%; margin-bottom: 1%; } */

    /* MAP: content map on all pages */
    #map {
	position: relative;
	width: auto;
	z-index: 5; 
	font-size: 110%; }

    #map ul { 
	list-style-type: none;
	margin-top: 1%;
	margin-right: 0%;
	padding: 2%;
	text-align: center; }

    #map li { margin-bottom: 1%; }

    #map a { 
	color: #003088;
	text-decoration: none; 
	font-size: 120%;
	font-variant: small-caps; }

    /* Wraps HEADLINES and RECENT */
    #wrapper { }    

    /* HEADLINES: the main panel */
    #headlines {
	float: none;
	position: relative;
	color: #111111;
	padding: 2%; }

    #headlines h1 { font-weight: bold; font-size: 115%; padding: 1%; background: #e6e3e6; }
    #headlines h2 { font-weight: bold; font-size: 100%; }
    #headlines h3 { font-weight: 500; font-size: 90%; } 
    #headlines h4 { font-weight: 500; font-size: 80%; }

    #headlines a:link { color: #008549; }
    #headlines a:visited { color: #008549; }

    /* RECENT: OPTIONAL panel */
    #recent { 
	border: thin groove #003088;
	color: #111111;
	padding: 8px; }

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

    #recent a { 
	font-size: 90%; 
	font-family: Verdana, Tahoma; }
    #recent a:link { color: #008549; }

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

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

    #headlines cite { 
	color: #301e97;
	font-style: normal;
	font-weight: 600;
	font-variant: small-caps; }

    #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 #008549;
	margin-top: .6in;
	margin-bottom: .25in; }


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


    hr { display: none; }

} /* end Small media */


/***
    Media Handling: Big Screen
***/
@media only screen and (min-width: 601px) {

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

    /* 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: #111111;
	padding: 10px; }
    

    /* RECENT: right hand OPTIONAL panel */
    #recent { 
	float: right;
	width: 240px;
	border: thin groove #003088;
	color: #111111;
	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: Calibri, 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: #008549; }
    #headlines a:visited { color: #008549; }
    #headlines a:hover { color: #7b7b7b; }

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

    #map a:hover { color: #7b7b7b; }

    #recent a { 
	font-size: 9pt; 
	font-family: Verdana, Tahoma; }
    #recent a:link { color: #008549; }
    #recent a:hover { color: #7b7b7b; }

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

    /* 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 { 
	color: #301e97;
	font-style: normal;
	font-weight: 600;
	font-variant: small-caps; }

    #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 #008549;
	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; }
    
} /* end Big Screen */




