body {
	background: #090808 url(../images/bg-porto.png) repeat-x fixed;
	color: #747474;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}
#bar {
	width: 100%;
	height: 10px;
	background: transparent url(../images/bg-glowbar.png) repeat-x;
	position: fixed;
	top: 0;
	z-index: 2;
}
#wrapper {
	width: 100%;
	height: 100%;
}
#header {
	width: 236px;
	text-align: right;
	position: fixed;
	top: 72px;
	left: 24px;
	z-index: 1;
}
#header img {
	margin-bottom: 9px;
}
#header .desc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	text-align: left;
	color: #8e8f8f;
	background: transparent url(../images/icn-kittvox.png) -1px 12px no-repeat;
	padding: 9px 0 9px 36px;
	margin-right: 4px;
	border-top: 1px dotted #831408;
	border-bottom: 1px dotted #831408;
}
#d1 {
	/*display: block!important;*/
}
img {
	opacity: .9;
}
#content {
	margin-left: 256px;
	padding-top: 72px;
}
.category {
	clear: left;
}
.category h1 {
	display: block;
	float: left;
	width: 220px;
	padding: 13px 6px 0 6px;
	margin: 0 0 -31px 0;
	text-align: right;
	font-size: 29px;
	line-height: 1em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: lowercase;
}
.category ul {
	min-width: 232px;
	margin-left: 232px;
	margin-bottom: 12px;
	list-style-type: none;
	border-left: 3px solid #5b96a4;
	padding: 12px 0;
}
.category#visual ul {
	border-color: #b01602;
}
.category#audio ul {
	border-color: #e3ce5e;
}
.category#written ul {
	border-color: #65bb75;
}
.category ul li {
	
}
.category ul li a {
	display: block;
	padding: 3px 0 1px 0;
	clear: left;
	height: 32px;
	line-height: 2.5em;
}
.category ul li a img {
	margin: 0 6px;
	float: left;
	border: none;
	outline: none;
}
.category ul li a span {
	background: #4b4849;
	display: block;
}
.category a {
	color: #909090;
	text-decoration: none;
}
.category li:hover a {
	color: #090808;
	background: #5b96a4 url(../images/bg-glowbar.png) 0 -7px repeat-x;
}
.category#visual li:hover a {
	background-color: #b01602;
}
.category#audio li:hover a {
	background-color: #e3ce5e;
}
.category#written li:hover a {
	background-color: #65bb75;
}
#footer {
	font-size: 9px;
	width: 232px;
	padding-bottom: 24px;
	bottom: 0;
	left: 24px;
	position: fixed;
}
