/* Stylesheet by Adam Meisel ~ 12.8.6 */

/*--------------ZERO-OUT-------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*---------------------------------*/


body {
	background:url(images/bg.png) repeat;
	background-color:#0a0a0a;
	_background-color:#383838;
	font:78% Arial, sans-serif;
	color:#fff;
	}

em {
	font-style:italic;
}

h1 {
	margin:28px 0 40px 38px;
}
	
a {	display:block;
	padding:10px;
	margin-bottom:8px;
	_margin-bottom:-7px;
	font-size:16px;
	text-decoration:none;
	text-shadow: 0 0 0 #000;
	background-color:#000;
	border-left:solid 8px #000;
	}
	
a:link{
	color:#fff;
	text-decoration:none;
	}
	
a:visited{
	color:#eee;
	}

a:hover{
	color:#f2d;
	border-left:solid 8px #f2d;
	}

a:active{
	color:#fff;
	}
	
h1 a {
	font-size:12px Arial, sans-serif;
	color:#fff;
	display: inline;
	padding: 0;
	margin: 0;
	border-left: 0;
}

h1 a:hover {
	font-size:12px Arial, sans-serif;
	color:#fff;
	display: inline;
	border-left: 0;
}
	
ul {
	margin:20px 414px 0 20px;
	_margin-right:434px;
	}
	
/*----------Writeup-----*/

#writeup {
	background-color:#000;
	width:374px;
	height:355px;
	border:1px solid #2f2;
	float:right;
	margin:0 20px 0 0;
}

#writeup p {
	margin:20px;
	text-align:left;
}

#writeup a {
	display:inline;
	margin:0;
	padding:0;
	border:0;
	text-shadow:none;
	font-size:12px;
	background-color:#000;
}

#writeup a:link {
	color:#bbb;
}

#writeup a:hover {
	color:#f2d;
}

#writeup ul {
	margin-top:-8px;
	margin-right:20px;
}

#writeup li {
	color:#5f5;
	text-shadow: 0 0 0 #000;
	line-height:1.45;
}

/*---------footer------*/

#footer {
	background-color:#000;
	height:23px;
	margin:0 20px 0 20px;
	_margin-right:40px;
	overflow:hidden;
}

#footer p, #footer a {
	font-size:11px;
}

#footer a {
	float:right;
	display:inline;
	height:100%;
	padding:5px 8px;
	margin:0;
	border:solid #0a0a0a;
	border-width:0 0 0 8px;
}

/*---- Subpage -----*/

.sub div {
	width:620px;
	margin:0 auto;
}

.sub h1 {
	margin:28px 0;
}

.sub img {
	border:10px solid #fff;
}

.sub a {
	margin-top:12px;
	text-align:center;
	border:none;
}

.sub a:hover {
	border:none;
}