body {
  padding: 20px 0;
  font-family: verdana, sans-serif;
  font-size: 11px;
  text-align: center;
  background: #EDEDED;
}

p {
  margin: 0 0 12px 0;
  text-indent: 12px; 
}

li {
  margin: 0 0 12px 0;
  color: #FFF;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  width: 280px;
  height: 440px; /* 500px; */
  text-align: left;
}

/* jQuery dependencies */
.jq #home, .jq #about, .jq #network, .jq #contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 440px; /* 500px; */
}

/* Panel layering setup */
#home {z-index: 9999;}
#about {z-index: 8888;}
#network {z-index: 7777;}
#contact {z-index: 6666;}

/* Set panel pane parameters */
.toppane {height: 183px;}
.botpane {position: relative;height: 257px; background: #c6e4bf url(../images/bg_botpanel_home.png) 0 bottom no-repeat;}

/* Attach backgrounds */
#home {background: transparent url(../images/bg_toppanel_home.png) 0 0 no-repeat;}
#fire {background: transparent url(../images/bg_toppanel_fire.png) 0 0 no-repeat;}
#water {background: transparent url(../images/bg_toppanel_water.png) 0 0 no-repeat;}
#earth {background: transparent url(../images/bg_toppanel_earth.png) 0 0 no-repeat;}
#botleft {background: #f7ffbc url(../images/bg_botpanel_fire.png) 0 bottom no-repeat;}
#botmiddle {background: #83bed3 url(../images/bg_botpanel_water.png) 0 bottom no-repeat;}
#botright {background: #c4b694 url(../images/bg_botpanel_earth.png) 0 bottom no-repeat;}

/* Determine content padding */
.ctrpad {padding: 6px 12px;}
.univpad {padding: 6px 20px;}

/* Define animation triggers */
.botbtn {
  position: absolute;
  right: 11px;
  bottom: 0px;
  height: 22px;
  width: 58px;
  background: #3b5998;
  text-align: center;
  text-indent: 0;
}


/* Content styling */
h1, h2 {
  font-family: georgia, serif;
  color: #0e0e0d;
  text-align: center;
}

h1 {font-size: 18px;}
h2 {margin: 0 0 10px 0; font-size: 16px;}

ul#socialnet {
  margin: 24px 0 0 40px;
}

ul#socialnet li {
  font-size: 14px;
}

ul#socialnet li a {
  display: block;
  padding: 10px 4px 10px 34px;
  color: #FFF;
}

ul#socialnet li a#blogger {
  background: transparent url(../images/icon_blogger.png) 0 4px no-repeat;
}

ul#socialnet li a#facebook {
  background: transparent url(../images/icon_facebook.png) 0 4px no-repeat;
}

ul#socialnet li a#linkedin {
  background: transparent url(../images/icon_linkedin.png) 0 4px no-repeat;
}


/* BPP identifier */
#footprint {
  margin: 7px 0 0 0;
  font-size: 9px;
  color: #555;
}

#footprint a {
  font-size: 9px;
  color: #555;
  text-decoration: none;
}