body, html {
	height: 100%;
}
body {
	background: #151515;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #fff;
}
object, embed, img {
	display: block;
}
a {
	color: #4A6BA7;
	text-decoration: none;
}
a:hover {
	color: #aaa;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
#wrapper {
	float: left;
	padding: 80px 0 80px 80px;
}
#banner {
	color: #555;
}
#banner a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
#banner span a {
	text-transform: capitalize;
	color: #4A6BA7;
}
#nav {
	position: fixed;
	left: 740px;
	padding-top: 20px;
}
#nav li {
	float: left;
	clear: both;
	color: #555;
	margin-bottom: 4px;
}
#nav li a {
	text-decoration: none;
	color: #fff;
	float: left;
	clear: both;
}
#nav li a:hover {
}
#nav .current-cat a {
	color: #4A6BA7;	
}
#nav .cv a {
	margin-top: 20px;
}
#nav .sub a {
	color: #555;
}
#stage {
	width: 660px;
	padding: 20px 0 0px 0px;
	float: left;
}
#stage #content {
	width: 640px;
}
#stage #content p {
	margin-bottom: 15px;
}
h1 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
object, embed {
	margin: 20px 0;
}
#stage ul li {
	float: left;
	margin-bottom: 20px;
	
}
#stage ul li a {
	float: left;
	width: 200px;
	height: 134px;
	overflow: hidden;
	margin: 0 20px 0px 0;
	color: #aaa;
	text-decoration: none;
	position: relative;
}
#stage ul li a img {
	margin-bottom: 5px;
}
#stage ul li a span {
	width: 113px;
}
#stage ul li a .excerpt {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.7);
	color: #fff;
	width: 190px;
	height: 103px;
	display: none;
	line-height: 16px;
	overflow: hidden;
}
#stage ul li a:hover .excerpt {
	display: block;
}
