/*
SilverTree Studios - v 8.0.00
by Wallaby
*/





/* Basics */

body {
	margin: 0;
	background: #ffffff;
	font-size: 12px;
	line-height: 22px;
	font-family: verdana;
}

#pic {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100%;
  z-index: -10;
  overflow: hidden;
}

#white {
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: -9;
  background: url(/images/content_bg.png);
}

#side {
  position: fixed;
  top: 0px;
  right: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 320px;
  padding-left: 100%;
  height: 100%;
  width: 100px;
  overflow: hidden;
  background: #222222;
  font-family: arial;
}

#side_title {
  background: url(/images/kvo_off.png) 0px 0px no-repeat;
  width: 100px;
  height: 420px;
  margin: 0px 0px 40px 0px;
  font-family: arial;
}

#side_title:hover {
  background: url(/images/kvo_on.png) 0px 0px no-repeat;
}

.side {
  text-align: right;
  margin: 5px 12px 5px 0px;
  font-weight: bold;
  font-size: 14px;
  font-family: arial;
}

.side a:link, .side a:visited, .side a:active {
  color: #ffffff;
  background: #222222;
  font-family: arial;
}

.side a:hover {
  color: #ffe164;
  font-family: arial;
  text-shadow: 1px 1px 0px #222222;
}

.portfolio {
  margin: 0px 0px 40px 0px;
  line-height: 0px;
}

.portfolio img {
  margin: 0px 20px 20px 0px;
}

#copyright {
  margin-top: 0px;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 80px 10px 140px;
  color: #808080;
  font-family: verdana;
  font-size: 10px;
  letter-spacing: 1px;
  width: 640px;
}

#content {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 40px 40px 140px;
  width: 640px;
  color: #404040;
  text-shadow: 1px 1px 0px #ffffff;
}

h1 {
  color: #ffe164;
  font-family: georgia;
  font-size: 50px;
  letter-spacing: -4px;
  font-weight: normal;
  text-shadow: 1px 1px 0px #888888;
}

h2 {
  color: #404040;
  font-family: georgia;
  font-size: 25px;
  letter-spacing: -2px;
  margin-bottom: 0px;
  font-weight: normal;
}

h3 {
  color: #000000;
  font-family: georgia;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: bold;
}

a h1 {
  color: #404040;
  font-family: arial;
  font-weight: bold;
}

a h1:hover {
  color: #ffe164;
  font-family: arial;
  font-weight: bold;
  text-shadow: 1px 1px 0px #888888;
}

p {
  margin-bottom: 20px;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #000000;
  border: 0px;
  font-weight: bold;
}

a:hover {
  color: #ffe164;
  border: 0px;
  font-weight: bold;
  text-shadow: 1px 1px 0px #222222;
}

#content a:hover {
  background: #222222;
}

#content .portfolio a:hover{
  background: none;
}

#content .post a:hover{
  background: none;
}

img {
  border:0px;
}

#menu a:link, #menu a:visited, #menu a:active {
	color: #ffe164;
}

#menu a:hover {
	color: #ffe164;
}
