#goblin {
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #999999;
	font-size: 14px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
}

.container {
	margin-left: -490px;
	left: 50%;
	position: absolute;
	top: 0px;
	width: 980px;
}

.header {
	text-align: right;
	height: 60px;
	position: relative;
	top: 0px;
}

.sketchpad {
	padding-left: 80px;
	height: auto;
	padding-bottom: 40px;
}

.clear {
	clear: both;
}

.footer {
	margin-top: 60px;
	height: 60px;
	font-size: 0.7em;
	color: #999999;
	text-align: center;
}



/* ------------------------------------------------------ */
/* Main page icons */

.camera {
	height: 353px;
	width: 106px;
	background: url(camera.gif) no-repeat 0px 0px;
	float: left;
}

.camera:hover {
	background: url(camera.gif) no-repeat 0px -353px;
}

.bulb {
	height: 353px;
	width: 109px;
	background: url(bulb.gif) no-repeat 0px 0px;
	float: left;
}

.bulb:hover {
	background: url(bulb.gif) no-repeat 0px -353px;
}

.clowncap {
	height: 353px;
	width: 109px;
	background: url(clowncap.gif) no-repeat 0px 0px;
	float: left;
}

.clowncap:hover {
	background: url(clowncap.gif) no-repeat 0px -353px;
}

.megaphone {
	height: 353px;
	width: 109px;
	background: url(megaphone.gif) no-repeat 0px 0px;
	float: left;
}

.megaphone:hover {
	background: url(megaphone.gif) no-repeat 0px -353px;
}

.mobile {
	height: 353px;
	width: 83px;
	background: url(mobile.gif) no-repeat 0px 0px;
	float: left;
}

.mobile:hover {
	background: url(mobile.gif) no-repeat 0px -353px;
}

.pebble {
	height: 353px;
	width: 92px;
	background: url(pebble.gif) no-repeat 0px 0px;
	float: left;
}

.pebble:hover {
	background: url(pebble.gif) no-repeat 0px -353px;
}

.penstand {
	height: 353px;
	width: 91px;
	background: url(penstand.gif) no-repeat 0px 0px;
	float: left;
}

.penstand:hover {
	background: url(penstand.gif) no-repeat 0px -353px;
}

.shoe {
	height: 353px;
	width: 102px;
	background: url(shoe.gif) no-repeat 0px 0px;
	float: left;
}

.shoe:hover {
	background: url(shoe.gif) no-repeat 0px -353px;
}

.tape {
	height: 353px;
	width: 93px;
	background: url(tape.gif) no-repeat 0px 0px;
	float: left;
}

.tape:hover {
	background: url(tape.gif) no-repeat 0px -353px;
}

.sketchpad span {
	visibility: hidden;
}

/* End Mainpage Icon */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Footer icons */

.in-camera {
	height: 52px;
	width: 53px;
	background: url(camera-in.gif) no-repeat 0px -10px;
	float: left;
}

.in-camera:hover {
	background: url(camera-in.gif) no-repeat 0px -10px;
}

.in-bulb {
	height: 52px;
	width: 55px;
	background: url(bulb-in.gif) no-repeat 0px -10px;
	float: left;
}

.in-bulb:hover {
	background: url(bulb-in.gif) no-repeat 0px -10px;
}

.in-clowncap {
	height: 52px;
	width: 55px;
	background: url(clowncap-in.gif) no-repeat 0px -10px;
	float: left;
}

.in-clowncap:hover {
	background: url(clowncap-in.gif) no-repeat 0px -10px;
}

.in-megaphone {
	height: 52px;
	width: 57px;
	background: url(megaphone-in.gif) no-repeat 0px -10px;
	float: left;
}

.in-megaphone:hover {
	background: url(megaphone-in.gif) no-repeat 0px -10px;
}

.in-mobile {
	height: 52px;
	width: 41px;
	background: url(mobile-in.gif) no-repeat 0px -10px;
	float: left;
}

