/*  
Theme Name: accessibility
Theme URI: http://www.softwarediscountvoucher.com/blog/2009/07/12/accessibility-theme-for-wordpress/
Description: Designed by <a href="http://www.softwarediscountvoucher.com">Software Discount Voucher</a> and available free at <a href="http://www.softwarediscountvoucher.com/blog/2009/07/12/accessibility-theme-for-wordpress/">our blog</a>. Released under the GPL. Uses high contrast colours  and text simliar to those used by the BBC's accessibility parser. Simply using this plugin doesn't make your site accessiblity friendly, you still need at add ALT tags to your images etc!
Version: 1.0
Author: Software Discount voucher
Author URI: http://www.softwarediscountvoucher.com/
Tags: black, one-column
*/
body {
line-height: 15pt;
margin:12pt 6pt;
padding:3pt;
background: black;
color:yellow;
font-family: Verdana, arial;
}

* {
font-size: large;
}
body h2,body h3,body h4,body h5,body h6 {
line-height:125%;
}

body h1 {
font:bold 10pt/150% helvetica, arial, sans-serif;
letter-spacing:0.3pt;
margin:6pt 0;
text-transform:uppercase;
}

body h2 {
border-bottom:1px dotted #AAA;
font:14pt/150% georgia, times, serif;
margin:18pt 0 6pt;
padding:0 2pt 0 0;
}

body h3 {
font-size:9pt;
margin:18pt 0 6pt;
text-transform:uppercase;
}

body p {
margin:0 0 12pt;
}

body div.entry-date {
border:1px solid #999;
float:right;
font-size:7pt;
margin:0 3pt;
padding:1pt 3pt;
text-transform:uppercase;
}

body abbr.published {
border:none;
}

body div.entry-content a:link:after,body div.entry-content a:visited:after {
content:" (link:" attr(href) ") ";
font-size:90%;
}

body div.entry-content abbr:after {
content:" (ie, " attr(title) ") ";
font-size:90%;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

body div#blog-description,body div.sidebar,body div#access,body div#globalnav,body span.archive-meta,body div.entry-meta,body div#footer,body div.navigation,div#respond,div#trackbacks-list,body div.formcontainer,body form {
display:block;
}