/*-------------------------------------------------------------- Application.css Imports all stylesheets; sets defaults for bare elements --------------------------------------------------------------*/ @import 'layout.css'; @import 'content.css'; @media print { #sidebar { display:none; } #content { float: none; width:90%; } #content pre { color: #000; background: #eee; } #content form.comments { display:none; } } html, body { padding:0px; margin: 0px; } body { font: normal 12px "lucida grande", verdana, arial, helvetica, sans-serif; } input, textarea { font: normal 12px "bitstream vera sans", verdana, sans-serif; } abbr { border: none; } cite { font-style: normal; } a img { border: none; padding: 0; margin: 0; } a:link, a:visited { color: #459; } a:hover, a:active { color: red;} #SiteTopLinks { float:right; margin-top:25px; margin-right:5px; padding:0px; } #SiteTopLinks ul { padding-top:0px; margin-top:0px; } #SiteTopLinks li { display:inline; padding-left:8px; padding-right:8px; } #SiteTopLinks a, #SiteTopLinks a:visited, #SiteTopLinks a:active { color:black; text-decoration:none; } #SiteTopLinks a:hover { color:#444; text-decoration:none; border-bottom:solid 4px #ddd; }