body {
	margin:0px 0px 20px 0px;
	background:#FFFF66;		
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:small;
	font-weight:normal;
}

a 			{ color: #FF0000; text-decoration: underline; }
a:link		{ color: #FF0000; text-decoration: underline; }
a:visited	{ color: #FF0000; text-decoration: underline; }
a:active	{ color: #999999;  }
a:hover		{ color: #999999;  }

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	color: #36478B;
}

#container {
	width: auto;
}

#banner {
	color:#36478B;
	font-size:x-large;
	font-weight:normal;	
	padding:15px;
        background: url(w-and-o-banner.jpg) left top no-repeat;
	/* border-top:4px double #666; */
}

#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
	font-size: xx-large;
	color: #36478B;
	text-decoration: none;
}

#banner a.subtitle,
#banner a.subtitle:link,
#banner a.subtitle:visited,
#banner a.subtitle:active,
#banner a.subtitle:hover {
	font-size:small;
	color: #FF0000;
	text-decoration: underline;
}

#banner h2 {
	color:#36478B;
	font-size:small;
	text-transform:none;	
	font-weight: normal;
}

#center {
}

.content {
	width: auto;
	position:absolute;
	left:240px;
	background:#FFFF66;
	margin-top: 15px;
	margin-bottom:20px;
	/* border:1px solid #FFFF66; */
}

#right {
	margin:15px;				
	/* border:1px solid #FFFF66; */
	width:200px;
	position: absolute;		
	left: 0px;
}

.content p {
	color:#333; /* ?? */
	font-size:small;
	font-weight:normal;
	background:#FFFF66;
	line-height:150%;
}

.content blockquote {
	line-height: 140%;
}

.content li {
	line-height: 140%;
}

.content h2 {
	font-size: large; 
	color: #36478B; 
	border-bottom:1px solid #36478B;
	margin-bottom:10px;
	font-weight:bold;
}

.content h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: medium;
	color: #666;
}

.content p.posted {
	font-size: x-small; 
	color: #000000; 
	margin-bottom:25px;
}

#calendar {
	color:#666;
	font-size:x-small;
	font-weight:normal;
	background:#FFFF66;
	line-height:140%;
	padding:2px;
	text-align:left;
}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

#calendar caption {
	color:#36478B;
	font-size:small;
	font-weight:bold;
	padding:2px;
	letter-spacing: .3em;
	background:#FFFF66;
	text-transform:uppercase;
	text-align:left;			
}

#calendar th {
	text-align: center;
	font-weight: normal;
}

#calendar td {
	text-align: center;
}

.sidebar {
	color:#333;
	font-size:x-small;
	font-weight:normal;
	background:#FFFF66;
	line-height:140%;
	padding:2px;				
}

.sidebar h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#36478B;
	font-size:small;
	font-weight:bold;
	padding:2px;
	margin-top:30px;
	letter-spacing: .3em;
	background:#FFFF66;
	text-transform:uppercase;		
}

.sidebar ul {
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 30px;
}

.sidebar li {
	color: #666666;
	font-size: x-small;
	text-align: left;
	line-height: 120%;
	margin-top: 2px;
	/* list-style-type: none; */
}

.sidebar img {
	border: 3px solid #FFFFFF;
}

.photo {
	text-align: left;
	margin-bottom: 20px;
}

.link-note {
	font-size: x-small;
	line-height: 140%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
}

#powered {
	color:#36478B;
	font-size:xx-small;		
	line-height:140%;
	/* text-transform:uppercase; */
	padding:2px;
	margin-top:50px;
	letter-spacing: .2em;					
	background:#FFFF66;		
}

#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: 80%;
}

div.content img {
        float: right;
        padding-left: 10px;
}
