body {
	background: black;
	color: white;
	font-family: Georgia,"Times New Roman",Times,serif;
}

h1, h3, p {
	font-weight: normal;
	line-height: 1.1em;
}

#container {
	width: 1000px;
}

#title-phat {
	color: #BBB;
}

#title-baker {
	color: #BBB;
}

#intro-block {
	float: left;
	position: absolute;
	width: 400px;
	padding: 20px;
	min-height: 700px;
}

#bio-block {
	float: left;
	position: absolute;
	width: 550px;
	padding: 20px;
	min-height: 700px;
}
#bio-block ul {
	padding: 0px;
}

#bio-block ul li {
	list-style: none;
	padding: 10px;
}

#bio-block ul li:hover {
	background: #222;
}

#bio-block ul li:before {
	content: "\00BB \0020";
}



#intro-block ul {
	padding: 0px;
}

#intro-block ul li {
	list-style: none;
	padding: 10px;
}

#intro-block ul li:hover {
	background: #222;
}

#intro-block ul li:before {
	content: "\00BB \0020";
}

#news-feed {
	padding-top: 50px;
	padding-left: 580px;
	float: left;
	width: 400px;
	max-height: 700px;
}
#youembed {
	float: left;
	position:absolute;
	width: 560px;
	height: 340px;
}



ul#phat-matt-feed {
	font-family: Helvetica, Arial, sans-serif;
	list-style: none;
	padding: 0px;
}

ul#phat-matt-feed li {
	postition:absolute;
	margin: 10px;
	padding: 10px;
	color: #777;
	border-left: #444 5px solid;
}

ul#phat-matt-feed li:hover {
	background: #222;
	
}

#news-feed p {
	border-top: gray dashed 1px;
	padding: 10px;
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
}

#highlights-container {
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
	border-top: #555 dashed 2px;
	border-bottom: #555 dashed 2px;
}

.thumb-container {
	float: left;
	padding: 5px;
	width: 120px;
	height: 120px;
}

.thumb-container:hover {
	background: #444;
}

.thumb-container p {
	text-align: center;
	font-size: 0.75em;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, arial, sans-serif;
}
