/*  
Theme Name: Zero
Theme URI: http://wp.uberdose.com/2007/02/04/zero-wordpress-theme/
Description: Pure. Clean. Room to breathe.
Version: 1.2
Author: uberdose
Author URI: http://wp.uberdose.com/
*/

body {
background:#fff;
background-image: url(/images/R2d2c.gif);
background-position: bottom right;
background-repeat: no-repeat;
margin:15px 0;
padding:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color:#000;
}

ul {
margin-left:1.5em;
padding-left:1.5em;
}

#page {
width: 640px;
text-align:justify;
margin: 10px auto;
}

a, a:visited {
text-decoration:underline;
color:black;
/*font-weight:bold;*/
}

a:hover, a:visited:hover {
text-decoration:none;
/*font-weight:bold;*/
color:white;
background:black;
}

strong{
font-weight:bold;
/*font-style:italic;*/
}

#header {
padding-bottom:1em;
border-bottom:1px dotted #000;
}

#header h1 a {
color:black;
text-decoration:none;
line-height:1em;
}

#header h1 a:hover, #header h1 a:visited:hover {
color:#FFF;
}

div.navigation {
margin-top:1em;
margin-bottom:2em;
}

h1 a, h2 a, h1 a:visited, h2 a:visited {
text-decoration:none;
color:#000;
}

h2 {
margin-top:2em;
font-size:2em;
}

h1 {
margin-top:2em;
font-size:2.5em;
}

small {
color:#000;
}

ul {
padding-left:0;
}

ul.inlined li, div.inlined li, #sidebar li {
display:inline;
}

#searchform {
text-align:right;
}

.description {
float:left;
}

strong a, strong a:visited {
color:#000;
}

strong {
color:black;
}

.next_links {
margin-top:2em;
}

ol dl li {
list-style-type:decimal;
list-style-position: outside;
font-size:42px;
position: relative;
top: 52px;
left: 85px;
padding-bottom:15px;
line-height:normal;
color:#000;
_color:#FFF;; /* show to IE */
}
ol dl li dt {
_margin-top: -70px;
font-weight:bold;

}
ol dl li dd {
width: 400px;
}
ol dl li dt, ol dl li dd {
_list-style-type:decimal;
_list-style-position: outside;
color:#111;
font-size:0px;
line-height:normal;
font-size:small;
position: relative;
top: -52px;
left: -45px;
}

BLOCKQUOTE{
   border-left: 10px solid black;
   padding-left: 10px;
}
DIV.topas{
   padding: 7px 86px 10px;
   border-left: 7px solid black;
   border-right: 7px solid black;
   text-align:center;
   background: #c0d4d4;
   border-bottom:1px dotted #000;
}
DIV.topas2{
   padding: 7px 86px 10px;
   border-left: 7px solid #c0d4d4;
   border-right: 7px solid #c0d4d4;
   background:#000;
   text-align:center;
   border-bottom:1px dotted #fff;
}
#rssbar{
   background:#000;
   padding: 10px;
   margin-top: 10px;
   border-top:1px dotted #fff;
   border-bottom:1px dotted #fff;
   border-left: 30px solid #c0d4d4;
   border-right: 30px solid #c0d4d4;
   text-align:center;
}
#footer{
   padding-top: 10px;
}