@charset "UTF-8";
/* CSS Document */

html {
  font: small Arial, Helvetica, sans-serif;
  color: #fff;
}

body {
  height: 100%;
  width: 100%;
  overflow-x: auto;
}

#homebg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 600px;
  background-image: url(images/bunnybigBGmob.png);
  background-position: top right;
  background-repeat: no-repeat;
  border-bottom: solid 1px #ffffff;
  z-index: 1;
}

/*menubar properties */

#menu {
  font: small Arial, Helvetica, sans-serif;
}

#menu a:link, #menu a:visited {
  text-decoration: none;
  color: #fff;
}
#menu a:hover {
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.25em;
}

#aboutmenu {
  position: relative;
  padding-top: 7px;
  padding-left: 10px;
  z-index: 5;
}

#blogmenu {
  position: relative;
  padding-left: 10px;
  z-index: 5;
}

#workmenu {  
  position: relative;
  padding-left: 10px;
  z-index: 5;
}

#linksmenu {
  position: relative;
  padding-left: 10px;
  z-index: 5;
}

#contactmenu {
  position: relative;
  padding-left: 10px;
  z-index: 5;
}

/*title properties */

p.title {
  position: relative;
  top: 17px;
  font-size: xx-large;
  font-weight: normal;
  margin-bottom: 60px;
  padding-top: 0;
  margin-top: 0;
}

p.title a:link, p.title a:visited {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
}

p.title a:hover {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.25em;
}

/* content properties */

#content {
  position: absolute;
  top: 0;
  right: 0;
  width: 760px;
  border-left: 1px solid #fff;
  min-height: 100%;
  padding: 0 10px 0 20px;
}

#contenttext {
  max-width: 700px;
}

#contenttext a:link, #contenttext a:visited {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px dashed #fff;
}

#contenttext a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}


/* worklist categories properties */

#worklist {
  position: absolute;
  height: 400px;
  width: 160px;
  left: 10px;
  top: 200px;
  padding-left: 10px;
}

#worklist ul {
  padding: 0;
}

#worklist li {
  display: block;
  padding-bottom: 10px;
}

#worklist a:link, #worklist a:visited {
  text-decoration: none;
  color: #fff;
}
#worklist a:hover {
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.15em;
}
 
/* various text classes */

p.title2 {
  font-size: large;
  letter-spacing: 0.25em;
}

p.copyright {
  padding-top: 10px;
  font: x-small Arial, Helvetica, sans-serif;
  text-align: left;
}

/* various img classes */

p.work img {
  border: 1px solid #fff;
}
