/* style sheet for the personal web pages of Roger WL Davis */
/* $Id: rwd.css,v 1.0 2002/10/10 08:00:00 link Exp $ */

body {
	margin: 10px 10px 20px 10px;
		background-color: #4B4633;
		text-align: center;
	}
a {
	text-decoration: underline;
	}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
	}
a:visited {
	color: #CCCCCC;
	}
a:active {
	color: #CCCCCC;
	}
a:hover {
	color: #FF9900;
	}
h1, h2, h3 {
	margin: 3px;
	padding: 3px;
	font-weight: normal;
	}
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 850px;
	background-color: #5F5944;
	border: 1px solid #5F5944;
	}
#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #5F5944;
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #5F5944;
	}
#banner-img {
	display: none;
	}
#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}
#banner h1 {
	font-size: medium;
	font-weight: bold;      
	}
#banner h2 {
	font-size: small;
	}
#banner h3 {
	font-size: x-small;
	}
#left {
	float: left;
	width: 180px;
	background-color: #333;
	overflow: hidden;
	}

textarea#comment-text {
        width: 470px;
        }
#right {
	float: left;
	width: 300px;
	background-color: #6F6F4F;
	overflow: hidden;
	}
#center {
	float: left;
	width: 640px;
	overflow: hidden;
	}
.content {
	padding: 15px 15px 5px 15px;
	background-color: #6F6F4F;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: medium;
	}
.sidebar {
	padding: 15px;
	}
.content blockquote {
	line-height: 150%;
	}
.content li {
	line-height: 150%;
	}
.content h1 {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: medium;
	border: 1px solid #999999;
	text-align: left;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 3px;
	}
.content h2 {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: small;
	border: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 3px;
	}
.content h3 {
	color: #D0B254;
	font-family: Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: normal;
	margin-bottom: 10px;
	}
.content p {
	color: #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: medium;
	text-align: left;
	margin-bottom: 20px;
	line-height: normal;
	}
.content p.posted {
	color: #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: xx-small;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	}
#calendar {
  	line-height: 140%;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: xx-small;
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}
#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}
#calendar caption {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: xx-small;
	border: 1px solid #999999;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	letter-spacing: .3em;
	}
#calendar th {
	text-align: center;
	font-weight: normal;
	}
#calendar td {
	text-align: center;
	}
.sidebar h2 {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: xx-small;
	border: 1px solid #999999;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	letter-spacing: .3em;
	}
.sidebar h3 {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: x-small;
	border: 1px solid #999999;
	text-align: center;
	font-weight: normal;
	padding: 3px;
	letter-spacing: .2em;
	}
.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}
.sidebar li {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: xx-small;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	list-style-type: none;
	}
.sidebar img {
	border: 1px solid #999999;
	}
.photo {
	text-align: left;
	margin-bottom: 1000px;
	margin-right: 15px;
	margin-left: 0px;
	}
.photo p {
	margin-right: 1px;
	margin-left: 1px;
	color: #999999;
	font-family: "Arial Narrow", sans-serif;
	font-size: x-small;
	border: 1px solid #444444;
	text-align: center;
	font-weight: normal;
	padding: 2px;
	letter-spacing: .1em;
	}
.link-note {
	font-family: Arial, sans-serif;
	font-size: xx-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}
#powered {
	font-family: Arial, sans-serif;
	font-size: xx-small;
	line-height: 150%;
	text-align: left;
	color: #FFFFFF;
	margin-top: 50px;
	}
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}
textarea[id="comment-text"] {
	width: 100%;
	}
.image-full {
		width: 470px;
	}
.image-thumbnail {
	float: left;
	width: 130px;
	margin-bottom: 10px;
	}
.image-thumbnail img {
	width: 115px;
	height: 115px;
	}

img.line {
  margin-top:10px;
  margin-bottom:10px;
  text-align:center;
  height:1px;
  }
img.btn {
  margin-top:7px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:5px;
  text-align:left;
  }