body { 
        background: #688057 url('/panel.png');
	color: #001709;
	margin: 10px;
}

a.menu {
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	border-right: 1em solid;
	padding-right: 1em;
	padding-left: 2em;
	text-decoration: none;
}

a.menu:hover {
	border-right: 1em solid;
	border-left: 1em solid;
	padding-right: 1em;
	padding-left: 1em;
	text-decoration: none;
}

a.traceback:hover {
	text-transform: capitalize;
}

a:link, a:visited { 
	color: black;
}  

a:focus, a:hover, a:active { 
	color: brown;
} 

a.plain {
	text-decoration: none;
}

a.smallplain {
	text-decoration: none;
	font-size: xx-small;
}

a.null {
	text-decoration: none;
	font-size: smaller;
	color: black;
}

a.hostname {
	text-decoration: none;
	font-size: x-large;
	font-weight: bolder;
  	font-family: "Courier New", Courier, monospace;
}

a.tag {
	float: right;
	font-size: x-small;
	clear: right;
	padding-right: 5px;
	text-decoration: none;
}

P:first-letter { 
	font-size: 110%; 
}

ul.none, ul.menu {
	list-style-type: none;
}

li.menu {
	list-style-type: none;
	margin-top: 1ex;
}

li.submenu {
	list-style-type: none;
	margin-top: 1ex;
	font-weight: bold;
}

div.padding {
	padding: 10px 10px 0px 10px;
}

div.traceback {
	float: right;
  	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: large;
	margin: 10px;
	width: auto;
	background: #CACC85;
}

div.menu {
	float: right;
  	font-family: Garamond, "Times New Roman", Georgia, times, serif;
	font-size: large;
	margin: 10px;
	text-align: right;
	width: auto;
	background: #CACC85;
}

div.porn {
	background: #CACC85;
	text-indent: 2em; 
	margin: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
        clear:both;
}

div.comments {
	clear: both;
	margin: 10px;
	background: #CACC85;
}

div.copyright {
	font-size: xx-small;
  	font-family: "Courier New", Courier, monospace;
	text-align: right;
}

div.date {
  	font-family: "Courier New", Courier, monospace;
	text-align: right;
	text-decoration: underline;
}

div.title {
	clear: both;
}

div.entry {
	clear: both;
	border: thin solid;
	border-bottom: none;
	border-left: none;
}

div.preview {
	top: 2em; left: 10%; right: auto;
	position: fixed; 
}

div.thumbnail {
	float: left;
	padding: 5px;
	background: black;
	border: 5px solid black;
}

div.medium {
	background: black;
}

div.portfolio {
	background: black;
}

div.tagheader {
	text-align: right;
}

img.floatLeft {
	float: left;
	margin: 4px;
}

img.floatRight {
	float: right;
	margin: 4px;
}

img.thumbnail {
	border-top: 16px solid white;
	border-bottom: 16px solid white;
	border-left: 4px solid white;
	border-right: 4px solid white;
}

img.tinythumb {
	border-top: 4px solid;
	border-bottom: 4px solid;
	border-left: 1px solid;
	border-right: 1px solid;
}

.edit textarea {
	border: none;
	margin: 0px;
	padding: 0px;
	background: #82582B;
}

span.comment {
	border: 1px dashed #6E4735;
}

span.comment:hover {
	background: #B40000;
	border-color: red;
	cursor: crosshair;
}

br.clear {
	clear: both;
}

blockquote {
	color: white;
	border: thin solid;
	float: left;
	font-style: italic;
	text-indent: 0px;
	padding: 1em;
}

blockquote P:first-letter { 
	font-size: 100%; 
}

pre {
	text-indent: 0px;
	overflow: auto;
}

a.title {
	clear: both;
	text-decoration: none;
}

a.date {
  	font-family: "Courier New", Courier, monospace;
	text-align: right;
}


