@charset "utf-8";
/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
	font-size:95%;
	color:#333;
	letter-spacing:1px;
	line-height:120%;
}

#mainlayout {
	margin-bottom:0px;
	
}
#fulltable {
	width:100%;
	text-align:center;
}
#footerdiv {
	background-color:#003366;
	color:#fff;
	font-size:85%;
	height:100px;
	border:solid 1px #999;
	width:100%;
	float:left;
	text-align:center;
	padding-top:10px;
}
#leftdiv {
	border-top:solid 1px #663300;
	border-left:solid 1px #663300;
	border-right:solid 1px #663300;
	margin-right:0px;
	margin-bottom:0px;
	padding:0;
	width:200px;
}
#leftdiv img {
	padding:0;
}
#spacer {
	width:5px;
	padding:0px;
}
#rightdiv {
	border-top:solid 1px #663300;
	border-left:solid 1px #663300;
	border-right:solid 1px #663300;
	margin-bottom:0px;
	padding:5px;
}

#navbar {
	font-size:90%;
	text-align:right;
	padding-bottom:10px;
}
#navbar a {
	color:#630;
	text-decoration:none;
}
#navbar a:visited {
	color:#630;
	text-decoration:none;
}
#navbar a:hover {
	color:#630;
	text-decoration:underline;
}
h1 {
	font:arial;
	font-size:250%;
	letter-spacing:normal;
	font-weight:bold;
	color:#036;
	border-bottom:dotted 1px #999;
	padding-bottom:10px;
	margin-top:20px;
	margin-bottom:25px;
}
#photocontent {
	width:205px;
	text-align:center;
}
.photolink a {
	color:#fff;
	text-decoration:none;
}
#photocontent a {
	color:#fff;
	text-decoration:none;
	border:none;
}
#maincontent {
	width:100%;
}
#photocontent img {
	padding:2px;
	border:solid 1px #999;
}
#photocontent p {
	margin-top:0px;
	margin-bottom:20px;
}
a img {
	border:none;
}
#textcontent {
	
}
#textcontent p {
	text-indent:10px;
	text-align:justify;
	margin-right:15px;
}
h2 {
	color:#630;
	font-weight:bold;
	font-size:120%;
	margin-bottom:15px;
}
#textcontent a {
	text-decoration:none;
	color:#036;
	border-bottom:dotted 1px #630;
}
#textcontent a:visited {
	text-decoration:none;
	color:#036;
	border-bottom:dotted 1px #630;
}
#textcontent a:hover {
	text-decoration:none;
	color:#036;
	border-bottom:dotted 1px #036;
}
#textcontent img {
	background-color:#fff;
	border:solid 1px #333;
	padding:2px;
	text-align:center;
	vertical-align:middle;
}
#textcontent p.photo {
	text-align:center;
}
h3 {
	color:#036;
	font-weight:bold;
	font-size:130%;
	margin-bottom:15px;
	margin-right:5px;
	margin-left:5px;
	margin-top:10px;
	border-bottom:dotted 1px #630;
	text-transform:lowercase;
}
.leftlist {
	background-image: url(../images/blue_arrow.png);
	vertical-align:middle;
	font-size:85%;	
	padding-left:10px;
	list-style-image:none;
	background-repeat:no-repeat;
	background-position:0 .5em;
	list-style:none;
	list-style-type:none;
	margin-left:-25px;
	line-height:normal;
	margin-bottom:5px;
}
li {
	vertical-align:middle;
}
.leftlist img {
	vertical-align:middle;
}
.leftlist a {
	color:#006699;
	text-decoration:none;
}
.leftlist a:visited {
	text-decoration:none;
	color:#990033;
}
.leftlist a:hover {
	text-decoration:underline;
}
#errorlist {
	font-size:90%;
	color:#FF0000;
}
#error {
	font-size:90%;
	color:#f00;
	font-weight:bold;
}
#categories {
	font-size:85%;
	text-align:right;
	width:100%;
	margin-top:20px;
}

#newcomment {
	width:95%;
	font-size:90%;
	text-transform:lowercase;
	border:none;
	margin-left:5px;
	padding:5px;
}
input {
	border:solid 1px #630;
	float:left;
}
input.button {

}
textarea {
	border: solid 1px #630;
	float:left;
}
#commentblock {
	font-size:70%;
	margin-left:10px;
	text-align:justify;
	padding-bottom:10px;
	border-bottom:solid 1px #ccc;
	font-family:Arial, Helvetica, sans-serif;
}
#commentblock h4 {
	color:#036;
	font-size:105%;
	font-weight:bold;
	margin-bottom:15px;
	
}
#nav {
	font-size:90%;
}
#nav a {
	color:#069;
	text-deocration:none;
	border:none;
}
#nav a:visited {
	color:#990033;
	border:none;
}
#nav a:hover {
	text-decoration:underline;
	border:none;
} 
#navleft {
	text-align:left;
	width:100px;
	float:left;
}
#navright {
	text-align:right;
	width:100px;
	float:right;
}
#textcontent blockquote {
	font-size:85%;
	padding-left:15px;
	color:#333;
	text-align:justify;
	border-left:solid 8px #ccc;
}
#textcontent blockquote p {
	text-indent:0px;;
}
/*#textcontent blockquote[cite]:after {
	content: "Source: " attr(cite);
	display: block;
	border-top: 1px solid #999;
	color: #999;
	margin: 1em 0 0;
	padding: .5em 0 0;
	font-size: .8em;
	font-weight: bold;
}*/
blockquote p.blockquotesource {
 color:#999;
 margin: 1em 0 0;
 padding: .5em 0 0;
 font-weight: bold;
 font-size: 0.8em;
 padding-top: 0.5em;
 border-top:1px solid #999;
 overflow:hidden;
}
.blockquotesource a {
	color:#999;
	text-decoration:none;
}
.blockquotesource a:visited {
	color:#999;
	text-decoration:none;
}
.blockquotesource a:hover {
	color:#999;
	text-decoration:underline;
}
#poem {
	font-style:italic;
	padding:5px;
	margin-left:10px;
	margin-right:10px;
	font-size:85%;
	text-align:center;
	padding-left:15px;
	border-left:solid 8px #036;
	background-color:#fff;
	color:#630;
}
#poem p {
	text-indent:0px;;
	text-align:center;	
}
.loginform {
	font-size:80%;
	display:inline;
	width:100%;
	text-align:right;
	padding:2px;
	text-transform:lowercase;
}
.loginform input {
	display:inline;
}
