/*  
Theme Name: DRN
Theme URI: http://douglas.nerad.org/journal/
Description: Simple two column with two "sidebars"; one is the sidebar, and one is the so-called menu. For the menu I use (and encourage you to use) archives, categories and a list of links.
Style: two-columns, simple, black, white
Version: 2.0
Author: Douglas Nerad
Author URI: http://douglas.nerad.org/journal/
License: The CSS, XHTML, other code and design is released under GPL:
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

body {
margin: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #000000;
background-color: #FFFFFF;
}
a {
color: #000000;
}
s {
color: #990000;
}
/* The q and .image tags are used within posts to align these elements at top right */
q {
border: 1px solid;
padding: 5px 10px;
margin: 5px 10px;
width: 12em;
float: right;
font-style: italic;
}
.image {
border: 1px solid;
font-size: 10px;
text-align: center;
padding: 0px;
margin: 10px;
float: right;
}
.image img {
margin: 0px;
padding: 0px;
}
.post {
line-height: 150%;
font-size: 12px;
}
.pagenavi {
text-align: center;
margin-top: 20px;
}
#main {
position: relative;
top: 120px;
margin: 0 230px 30px 10px;
background-color: #FFFFFF;
font-size: small;
padding-bottom: 100px;
}
#main h1 {
font-size: 18px;
font-weight: bold;
letter-spacing: 0.65em;
padding-top: 30px;
margin-top: 0px;
}
#main h2 {
font-family: "Times New Roman", Times, serif;
/*text-transform: uppercase;*/
font-size: 18px;
font-weight: bold;
letter-spacing: 0.25em;
}
#main h2 a {
text-decoration: none;
}
#main h2 a:hover {
text-decoration: underline;
}
#header {
position: absolute;
left: 0px;
top: 0px;
height: 120px;
margin-right: 220px;
}
#header a {
text-decoration: none;
}
#header h1 {
font-family: "Courier New", Courier, mono;
font-size: 48px;
letter-spacing: 0.2em;
padding-left: 20;
font-weight: bold;
margin-top: 20px;
}
#menu {
padding-left: 25px;
font-size: 10px;
margin-bottom: 1.5em;
}
#menu a {
text-decoration: none;
}
#menu, #menu li {
text-align: center;
text-transform: lowercase;
}
#menu ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
#menu li { /* all list items */
float: left;
position: relative;
width: 6em;
color:#000000;
border-right: 1px #000000 solid;
}
#menu ul ul { /* second-level lists */
display: none;
position: absolute;
top: 1em;
left: 0;
}
#menu ul li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}
#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items */
display: block;
}
#menu ul ul, #menu ul ul li {
background-color: #ffffff;
/* Width is two columns, minus the 0.5em of left-side padding that you'll see in the next CSS block. Subtracting the .5 means that submenu items line up nicely with first-level menu headings */
width: 11.5em;
z-index: 2; 
}
#menu ul ul {
border: #000000 solid thin;
padding-left: 0.5em;
}
#menu ul ul li {
padding-top: 0.1em;
padding-bottom: 0.1em;
vertical-align: middle;
text-align: left;
text-transform: none;	/* Turn off lowercasing */
}
#menu a img:hover {
background-color: #333333;
}
#sidebar {
position: absolute;
right: 0px;
top: 0px;
width: 240px;
background-color: #FFFFFF;
overflow: hidden;
font-size: 12px;
margin-bottom: 15px;
margin-right: 10px;
list-style-type: none;
}
#sidebar a:hover {
text-decoration: underline;
}
#sidebar ul li {
list-style-type: none;
margin-bottom: 25px;
}
#sidebar ul li ul li {
font-size: x-small;
text-align: left;
margin: 5px;
list-style-type: none;
text-indent: -35px;
line-height: 85%;
}
#sidebar h2 {
font-size: 12px;
text-align: left;
font-weight: bold;
letter-spacing: .3em;
text-transform: lowercase;
}
#sidebar table {
font-size: small;
margin-top: 10px;
}
table#wp-calendar {
width: 65%;
margin-left: auto;
margin-right: auto;
}
#sidebar li.widget_links h2 {
text-align: center;
font-size: x-small;
font-weight: bold;
text-transform: uppercase;
padding: 3px 0px;
letter-spacing: 4px;
background-color: #CCCCCC;
border-bottom: 1px solid #000000;
}
#sidebar li.widget_links a {
text-decoration: none;
}
#sidebar li.widget_links a:hover {
text-decoration: underline;
}
#sidebar li.widget_links li:before {
content: "- ";
}
