/* Overall CSS file for dsz123.net */

body
{
font-family: georgia, serif;
color: #101010;
background-color: #ffffff;
}

p
{
font-family: georgia, serif;
color: #101010;
}

#header
{
padding: .3em;
font-family: arial, sans-serif;
font-weight: bold;
font-size: 20px;
border-bottom: 1px solid black;
}

#postinfo
{
font-size: x-small;
}

#leftnav
{
font-family: georgia, serif;
font-size: smaller;
color: #303030;
text-align: left;
margin: 0;
padding: .5em;
float: left;
width: auto;
}

#content
{
margin: 0 0 0 100px;
border-left: 1px solid black;
min-height: 8em;
padding: .5em;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
border-top: 1px solid black;
font-size: small;
width: 100%;
}

a:link { color: #000099 }
a:visited { color #0000cc }
a:link:hover { color: #0000ff }
a:visited:hover { color: #0000ff }


div.slideshowCtrl
{
text-align: center;
}

div.slideshowOutput
{
text-align: center;
font-style: italic;
}

div.slideshow
{
margin: 20px auto;
padding: 0;
position:relative;
}


div.image
{
height: auto;
width: auto;
margin: 0;
padding: 0;
text-align: center;
display: block;
}

div.image img
{
display: block;
margin: auto;
border: 1px solid #101010;
}

div.image a:link { text-decoration: none; }
div.image a:visited { text-decoration: none; }
div.image a:link:hover { text-decoration: none; }
div.image a:visited:hover { text-decoration: none; }

