/* mobile version
--------------------------------------------------*/

body {
  background-color: #0b0602;
  color: #eeeeee;
	margin: 5px;
	padding: 0;
}

.highlightContent {
  margin: 10px 0 30px 0;
}

.highlightBox {
  color: #fff;
  background: #333;
  margin: 15px 0 5px 0;
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid #000;
}

#content img { 
  display: none;
}

a {
  color: #b0b0b0;
}

h1 {
  font-family: arial, sans-serif;
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #222;
  text-transform: uppercase;
}

.highlightBox h2 {
  font-family: arial, sans-serif;
  font-size: 110%;
  font-weight: bold;
  margin: 2px 0 0 0;
}

p {
  font-family: arial, sans-serif;
  font-size: 100%;
  line-height: 130%;
}

#contactInfo {
  margin: 20px 0 10px 0;
  font-family: arial, sans-serif;
  font-size: 90%;
  line-height: 130%;
  color: #7c7c7c;
}

.imgCenter {
  text-align: center;
  display: block;
  margin: 20px 0 30px 0;
}

.vcard .logo,
.vcard .tel .type  {
  display: none;
}


