body {
background-color: transparent;
font-size: 12pt;
font-family:'arial',Times,serif;
color:#000000; }

#masthead, #header, #navcats, #navpages, #narrowSidebar, #wideSidebar, #entryMeta, .share, #respond, #leaveComment, #footerPages, #footerCatBar, .comment, h3#comments {display:none;}

.post {width:100%}
.post img {float:left;margin: 0 10px 5px 0;}

<style type="text/css">
<?php
	$R = '3px';
	$sideWidth = '13em';
?>
a.button { display: inline-block; margin: 5px 0 }

dl { padding: 0; margin: 10px 1em 20px 0; background-color: white; border: 1px solid #ddd; }
dt { font-size: 10pt; font-weight: bold; margin: 0; padding: 4px 10px 4px 10px;
	background: #dfdfdf url(<?php echo admin_url('images/gray-grad.png') ?>) repeat-x left top;
<?php	/*
	background: #dfdfdf url(http://lh4.ggpht.com/_eYaV9fZ6qRg/SkFP0KzGcXI/AAAAAAAAALA/aQJlXvTd-IE/s800/bg-pane-header-gray.png) repeat-x left top;
	border-bottom: 1px solid #ddd;
*/ ?>
}
dd { margin: 0; padding: 10px 20px 10px 20px }
dl {<?php foreach (array('-moz-', '-khtml-', '-webkit-', '') as $pfx) echo " {$pfx}border-radius: $R;" ?> }

dd .caveat { font-weight: bold; color: #C00; text-align: center }

.box { border: 1px solid #ccc; padding: 5px; margin: 5px }
.help { background-color: whitesmoke }

</style>
