/*  
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0

reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,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,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{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;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/*fonts*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* danadowell css */
html {
	background:#959593 url(images/bug_bg.jpg) no-repeat -90px 0;
}
body {
	padding-top: 30px;
	padding-left: 220px;	
}
a {
	text-decoration:none;
}
.nav {
	margin:15px 0;
	width:520px;
	text-align:right;
}
.nav li {
	list-style-type:none;
	display:inline;
	padding-left:20px;
}
.nav li a {
	color:#f86e12;
	font-family:courier;
	font-weight:bold;
	font-size:85%;
	text-transform:uppercase;
}
.nav li a:hover {
	margin-bottom:5px;
}
.header h1, .header h2 {
	margin-left:2px;
	font-family:courier;
	font-size:250%;
	font-weight:bold;
	color:#e1dcd2;
	text-transform:uppercase;
	letter-spacing:-1px;
	line-height:80%;
}
.section {
	background: url(images/bugs_section_bg.png) no-repeat 0 0;
	width:454px;
	height:578px;
	padding:33px;
}
.section #article {
	height:520px;
/*  background:url(images/bugontop.png) no-repeat 130px 490px;*/
}
#article h3 {
	text-transform:uppercase;
	font-family:helvetica;
	font-size:108%;
	font-weight:bold;
}
#article p {
	margin:10px 0 10px;
	font-family:helvetica;
	font-size:108%;
}
#article p a {
	color:#f86e12;
}

#article dl, #article dt a {
	color:#303030;
}
.section dt {
	margin-bottom:3px;
}
.section dt a {
	text-transform:uppercase;
	font-family:helvetica;
	font-size:108%;
	font-weight:bold;
	display:block;
}
.section dt a:hover {
	margin-left:-5px;
}
.section dd {
	margin-bottom:25px;
}

