body {
  background: url('/images/cross.gif') repeat;
  font: 76% "Trebuchet MS",arial,sans-serif;
  color: #333;
  text-align: center;
  padding: 20px;
}

h1, h2, h3, h4 {
  padding-left: 15px;
  margin: 0;
}

h2 {
  font-size: 140%;
  color: #555;
  margin-top: 5px;
}

h3 {
  font-size: 120%;
  color: #555;
}

p {
  margin: 15px;
  padding: 0 0px 0.7em;
  line-height: 1.5;
}

a#permalink {
  font: 60% "Trebuchet MS",arial,sans-serif;
}

div#container { 
  width: 700px; 
  margin-top: 50px;
  background-color: #ffffff;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

div#title {
  font: 160% "Trebuchet MS",arial,sans-serif;
  font-weight: bold;
  width: 45%;
  padding: 20px;
  float: left;
  text-align: left;
}

div#quote {
  font-size: 10px;
  color: navy;
  padding: 20px;
  text-align: left;
}

div#menu {
  width: 100%;
  overflow: auto;
  padding-top: 5px;
}

ul#nav, ul#nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#nav {
  padding-left: 15px;
}

ul#nav li {
  float: left;
  width: 80px;
  margin-right: 2px;
  text-align: center;
}

ul#nav a {
  float: left;
  width: 80px;
  text-decoration: none;
  background: #467AA7;
  color: #ffffff;
}

ul#nav li.active a, ul#nav a:hover {
  color: #000;
  font-weight: bold;
}

ul#nav li.active a {
  color: #000;
  font-weight: bold;
  background: #e7e7e7;
}

div#content {
  width: 100%;
  clear: left;
  text-align: left;
  padding-top: 15px;
  background-color: #e7e7e7;
  float: left;
}

div#pic {
  float: right;
  display: inline;
  width: 150px;
  margin: 5px 15px 0 5px;
  text-align: center;
}

div#profexp {
  position: relative;
  float: left;
  width: 100%;
}

div.expdate {
  position: relative;
  float: left;
  padding-left: 15px;
  width: 20%;
}

div.expdate a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

div.expdetails {
  position: relative;
  float: left;
  width: 70%;
}

div.expsep {
  float: right;
  text-align: right;
  width: 80%;
  border-top: 1px solid gray;
  margin-right: 5px;
}

div#more_ericsson {
  width: 100%;
  padding-left: 15px;
}

div#skills {
  position: relative;
  float: left;
  width: 100%;
}
   
div.skillname {
  position: relative;
  float: left;
  width: 20%;
  padding-left: 15px;
}

div.skilldetails {
  position: relative;
  float: left;
  width: 70%;
}


div.sitethumb {
  padding-left: 15px;
  float: left;
}

div.sitethumb div {
  text-align: center,
  font-size: 80%;
}

div.blogpost {
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
}

div.blogpost a {
  color: navy;
}

div.blogpost b.posttitle {
  color: navy;
}

div.blogpost p {
  margin: 0px;
}

div.blogpost a.commentlink {
  font-size: 80%;
  font-weight: bold;
  text-decoration: none;
}

div.blogpost a.permalink {
  font: 70% "Trebuchet MS",arial,sans-serif;
}

div#bloglinks {
  float: right;
  margin-right: 15px;
  margin-left: 5px;
  width: 150px;
  background-color: #f6f6f6;
  clear: none;
}

div#bloglinks select {
  margin-left: 5px;
  width: 140px;
}

div#map {
  width: 300px;
  height: 300px;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

div#footer {
  padding-top: 5px;
  text-align: center;
  font-size: 80%;
  color: navy;
  border-top: 1px solid navy;
}
