 /* gvb3.css for SHUMAS */
 

/* Media  PAGES*/
 @media screen {
body {

 background-image: url(/images/structure_green.jpg); 
            background-repeat: repeat;
            font-family : Arial, Verdana, sans-serif;
            font-size : 12px;            
            font-style : normal; color: #ffffff; /*white or black for temporary*/
            vertical-align : top;
                          }
#container {position: absolute; left: 50%; width: 900px; margin-top: 10px; margin-left: -450px; }
#printheader {display: none; }
#masthead {width: 900px; }

/*this for the Main navigation line*/ 
 #navlinecontainer
 { font-size: 11px;  
    
  width: 100%; 
 
 } 
/* This for the projects list-left hand column*/
#nav {float: left; width: 198px; margin-top: 10px; margin-left: 0px;
 padding-top: 30px; padding-bottom: 30px; }

#content  {float: left; width: 490px; margin-right: 5px; margin-left: 25px; padding-top: 30px; }
#donate {position: relative;
 top:5px; right: 20px; left: 0px; border:3px solid yellow; padding: 5px;
 color: yellow;  }
#sidebar {float: right; width: 128px; margin-top: 20px; margin-right: 5px; padding-top: 30px; }
#footer {clear: both; width: 900px; margin-top: 20px; }
 
#printhead {display: none;}/* this for media only so not used in print version*/
/*Jiggers on the school page only*/
#jiggers {border: 1px dotted yellow; padding: 5px; color: yellow; font-size: 10px;
            font-weight : normal; }  
     blockquote { font-size : 14px;
            font-weight : bold;
            font-style : italic; color: yellow;
            text-align : center; }
      
            
            
            
 img { padding-top: 15px; padding-bottom: 15px; border: 0px;  
} 
/* default link styles for Project area */
/*a:link {
             color : #ffffff;  white
            text-decoration : none;  
          
      }
a:visited {
             color : #ffff00;  yellow 
            text-decoration : none;
      }
a:hover {
            color : #f5deb3;  pale orange 
           text-decoration : underline;
      }
      
a:active { color : red; }  */ 
  
h1
 {      font-family : Arial, "Times New Roman", Times, serif;
           font-size : 48px;
           font-weight : bold;
           font-style : normal;
           text-decoration : none;
           font-variant : normal; }
           
 h3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight : bold; }        
           
 h4 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight : bold; color: #FFFF99; /*lightyellow*/} 
 h5 { font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px; color: #800000; }
/* Righthand sidebar displays brief key info */ 
.lirht { list-style-type: square; padding-bottom: 10px; font-weight: bold; color: #ffff00;}
ul.yellow {color: #ffff00; /* yellow font-weight: normal;}*/ }
hr {color: yellow; height: 3px; width:75%; }
/* Cannot find .projects 
.projects {
           font-size : 12px;
           width : 200px;
           height : 490px;
           border-style : outset;
           border-width : inherit;
} */
/* .intro only used for intro table & program table*/
.intro {
           font-size : 11px;
      }
p { font-size : 13px; font-weight : bold;  }
.p2 { font-size : 10px; font-weight : normal; font-style: italic; } 
.p3 { font-size : 14px; font-weight : bold;  }
.yellow { color: #ffff00; /*yellow used in right hand side bar*/ }
/* check out REDUNDANT STUFF */
.contact {background-color: #708090; }/* slategrey for form table*/
.ul { font-size : 11px; font-weight : bold; text-align: left; color: #ffff00; }
/* yellow*/
.time { font-size : 10px; font-weight : bolder; text-align: left; color: #006400; }
/* darkgreen */
}
/* Jobs Page only*/
.job { border-style: inset; border-width: medium; border-color: #ff0000/*red*/; padding: 10px; 
         background-color: #ffff00; /*yellow*/ color: #000000 /*black*/; } 
/*This class for the project block paragrphs only*/
.proj { font-size : 12px; font-weight: bold; margin-bottom:10px; color:yellow;  }

 /*        
li.line {list-style-type: none;}
a.nline {color: white; text-decoration: none; display: inline;} 
*/
/*Right sidebar list - emboldened & spaced */


 
/* PRINT PAGES*/
  @media print /* PRINT PAGES*/{
a {color:#00f;font-weight:bold;text-decoration:none;}
body{background:#fff;color:#000;font:12pt "Times New Roman",Times,serif;}
#masthead,#nav,#sidebar,#footer,#pagecontrol{display:none;}
#container{background:transparent none;border:0;color:#000;float: none !important;margin:0 5%;padding:0;width:auto;}
img{border:0px;margin:10px;padding:0px;}
/* Rendering actual http links in print pages*/
a[href^="http://"]:after {content: "(" attr(href) ")  ";  }
}











