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

body {
text-align: center;
position: relative;
/*background: url(images/gradient-black.jpg) repeat-x #000 bottom fixed;*/
/*background: url(images/concrete.jpg) repeat-x #000 bottom fixed;*/
background: #000;
padding: 0;
margin: 0;
}

h1 {
font-size: 4em;	
color: #fff;
text-align: left;
line-height: .5em;
}
h2 {
font-size: 2em;	
color: #fff;
text-align: left;
}	
h3 {
font-size: 1.5em;
color: #fff;
text-align: left;
}
h4 {
font-size: 1.1em;
color: #aaa;
text-align: left;
}
p, li {
color: #aaa;
font-size: .9em;
text-align: justify;
margin: 5px 0;
}
li {
margin-left: 20px;
/*list-style-image: url(images/paint-stripe1.png);*/
}
a {
color: #CCC;
text-decoration: none;
}
		  a img {
		  border: #000 2px solid;
		  }
		  a:hover {
		  color: yellow;
		  }
		  a:hover img {
		  border: blue 2px solid;
		  background: none;
		  }
input, textarea, option, select, #recaptcha_response_field {
color: #fff;
background: #1A1A1A;
}
#recaptcha_logo {
background: #fff;
}
hr {
color: blue;
margin: 0 20px;
}
#wrapper {
background: #000;
width: 900px;
margin: 0 auto 20px auto;
padding: 0;
color: #fff;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
position: relative;
background: url(images/magicball.jpg) top right no-repeat #000;
}
		#wrapper.whimsical {
		background: url(images/featherchair_black.jpg) top right no-repeat #000;
		}
		#wrapper.woodworking {
		background: url(images/canoe_black.jpg) top right no-repeat #000;
		}
		/*#wrapper.webdesign {
		background: url(images/globe.jpg) top right no-repeat #000;
		}*/
#header {
/*background: url(images/gradient-white.png) top repeat-x;*/
position: relative;
top: 0;
left: 0;
width: 880px;
height: 160px;
padding: 10px;
}
		  #headericon {
		  position: absolute;
		  left: 88px;
		  bottom: 30px;
		  background: url(images/icon.png) no-repeat;
		  width: 112px;
		  height: 112px;
		  }
		  #headertext {
		  position: absolute;
		  bottom: 0;
		  left: 210px;
		  }
#content {
position: relative;
top: 0;
width: 900px;
padding: 0;
}
.menu {
list-style-type: none;
}
#mainmenu {
}
#leftmenu {
position: relative;
float: left;
padding: 10px;
width: 180px;
height: auto;
top: 0;
left: 0;
}
		  #leftmenu ul {
		  float: right;
		  text-align: right;
		  list-style-type: square;
		  }
		  #leftmenu li {
		  padding: 0 10px;
		  }
		  #leftmenu li a {
		  display: block;
		  }
#main {
float: right;
padding: 10px;
width: 680px;
height: 100%;
position: relative;
}
#webgallery {
/*background: url(images/gradient-white.png) top repeat-x;*/
padding: 20px;
top: 0;
left: 0;
width: 880px;
}
		  #webgallery h1, #webgallery h2, #webgallery h3, #webgallery_thumnails {
		  margin-left: 180px;
		  line-height: 0;
		  }
#logos img {
width: 150px;
height: auto;
}

.thumbnail {
float: left;
margin-left: 10px;
padding: 0;
}

.thumbnail-left {
float: right;
margin-right: 10px;
padding: 0;
}
		  .thumbnail tr, .thumbnail-left tr  {
		  text-align: center;
		  font-size: .8em;
		  padding: 0;
		  width: 110px;
		  }
		  .thumbnail-left a {
		  border: none;
		  display: block;
		  width: 110px;
		  height: 120px;
		  background-position: bottom left;
		  }
  		  .thumbnail-left a:hover {
		  background-position: top left;
		  }
		  #thumbnail-webdesign a {
		  background-image: url("images/thumbnails/globe_mouseover.jpg");
		  }
		  #thumbnail-print a {
		  background-image: url("images/thumbnails/classicraft_mouseover.jpg");
		  }
		  #thumbnail-animation a {
		  background-image: url("images/thumbnails/animation_mouseover.jpg");
		  }
		  #thumbnail-woodworking a {
		  background-image: url("images/thumbnails/guideboat_mouseover.jpg");
		  }
		  #thumbnail-whimsical a {
		  background-image: url("images/thumbnails/storychair_mouseover.jpg");
		  }
#footer {
width: 100%;
clear: both;
height: auto;
padding: 10px;
margin: 0;
position: relative;
}
#footermenu {
margin-right: 30px;
}
		  #footermenu ul {
		  float: right;
		  }
		  #footermenu ul hr {
		  margin: 0;
		  }
		  #footermenu li {
		  display: inline;
		  list-style-type: none;
		  padding: 0 5px;
		  }
		  #footermenu li a {
		  }
