/** Introduction **/

#introduction h1 	{ font-size: 48px; line-height: 1em; }
#introduction img 	{ float:left; margin-right: 20px; }
#introduction p		{ font-size: 18px; }

/** Portfolio Gallery **/

#portfolio-frame
{ 
	width: 802px;
	height: 292px;
	margin: 0 8px;
	padding: 5px;
	background: url('../images/preloader.gif') #CCCCCC no-repeat center center;
	border: 1px solid #515151;
	float:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#portfolio-frame a:hover { text-decoration: none; }

#portfolio-description
{
	width:780px;
	height:100px;
	padding: 10px;
	position:relative;
	bottom:101px;
	left:1px;
	color: black;
	background:url("../images/portfolio_description_bg.png") repeat-x scroll 0 0 transparent;
}

#portfolio-description p
{
	overflow: hidden;
}

/** Last FM and Flicker Feeds **/

#albums
{
	width:869px;
	margin: 0 auto 10px auto;
}

#albums a:hover { border: none; }

.album
{
	margin-right:7px;
}

#photos
{
	width: 917px;
	margin: 0 auto;
}

#photos a:hover { border: none; }

.photo
{
	margin-right:7px;
}

.album.last, .photo.last { margin-right: 0; }
.album:hover, .photo:hover { border: 1px solid #FFFFFF; }