*{
  margin: 0;
  padding: 0;
  font-family: calibri, sans-serif;
  color: #231f20; 
  line-height: .9;
  vertical-align: top;
  }
html, body{
  width: 100%;
  height: 100%;
  }
html{
  background: url('images/headerBack.jpg') top left repeat-x #231f20;
  }
#container{
  width: 960px;
  min-height: 100%;
  position: relative;
  margin:0px auto;
  }
#header{
  height: 130px;
  padding: 10px;
  }
#headTitle, #headContact{
  display: inline-block;
  }
#headContact{
  margin-left: 180px;
  text-align: right; 
  color: #231f20;
  }
#headContact a{
  color: #231f20;
  text-decoration: none;
  }
#social{
  position: absolute;
  top: 110px;
  right: 10px;
  }
.social img{
  border-radius: 8px;
  border: none;
  margin-left: 10px;
  width: 30px;
  box-shadow: 2px 2px 2px #231f20;
  }
#content{ 
  background: url('images/mainBack.png') top left no-repeat;
  padding: 0 10px 110px;
  position: relative;
  }
#nav{
  border-radius: 0 0 10px 10px;
  width: 940px;
  height: 50px; 
  background: #939598;
  background: rgba(147,149,152,.9);
  }
#nav ul li{
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  font-size: 24px;
  text-align: center;
  margin-top: 3px;
  }
#nav a{
  text-decoration: none;
  }
#mainImageBox{ 
  border-radius: 10px;         
  width: 610px;
  height: 330px;
  background: #939598;
  background: rgba(147,149,152,.9);   
  padding: 10px;
  margin-top: 100px; 
  margin-bottom: 100px;
  display: inline-block;
  position: relative;
  }
#mainImage{
  margin: auto;
  max-width: 580px;
  max-height: 300px;
  display: block;
  box-shadow: 3px 3px 7px #231f20;
  border-radius: 10px;
  border: none;
  }
.label{
  font: 16px calibri,sans-serif #231f20;
  width:325px;
  text-align: right;
  padding-right: 20px;
  display: inline-block;
  line-height: 1.8;
  }
.fields{
  width: 250px;
  display: inline-block;
  }
input, select, textarea{
  margin-bottom: 10px;
  }
#submit{
  font: 16px calibri,sans-serif #231f20;
  padding: 0 4px;
  margin: 0px auto;
  display: block;
  text-align: center;
  } 
form{
  display: block;
  }
#text{ 
  border-radius: 10px;
  width: 250px;
  height: 330px;  
  background: #939598;
  background: rgba(147,149,152,.9);
  padding: 10px;
  margin-top: 100px;
  margin-left: 35px;    
  display: inline-block;
  }
#text h2{
  filter: Shadow(Color=#231F20, Direction=135, Strength=5);
  text-shadow: 2px 2px 1px #231f20;
  }
#fullBox{ 
  border-radius: 10px;
  width: 919px;
  height: 330px;
  background: rgba(147,149,152,.9);
  padding: 10px;
  margin-top: 100px; 
  margin-bottom: 100px;
  display: inline-block;
  position: relative;
  }
#moreInfoContainer{
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0;
  background: #231F20;
  background: rgba(35,31,31,.9);
  width: 100%;
  height: 610px;
  }
#moreInfo{
  position: relative;
  margin: 40px auto 0;
  background: #C4C6CA;
  border-radius: 10px;
  border: none;
  padding: 20px 0 20px 20px;
  width: 840px;
  height: 490px;
  }
#moreInfoTextArea{
  overflow-y: hidden;
  padding-right:20px;
  max-height: 470px;
  margin-bottom: 10px;
  }
.leftImage{
  float: left;
  margin: 0 10px 10px 0;
  }
.rightAligned{
  text-align: right;
  }
.javaLink{
  text-decoration: underline;
  cursor: pointer;
  padding-right: 20px;
  }
#galleryIcons{
  padding: 10px;
  border-radius: 10px;
  border: none; 
  background: #939598;
  background: rgba(147,149,152,.9);
  position: relative;
  top: -70px;
  margin-bottom: -50px; 
  }
#galleryIcons li{
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin:0 10px 0 0;
  display: inline-block; 
  border-radius: 10px;
  border: 2px solid #231F20; 
  box-shadow: 3px 3px 7px #231f20;
  }
#galleryIcons img{
  height: 50px;
  border: none;
  text-align: center;
  }
#footer{
  height: 80px;
  width: 940px;
  padding: 10px;
  position: absolute;
  bottom: 0; 
  background: url('images/footerBack.jpg') bottom left repeat-x;
  }
#footer p{
  text-align: center;
  margin-bottom: 0;
  }
#footer ul li{
  list-style-type: none;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  margin: 10px 22px;
  }
h1{
  font-size: 52px;
  }
h2{
  font-size: 24px;
  text-align: center;
  color: #f47920;
  display: block;
  clear: both;
  }
p{
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1;
  }


/*specifically for the blog*/


#blogContainer{
  height: 330px;
  padding-right: 10px;
  overflow: auto;
  }
#content h2, #content h2 a, #content h2 span{
  color: #f47920;
  filter: Shadow(Color=#231F20, Direction=135, Strength=5);
  text-shadow: 2px 2px 1px #231f20;
  margin-bottom: 5px;
  display:block;
  text-decoration: none;
  }
.entry-meta{
  margin-bottom: 10px;
  }
ul.xoxo, ul.xoxo ul{
  list-style-type: none;
  margin-bottom: 5px;
  }
ul.xoxo ul li{
  list-style-type: none;
  margin-bottom: 5px;
  }
ul.xoxo h3{
  color: #f47920;
  font-size: 24px;
  text-align: center;
  filter: Shadow(Color=#231F20, Direction=135, Strength=5);
  text-shadow: 2px 2px 1px #231f20;
  margin-bottom: 10px;
  display:block;

