.ah {
	position: absolute;
	left: -9000px;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background: #171717;
}

a {
	color: #6699CC;
}

#header {
	background: #201528 url(images/bg-header.png) repeat-x top;
	height: 119px;
	position: relative;
}

#header h1 a {
	background: transparent url(images/logo.png) no-repeat top right;
	height: 49px;
	left: 25px;
	position: absolute;
	top: 43px;
	width: 330px;
}

.strip {
	color: #C5C5C5;
	overflow: auto;
	width: 100%;
}

.strip:first-child {
	background: #101010;
	color: #C5C5C5;
}

.strip h2 {
	font-size: 110%;
	font-weight: normal;
	margin-bottom: 0.5em;
}

.strip h2 a {
	color: #3D3D3D;
	text-decoration: none;
}

.strip h2 a:hover {
	color: #6F6F6F;
}

.strip .column {
	float: left;
	padding: 25px;
}

.strip .pri {
	padding-right: 5px;
}
.strip .sec {
	margin-top: 31px;
	padding-left: 5px;
	padding-right: 5px;
	width: 255px;
}

.strip .flickr .column a.lead {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 245px;
	float: left;
	font-size: 11px;
	opacity: 0.75;
	position: relative;
	text-decoration: none;
	width: 245px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.strip .flickr .column a.lead:hover {
	opacity: 1;
}

.strip .flickr .column a.lead strong {
	background: #101010 url(http://www.flickr.com/favicon.ico) no-repeat 220px 11px;
	border-top: 1px solid #000;
	bottom: -1px;
	color: #C5C5C5;
	left: 0px;
	opacity: 0.75;
	padding: 5px 5px 5px 10px;
	position: absolute;
	width: 230px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.strip .flickr .column a.lead strong span.title {
	float: left;
	max-width: 215px;
}

.strip .flickr .column a.lead strong span.date {
	color: #666666;
	clear: left;
	display: block;
}

.strip .thumbs li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.strip .thumbs li a {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 75px;
	width: 75px;
	float: left;
	opacity: 0.75;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: opacity 0.5s linear;
}

.strip .thumbs li a:hover {
	opacity: 1;
}

.strip .twitter .tweets {
	list-style: none;
}

.strip .twitter .tweets li {
	background: #171717;
	display: block;
	font-size: 10px;
	line-height: 140%;
	margin-bottom: 0.5em;
	width: 400px;
	opacity: 0.60;
	padding: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: opacity 0.5s linear;
}

.strip .twitter .tweets li:first-child .tweet {
	display: block;
	width: 325px;
}
.strip .twitter .tweets li:first-child {
	opacity: 1;
	background: #171717 url(http://s3.amazonaws.com/twitter_production/profile_images/60788978/me_bigger.png) no-repeat center right;
}

.strip .twitter .tweets li:nth-child(3) {
	opacity: 0.5;
}

.strip .twitter .tweets li:nth-child(4) {
	opacity: 0.4;
}

.strip .twitter .tweets li:last-child {
	opacity: 0.25;
}
.strip .twitter .tweets li:hover {
	opacity: 1;
} 

.strip .twitter .tweets li .date {
	color: #666666;
	clear: left;
	display: block;
	font-size: 9px;
}

.strip .pandora .column {
	padding-left: 10px;
}

.strip .pandora .songs {
	max-width: 500px;
}

.strip .pandora .songs li {
	display: block;
	margin: 5px;
	float: left;
}

.strip .pandora .songs li:first-child a.song {
	opacity: 1;
	width: 230px;
	height: 230px;
}
.strip .pandora .songs li:first-child a.song img {

}

.strip .pandora .songs li a.song img {
	width: 100%;
	height: 100%;
}

.strip .pandora .songs li a.song {
	float: left;
	opacity: 0.6;
	width: 110px;
	height: 110px;
	 -webkit-transition: opacity 0.5s linear;
}
.strip .pandora .songs li a.song:hover {
	opacity: 1;
}

.strip .delicious .bookmarks li {
	background: #101010;
	display: block;
	font-size: 10px;
	line-height: 140%;
	margin-bottom: 0.5em;
	width: 275px;
	opacity: 0.60;
	padding: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