.in-mobile:hover {
	background: url(mobile-in.gif) no-repeat 0px -10px;
}

.in-pebble {
	height: 52px;
	width: 46px;
	background: url(pebble-in.gif) no-repeat 0px -20px;
	float: left;
}

.in-pebble:hover {
	background: url(pebble-in.gif) no-repeat 0px -20px;
}

.in-penstand {
	height: 52px;
	width: 46px;
	background: url(penstand-in.gif) no-repeat 0px -10px;
	float: left;
}

.in-penstand:hover {
	background: url(penstand-in.gif) no-repeat 0px -10px;
}

.in-shoe {
	height: 52px;
	width: 51px;
	background: url(shoe-in.gif) no-repeat 0px -10px;
	float: left;
}

.in-shoe:hover {
	background: url(shoe-in.gif) no-repeat 0px -10px;
}

.in-tape {
	height: 52px;
	width: 46px;
	background: url(tape-in.gif) no-repeat 0px -14px;
	float: left;
}

.in-tape:hover {
	background: url(tape-in.gif) no-repeat 0px -14px;
}

.inkpad span, .inkpad2 span {
	visibility: hidden;
}

.inkpad {
	position: absolute;
	right: 0px;
	top: 60px;
	width: 60px;
	height: auto;
	z-index: 500;
}



/* End Footer Icon */
/* ------------------------------------------------------ */



img {
	border: 0px;
}


.blue {
	color: #3399ff;	
}

.bold {
	font-weight: bold;
}

small {
	color: #999999;
	font-size: 0.9em;
}

a:link, a:visited {
	color: #000000;
	text-decoration:  none;
}

a:hover, a:active {
	color: black;
}

h1, h2, h3, h4 {
	color: #333333;
	padding: 0px;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-size: 1.6em;
}

#hidden {
	display: none;
}

.pageicon {
	text-align: center;
	width: auto;
	overflow: hidden;
	height: 200px;
	overflow: hidden;
}

.categoryicon {
	text-align: center;
	width: auto;
	height: auto;
	height: auto;
	overflow: hidden;
	padding-top: 200px;
}

.pagetext {
	padding-right: 80px;
	padding-left: 80px;
	text-align: center;
	width: auto;
	height: auto;
	font-size: 0.9em;
}

.content {
}

.postlist {
	height: auto;
	width: auto;
	font-size: 0.9em;
	margin-right: 40px;
	margin-left: 40px;
	clear: both;
	text-align: center;
}

.meta {
	color: #666666;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}

.post {
	width: 31%;
	margin-left: 6px;
	margin-right: 6px;
	height: auto;
	float: left;
	text-align: center;
}

.posttext {
	font-size: 0.9em;
	padding-bottom: 20px;
	padding-top: 12px;
}

ul {
	color: #333333;
	text-align: center;
	list-style-type: none;
	padding-bottom: 12px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

li {
	font-size: 0.9em;
}

.categoryicon ul li {display: inline; padding-right: 5px; padding-left: 5px;}

.pagetext ul {
	text-align: center;
}


/* Wordpress IDs */


#post-2 {
	background: url(camera-large.gif) no-repeat center top;
}

#post-6 {
	background: url(bulb-large.gif) no-repeat center top;
}

#post-15 {
	background: url(mobile-large.gif) no-repeat center top;
}

#post-21 {
	background: url(clowncap-large.gif) no-repeat center top;
}

#post-24 {
	background: url(shoe-large.gif) no-repeat center top;
}

#post-27 {
	background: url(pebble-large.png) no-repeat center top;
}

#post-74 {
	background: url(penstand-large.gif) no-repeat center top;
}

#thatthingwedo {
	background: url(tape-large.gif) no-repeat center top;
}

#blog {
	background: url(megaphone-large.gif) no-repeat center top;
}

strong {
	color: #333333;
}

/* -- Wordpress related CSS-- */

.wp-caption {
	text-align: center;
	width: auto !IMPORTANT;
}

.wp-caption-text {
	font-size: 0.8em;
	color: #333333;
}