body{
    font-family: Verdana, Osaka, Tahoma, Arial, Sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url("bg.png");
	background-repeat: no-repeat;
	background-position: top right;
}
h1, h2, h3, h4, h5, h6{
	padding: 0;
	margin: 0;
	font-weight: normal;
}
img{
	border: none;
}
a{
	color: navy;
	text-decoration: none;
}
a:link, a:visited, a:active{
	border-bottom: 3px double silver;
}
a:hover{
	border-bottom: 3px double pink;
}
form, p{
	margin: 0;
	padding: 0;
}
*.hidden{
	display: none;
}
*.right{
	float: right;
	margin-right: 7px;
}
*.note{
	font-weight: bold;
	font-size: 0.8em;
}

div#header{
	padding: 0 0 5px 0;
	height: 250px;
}
div#header h1{
	padding: 10px 10px 10px 15px;
	font-size: 160%;
	font-weight: bold;
}
div#header h1 a{
	color: #993300;
	border-bottom: none;
}
div#header h1 a:link, div#header h1 a:visited, div#header h1 a:active{
	color: #993300;
}
div#header h1 a:hover{
	border-bottom: 3px double pink;
}
div#header p.description{
	margin: 10px 5px 0 25px; 
	color: Green;
}

div#shortcut{
	font-size: 0.8em;
	margin: -35px 5px 2px 10px;
}
div#shortcut a{
	border: none;
}
div#shortcut a:link, div#shortcut a:visited, div#shortcut a:active{
	color: blue;
}
div#shortcut a:hover{
	border-bottom: 3px double pink;
}

div#main{
	margin: 10px 7px 0 10px;
	padding: 5px;
	width: auto;
	line-height: 1.4em;
	font-size: 0.85em;
}
div#main h1, div#main h2{
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 7px;
	margin-left: -15px;
	padding-left: 4px;
	border-left: solid 7px Green;
}
div#main h2 a{
	color: #993300;
	border-bottom: none;
}
div#main h2 a:link, div#main h2 a:visited, div#main h2 a:active{
	color: #993300;
}
div#main h2 a:hover{
	color: red;
}
div#main h3{
	font-size: 1.25em;
	font-weight: bold;
	margin: 10px 0 7px 15px;
	padding-left: 4px;
	border-left: solid 7px Orange;
}
div#main div.entry, div#tagpage, div#flickrpics{
	line-height: 1.75em;
	margin-left: 15px;
}
div#tagpage ul{
	margin-left: 25px;
}
div#main p{
	margin-bottom: 15px;
	margin-left: 15px;
}
div#main p.date, div#main p.author{
	text-align: right;
	font-style: italic;
	font-size: 0.9em;
}
div#main p.date a, div#main p.author a{
	border: none;
}
div#main p.date a:hover, div#main p.author a:hover{
	border-bottom: double 3px pink;
}
div#main p.entry-navigation{
	text-align: center;
	margin: 2px 5px 2px 5px;
	padding: 3px 5px 2px 5px;
}
div#main div.quote{
	padding: 5px;
	margin-right: 5px;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.4em;
	border-left: solid 4px #B0E2FF;
}

/* comments and trackbacks */
div#main div.comment-content{
	margin-left: 15px;
}
div#main div.comment-title{
	font-weight: bold;
}
div#main *.commentinput{
	font-family: arial, sans-serif;
	font-size: 1em;
}
div#main input.commentinput{
	width: 300px;
}
div#main small{
	font-size: 0.8em;
}
div#main div.comment{
	font-size: 0.9em;
	margin-left: 15px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
div#main div.comment a{
	border-bottom: none;
}
div#main div.comment a:hover{
	border-bottom: 3px double pink;
}
textarea#piv_comment{
	width: 97%;
}

div#sidebar{
	width: 297px;
	background-color: #FFFFFF;
	border: solid 1px silver;
	float:right;
	margin: 17px 5px 10px 10px;
	padding: 5px 5px 5px 10px;
	line-height: 1.2em;
}
div#sidebar h3{
	color: #993300;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 2px;
}
div#sidebar a{
	border-bottom: none;
}
div#sidebar a:hover{
	color: pink;
}
div#sidebar p, div#sidebar table{
	width: 285px;
	font-size: 0.8em;
	margin: 0 0 15px 7px;
	text-align: left;
}
div#sidebar table.google_search_within{
	width: 250px;
}
div#footer{
	margin: 5px 0 3px 0;
	color: green;
	font-size: 0.8em;
	text-align: center;
	clear:both;
}
div#footer a{
	border-bottom: none;
	color: green;
}
div#footer a:hover{
	border-bottom: 3px double pink;
}

/* for trackback url */
#tbgetter {
	height: 50px;
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	border: 1px #ccc solid;
	padding: 5px;
	background: whitesmoke;
	overflow: auto;
}
#tbgetter a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}
#tbgetter a:hover {
	border-bottom: 3px double pink;
}

/* these settings for calendar box */
div#sidebar table.calendar {
	font-size: 12px;
	border: none;
	padding: 0px;
	width: 215px;
}
.calendar {
	margin: 0px;
	font-size: 90%;
}
.calendar td {
	padding: 3px 3px;
	margin: 0px;
}
.calendar th {
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
}
.calendar th a, .calendar a {
	font-weight: bold;
	color: #253a69;
	text-decoration: underline;
}
.calendarToday {
	font-weight: bold;
	text-decoration: underline;
}
.calendarHeaderControl {
	font-size:13px;
}
