html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,em,img,strong,ol,ul,li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html,body {
	height: 100%;
}

ol,ul {
	list-style: none;
}

:focus {
	outline: 0;
}

body {
	background: #0e0e0e;
	color: #aaa;
	font: 12px/1.4 "Lucida Sans Unicode","Lucida Grande",sans-serif;
}

a:link,a:visited {
	color: #bbb;
	text-decoration: none;
}

a {
	-o-transition-duration: .2s;
	-o-transition-property: color,background;
	-webkit-transition-duration: .2s;
	-webkit-transition-property: color,background;
}

a:hover {
	color: #fff;
}

#container {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: url(i/shadow.png) right top no-repeat transparent;
	z-index: 0;
}

.content,.ext {
	width: 210px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #050505;
	padding: 20px;
	margin-bottom: 5px;
}

.ext {
	padding: 10px 20px;
	float: left;
}

.ext li {
	float: left;
	display: inline;
	line-height: 25px;
	margin-right: 5px;
}

.ext li a {
	width: 20px;
	display: block;
	line-height: 25px;
	float: left;
	text-indent: -9999px;
}

.twitter a {
	background: url(i/twitter.png) no-repeat 2px center transparent;
}

.facebook a {
	background: url(i/facebook.png) no-repeat 2px center transparent;
}

.buzz a {
	background: url(i/buzz.png) no-repeat 2px center transparent;
}

.ext li a:hover {
	background-position: 2px 3px;
}

.ext2 {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9;
}

.ext2 li {
	float: left;
	margin-left: 2px;
	background: url(i/bgHover.gif) repeat-x 0 -30px #5e5f5f;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.ext2 li a {
	display: block;
	padding: 0 10px;
	line-height: 26px;
	float: left;
	text-indent: 17px;
	text-shadow: 0 -1px 0 #333;
	background: url(i/ico.png) no-repeat 4px 5px transparent;
}

.ext2 li.lecture a {
	background-position: 4px -23px;
}

#folio {
	margin-left: 275px;
	padding: 66px 0;
	z-index: 2;
	position: relative;
	float: left;
	display: inline;
}

#folio li {
	float: left;
	display: inline;
	margin: 0 5px 5px 0;
	line-height: 25px;
}

#folio a {
	display: block;
	width: 236px;
	height: 165px;
	padding: 10px;
	text-align: center;
	float: left;
	text-decoration: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #050505;
}

#folio a:hover,.ext2 li:hover {
	background: url(i/bgHover.gif) repeat-x #5e5f5f;
	text-shadow: 0 -1px 0 #333;
}

#folio img {
	background: url(i/loader.gif) center center no-repeat transparent;
	display: block;
}

.wide div {
	width: 280px;
	float: left;
	padding: 20px;
	background: #050505;
	margin-right: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

h1,h2,h3,h4,p {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 20px;
}

h1 {
	color: #ccc;
}

h2 {
	color: #ccc;
	font-size: 18px;
	letter-spacing: -2px;
}

h3 em,h4 em {
	display: block;
	background: url(i/ico.png) no-repeat 2px -55px transparent;
	font-style: normal;
	line-height: 18px;
}

h4 {
	color: #555;
	margin-top: -10px;
}

h4 em {
	background-position: 2px -79px;
	line-height: 18px !important;
}

h3 a,h4 a {
	display: block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: url(i/bgHover.gif) repeat-x 0 -30px #5e5f5f;
	text-shadow: 0 -1px 0 #333;
	padding: 4px;
	text-indent: 25px;
	line-height: 18px;
}

h4 a {
	width: 80px;
}

h3 a:hover,h4 a:hover {
	background: url(i/bgHover.gif) repeat-x #4e4e4e;
	text-shadow: 0 -1px 0 #333;
}

p strong {
	font-weight: normal;
	color: #fff;
}

h6 {
	font-size: 9px;
	font-weight: normal;
	color: #777;
	clear: left;
}

