﻿body
{
	margin: 1.0em auto;
	background-color: #d2ccc6;
	width: 843px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	font-family: Times New Roman, Arial;
	font-size: 1.0em;
}
h1
{
	display: none;
}
h2
{
	display: block;
	font-family: Georgia;
	font-size: 1.5em;
	color: #58534f;
}
h3
{
	display: inline;
	font-family: Georgia;
	font-size: medium;
}
hr
{
    border: none 0;
    border-top: 1px solid #C8C8C8;
    height: 1px;
    text-align: left;
    margin: 0 0 .5em 0;
    *margin: 0 0 -.5em 0;/*IE*/
    padding: 0;
}
/*
i
{
	margin: 1.0em;
	font-family: Lucida Console, System, Fixedsys;
	font-style: normal;
	font-size: .75em;
	color: #444444;
}    */
#top
{
	height: 62px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
}
#middle
{
	min-height: 200px;
	background-image: url(images/middle-background.png);
	background-repeat: repeat-y;
}
#nav
{
	float: left;
	width: 160px;
	height: 200px;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
}
#nav ul
{
	margin: 0;
	padding: 20px 22px 18px 26px;
	list-style-type: none;
}
#nav li
{
	margin: .25em 0;
}
#nav a
{
	color: #58534f;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	font-family: Georgia;
}
#nav a:hover
{
	color: #322d28;
	border-bottom: dashed thin #484038;
}
#content
{
	margin: 0 20px 0 160px;
	padding: 1.0em;
}
#content ul.subnav
{
	list-style-type: upper-roman;
}
#content ul
{
	list-style-type: circle;
}
#content ul.subnav a
{
	font-family: Georgia;
	font-size: small;
	text-decoration: none;
}
#content li a, #content p a
{
	color: #58534f;
	text-decoration: underline;
}
#content .permalink a, .category a
{
	color: #58534f;
	text-decoration: none;
}
#content li a:hover, #content p a:hover, .permalink a:hover, .category a:hover
{
	color: #333333;
	text-decoration: none;
}
#content .permalink, #content .category, #content .logdate
{
	font-size: smaller;
}
#content .imgcaption
{
	margin: 0; 
	font-family: Tahoma, Verdana; 
	font-size: 0.8em; 
	text-align: center; 
	color: #666666;
}
#bottom
{
	height: 15px;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
}
#ad
{
	margin-top: 15px;
	text-align: center;
}
#sidebar ul.subnav
{
	list-style-type: upper-roman;
}
#sidebar ul
{
	list-style-type: circle;
}
#sidebar ul.subnav a
{
	font-family: Georgia;
	font-size: small;
	text-decoration: none;
}
/*
#content ul.categorylist
{
	list-style: none;
	display: inline;
	margin-left: -40px;
}
#content ul.categorylist li
{
	display: inline;
	padding: 0;
}

#content ul.categorylist li:before
{
	font-family: Times New Roman;
	content: '- ';
	margin: 0px 0px 0px 0px;
}
*/
#content ul.categorylist li:first-child:before
{
	content: "";
}
#content pre
{
	border: 1px dashed black;
	margin: 0 3em;
	background-color: whitesmoke;
	padding: .5em;
	font-size: 11px;
}
#content img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}
#content object
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}
#content .snap_noshots a
{
	color: #58534f;
	text-decoration: none;
}
.pagenav {
    text-align: center;
    display: block;
    background-color: #d2ccc6;
    padding: 0.25em;
    border: 1px solid #888888;
}
.pagenav a
{
	color: #58534f;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	font-family: Georgia;
}
.pagenav a:hover
{
	color: #322d28;
	border-bottom: dashed thin #484038;
}

/* admin */
#new-post, #edit-post, #new-category, #edit-category, #parameters {
    display: none;
}
textarea {
    width: 100%;
    height: 100px;
}

#new-post-editor, #edit-post-editor {
    width: 100%;
    height: 400px;
    border: 1px dashed #666666;
}

#new-post-content, #edit-post-content {
    display: none;
}

.admin-nav a
{
	color: #58534f;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	font-family: Georgia;
}
.admin-nav a:hover
{
	color: #322d28;
	border-bottom: dashed thin #484038;
}