@charset "UTF-8";
/* CSS Document */
body {
	background: #161616 url(portfolio_background.gif) top center no-repeat;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #ccc;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	}
#wrapper {
	position: relative;
	width: 980px;
	margin: auto;
	}
#portfolio {
	padding-top: 20px;
	}
img {
	border: none;
	}
#portfolio img {
	padding: 1px;
	border: #000 1px solid;
	}
#portfolio img.highlight {
	border-color: #666;
	}
#portfolio img:hover {
	padding: 1px;
	border: #FF6699 1px solid;
	}
.pic2 {
	margin: 0px 15px;
	}
.row {
	padding-bottom: 15px;
	}
#footer {
	padding: 30px 0px 40px;
	}
#footer a {
	margin: 0px 30px;
	padding: 5px 10px;
	text-decoration: none;
	border-bottom: 1px solid #000;
	color: #666;
	background: #161616;
	}
#footer a:hover {
	border-bottom: 1px solid #FF6699;
	color: #ccc;
	}
.move_stuff {
	position: absolute;
	left: 496px;
	top: 76px;
	}
.click_thumbs {
	position: absolute;
	left: 128px;
	top: 360px;
	}
.bloggable {
	position: absolute;
	left: 531px;
	top: 811px;
	}
#feed_wrapper {
	background: #161616 url(portfolio/images/blog_background.gif) center top no-repeat;
	width: 650px;
	margin: auto;
	}
#feed {
	width: 450px;
	margin: auto;
	padding-top: 20px;
	margin-top: 30px;
	text-align: left;
	}
#feed div {
	border: none;
	}
#feed a {
	color: #FFCC33;
	text-decoration: none;
	}
#feed a:hover {
	background: #333;
	}
.gfc-result {
	padding: 0px;
	margin: 0px;
	}
.gfc-result .gf-snippet {
	padding-bottom: 30px;
	font-size: 12px;
	}
.gfc-result .gf-title {
	font-family: "Courier New", Courier, monospace;
	font-size: 22px;
	height: auto;
	line-height: 0.8em;
	letter-spacing: -0.1em;
	overflow: visible;
	}
.gfc-result .gf-author,
.gfc-result .gf-spacer {
	display: none;
	}
.copyright {
	font-size: 12px;
	color: #333;
	text-align: right;
	}