body{ 
   background:#3b3a36;
   margin:0;
   padding-right:8pt;
   }

div#BodyWrapper{
   background: linear-gradient(
       #909f95, 
       #3b3a36,
       #909f95);
   margin: auto; /*2px,2px,2px,2px;*/
   width:100%;
   max-width:970px;
   padding: 5px;
}

div#header{
   display:block;
   width:100%;
   max-width:960px;
   /*background-color: #565656;*/
   padding: 0px;
   color: white;
   text-align: center;
}

a{
   /*color:#3b3a36;*/
}

div.Left{
   width:48%;
   float:left;
}
div.Full{
   width:98%;
   float:left;
}

h1#title{
  margin-top:0;
  padding-top:0;
}



div#titlebox{
   display:block;
   /*background-color: #565656;*/
   /*margin-left = 100px;*/
   width=100%;
   max-width=960px;
   padding: 0px;
   border-radius:2px;
   text-align: left;
}

div#SideNav{
   display:inline;
   /*background: green;*/
   padding:0;
   margin:0;
   width:32;
   float: left;
}

/* Navigation Links */
ul#SideNav{
   display:block;
   list-style-type:none;
   margin: 0;
   padding:0;
}

li#SideNav{
}

a.SideNav{
   display:block;
   background: -webkit-gradient(linear, left top, left bottom,color-stop(0%,#000000),color-stop(15%,#842525),color-stop(80%, #842525), color-stop(100%, #000000));
   border-bottom: 1px solid #440505;
   border-radius:5px;
   margin: 0px 0px 3px 0px;
   font-family: sans-serif;
   font-size: 14;
   text-align: center;
   padding:5px;
   color: #000000;
   text-decoration: none;
}


a.boldlink{
   text-decoration:none;
   font-weight:bold;
   color: black;
   }
a.plain{
   text-decoration:none;
   color: black;
   }
a.nouline{
   text-decoration:none;
   }

li.TopNav{
   display:inline;
   margin:0;
   padding:0px;
}

a.TopNav{
   background: -webkit-gradient(linear, left top, left bottom,color-stop(0%,#000000),color-stop(15%,#842525),color-stop(80%, #842525), color-stop(100%, #000000));
   border-bottom: 1px solid #440505;
   font-family: sans-serif;
   display:inline-block;
   font-size: 14;
   padding: 5px; 
   margin: 0px 0px 3px 0px;
   color: black;
   text-decoration: none;
   border-radius: 3px;
}

/* Photo Galleries */
div.Chapter{
 /*  background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #565b5c), color-stop(100%,#000000));*/
   background: white;
   width:100%;
   
   max-width:960px;
   margin: 5px auto 5px auto;
   padding-top: 5px;
   border-radius:3px;
}

div.ChapterHeader{
   height:65px;
   /*display:block;*/
   /*border-radius: 3px;*/
   background-color: #909f95;
   color: white;
   text-align: left;
   margin-bottom: 10px;
}

.ChapterHeader > h2{
   padding-top:30px;
   float:left;
}

div.ChapterContent{
   margin: 5px;
}

div.SectionHeader{
   display:block;
   width: 100%;
   background-color: #a0c0c0;
   border-radius: 2px;
   color: white;
   height:65px;
   text-align: left;
}

.SectionHeader * {
   padding-top:30px;
}

div.Address{
   display:block;
   margin-left: 10px;
   text-align:left;
}

a.Chapter{
   target-name:new;
   target-new:tab;
}
a.ChapterLink{
  target-name:new;
  target-new:tab;
}

/* Sections in galleries and TGPs */
div.Section{
   background-color: none;
}

#navigation {
position: fixed;
}

#navbar-item{
background-color:blue;
}

hr{
   border-color: #E1E1E1;
   color: #E1E1E1;
}

hr.link{
   color: #842525;
}
img#HeadShot{
  float: left;
  width: 200px;
  margin: 5px;
}

div#Greeting{
   width:60%;
   text-align:left;
}
/* image sizes */
img{
   margin: 5px;
   margin-bottom:0px;
}

img.Tiny{
   border: none;
   height:100;
}
img.Short{
   border:none;
   max-height: 275
}
img.Medium{
   border: none;
   max-height:450;
   max-width:48%;
}
img.Tall{
   border:none;
   max-height: 600;
   max-width:99%;
}

/*.container{
   width: 100%;
}*/

.Full{
   border: none;
   max-width: 98%;
   max-height: 100%;
}

.Half{
   background: grey;
   border: none;
   max-width: 48%;
   max-height: 100%;
   margin: 2px;
}

img.Third{
   border: none;
   max-width: 32%;
}
img.TwoThirds{
   border: none;
   max-width: 64%;
}

img.Quarter{
   border: none;
   max-width: 24%;
}

/* Responsiveness and Nav-bar:  smallest screens first*/
.navbar{
  display:none;
}

.teach-nav{
  display:none;
}
.project-nav{
  display:none;
}

@media (min-width: 550px) {
}

@media (min-width:750px){
  .navbar{
    display: block;
    height: 30px;
  }
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 30px;
   } 
  .navbar > .container{
    width:100%;
  }
  .teach-nav > .container{
    width:100%;
  }
  .project-nav > .container{
    width:100%;
}
  .navbar-list{
    list-style: none;
    margin-bottom: 0;
  }
  .navbar-item{
    background: #909f95;
    position: relative;
    float: left;
    margin-right:2px;
  }
  .navbar-link{
    display:block;
    text-transform: uppercase;
    text-decoration: none;
    color:white;
    margin: 2px;
  }
  .nav-docked .navbar {
    position: fixed;
    top: 0;
    left: 2;
    z-index:9999999;
    }

  .navbar-spacer{
    display:none;
  }
  .nav-docked .navbar-spacer {
    display: block;
  }

  .teach-nav{
    display: inline;
  }
  .project-nav{
    display: inline;
  }

  .show-teach-nav .teach-nav{
    position: fixed;
    top: 0;
    left: 150;
    right:0;
    z-index:9999999;
  }
  .show-project-nav .project-nav{
    position: fixed;
    top: 0;
    left: 150;
    right:0;
    z-index:9999999;
  }

  .chapter-navbar-item{
    background: #a0c0c0;
    display: block;
    /*position: relative;*/
    float: right;
    margin-left:2px;
    margin-right:6px;
  }

  .chapter-navbar-link{
    /*display:block;*/
    text-transform: uppercase;
    text-decoration: none;
    color:white;
    /*margin: 2px;*/
  }


}



