html,body{
	background-color: #000;
	cursor: default;
}
h1,h2{
	color: #fff;
	font-weight: 100;
	letter-spacing: 1px;
	font-size: 28px;
	margin: 25px 0px 20px 0px;
}
#article h1{
	font-size: 36px;
}
#article h1, #article h2{
	margin: 35px 0px 20px 0px;
	color: #ffc000;
	letter-spacing: 2px;
}
#article .intro{
	font-size: 14px;
	line-height: 22px;
}
#article .outro{
	margin-top: 35px;
}
h3{
	color: #fff;
	font-weight: 100;
	letter-spacing: 1px;
	font-size: 18px;
	margin: 25px 0px 20px 0px;
}
#article h3{
	color: #ff4e00;
	letter-spacing: 2px;
}
p,ul{
	font: 12px Helvetica, Arial, sans-serif;
	color: #606060;
	line-height: 18px;
	margin-bottom: 14px;
}
a{
	text-decoration: none;
}
#article strong{
	color: #B5B5B5;
	font-weight: normal;
}
p a, li a{
	color: #B5B5B5;
	text-decoration: none;
}
#article p a, #article  li a{
	color: #999;
	border-bottom: 1px dotted #666;
}
#article p a:hover, #article  li a:hover{
	color: #fff;
}
p a:hover, li a:hover{
	background-color: #666;
	border-top: 1px solid #777;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #000;
	padding: 1px 4px 2px 4px;
	margin: 0px -4px 0px -4px;
}
.siteblock{
	border-bottom: 1px solid #222;
}
#nav{
	padding: 40px 0px 30px 0px;
}
#nav a{
	font-size: 17px;
	font-weight: 100;
	letter-spacing: 1px;
	color: #fff;
	position: relative;
	top: 30px;
	text-decoration: none;
}
#nav a:hover{
	background-color: #666;
	border-top: 1px solid #777;
	color: #000;
	padding: 1px 6px 2px 6px;
	margin: 0px;
	position: relative;
	top: 30px;
	left: -6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
a.up{
	position: relative;
	left: -20px;
	top: 29px;
	margin-right: -9px;
	float: left;
	background-color: #666;
	height: 9px;
	width: 9px;
	display: block;
	line-height: 1px;
}
a.up:hover{
	background-color: #aaa;
}
.rss{
	text-align: right;
}
#header p{
	font-size: 13px;
}
#worknav li{
	font-size: 13px;
	border-bottom: 1px solid #222;
	padding: 5px 0px 4px 0px;
}
#worknav li:last-of-type{
	border-bottom: 0px solid #151515;
}
#worknav .active{
	font-weight: bold;
}
#workcontent{
	overflow: hidden;
	height: 385px;
}
#workcontent .prevnext{
	height: 20px;
	position: relative;
	top: 27px;
	float: right;
	padding-right: 4px;
}
#workcontent div{
	height: 385px;
}
#workcontent div .omega{
	text-align: right;
}
#workcontent div .omega p{
	margin-right: 4px;
}
#workcontent h1{
	padding: 25px 0px 25px 0px;
	margin: 0px;
}
#workcontent h2 span{
	padding: 0px;
}
#workcontent img{
	width: 700px;
	height: 250px;
	margin-bottom: 10px;
}
#contact span, #workcontent span{
	color: #858585;
	padding-right: 5px;
}
#friends a, #networks a, #contact a{
	color: #606060;
}
#friends a span, #networks a span, #contact a span{
	color: #858585; 
	padding-right: 5px;
}
#friends a:hover span, #networks a:hover span, #contact a:hover span{
	color: #000;
	margin: 0px;
}
#friends a:hover, #networks a:hover, #contact a:hover{
	background-color: #666;
	border-top: 1px solid #777;
	background-image: url("../img/arrow.gif");
	background-repeat: no-repeat;
	background-position: right;
	color: #333;
	padding: 1px 16px 2px 4px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: -4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#footer{
	padding: 30px 0px 40% 0px;
}
#footer p{
	font-size: 11px;
	color: #252525;
	display: block;
	float: left;
}
#footer img{
	float: left;
	position: relative;
	left: 30px;
	top: -8px;
}