@charset "UTF-8";

* {
	font-size: large;
	font-family: "Myriad Pro", "HiraKakuPro-W3", "Lucida Sans Unicode", "Lucida Sans", "Arial", san-serif ;

}

body {
	margin: 5%;
	width: 90%;
	font-size: large; 
	color: #404040;
/*	line-height: 54px; */
	text-indent: 0px;
	background-color: #FFFFFF;
	}

input,select
{
	display: block;
	float: left;
	width: 55%;
}

label 
{
	display: block;
	width: 30%;
	float: left;
	text-align: right;
	margin-top: 0.5em;
	margin-right: 0.25em
}

h1
{
	margin-bottom: 16px;
}

br
{
	clear: left;
}
/*.inputItems
	{
	left: 80px;
	width: 60%;
}
*/
/*
a {
	text-decoration: underline;
	}

a:link {
	color: #8FABBE;
	}

a:visited {
	color: #8FABBE;
	}

a:active {
	color: #8FABBE;
	}

a:hover {
	color: #006699;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	color: #666666;
	font-size: small;
	}

#right {
	float: left;
	width: 240px;
	background-color: #FFFFFF;
	overflow: hidden;
	}

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

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

.content li {
	font-size: x-small;
	line-height: 150%;
	}

.content h2 {
	color: #666666;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content h3 {
	color: #666666;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content h3 {
	color: #666666;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

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

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

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

#calendar caption {
	color: #666666;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

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

#calendar td {
	text-align: center;
	}

.sidebar {
	padding: 0px;
	}

.sidebar h2 {
	color: #666666;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	}

.sidebar ul {
	padding-left: 8px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	}

.sidebar li {
	color: #666666;
	font-size: small;
	text-align: left;
	line-height: 150%;
	margin: 0px 0px 4px 0px;
	}

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

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

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

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

.affiliate p {
	font-size: x-small;
	line-height: 140%;
	margin-top: 4px;
	}

.affiliate ol {
	font-size: x-small;
	line-height: 150%;
	margin-top: 4px;
	padding-left: 8px
	}

.affiliate li {
	font-size: x-small;
	line-height: 150%;
	margin-top: 4px;
	}

.commentedby {
	font-size: x-small;
	}

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

blockquote {
	font-size: x-small;
	margin: 8px 12px 0px 24px;
}

code {
	background-color: #f0f0f0;
	margin: 4px auto 4px auto;
	font-family: "Courier New", "Courier", monospace;
	font-size: small;
	border-style: solid; padding: 8px;
	border-color: #808080;
	border-width: 1px;
	display: block
}

code.inline {
	border-style: none;
	padding: 2px;
	display: inline;
}*/