* { box-sizing : border-box}
* { -moz-box-sizing : border-box}

a:link {
	color: #003366;
}

a:active {
	color: #003366;
}

a:visited {
	color: #006699;
}

a:hover {
	color: #009966;
	background-color: #eeeecc;
}

h1, h2, h3 {
	font-family: "Times New Roman", serif;
	font-weight: bold;
	margin: 3px;
	padding: 3px;
}

body {
	background-color: #66aaff;
	font-size: small;
	line-height: 110%;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#container {
	background-color: #f6f6f6;
	text-align: left;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}

#banner {
	color: #FFFFFF;
	background-color: #aaaaee;
	border: 2px groove;
	text-align: left;
	width: 100%;
	filter: alpha(opacity = 100, finishOpacity = 0, style = 1, startX = 0, startY = 0, finishX = 1000, finishY = 200);
	padding: 8px;
}

a#banner-img {
	display: none;
}

#banner a {
	color: #FFFFFF;
	text-decoration: none;
}

#banner h1 {
	font-size: xx-large;
	line-height: 120%;
	width: 100%;
	filter: dropshadow(color = gray, offx = 2, offy = 2, positive = 1);
}

#banner h2 {
	font-size: small;
	font-weight: normal;
}

#left {
	float: left;
	width: 230px;
}

#right {
	width: 230px;
	float: right;
}

#center {
	float: left;
	width: 528px;
	overflow: hidden;
}

.content {
	line-height: 140%;
	letter-spacing: 1px;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	padding: 15px 15px 5px 15px;
}

.content h2 {
	color: #333333;
	font-family: "Times New Roman", serif;
	font-size: large;
	border-bottom: 1px solid #333333;
	text-align: left;
	font-weight: bold;
	border: 1px solid;
	margin-bottom: 10px;
	padding: 3px;
}

.content h3 {
	color: #000066;
	font-family: "Times New Roman", serif;
	font-size: large;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid;
	margin-bottom: 10px;
	background-color: #eeeeee;
}

.content p {
	color: #333333;
	font-size: medium;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
}

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

.content p.posted {
	color: #999999;
	border-top: 1px dotted #999999;
	text-align: left;
	font-weight: bold;
	font-size: small;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
}

.sidebar {
	padding: 15px;
}

.sidebar a {
	font-weight: bold;
	text-decoration: none;
}

.sidebar a:link {
	color: #003366;
}

.sidebar a:active {
	color: #003366;
}

.sidebar a:visited {
	color: #006699;
}

.sidebar a:hover {
	color: #009966;
	background-color: #eeeecc;
}

.sidebar h2 {
	color: #666666;
	font-size: x-small;
	border: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
}

.sidebar h3 {
	font-size: x-small;
	font-weight: bold;
	border-bottom: 1px solid #666666;
}

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

.sidebar li {
	color: #333333;
	font-family: "Times New Roman", serif;
	font-size: x-small;
	text-align: left;
	margin-top: 10px;
	list-style-type: none;
}

.sidebar img {
	border: 5px solid #EEEEEE;
}

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

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

#calendar {
	line-height: 140%;
	color: #333333;
	font-size: x-small;
	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
}

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

#calendar caption {
	color: #666666;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
}

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

#calendar td {
	text-align: center;
}

#powered {
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #333333;
	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: 80%;
}

#content-headings .level-2 {
	margin-top: 15px;
	text-align: center;
	font-size: x-small;
	background-color: #eeeeee;
}
#content-headings .level-3 {
	font-weight: bold;
}

.s {
	color: #669966;
	font-size: small;
}

.referrer-list {
	font-family: monospace;
	font-weight: bold;
	font-size: large;
}

pre {
	font-size: small;
	text-align: left;
	border: 2px ridge #333333;
	color: white;
	background-color: #007080;
	padding: 5px;
	font-family: monospace,Terminal,"‚l‚r ƒSƒVƒbƒN","Small Fonts";
	width: 95%;
	overflow: scroll;
}

.code {
	font-size: small;
	text-align: left;
	border: 2px ridge #333333;
	color: white;
	background-color: #007080;
	padding: 5px;
	font-family: monospace,Terminal,"‚l‚r ƒSƒVƒbƒN","Small Fonts";
	width: 95%;
	overflow: scroll;
}

.block {
	text-align: left;
	border: 2px ridge #333333;
	color: white;
	background-color: #eeffee;
	padding: 5px;
	overflow: hidden;
}

blockquote {
	background-color: #eeeeee;
	border: 2px inset;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}

cite {
	font-style: normal;
	font-weight: bold;
}

.aTrackback {
	border: 1px solid #dddddd;
	background-color: #ddeedd;
	padding: 4px;
	margin-bottom: 5px;
	overflow: hidden;
}
.aComment {
	border: 1px solid #dddddd;
	background-color: #ddddee;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 5px;
	overflow: hidden;
}
.comment-writer {
	color: #999999;
	font-size: x-small;
	text-align: left;
	border-bottom: 1px dotted #999999;
	line-height: 1.5;
	padding: 3px;
}
.comment-form {
	background-color: #eee0ee;
	padding: 4px;
	overflow: hidden;
}

.myclip-main {
	line-height: normal;
	text-align: left;
	border: 2px inset #333333;
	background-color: #eeeedd;
	padding: 5px;
	height: 90px;
	overflow: auto;
}

.embedded-blog {
	line-height: normal;
	text-align: left;
	border: 2px inset #333333;
	background-color: #eeeedd;
	padding: 2px;
	height: 350px;
	overflow: auto;
	font-size: x-small;
}
.embedded-blog h1 {
	font-size: small;
}
.embedded-blog a {
	text-decoration: none;
	border-bottom: 1px solid #aaccf6;
}
.embedded-blog .anEntry {
	border: 1px solid #cccccc;
	padding: 2px;
}
.embedded-blog .posted {
	font-size: xx-small;
	margin-bottom: 2px;
	padding: 1px;
}
