
/*
Home Page
*/

/* General */

#home {
	padding-top: 700px;
}

/* Introduction */

p#introduction {
	width: 746px;
	height: 35px;
	position: absolute;
	top: 165px;
	left: 18px;
	background: url("/images/home/introduction.png") no-repeat;
	margin: 0;
}

p#introduction span {
	display: none;
}

/* Showcase */

#featured {
	width: 668px;
	height: 493px;
	position: absolute;
	top: 207px;
	left: 44px;
	background-image: url("/images/home/featured_work.png") !important;
	background-image: url("/images/home/featured_work_alt.png");
	background-repeat: no-repeat;
}

#featured h2 {
	display: none;
}

#featured_description {
	margin: 0;
	position: absolute;
	top: 42px;
	left: 195px;
	color: rgb(62,62,62);
	font-size: 12px;
}

#featured_display {
	width: 619px;
	height: 365px;
	overflow: hidden;
	position: absolute;
	top: 81px;
	left: 25px;
}

#featured_projects {
	position: absolute;
	top: 0;
	left: 0;
}

#featured_projects .project {
	background: rgb(0,0,0) url('/images/home/loading.gif') center center no-repeat;
	position: relative;
	float: left;
}

/*
#featured_projects .project_details {
	color: #fff;
	position: absolute;
	padding: 0.5em 1em;
	margin: 20px 25px;
	opacity: 0.8;
	background-color: #000;
	-moz-border-radius: 0.3em;
}
*/

#featured .featured_nav {
	background-repeat: no-repeat;
	width: 65px;
	height: 46px;
	position: absolute;
	top: 209px;
	cursor: pointer;
}

#featured_left_nav {
	background-image: url("/images/home/featured_nav.png");
	left: -40px;
}

#featured_right_nav {
	background-image: url("/images/home/featured_nav.png");
	right: -41px;
}

a#view_portfolio {
	width: 147px;
	height: 36px;
	display: block;
	position: absolute;
	top: 29px;
	left: 495px;
	background: url("/images/home/view_portfolio_btn.png") top left no-repeat;
	cursor: pointer;
	outline-style: none;
}

a#view_portfolio:hover {
	background-position: bottom left;
}

a#view_portfolio span {
	display: none;
}

/* What I Do */

#what_i_do {
	width: 235px;
	height: 203px;
	position: absolute;
	top: 477px;
	left: 716px;
	background-image: url("/images/home/what_i_do.png") !important;
	background-image: url("/images/home/what_i_do_alt.png");
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 1em;
}

#what_i_do h3 {
	display: none;
}

#what_i_do ul {
	position: absolute;
	top: 56px;
	left: 56px;
}

#what_i_do li {
	color: rgb(255,255,255);
	margin: 0 0 9px 0;
	text-shadow: 1px 1px 1px rgb(0,0,0);
	letter-spacing: -0.25px;
}

a#learn_more {
	width: 107px;
	height: 41px;
	display: block;
	position: absolute;
	top: 135px;
	left: 62px;	
	background-image: url("/images/home/learn_more_btn.png") !important;
	background-image: url("/images/home/learn_more_btn_alt.png");
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	outline-style: none;
}

a#learn_more:hover {
	background-position: bottom left;
}

a#learn_more span {
	display: none;
}

/* Network Feeds */

#network_feeds {
	width: 952px;
	height: 348px;
	background: url("/images/home/network_feeds_bg.png") no-repeat bottom left;
	position: relative;
	line-height: 1.6em;
}

/* Network Feeds - Flickr */

#flickr {
	width: 250px;
	position: absolute;
	top: 78px;
	left: 356px;
}

#flickr .photo {
	margin: 0 3px 0px 0;
	float: left;
}

#flickr .photo_artwork, #flickr .photo_frame {
	width: 79px;
	height: 82px;
}

#flickr .photo_artwork {
	position: relative;
	cursor: pointer;
	display: block;
}

#flickr .photo_artwork img {
	position: absolute;
	top: 2px;
	left: 2px;
}

#flickr .photo_frame {
	position: absolute;
	background-image: url("/images/base/frames.png") !important;	
	background-image: url("/images/base/frames_alt.png");
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
}

/* Network Feeds - Last.fm */

#lastfm {
	width: 240px;
	position: absolute;
	top: 78px;
	left: 656px;
}

#lastfm .album {
	position: relative;
	clear: both;
}

#lastfm .album_artwork {
	position: relative;
	float: left;
	cursor: pointer;
	background: rgb(255,255,255) url("/images/base/blank_album.png") no-repeat 7px 2px;
	height: 68px;
	width: 74px;
	margin-bottom: 0.5em;
	display: block;
}

#lastfm .album_artwork img {
	position: absolute;
	top: 2px;
	left: 7px;
}

#lastfm .album_frame {
	position: absolute;
	width: 73px;
	height: 68px;
	background-image: url("/images/base/frames.png") !important;	
	background-image: url("/images/base/frames_alt.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	display: block;
}

#lastfm ul.album_details {
	list-style-type: none;
	margin: 0 0 0 80px;
	padding: 0.5em 0;
}

#lastfm ul.album_details li {
	padding: 0 0 0 18px;
}

#lastfm ul.album_details li.album_artist {
	background: url("/images/base/icons.png") no-repeat -16px -32px;
}

#lastfm ul.album_details li.album_name {
	background: url("/images/base/icons.png") no-repeat -32px -16px;
}

#lastfm ul.album_details a {
	color: rgb(102,102,102);
	text-decoration: none;
}

#lastfm ul.album_details a:hover {
	color: rgb(0,0,0);
	text-decoration: underline;
}

/* Network Feeds - Pinboard */

#pinboard {
	color: rgb(102,102,102);
	width: 230px;
	position: absolute;
	top: 88px;
	left: 84px;
}

#pinboard a {	
	color: rgb(0,0,0);
	text-decoration: none;
	border-bottom: 1px solid rgb(220,17,119);
}

#pinboard a:hover {
	color: rgb(220,17,119);
	border-color: rgb(0,0,0);
}

#pinboard .links {
	position: relative;
	margin-top: -20px;
	padding: 0 25px 0 5px;	
}
