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

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

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

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

#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 720px;
  padding: 0 20px 0 20px;
  min-height: 100%;
  background-image: url(images/smokingbunny.png);
  background-repeat: no-repeat;
}


/*menubar properties */

#menu {
  font: small Arial, Helvetica, sans-serif;
  position: relative;
  top: 0;
}

#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: absolute;
  left: 2px;
}

#blogmenu {
  position: absolute;
  left: 64px;
}

#workmenu {
  position: absolute;
  left: 116px;
}

#linksmenu {
  position: absolute;
  left: 172px;
}

#contactmenu {
  position: absolute;
  left: 227px;
}

/*title properties */

p.title {
  position: relative;
  top: 17px;
  height: 125px;
  width: 700px;
  margin-bottom: 10px;
  padding-top: 0;
  margin-top: 0;
}

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

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

/* content properties */

#content {
  position: absolute;
  top: 0;
  width: 700px;
  padding: 0 10px 0 10px;
  min-height: 100%;
  margin: 0;
}

#contenttext {
  max-width: 700px;
  margin-top: 70px;
}

#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;
}

/*twitter properties*/

#twitter_div {
	margin-top: 30px;
	color: #fff;
	text-align: left;
	width: 700px;
}
#twitter_div p {
  font-size: x-small;
}
.twitter-title {
  color: #fff;
}
#twitter_update_list {
  padding: 0px;
  margin-bottom: -10px;
  overflow: auto;
} 

#twitter_update_list li:before {
  content: "CHRIS... ";
  font-weight: bold;
}

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

#twitter_div a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: normal;
}

/* worklist categories properties */

#worklist {
  margin-top: 60px;
  margin-bottom: -40px;
  border-bottom: 1px dashed #fff;
}

#worklist ul {
  padding: 0;
  text-align: left;
}

#worklist li {
  display: inline;
  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;
}

p.bold {
  font-size: medium;
  padding: 10px 0;
}

#worklinks img {
  margin-right: 30px;
  margin-bottom: 30px;
}

#worklinks img.last {
  margin-right: 0;
}

#worklinks a:link, #worklinks a:visited {
  text-decoration: none;
  border: none;
}

#workslinks a:hover {
  text-decoration: none;
  border: none;
}

#worklinks a:link img, #worklinks a:visited img {
  text-decoration: none;
  border: 1px solid #FFF;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}

#worklinks a:hover img {
  text-decoration: none;
  border: 1px solid #FFF;
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
}

/*random */

.featuredtext {
	margin-top: -40px;
	text-size: small;
}

#featuredimg a:link, #featuredimg a:visited {
  text-decoration: none;
  border-bottom: none;
}

#featuredimg a:hover {
  text-decoration: none;
  border-bottom: none;
}

.leftpad {
  margin-left: 5px;
}
