/*---------------------------------------------------------------------------------------------------------------------
LAYOUT CSS from http://www.thenoodleincident.com/tutorials/box_lesson/basic_centered.html
Some modifications by DL
---------------------------------------------------------------------------------------------------------------------*/

body {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: verdana, arial, helvetica, sans-serif;
color: #ccc;
background-color: #333;
text-align: center;
/* part 1 of 2 centering hack */
}

#header, #content, #footer, #copyright {
width: 820px; 
padding: 10px;
/* Set margin-top and -bottom to zero */
margin-top: /*20px;*/ 0;
margin-bottom: /*20px;*/ 0;
margin-right: auto;
margin-left: auto; 	
/* opera does not like 'margin:20px auto' */
background: #000;
border: 0px solid #ccc;
text-align:left; 
/* part 2 of 2 centering hack */
width: 820px; /* ie5win fudge begins */
voice-family: "\"}\"";
voice-family:inherit;
width: 800px;
}

html>body #content, html>body #header {
width: 800px; /* ie5win fudge ends */
}

#header, #content, #footer {
clear: both;
text-align: justify;
}

/*---------------------------------------------------------------------------------------------------------------------
General link styling
Obviously by DL
---------------------------------------------------------------------------------------------------------------------*/

a:link {
color: #FFF;
border-bottom: 1px dashed #FFF;
text-decoration: none;
}

a:visited  {
color: #999;
border-bottom: 1px dashed #FFF;
text-decoration: none;
}

a:hover {
color: #F09;
border: 0;
text-decoration: overline;
}

a:active {
color: #FFF;
border: 0;
}

#header > a, img {
border: 0;
}

/*---------------------------------------------------------------------------------------------------------------------
NAVLIST CSS from http://css.maxdesign.com.au/listamatic/horizontal05.htm
Some modifications by DL
---------------------------------------------------------------------------------------------------------------------*/

#nav {
padding: 3px 0;
font: bold 12px Verdana, sans-serif;
margin: 0px;
float: right;
}

#nav li {
list-style: none;
margin: 0;
display: inline;
font-size: 1.2em;
}

#nav li a
{
padding: 3px 0.5em;
margin-left: 3px;
text-decoration: none;
border: 0;
}

#nav li a:link {
color: #FFF;
}

#nav li a:visited  {
color: #999;
}

#nav li a:hover {
color: #F09;
text-decoration: overline;
}

#nav li a:active {
color: #FFF;
}

a img {
border: 0;
}

/* Section styling */

#otherent, #about {
width: 380px;
padding: 0 10px;
float: left;
}

#content  > .article, #content #archivelist, #content #searchresults, #content #error, #content #contact {
padding: 0 10px;
clear: both;
}

#otherent h2, #about h2 {
border-top: 3px double #FFF;
border-bottom: 3px double #FFF;
}

#footer {
background: /*#18003b*/ #000 url('beingdelilah-footer.jpg') no-repeat bottom center;
}

#profile {
float: left;
margin: 0.1em 0.5em 0.5em 0;
border: 10px solid #FFF;
}

.status {
color: #FFF;
font-style: italic;
}

.statusago {
color: #666;
font-size: 0.8em;
}

.prevnext {
text-align: right;
}

#copyright {
clear: both;
font-size: 0.6em;
text-align: center;
}

.searchform {
margin: 0;
}

.mailform, .commentform {
font-size: 0.8em;
}

.mailform textarea, .commentform textarea {
width: 100%;
}

.hidden {
display: none;
}

/*---------------------------------------------------------------------------------------------------------------------
Changing font sizes, faces and other stuff!
By DL obviously
---------------------------------------------------------------------------------------------------------------------*/

/* Set headings to same type face and style */

h1, h2, h3, h4, h5, h6 {
font-style: italic;
}

h1, h2 {
font-family: georgia, courier new, times new roman, serif;
font-size: 1.4em;
line-height: 1.6em;
font-weight: bold;
}

#content > ol > h3, #footer > ol > h3 {
font-size: 0.8em;
line-height: 1.2em;
font-weight: normal;
}

h3, h4, h5, h6 {
font-size: 0.8em;
line-height: 1em;
font-weight: bold;
}

/* Set content and footer area paragraphs */

#content p, #footer p {
line-height: 1.2em;
font-size: 0.8em;
}

/* Set content and footer area lists */
#content ul, #content ol, #footer ul, #footer ol {
line-height: 1.2em;
font-size: 0.8em;
}

#archivelist .searchoption, #archivelist .pageswitch {
line-height: 1.2em;
font-size: 0.8em;
}

#archivelist .searchoption label, #archivelist .searchoption select {

}

#archivelist .pageswitch {
margin: 0.6em 0;
}

#archivelist > ul.titlelist > li {
line-height: 1em;
font-size: 1em;
}

/* Inline text styling */
.strike {
text-decoration: line-through;
}

.leftbox {
float: left;
}

.rightbox {
float: right;
}

#content ul {
margin: 0 0 0 1.2em;
padding: 0;
list-style: square outside none;
}

#content ul li {
margin: 0.6em 0 0 0;
padding: 0;
}

.mood {
text-transform: lowercase;
}

pre {
line-height: 1.4em;
font-size: 1.2em;
border-left: 5px solid #999;
background: #FFF;
color: #000;
padding: 1em;
}

code {
font-size: 1.4em;
}

#content img {
display: block;
margin: 0.6em auto;
border: 10px solid #FFF;
}

.article .abody h2 {
font-size: 1.2em;
}