/* -standards- */

body {
	background: #ffffff;
	color: #000000;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	font-size: .75em;
	display: block;
	}
p {
	text-align: left;
	}
h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	}
a {
	color: #cc0000;
	text-decoration: none;
	}
a:hover {
	color: #ff3300;
	}
blockquote {
	background: url("images/blockquote.jpg") no-repeat top left;
	font-style: italic;
	padding-left: 30px;
	}
#navlink {
	margin: 30px 0 30px 0;
	}

/* -header- */

#topbar {
	padding: 30px 0 35px 0;
	width: 812px;
	}
.blogtitle {
	color: #ff7e00;
	font-weight: bold;
	text-transform: uppercase;
	}
.blogdescription {
	color: #a9a9a9;
	text-transform: uppercase;
	}
#banner {
	background: url("images/banner.jpg") no-repeat top left;
	border: 10px solid #000000;
	height: 224px;
	width: 480px;
	}

/* -content- */

#contentwrap {
	margin-top: 30px;
	width: 812px;
	}
#content {
	float: left;
	margin-left: 23px;
	margin-right: 23px;
	margin-bottom: 30px;
	width: 503px;
	}

/* -navigation- */

#navigationwrap {
	float: right;
	margin-bottom: 30px;
	margin-right: 23px;
	}
#navigation {
	width: 240px;
	background-color: #eeeeee;
	}
#navigation div.navtitle {
	background: #000000;
	padding: 10px;
	height: 25px;
	}
#navigation h2 {
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	}
#navigation h2.small, #navigation h2.widgettitle {
	background: #cccccc;
	color: #000000;
	font-size: .9em;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 10px;
	text-transform: uppercase;
	height: 25px;
	line-height: 25px;
	}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navigation li {
	list-style: none;
	}
#navigation ul li {
	border-bottom: 1px dotted #a9a9a9;
	padding: 3px 3px 3px 10px;
	}

/* -post and entries- */

.postdate {
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	}
.pagetitle {
	color: #000000;
	font-size: 2em;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
	}
.posttitle {
	font-size: 2em;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
	border-bottom: 1px dotted #a9a9a9;
	}
.posttitle a {
	color: #cc0000;
	}
.posttitle a:hover {
	color: #ff3300;
	}
.postmetadatabottom {
	background: #a9a9a9;
	margin: 15px 0 15px 0;
	padding: 3px;
	text-transform: uppercase;
	width: 100px;
	}
.postmetadatabottom a {
	color: #000000;
	}
.postmetadatabottom a:hover {
	color: #ffffff;
	}
.entry {
	border-bottom: 1px dotted #a9a9a9;
	padding-bottom: 10px;
	}

/* -search form- */

#searchsubmit {
	display: none;
	}
#s {
	background: #ffffff url("images/magnifier.png") no-repeat top left;
	border: thin solid #666666;
	color: #666666;
	padding: 1px 1px 1px 22px;
	width: 195px;
	}

/* -calendar- */

#wp-calendar caption {
	height: 25px;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	background-color: #999999;
	}

#wp-calendar #next a {
	padding-right:0;
	padding-left:10px;
	text-align:left;
	background-color: #eeeeee;
	color: #000000;
}
#wp-calendar #prev a {
	padding-left:0;
	padding-right:10px;
	text-align:right;
	background-color: #eeeeee;
	color: #000000;
}
#wp-calendar #next a:hover {
	color: #ff3300;
}
#wp-calendar #prev a:hover {
	color: #ff3300;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	line-height: 20px;
	}

#wp-calendar {
	width: 240px;
	text-align: center;
	}

/* -footer- 

#footer {
	border-top: 1px solid #a9a9a9;
	clear: both;
	color: #a9a9a9;
	padding: 10px 0 35px 0;
	width: 800px;
	}
#footer a {
	color: #000000;
	}
*/

/* -comments- */

#comments {
	clear: both;
	padding-top: 20px;
	}
.comment-info-split {
	clear: both;
	}
.commentmetadata {
	text-transform: uppercase;
	}
.commentlist div.alt {
	background: #a9a9a9;
	color: #000000;
	padding: 10px;
	}
.commentlist div {
	padding: 10px;
	}
.comment-div {
	display: block;
	}
.comment-left {
	width: 30%;
	}
.comment-right {
	width: 70%;
	}

/* -floats -*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

/* ----- Style for Ktai Entry ----- */
.photo {
	padding-right:6px;
	float:left;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	background:white;
	margin:0 4px 4px 0;
	padding:3px;
	border:1px solid #999;
}
.photo-end {
	clear:left;
}
/* ---------- */


/*Twitter Widget*/
#twitter-3 a{
	color:#6699CC;
}
#twitter-3 a:hover{
	color:#6699FF;
}
.twitterwidget-title {
	color:#000000;
}
#twitter-3 .widgettitle .twitterwidget-title {
	color:#000000;
}
.twitter-avatar img {
	padding-left:10px;
}
#twitter-3 .entry-meta a {
	color:#999999;
}


/*Twitter Facebook Button*/
.footerbutton {
	margin:0;
	padding:25px 0 0 0;
	text-align:left;
	float:left;
}
.footerbutton li {
	list-style:none;
	padding-right:10px;
}
