body {
  /*background: #e7e7e2 url(images/main_bg.png) top left repeat-x;*/
  /*background: #ddd;*/

background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */


  font-family: 'Lucida Grande',Verdana,'Bitstream Vera Sans',Arial,sans-serif; 
  font-size:14px;
  line-height:22px;
  color:#696767;
}

h1.logo {
  text-indent: -3000px;
  background-image: url(/images/VDGLogo.png);
  height: 90px;
  width:  163px;
  background-repeat: no-repeat;
  white-space: nowrap; 
  overflow: hidden;
  margin-bottom: 0px;
}

h1,h2,a,a:visited {
  color: #00aeef;
} 

h2 {
  margin-top:15px;
  padding-bottom:5px;
  border-bottom: 1px solid #ddd;
}

h3 {
  color: #00aeef;
}

strong {
  color:#222;
}

#hd .logo {
  margin-top:10px;
  float:left;
}

#content {
  margin-top:10px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 14px;
  line-height: 1.45em;
  border: 1px solid; 
  border-color: #e5e5e5 #dbdbdb #d2d2d2; 
  -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; 
  -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; 
  box-shadow: rgba(0,0,0,0.3) 0 1px 3px; 
}

#cc {
  margin-top:7px;
  float:right;
  font-size:11px;
}

#subNav {
  margin-top: 20px;
  float:right;
}

#subNav a {
  text-decoration: none;
  color: #00aeef;
  font-size: 1.2em;
}

.heading {
  padding: 15px;
}

.heading h1 {
  margin-bottom: 7px;
}

.product {
  margin: 15px 0;
}

.product img {
  display: block;
  margin: 5px auto;
}

.product h3 {
  margin-bottom: 10px;
}

.product p {
  font-size: 12px;
}

/* contact page */
.row label {
  width:30%;
  float:left;
  text-align:right;
  font-weight: bold;
  margin-right:10px;
}

#contactForm input[type="submit"] {
  float:left;
  margin-left:50%;
  margin-bottom: 20px;
}

/* footer */

/* resume */
#resume h1, #portfolio h1 {
  margin-top:15px;
}

#resume table {
  width:100%;
}

#resume h1, #resume h2 {
  color: #666;
}

.styleCaption {
  color:#00aeef; 
  display:block;
}

.notable {
  margin-left:20px;
}

#flash {
  margin:10px;
  font-weight: bold; 
  text-align: center; 
  background-color: #fff9d7; 
  padding: 1em; 
  border: 2px solid #e2c822;
}

