@charset "utf-8";

/* body xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
body {
	margin: 0px;
	padding: 0px;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	color: #000000;
	word-wrap: break-word;
	font-weight: normal;
	font-size: small;
	background: #919191 url("body-bg.gif") left top fixed;
	}

/* link xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
a:link, a:active,
#calendar a:link, #calendar a:active {
	color: #074d8e;
}

a:visited {
	color: #3971a5;
}

#calendar a:visited {
	color: #3971a5;
}

a:hover {
	text-decoration:none;
}

#banner a:link, #banner a:active, #banner a:visited {
	color: #ffffff;
	text-decoration:none
}

#banner a:hover {
	text-decoration: underline;
}

.sidebar a:link, .sidebar a:active {
	color: #ffffff;
}

.sidebar a:visited {
	color: #e6e5e2;
}

.sidebar h2 a:link, .sidebar h2 a:active, .sidebar h2 a:visited, 
.entry h3 a:link, .entry h3 a:active, .entry h3 a:visited  {
	color: #000000;
	text-decoration: underline;
	}

.sidebar h2 a:hover, .entry h3 a:hover {
	text-decoration: none;
	}



/* base xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
h1, h2, h3, h4, h5, h6, li, p, form, embed {
	margin: 0px;
	padding: 0px;
}

#side ul, #side ul,
#right ul, #left ul,
#right ol, #left ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

img {
	border: none;
	}

/* container xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#container {
	line-height: 140%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 832px;
	background: url("container-bg.gif") repeat-y center top;
	}

/* banner xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#banner-img {
	display: none;
}

#banner {
	margin: 0px auto;
	padding: 0px;
	width: 832px;
	height: 284px;
	background: url("banner-bg.jpg") no-repeat left top;
}

#banner-body {
	margin: 0px;
	padding: 25px 16px 0px 631px;
}

#banner h1 {
	padding:0px;
	margin:0px;
	font-size:x-large;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	line-height: 120%;
}

#banner h2 {
	padding:0px;
	margin:5px 0px 0px;
	font-size: small;
	color: #cdccb1;
	font-weight: normal;
	text-align: left;
}

/* main xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#main {
	margin: 0px;
	padding: 0px;
	width: 832px;
}

#right, #left, #side{
	width: 216px;
	float: left;
	overflow: hidden;
}

#center {
	width: 400px;
	float: left;
	overflow: hidden;
}

/* sidebar xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.sidebar {
	margin: 0px 1px 0px 2px;
	padding: 0px 0px 20px;
	text-align: left;
	overflow:hidden;
}

#right div.sidebar {
	margin: 0px 2px 0px 1px;
}

.sidebar li {
	margin: 10px 0px 0px;
	padding: 0px;
	font-size: small;
	text-align: left;
	line-height: 130%;
	list-style-type: none;
	}

.module {
	padding: 14px;
	margin: 0px;
	border-bottom: 2px solid #ffffff;
	background: #807f6f;
}

.module h2 {
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	color: #000000;
	}

.link-note {
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

/* entry xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.content {
	margin: 14px 15px 0px;
	padding: 0px 0px 20px;
	text-align: left;
}

.content p {
	font-size: small;
	font-weight: normal;
  	line-height: 150%;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 10px;
	}

.content blockquote {
	font-size: small;
  	line-height: 150%;
	border: dashed #807f6f 1px;
    padding: 8px;
    margin: 15px 0px;         
	}

.content li {
  	line-height: 150%;
	}

.content h2 {
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 15px;
	margin: 0px;
	line-height: nomal;
	text-align: left;
	color:#032a65;
	}
	
.entry {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

.entry h3 {
	font-size: large;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 25px 33px;
	margin: 0px 0px 5px;
	line-height: normal;
	color: #000000;
	background: url("entry-h3.gif") no-repeat left top;
}

.entry-body, .entry-more{
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

.entry-body-text, .entry-more-text {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

.entry-body-bottom {
	padding: 0px;
	margin: 15px 0px 0px;
	clear: both;
	width: 370px;
	height: 5px;
	background: url("posted.gif") no-repeat center top;
	overflow: hidden;
	}

.content p.posted {
	font-size: x-small;
	text-align: left;
	line-height: normal;
	padding: 7px 12px 10px;
	margin: 0px 0px 50px;
	clear: both;
	background: url("posted.gif") no-repeat center bottom;
	}

.entry-comment, .entry-trackback{
	padding: 0px;
	margin:0px;
	clear: both;
	}

.trackbacks ul{
	margin-bottom:50px;
}
	
div.entry-comment p.posted, div.entry-trackback p.posted, div.comment-preview p.posted {
	font-size: x-small;
	text-align: left;
	line-height: normal;
	padding: 5px 0px 40px;
	margin: 0px;
	clear: both;
	background: none;
	}
		
.entry-nav {
	padding:0px;
	margin: 0px 0px 20px;
}

.entry-nav p {
	text-align: left;
}

.entry-trackback h2, 
.archive-category h2, #about div.content h2, .comment-form h2, 
.entry-comment h2, .comment-preview h2,  .archive-datebased h2,  .comment-error h2, #about div.contact-list h2,
.archive-category h2 {
	font-size: large;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 25px 33px;
	margin: 0px 0px 5px;
	line-height: normal;
	color: #000000;
	background: url("entry-h3.gif") no-repeat left top;
}
	
.comment-list-previous h2, .archive-category h2, #about div.content h2{
	margin: 50px 0px 5px;
}

#about div.contact-list h2 {
	margin: 0px;
}

p.trackback-list-head {
	margin: 0px 0px 30px;
}

/* archive xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.archive-category p, .archive-datebased p {
	padding: 0px;
	margin: 0px;
}

.archive-datebased h2 {
	margin: 0px;
}


/* profile xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#about {
	width: 832px;
	background: url("about-bg.gif") repeat-y center top;
}

#about div#center {
	width: 616px;
	float: left;
	overflow: hidden;
}

#about div.content {
	margin: 14px 17px 0px 15px;
	padding: 0px;
	float: left;
	overflow: hidden;
}

.contact-list, .minibio, .bio, .interests {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width: 584px;
}

#about div.module {
	padding: 0px;
	margin: 0px;
	border-bottom: none;
	background: none;
}

#about div.module-typelist {
	padding: 14px;
	margin: 0px;
	border-bottom: 2px solid #ffffff;
	background: #807f6f;
}

#about div.photo {
	padding: 14px;
	margin: 0px;
	border-bottom: 2px solid #ffffff;
	background: #807f6f;
}

/* calendar xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#calendar {
	background: #cdccb1;
}


#calendar table {
	width: 170px;
	font-size: x-small;
}

#calendar caption {
	padding: 0px 0px 10px 33px;
	margin: 0px;
	font-size: small;
	font-weight: bold;
	text-align: left;
	color: #000000;
	background: url("cale-cap.gif") no-repeat left top;
}

#calendar th {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color:#032a65;
}

#calendar td {
	padding:0px;
	text-align: center;
}
	
/* form xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
	
.comment-form form {
    padding: 0px;
	margin: 0px;
	width: 340px;
}

div#comment-data {
	width: 170px;
	float: left;
	border-right: dashed 1px #807f6f;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	display:block;
}

.comment-form p {
    padding:0px;
    margin:0px 0px 10px;
	font-size: small;
}

#author, #email, #url {
	border: solid 1px #807f6f;
	background-color: #FFFFFF;
	width: 150px;
}

#comment-text-field textarea {
	border: solid 1px #807f6f;
	background-color: #FFFFFF;
	width: 335px;
	height: 150px;
}

#comment-submit{
	text-align: center;
}

#comment-submit input {
	border-top: solid 1px #3687d2;
	border-left: solid 1px #3687d2;
	border-bottom: solid 1px #002f5a;
	border-right: solid 1px #002f5a;
	background-color: #074d8e;
	color: #ffffff;
}

#bakecookie {
	position:relative;
	top: 3px;
}

/* comment-error xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#comment-preview {
	padding-left: 216px;
}

#comment-preview div.content {
	overflow: hidden;
}

.comment-error {
    margin-bottom: 50px; 
}

.comment-error p{
	padding-bottom: 0px;
}

.comment-error blockquote {
	font-size: small;
  	line-height: 150%;
	border: dashed #807f6f 1px;
    padding: 8px;
    margin: 15px 0px; 
	text-align: left;
}

#comment-preview div.entry-comment {
    padding: 0px;
    margin: 0px; 

}

.ad_txt a { color: #5E574C !important;}
.ad_url a { color: #008000 !important;}

#google_ads_top_entry .ad_header{
 margin:0px;
}

#google_ads_top_entry div.ads{
padding: 0px;
 margin:0px;
}

